Resources.resx
1 <?xml version="1.0" encoding="utf-8"?> 2 <root> 3 <!-- 4 Microsoft ResX Schema 5 6 Version 2.0 7 8 The primary goals of this format is to allow a simple XML format 9 that is mostly human readable. The generation and parsing of the 10 various data types are done through the TypeConverter classes 11 associated with the data types. 12 13 Example: 14 15 ... ado.net/XML headers & schema ... 16 <resheader name="resmimetype">text/microsoft-resx</resheader> 17 <resheader name="version">2.0</resheader> 18 <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader> 19 <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader> 20 <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data> 21 <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data> 22 <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64"> 23 <value>[base64 mime encoded serialized .NET Framework object]</value> 24 </data> 25 <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> 26 <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value> 27 <comment>This is a comment</comment> 28 </data> 29 30 There are any number of "resheader" rows that contain simple 31 name/value pairs. 32 33 Each data row contains a name, and value. The row also contains a 34 type or mimetype. Type corresponds to a .NET class that support 35 text/value conversion through the TypeConverter architecture. 36 Classes that don't support this are serialized and stored with the 37 mimetype set. 38 39 The mimetype is used for serialized objects, and tells the 40 ResXResourceReader how to depersist the object. This is currently not 41 extensible. For a given mimetype the value must be set accordingly: 42 43 Note - application/x-microsoft.net.object.binary.base64 is the format 44 that the ResXResourceWriter will generate, however the reader can 45 read any of the formats listed below. 46 47 mimetype: application/x-microsoft.net.object.binary.base64 48 value : The object must be serialized with 49 : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter 50 : and then encoded with base64 encoding. 51 52 mimetype: application/x-microsoft.net.object.soap.base64 53 value : The object must be serialized with 54 : System.Runtime.Serialization.Formatters.Soap.SoapFormatter 55 : and then encoded with base64 encoding. 56 57 mimetype: application/x-microsoft.net.object.bytearray.base64 58 value : The object must be serialized into a byte array 59 : using a System.ComponentModel.TypeConverter 60 : and then encoded with base64 encoding. 61 --> 62 <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> 63 <xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> 64 <xsd:element name="root" msdata:IsDataSet="true"> 65 <xsd:complexType> 66 <xsd:choice maxOccurs="unbounded"> 67 <xsd:element name="metadata"> 68 <xsd:complexType> 69 <xsd:sequence> 70 <xsd:element name="value" type="xsd:string" minOccurs="0" /> 71 </xsd:sequence> 72 <xsd:attribute name="name" use="required" type="xsd:string" /> 73 <xsd:attribute name="type" type="xsd:string" /> 74 <xsd:attribute name="mimetype" type="xsd:string" /> 75 <xsd:attribute ref="xml:space" /> 76 </xsd:complexType> 77 </xsd:element> 78 <xsd:element name="assembly"> 79 <xsd:complexType> 80 <xsd:attribute name="alias" type="xsd:string" /> 81 <xsd:attribute name="name" type="xsd:string" /> 82 </xsd:complexType> 83 </xsd:element> 84 <xsd:element name="data"> 85 <xsd:complexType> 86 <xsd:sequence> 87 <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> 88 <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" /> 89 </xsd:sequence> 90 <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" /> 91 <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> 92 <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> 93 <xsd:attribute ref="xml:space" /> 94 </xsd:complexType> 95 </xsd:element> 96 <xsd:element name="resheader"> 97 <xsd:complexType> 98 <xsd:sequence> 99 <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> 100 </xsd:sequence> 101 <xsd:attribute name="name" type="xsd:string" use="required" /> 102 </xsd:complexType> 103 </xsd:element> 104 </xsd:choice> 105 </xsd:complexType> 106 </xsd:element> 107 </xsd:schema> 108 <resheader name="resmimetype"> 109 <value>text/microsoft-resx</value> 110 </resheader> 111 <resheader name="version"> 112 <value>2.0</value> 113 </resheader> 114 <resheader name="reader"> 115 <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 116 </resheader> 117 <resheader name="writer"> 118 <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 119 </resheader> 120 <data name="AllFilesFilter" xml:space="preserve"> 121 <value>All Files</value> 122 </data> 123 <data name="Cancel" xml:space="preserve"> 124 <value>Cancel</value> 125 </data> 126 <data name="Height" xml:space="preserve"> 127 <value>Height</value> 128 </data> 129 <data name="ImageResizer" xml:space="preserve"> 130 <value>Image Resizer</value> 131 <comment>Product name, do not loc</comment> 132 </data> 133 <data name="Input_Auto" xml:space="preserve"> 134 <value>(auto)</value> 135 </data> 136 <data name="Input_Content" xml:space="preserve"> 137 <value>Select a size</value> 138 </data> 139 <data name="Input_Custom" xml:space="preserve"> 140 <value>Custom</value> 141 </data> 142 <data name="Input_IgnoreOrientation" xml:space="preserve"> 143 <value>Ignore the _orientation of pictures</value> 144 </data> 145 <data name="Input_GifWarning" xml:space="preserve"> 146 <value>Gif files with animations may not be correctly resized.</value> 147 </data> 148 <data name="Input_Replace" xml:space="preserve"> 149 <value>Ov_erwrite files</value> 150 </data> 151 <data name="Input_Resize" xml:space="preserve"> 152 <value>Resize</value> 153 </data> 154 <data name="Input_ShrinkOnly" xml:space="preserve"> 155 <value>_Make pictures smaller but not larger</value> 156 </data> 157 <data name="Large" xml:space="preserve"> 158 <value>Large</value> 159 </data> 160 <data name="Medium" xml:space="preserve"> 161 <value>Medium</value> 162 </data> 163 <data name="OK" xml:space="preserve"> 164 <value>OK</value> 165 </data> 166 <data name="OK_Tooltip" xml:space="preserve"> 167 <value>Apply settings</value> 168 </data> 169 <data name="Phone" xml:space="preserve"> 170 <value>Phone</value> 171 </data> 172 <data name="PictureFilter" xml:space="preserve"> 173 <value>All Picture Files</value> 174 </data> 175 <data name="PngInterlaceOption_Default" xml:space="preserve"> 176 <value>(Default)</value> 177 </data> 178 <data name="PngInterlaceOption_Off" xml:space="preserve"> 179 <value>Off</value> 180 </data> 181 <data name="PngInterlaceOption_On" xml:space="preserve"> 182 <value>On</value> 183 </data> 184 <data name="Progress_MainInstruction" xml:space="preserve"> 185 <value>Resizing your pictures...</value> 186 </data> 187 <data name="Progress_Stop" xml:space="preserve"> 188 <value>Stop</value> 189 </data> 190 <data name="Progress_TimeRemaining_HourMinute" xml:space="preserve"> 191 <value>About {0} hour, {1} minute remaining.</value> 192 <comment>"About" = Approximately, not "on the subject of"</comment> 193 </data> 194 <data name="Progress_TimeRemaining_HourMinutes" xml:space="preserve"> 195 <value>About {0} hour, {1} minutes remaining.</value> 196 <comment>"About" = Approximately, not "on the subject of"</comment> 197 </data> 198 <data name="Progress_TimeRemaining_HoursMinute" xml:space="preserve"> 199 <value>About {0} hours, {1} minute remaining.</value> 200 <comment>"About" = Approximately, not "on the subject of"</comment> 201 </data> 202 <data name="Progress_TimeRemaining_HoursMinutes" xml:space="preserve"> 203 <value>About {0} hours, {1} minutes remaining.</value> 204 <comment>"About" = Approximately, not "on the subject of"</comment> 205 </data> 206 <data name="Progress_TimeRemaining_MinuteSecond" xml:space="preserve"> 207 <value>About {1} minute, {2} second remaining.</value> 208 <comment>"About" = Approximately, not "on the subject of"</comment> 209 </data> 210 <data name="Progress_TimeRemaining_MinuteSeconds" xml:space="preserve"> 211 <value>About {1} minute, {2} seconds remaining.</value> 212 <comment>"About" = Approximately, not "on the subject of"</comment> 213 </data> 214 <data name="Progress_TimeRemaining_MinutesSecond" xml:space="preserve"> 215 <value>About {1} minutes, {2} second remaining.</value> 216 <comment>"About" = Approximately, not "on the subject of"</comment> 217 </data> 218 <data name="Progress_TimeRemaining_MinutesSeconds" xml:space="preserve"> 219 <value>About {1} minutes, {2} seconds remaining.</value> 220 <comment>"About" = Approximately, not "on the subject of"</comment> 221 </data> 222 <data name="Progress_TimeRemaining_Second" xml:space="preserve"> 223 <value>About {2} second remaining.</value> 224 <comment>"About" = Approximately, not "on the subject of"</comment> 225 </data> 226 <data name="Progress_TimeRemaining_Seconds" xml:space="preserve"> 227 <value>About {2} seconds remaining.</value> 228 <comment>"About" = Approximately, not "on the subject of"</comment> 229 </data> 230 <data name="ResizeFit_Fill" xml:space="preserve"> 231 <value>Fill</value> 232 </data> 233 <data name="ResizeFit_Fill_ThirdPersonSingular" xml:space="preserve"> 234 <value>fills</value> 235 </data> 236 <data name="ResizeFit_Fit" xml:space="preserve"> 237 <value>Fit</value> 238 </data> 239 <data name="ResizeFit_Fit_ThirdPersonSingular" xml:space="preserve"> 240 <value>fits within</value> 241 </data> 242 <data name="ResizeFit_Stretch" xml:space="preserve"> 243 <value>Stretch</value> 244 </data> 245 <data name="ResizeFit_Stretch_ThirdPersonSingular" xml:space="preserve"> 246 <value>stretches to</value> 247 </data> 248 <data name="ResizeUnit_Centimeter" xml:space="preserve"> 249 <value>Centimeters</value> 250 </data> 251 <data name="ResizeUnit_Inch" xml:space="preserve"> 252 <value>Inches</value> 253 </data> 254 <data name="ResizeUnit_Percent" xml:space="preserve"> 255 <value>Percent</value> 256 </data> 257 <data name="ResizeUnit_Pixel" xml:space="preserve"> 258 <value>Pixels</value> 259 </data> 260 <data name="Resize_Tooltip" xml:space="preserve"> 261 <value>Resize pictures</value> 262 </data> 263 <data name="Resize_Type" xml:space="preserve"> 264 <value>Resize type</value> 265 </data> 266 <data name="Results_Close" xml:space="preserve"> 267 <value>Close</value> 268 </data> 269 <data name="Results_MainInstruction" xml:space="preserve"> 270 <value>Can't resize the following pictures</value> 271 </data> 272 <data name="Small" xml:space="preserve"> 273 <value>Small</value> 274 </data> 275 <data name="Unit" xml:space="preserve"> 276 <value>Unit</value> 277 </data> 278 <data name="ValueMustBeBetween" xml:space="preserve"> 279 <value>Value must be between '{0}' and '{1}'.</value> 280 </data> 281 <data name="Version" xml:space="preserve"> 282 <value>Version</value> 283 </data> 284 <data name="Width" xml:space="preserve"> 285 <value>Width</value> 286 </data> 287 <data name="Open_settings" xml:space="preserve"> 288 <value>Settings</value> 289 </data> 290 <data name="Input_RemoveMetadata" xml:space="preserve"> 291 <value>Remove meta_data that doesn't affect rendering</value> 292 </data> 293 <data name="Image_Sizes" xml:space="preserve"> 294 <value>Image sizes</value> 295 </data> 296 <data name="Input_ShrinkOnly.Content" xml:space="preserve"> 297 <value>_Make pictures smaller but not larger</value> 298 </data> 299 <data name="Input_AiSuperResolution" xml:space="preserve"> 300 <value>Super resolution</value> 301 </data> 302 <data name="Input_AiUnknownSize" xml:space="preserve"> 303 <value>Unavailable</value> 304 </data> 305 <data name="Input_AiScaleFormat" xml:space="preserve"> 306 <value>{0}×</value> 307 </data> 308 <data name="Input_AiScaleLabel" xml:space="preserve"> 309 <value>Scale</value> 310 </data> 311 <data name="Input_AiCurrentLabel" xml:space="preserve"> 312 <value>Current:</value> 313 </data> 314 <data name="Input_AiNewLabel" xml:space="preserve"> 315 <value>New:</value> 316 </data> 317 <data name="Input_AiModelChecking" xml:space="preserve"> 318 <value>Checking AI model availability...</value> 319 </data> 320 <data name="Input_AiModelNotAvailable" xml:space="preserve"> 321 <value>AI model not downloaded. Click Download to get started.</value> 322 </data> 323 <data name="Input_AiModelDisabledByUser" xml:space="preserve"> 324 <value>AI feature is disabled by system settings.</value> 325 </data> 326 <data name="Input_AiModelNotSupported" xml:space="preserve"> 327 <value>AI feature is not supported on this system.</value> 328 </data> 329 <data name="Input_AiModelDownloading" xml:space="preserve"> 330 <value>Downloading AI model...</value> 331 </data> 332 <data name="Input_AiModelDownloadFailed" xml:space="preserve"> 333 <value>Failed to download AI model. Please try again.</value> 334 </data> 335 <data name="Input_AiModelDownloadButton" xml:space="preserve"> 336 <value>Download</value> 337 </data> 338 <data name="Error_AiProcessingFailed" xml:space="preserve"> 339 <value>AI super resolution processing failed: {0}</value> 340 </data> 341 <data name="Error_AiConversionFailed" xml:space="preserve"> 342 <value>Failed to convert image format for AI processing.</value> 343 </data> 344 <data name="Error_AiScalingFailed" xml:space="preserve"> 345 <value>AI scaling operation failed.</value> 346 </data> 347 <data name="Input_AiSuperResolutionDescription" xml:space="preserve"> 348 <value>Upscale images using on-device AI</value> 349 </data> 350 351 <!-- CLI Processing messages --> 352 <data name="CLI_ProcessingFiles" xml:space="preserve"> 353 <value>Processing {0} file(s)...</value> 354 </data> 355 <data name="CLI_ProgressFormat" xml:space="preserve"> 356 <value>Progress: {0}% ({1}/{2})</value> 357 </data> 358 <data name="CLI_CompletedWithErrors" xml:space="preserve"> 359 <value>Completed with {0} error(s):</value> 360 </data> 361 <data name="CLI_AllFilesProcessed" xml:space="preserve"> 362 <value>All files processed successfully.</value> 363 </data> 364 <data name="CLI_WarningInvalidSizeIndex" xml:space="preserve"> 365 <value>Warning: Invalid size index {0}. Using default.</value> 366 </data> 367 <data name="CLI_NoInputFiles" xml:space="preserve"> 368 <value>No input files or pipe specified. Showing usage.</value> 369 </data> 370 371 <!-- CLI Config display --> 372 <data name="CLI_ConfigTitle" xml:space="preserve"> 373 <value>ImageResizer - Current Configuration</value> 374 </data> 375 <data name="CLI_ConfigGeneralSettings" xml:space="preserve"> 376 <value>General Settings:</value> 377 </data> 378 <data name="CLI_ConfigShrinkOnly" xml:space="preserve"> 379 <value> Shrink Only: {0}</value> 380 </data> 381 <data name="CLI_ConfigReplaceOriginal" xml:space="preserve"> 382 <value> Replace Original: {0}</value> 383 </data> 384 <data name="CLI_ConfigIgnoreOrientation" xml:space="preserve"> 385 <value> Ignore Orientation: {0}</value> 386 </data> 387 <data name="CLI_ConfigRemoveMetadata" xml:space="preserve"> 388 <value> Remove Metadata: {0}</value> 389 </data> 390 <data name="CLI_ConfigKeepDateModified" xml:space="preserve"> 391 <value> Keep Date Modified: {0}</value> 392 </data> 393 <data name="CLI_ConfigJpegQuality" xml:space="preserve"> 394 <value> JPEG Quality: {0}</value> 395 </data> 396 <data name="CLI_ConfigPngInterlace" xml:space="preserve"> 397 <value> PNG Interlace: {0}</value> 398 </data> 399 <data name="CLI_ConfigTiffCompress" xml:space="preserve"> 400 <value> TIFF Compress: {0}</value> 401 </data> 402 <data name="CLI_ConfigFilenameFormat" xml:space="preserve"> 403 <value> Filename Format: {0}</value> 404 </data> 405 <data name="CLI_ConfigCustomSize" xml:space="preserve"> 406 <value>Custom Size:</value> 407 </data> 408 <data name="CLI_ConfigWidth" xml:space="preserve"> 409 <value> Width: {0} {1}</value> 410 </data> 411 <data name="CLI_ConfigHeight" xml:space="preserve"> 412 <value> Height: {0} {1}</value> 413 </data> 414 <data name="CLI_ConfigFitMode" xml:space="preserve"> 415 <value> Fit Mode: {0}</value> 416 </data> 417 <data name="CLI_ConfigPresetSizes" xml:space="preserve"> 418 <value>Preset Sizes: (* = currently selected)</value> 419 </data> 420 <data name="CLI_ConfigPresetSizeFormat" xml:space="preserve"> 421 <value> [{0}]{1} {2}: {3}x{4} {5} ({6})</value> 422 </data> 423 <data name="CLI_ConfigCustomSelected" xml:space="preserve"> 424 <value> [Custom]* {0}x{1} {2} ({3})</value> 425 </data> 426 427 <!-- CLI Usage help --> 428 <data name="CLI_UsageTitle" xml:space="preserve"> 429 <value>ImageResizer - PowerToys Image Resizer CLI</value> 430 </data> 431 <data name="CLI_UsageLine" xml:space="preserve"> 432 <value>Usage: PowerToys.ImageResizerCLI.exe [options] [files...]</value> 433 </data> 434 <data name="CLI_UsageOptions" xml:space="preserve"> 435 <value>Options:</value> 436 </data> 437 <data name="CLI_UsageExamples" xml:space="preserve"> 438 <value>Examples:</value> 439 </data> 440 <data name="CLI_UsageExampleHelp" xml:space="preserve"> 441 <value> PowerToys.ImageResizerCLI.exe --help</value> 442 </data> 443 <data name="CLI_UsageExampleDimensions" xml:space="preserve"> 444 <value> PowerToys.ImageResizerCLI.exe --width 800 --height 600 image.jpg</value> 445 </data> 446 <data name="CLI_UsageExamplePercent" xml:space="preserve"> 447 <value> PowerToys.ImageResizerCLI.exe -w 50 -h 50 -u Percent *.jpg</value> 448 </data> 449 <data name="CLI_UsageExamplePreset" xml:space="preserve"> 450 <value> PowerToys.ImageResizerCLI.exe --size 0 -d "C:\Output" photo.png</value> 451 </data> 452 453 <!-- CLI Option Descriptions --> 454 <data name="CLI_Option_Destination" xml:space="preserve"> 455 <value>Set destination directory</value> 456 </data> 457 <data name="CLI_Option_FileName" xml:space="preserve"> 458 <value>Set output filename format (%1=original name, %2=size name)</value> 459 </data> 460 <data name="CLI_Option_Files" xml:space="preserve"> 461 <value>Image files to resize</value> 462 </data> 463 <data name="CLI_Option_Fit" xml:space="preserve"> 464 <value>Set fit mode (Fill, Fit, Stretch)</value> 465 </data> 466 <data name="CLI_Option_Height" xml:space="preserve"> 467 <value>Set height</value> 468 </data> 469 <data name="CLI_Option_Help" xml:space="preserve"> 470 <value>Show help information</value> 471 </data> 472 <data name="CLI_Option_IgnoreOrientation" xml:space="preserve"> 473 <value>Ignore image orientation</value> 474 </data> 475 <data name="CLI_Option_KeepDateModified" xml:space="preserve"> 476 <value>Keep original date modified</value> 477 </data> 478 <data name="CLI_Option_Quality" xml:space="preserve"> 479 <value>Set JPEG quality level (1-100)</value> 480 </data> 481 <data name="CLI_Option_Replace" xml:space="preserve"> 482 <value>Replace original files</value> 483 </data> 484 <data name="CLI_Option_ShowConfig" xml:space="preserve"> 485 <value>Show current configuration</value> 486 </data> 487 <data name="CLI_Option_ShrinkOnly" xml:space="preserve"> 488 <value>Only shrink images, don't enlarge</value> 489 </data> 490 <data name="CLI_Option_RemoveMetadata" xml:space="preserve"> 491 <value>Remove metadata from resized images</value> 492 </data> 493 <data name="CLI_Option_Size" xml:space="preserve"> 494 <value>Use preset size by index (0-based)</value> 495 </data> 496 <data name="CLI_Option_Unit" xml:space="preserve"> 497 <value>Set unit (Pixel, Percent, Inch, Centimeter)</value> 498 </data> 499 <data name="CLI_Option_Width" xml:space="preserve"> 500 <value>Set width</value> 501 </data> 502 </root>