Index: trunk/tools/ToolserverI18N/language/messages/Catdown.i18n.php |
— | — | @@ -67,6 +67,7 @@ |
68 | 68 | 'readme-filename' => 'README.txt', // Optional |
69 | 69 | ); |
70 | 70 | |
| 71 | +/** Message documentation (Message documentation) */ |
71 | 72 | $messages['qqq'] = array( |
72 | 73 | 'title' => 'Title for the tool', |
73 | 74 | 'subtitle' => 'Subtitle for the tool', |
— | — | @@ -77,31 +78,73 @@ |
78 | 79 | 'max-height' => 'Label of the input to set the maximum height of the thumbnails.', |
79 | 80 | 'invalid-width' => 'Shown when an invalid width is provided', |
80 | 81 | 'invalid-height' => 'Shown when an invalid height is provided', |
81 | | - 'no-such-project' => 'Error given for wrong project (eg. \'qwerty.wikipedia\')', |
82 | | - 'no-images' => 'Shown when the category doesn\'t have any files', |
| 82 | + 'no-such-project' => "Error given for wrong project (eg. 'qwerty.wikipedia')", |
| 83 | + 'no-images' => "Shown when the category doesn't have any files", |
83 | 84 | 'category-is-url' => 'Shown when a full url is given as category name', |
84 | 85 | 'category-contains-namespace' => 'Shown when a category with namespace is given as category. $1: Given category name.', |
85 | 86 | 'zip-failed' => 'Generic error for when the zip creation failed', |
86 | | - 'image-area-too-big' => "Shown when an image cannot be thumbnailed. See http://www.mediawiki.org/wiki/Manual:\$wgMaxImageArea\nParameters: $1: Name of the image", |
87 | | - |
88 | | - 'download-info' => "Information shown previous to the download.\n$1: Number of images.\n$2: Estimated size of all the files in the system", |
| 87 | + 'image-area-too-big' => 'Shown when an image cannot be thumbnailed. See http://www.mediawiki.org/wiki/Manual:$wgMaxImageArea |
| 88 | +Parameters: $1: Name of the image', |
| 89 | + 'download-info' => 'Information shown previous to the download. |
| 90 | +$1: Number of images. |
| 91 | +$2: Estimated size of all the files in the system', |
89 | 92 | 'download' => 'Big link to download the zip', |
90 | | - |
91 | | - 'readme-contents' => "Contents of the README file.\n* $1: Category name\n* $2: Category url\n* $3 Result of scaling restrictions (one of scaling-none, scaling-width, scaling-height, scaling-both messages)\n* $4: Filename of the list.\n* $5 Name of the .bat script to run (script-filename msg)\n* $6: Note if wget for Windows was not bundled (contents of non-bundled-wget message if \'Bundle wget\' was not checked)", |
| 93 | + 'readme-contents' => "Contents of the README file. |
| 94 | +* $1: Category name |
| 95 | +* $2: Category url |
| 96 | +* $3 Result of scaling restrictions (one of scaling-none, scaling-width, scaling-height, scaling-both messages) |
| 97 | +* $4: Filename of the list. |
| 98 | +* $5 Name of the .bat script to run (script-filename msg) |
| 99 | +* $6: Note if wget for Windows was not bundled (contents of non-bundled-wget message if \\'Bundle wget\\' was not checked)", |
92 | 100 | 'non-bundled-wget' => "Message added to the readme noting that the script won't work in Windows without a wget.exe (it is usually installed in other OS)", |
93 | 101 | 'wget-info' => 'Text appended to the readme explaining the rights you have on the wget binary. |
94 | 102 | $1: Version of wget |
95 | 103 | |
96 | 104 | The content of the gpl-3.0 is appended below this text (untranslated, as it is required by the license).', |
| 105 | + 'scaling-none' => "Added to readme-contents as $6 if there's no scaling", |
| 106 | + 'scaling-width' => 'Added to readme-contents as $6 if the images are scaled to a maximum width. |
| 107 | +$1: Maximum width in pixels', |
| 108 | + 'scaling-height' => 'Added to readme-contents as $6 if the images are scaled to a maximum height. |
| 109 | +$1: Maximum height in pixels', |
| 110 | + 'scaling-both' => 'Added to readme-contents as $6 if the images are scaled to a maximum width and. |
| 111 | +$1: Maximum width in pixels |
| 112 | +$2: Maximum height in pixels', |
| 113 | + 'script-filename' => 'Name of the script which downloads the files.', |
| 114 | + 'readme-filename' => 'Name of the readme file', |
| 115 | +); |
97 | 116 | |
98 | | - 'scaling-none' => "Added to readme-contents as $6 if there's no scaling", |
99 | | - 'scaling-width' => "Added to readme-contents as $6 if the images are scaled to a maximum width.\n$1: Maximum width in pixels", |
100 | | - 'scaling-height' => "Added to readme-contents as $6 if the images are scaled to a maximum height.\n$1: Maximum height in pixels", |
101 | | - 'scaling-both' => "Added to readme-contents as $6 if the images are scaled to a maximum width and.\n$1: Maximum width in pixels\n$2: Maximum height in pixels", |
| 117 | +/** German (Deutsch) |
| 118 | + * @author Kghbln |
| 119 | + */ |
| 120 | +$messages['de'] = array( |
| 121 | + 'title' => 'Bilder nach Kategorie herunterladen', |
| 122 | + 'subtitle' => 'Die einfache Möglichkeit die in einer Kategorie enthaltenen Bilder herunterzuladen', |
| 123 | + 'project' => 'Projekt:', |
| 124 | + 'category' => 'Kategorie:', |
| 125 | + 'thumbnailing' => 'Miniaturbilderstellung', |
| 126 | + 'max-width' => 'Maximale Breite:', |
| 127 | + 'max-height' => 'Maximale Höhe:', |
| 128 | + 'invalid-width' => 'Die Breite ist ungültig.', |
| 129 | + 'invalid-height' => 'Die Höhe ist ungültig.', |
| 130 | + 'no-such-project' => 'Das angegebene Projekt ist nicht vorhanden.', |
| 131 | + 'no-images' => 'In dieser Kategorie sind keine Bilder enthalten.', |
| 132 | + 'category-is-url' => 'Der angegebenen Kategorienamen scheint eine URL zu sein. Bitte den Kategorienamen und nicht dessen URL angeben.', |
| 133 | + 'category-contains-namespace' => 'Du scheinst neben dem Kategorienamen auch die Namensraumbezeichnung angegeben zu haben. Mit dem angegebene Namen würde die Seite als [[Category:$1]] verfügbar sein.', |
| 134 | + 'zip-failed' => 'ZIP-Erstellung fehlgeschlagen', |
| 135 | + 'image-area-too-big' => '$1 ist zu groß, um eine Miniaturansicht erstellen zu können. Daher wird die volle Bildgröße genutzt.', |
| 136 | + 'download-info' => 'Es sind $1 Bilder mit eine geschätzten Gesamtgröße von $2 vorhanden.', |
| 137 | + 'download' => 'Herunterladen', |
| 138 | + 'non-bundled-wget' => 'Hinweis: Diese Version enthält nicht Wget für Windows. Du musst die Bilder mit wget.exe in einem Ordner |
| 139 | +dekomprimieren oder Wget im Pfad bereitstellen.', |
| 140 | + 'scaling-width' => ', auf eine maximale Breite von $1 Pixel skaliert', |
| 141 | + 'scaling-height' => ', auf eine maximale Höhe von $1 Pixel skaliert', |
| 142 | + 'scaling-both' => ', auf eine maximale Größe von $1x$2 Pixel skaliert', |
| 143 | +); |
102 | 144 | |
103 | | - 'script-filename' => 'Name of the script which downloads the files.', // Optional |
104 | | - 'readme-filename' => 'Name of the readme file', // Optional |
| 145 | +/** German (formal address) (Deutsch (Sie-Form)) |
| 146 | + * @author Kghbln |
| 147 | + */ |
| 148 | +$messages['de-formal'] = array( |
| 149 | + 'category-contains-namespace' => 'Sie scheinen neben dem Kategorienamen auch die Namensraumbezeichnung angegeben zu haben. Mit dem angegebene Namen würde die Seite als [[Category:$1]] verfügbar sein.', |
105 | 150 | ); |
106 | 151 | |
107 | | - |
108 | | - |
Index: trunk/tools/ToolserverI18N/language/messages/Wlm.i18n.php |
— | — | @@ -310,6 +310,7 @@ |
311 | 311 | 'competes' => 'Nimmt teil', |
312 | 312 | 'author' => 'Urheber', |
313 | 313 | 'upload-time' => 'Hochladezeitpunkt', |
| 314 | + 'deleted' => 'Gelöscht ($1)', |
314 | 315 | 'concursa' => 'Nimmt an WLM teil', |
315 | 316 | 'no-concursa' => 'Nimmt nicht an WLM teil', |
316 | 317 | 'not-available' => 'Nicht verfügbar', |
— | — | @@ -319,6 +320,7 @@ |
320 | 321 | 'provide-id' => 'Die Kennung eines Denkmals angeben, um die für es verfügbaren Daten anzuzeigen', |
321 | 322 | 'show-images-bad-only' => 'Nur Bilder außerhalb der Listen anzeigen', |
322 | 323 | 'show-images-all' => 'Alle Bilder anzeigen', |
| 324 | + 'show-images-removed' => 'Nur Bilder anzeigen, die aus dem Wettbewerb zurückgezogen wurden', |
323 | 325 | 'search-monuments' => 'Denkmäler suchen', |
324 | 326 | 'view-frequency' => 'Beliebte Denkmäler', |
325 | 327 | 'view-ccaa' => 'Nach autonomer Gemeinschaft ansehen', |
— | — | @@ -416,6 +418,7 @@ |
417 | 419 | 'competes' => 'Competición', |
418 | 420 | 'author' => 'Autor', |
419 | 421 | 'upload-time' => 'Data da carga', |
| 422 | + 'deleted' => 'Borrado ($1)', |
420 | 423 | 'concursa' => 'Participa en WLM', |
421 | 424 | 'no-concursa' => 'Fóra da competición de WLM', |
422 | 425 | 'not-available' => 'Non dispoñible', |
— | — | @@ -425,6 +428,7 @@ |
426 | 429 | 'provide-id' => 'Indique un número de identificación de monumento para mostrar os datos dispoñibles para ese elemento', |
427 | 430 | 'show-images-bad-only' => 'Mostrar só as imaxes fóra das listas', |
428 | 431 | 'show-images-all' => 'Mostrar todas as imaxes', |
| 432 | + 'show-images-removed' => 'Mostrar as imaxes eliminadas da competición', |
429 | 433 | 'search-monuments' => 'Buscar monumentos', |
430 | 434 | 'view-frequency' => 'Monumentos populares', |
431 | 435 | 'view-ccaa' => 'Ver por comunidade autónoma', |
— | — | @@ -496,6 +500,7 @@ |
497 | 501 | 'monument-type' => 'Typo de monumento', |
498 | 502 | 'monument-id' => 'ID del monumento', |
499 | 503 | 'province' => 'Provincia', |
| 504 | + 'comarque' => 'Comarca', |
500 | 505 | 'competes' => 'In competition', |
501 | 506 | 'author' => 'Autor', |
502 | 507 | 'upload-time' => 'Hora de incargamento', |
— | — | @@ -664,6 +669,7 @@ |
665 | 670 | 'competes' => 'Конкурира', |
666 | 671 | 'author' => 'Автор', |
667 | 672 | 'upload-time' => 'Време на подигањето', |
| 673 | + 'deleted' => 'Избришана ($1)', |
668 | 674 | 'concursa' => 'Учествува во WLM', |
669 | 675 | 'no-concursa' => 'Надвор од конкурсот на WLM', |
670 | 676 | 'not-available' => 'Недостапно', |
— | — | @@ -673,6 +679,7 @@ |
674 | 680 | 'provide-id' => 'Наведете назнака на споменикот за да ги добиете расположивите податоци за тој објект', |
675 | 681 | 'show-images-bad-only' => 'Прикажи само слики вон списоците', |
676 | 682 | 'show-images-all' => 'Сите слики', |
| 683 | + 'show-images-removed' => 'Прикажи ги отстранетите слики од конкурсот', |
677 | 684 | 'search-monuments' => 'Пребарување на споменици', |
678 | 685 | 'view-frequency' => 'Популарни споменици', |
679 | 686 | 'view-ccaa' => 'Прегл. по автономни заедници', |
— | — | @@ -709,6 +716,7 @@ |
710 | 717 | 'competes' => 'Pertandingan', |
711 | 718 | 'author' => 'Pengarang', |
712 | 719 | 'upload-time' => 'Waktu muat naik', |
| 720 | + 'deleted' => 'Dihapuskan ($1)', |
713 | 721 | 'concursa' => 'Menyertai WLM', |
714 | 722 | 'no-concursa' => 'Di luar pertandingan WLM', |
715 | 723 | 'not-available' => 'Tiada', |
— | — | @@ -718,6 +726,7 @@ |
719 | 727 | 'provide-id' => 'Nyatakan id monumen untuk menunjukkan data yang ada untuk item itu', |
720 | 728 | 'show-images-bad-only' => 'Tunjukkan imej di luar senarai sahaja', |
721 | 729 | 'show-images-all' => 'Tunjukkan semua imej', |
| 730 | + 'show-images-removed' => 'Tunjukkan imej-imej yang dibuang dari pertandingan', |
722 | 731 | 'search-monuments' => 'Cari monumen', |
723 | 732 | 'view-frequency' => '(Tiada)', |
724 | 733 | 'view-ccaa' => 'Lihat mengikut komuniti autonomi', |
— | — | @@ -750,9 +759,11 @@ |
751 | 760 | 'monument-type' => 'Monumenttype', |
752 | 761 | 'monument-id' => 'Monument-ID', |
753 | 762 | 'province' => 'Provincie', |
| 763 | + 'comarque' => 'Comarca', |
754 | 764 | 'competes' => 'In wedstrijd', |
755 | 765 | 'author' => 'Auteur', |
756 | 766 | 'upload-time' => 'Uploadtijd', |
| 767 | + 'deleted' => 'Verwijderd ($1)', |
757 | 768 | 'concursa' => 'Neemt deel aan WLM', |
758 | 769 | 'no-concursa' => 'Buiten WLM-wedstrijd', |
759 | 770 | 'not-available' => 'Niet beschikbaar', |
— | — | @@ -762,8 +773,10 @@ |
763 | 774 | 'provide-id' => 'Geef een monument-ID op om de beschikbare gegevens ervoor te bekijken', |
764 | 775 | 'show-images-bad-only' => 'Alleen afbeeldingen buiten de lijsten weergeven', |
765 | 776 | 'show-images-all' => 'Alle afbeeldingen weergeven', |
| 777 | + 'show-images-removed' => 'Afbeeldingen die verwijderd zijn uit de wedstrijd weergeven', |
766 | 778 | 'search-monuments' => 'Monumenten zoeken', |
767 | 779 | 'view-frequency' => 'Populaire monumenten', |
| 780 | + 'view-ccaa' => 'Per autonome gemeenschap bekijken', |
768 | 781 | 'view-province' => 'Per provincie bekijken', |
769 | 782 | 'id-label' => 'Monument-ID:', |
770 | 783 | 'id-none' => '(Geen)', |
— | — | @@ -772,6 +785,7 @@ |
773 | 786 | 'bic-list' => 'Lijst', |
774 | 787 | 'bic-gallery' => 'Galerij', |
775 | 788 | 'gallery-header' => 'Afbeeldingen voor het monument met ID $1.', |
| 789 | + 'gallery-header-place' => 'Afbeeldingen voor monumenten uit $1.', |
776 | 790 | 'wall-of-shame-text' => 'Auteurs op aantal ongeïdentificeerde afbeeldingen', |
777 | 791 | 'author-heading' => 'Auteur', |
778 | 792 | 'bic-list-bad' => 'Bekijken', |
— | — | @@ -779,6 +793,7 @@ |
780 | 794 | 'unregistered' => 'Niet geregistreerd', |
781 | 795 | 'province-heading' => 'Provincie', |
782 | 796 | 'province-none' => '(Onbekend)', |
| 797 | + 'ccaa-heading' => 'CC.AA.', |
783 | 798 | ); |
784 | 799 | |
785 | 800 | /** Polish (Polski) |