Index: trunk/tools/ToolserverI18N/language/messages/Wlm.i18n.php |
— | — | @@ -679,6 +679,46 @@ |
680 | 680 | 'bic-list-all' => 'Pełna lista', |
681 | 681 | ); |
682 | 682 | |
| 683 | +/** Slovenian (Slovenščina) |
| 684 | + * @author Dbc334 |
| 685 | + */ |
| 686 | +$messages['sl'] = array( |
| 687 | + 'title' => 'Datoteke WLM', |
| 688 | + 'file' => 'Slika', |
| 689 | + 'monument-type' => 'Vrsta spomenika', |
| 690 | + 'monument-id' => 'Id spomenika', |
| 691 | + 'province' => 'Provinca', |
| 692 | + 'competes' => 'Tekmuje', |
| 693 | + 'author' => 'Avtor', |
| 694 | + 'upload-time' => 'Čas nalaganja', |
| 695 | + 'concursa' => 'Sodeluje v WLM', |
| 696 | + 'no-concursa' => 'Zunaj tekmovanja WLM', |
| 697 | + 'not-available' => 'Ni na voljo', |
| 698 | + 'date-unknown' => 'Neznano', |
| 699 | + 'total-images' => 'Skupno slik: $1', |
| 700 | + 'view-uncategorized-images' => 'Ogled nekategoriziranih slik', |
| 701 | + 'provide-id' => 'Za prikaz podatkov, ki so na voljo za spomenik, navedite njegov id', |
| 702 | + 'show-images-bad-only' => 'Prikaži samo slike izven seznamov', |
| 703 | + 'show-images-all' => 'Prikaži vse slike', |
| 704 | + 'search-monuments' => 'Iskanje spomenikov', |
| 705 | + 'view-frequency' => 'Priljubljeni spomeniki', |
| 706 | + 'view-province' => 'Ogled po provincah', |
| 707 | + 'id-label' => 'Id spomenika:', |
| 708 | + 'id-none' => '(Brez)', |
| 709 | + 'monument-heading' => 'Spomenik', |
| 710 | + 'count-heading' => 'Fotografije', |
| 711 | + 'bic-list' => 'Seznam', |
| 712 | + 'bic-gallery' => 'Galerija', |
| 713 | + 'gallery-header' => 'Slike spomenika z id $1.', |
| 714 | + 'wall-of-shame-text' => 'Avtorji po številu neprepoznanih fotografij', |
| 715 | + 'author-heading' => 'Avtor', |
| 716 | + 'bic-list-bad' => 'Prikaži', |
| 717 | + 'bic-list-all' => 'Polni seznam', |
| 718 | + 'unregistered' => 'Neregistriran', |
| 719 | + 'province-heading' => 'Provinca', |
| 720 | + 'province-none' => '(Neznano)', |
| 721 | +); |
| 722 | + |
683 | 723 | /** Serbian (Cyrillic script) (Српски (ћирилица)) |
684 | 724 | * @author Rancher |
685 | 725 | */ |
Index: trunk/tools/ToolserverI18N/language/messages/Toolserverstatus.i18n.php |
— | — | @@ -74,6 +74,23 @@ |
75 | 75 | 'toolserver-status-short-missing' => '$1: Адсутнічае', |
76 | 76 | ); |
77 | 77 | |
| 78 | +/** Breton (Brezhoneg) |
| 79 | + * @author Fulup |
| 80 | + */ |
| 81 | +$messages['br'] = array( |
| 82 | + 'toolserver-status-down' => 'Evit ar poent eo serret kluster $1 an diaz roadennoù. $2', |
| 83 | + 'toolserver-status-erro' => "Sac'het eo kluster $1 an diaz roadennoù. $2", |
| 84 | + 'toolserver-status-unknown' => "Dianav eo statud ar c'hluster $1", |
| 85 | + 'toolserver-status-missing' => "N'eus ket eus ar c'hluster $1.", |
| 86 | + 'toolserver-status-short-ok' => '$1 : Mat eo', |
| 87 | + 'toolserver-status-short-info' => '$1 : Keleier', |
| 88 | + 'toolserver-status-short-warn' => '$1 : Diwall', |
| 89 | + 'toolserver-status-short-down' => "$1 : Sac'het", |
| 90 | + 'toolserver-status-short-erro' => '$1 : Fazi', |
| 91 | + 'toolserver-status-short-unknown' => '$1 : Dianav', |
| 92 | + 'toolserver-status-short-missing' => '$1: Ezvezant', |
| 93 | +); |
| 94 | + |
78 | 95 | /** German (Deutsch) |
79 | 96 | * @author Kghbln |
80 | 97 | */ |
— | — | @@ -121,6 +138,26 @@ |
122 | 139 | 'toolserver-status-short-missing' => '$1: Inexistente', |
123 | 140 | ); |
124 | 141 | |
| 142 | +/** Interlingua (Interlingua) |
| 143 | + * @author McDutchie |
| 144 | + */ |
| 145 | +$messages['ia'] = array( |
| 146 | + 'toolserver-status-ok' => 'Il non ha problemas in le gruppo de base de datos $1 $2', |
| 147 | + 'toolserver-status-info' => 'Nota pro usatores del gruppo $1: $2', |
| 148 | + 'toolserver-status-warn' => 'Advertimento pro usatores del gruppo $1: $2', |
| 149 | + 'toolserver-status-down' => 'Le gruppo de base de datos $1 ha essite temporarimente disactivate. $2', |
| 150 | + 'toolserver-status-erro' => 'Le gruppo de base de datos $1 es inactive. $2', |
| 151 | + 'toolserver-status-unknown' => 'Stato incognite del gruppo $1', |
| 152 | + 'toolserver-status-missing' => 'Le gruppo $1 non existe', |
| 153 | + 'toolserver-status-short-ok' => '$1: OK', |
| 154 | + 'toolserver-status-short-info' => '$1: Info', |
| 155 | + 'toolserver-status-short-warn' => '$1: Aviso', |
| 156 | + 'toolserver-status-short-down' => '$1: Inactive', |
| 157 | + 'toolserver-status-short-erro' => '$1: Error', |
| 158 | + 'toolserver-status-short-unknown' => '$1: Incognite', |
| 159 | + 'toolserver-status-short-missing' => '$1: Mancante', |
| 160 | +); |
| 161 | + |
125 | 162 | /** Colognian (Ripoarisch) |
126 | 163 | * @author Purodha |
127 | 164 | */ |
— | — | @@ -141,6 +178,26 @@ |
142 | 179 | 'toolserver-status-short-missing' => '$1: Ham_mer nit.', |
143 | 180 | ); |
144 | 181 | |
| 182 | +/** Luxembourgish (Lëtzebuergesch) |
| 183 | + * @author Robby |
| 184 | + */ |
| 185 | +$messages['lb'] = array( |
| 186 | + 'toolserver-status-ok' => 'Et gëtt keng Problemer mam Datebankcluster $1 $2', |
| 187 | + 'toolserver-status-info' => "Informatioun fir d'Benotzer vum Datebankcluster $1: $2", |
| 188 | + 'toolserver-status-warn' => "Warnung fir d'Benotzer vum Datebankcluster $1: $2", |
| 189 | + 'toolserver-status-down' => 'Den Datebankcluster $1 gouf temporär ausgeschalt. $2', |
| 190 | + 'toolserver-status-erro' => 'Den Datebankcluster $1 ass down. $2', |
| 191 | + 'toolserver-status-unknown' => 'De Status vum Datebankcluster $1 ass onbekannt', |
| 192 | + 'toolserver-status-missing' => 'Den Datebankcluster $1 gëtt et net', |
| 193 | + 'toolserver-status-short-ok' => '$1: Ok', |
| 194 | + 'toolserver-status-short-info' => '$1: Informatioun', |
| 195 | + 'toolserver-status-short-warn' => '$1: Warnung', |
| 196 | + 'toolserver-status-short-down' => '$1: Down', |
| 197 | + 'toolserver-status-short-erro' => '$1: Feeler', |
| 198 | + 'toolserver-status-short-unknown' => '$1: Onbekannt', |
| 199 | + 'toolserver-status-short-missing' => '$1: Net do', |
| 200 | +); |
| 201 | + |
145 | 202 | /** Macedonian (Македонски) |
146 | 203 | * @author Bjankuloski06 |
147 | 204 | */ |
— | — | @@ -218,6 +275,41 @@ |
219 | 276 | 'toolserver-status-short-missing' => '$1: Brak', |
220 | 277 | ); |
221 | 278 | |
| 279 | +/** Serbo-Croatian (Srpskohrvatski) |
| 280 | + * @author OC Ripper |
| 281 | + */ |
| 282 | +$messages['sh'] = array( |
| 283 | + 'toolserver-status-ok' => 'Nema problema u klasteru baze podataka $1 $2', |
| 284 | + 'toolserver-status-info' => 'Napomena za korisnike klastera $1: $2', |
| 285 | + 'toolserver-status-warn' => 'Upozorenje za korisnike klastera $1: $2', |
| 286 | + 'toolserver-status-down' => 'Klaster baze podataka $1 je privremeno isključen. $2', |
| 287 | + 'toolserver-status-erro' => 'Klaster baze podataka $1 je iznenada pao. $2', |
| 288 | + 'toolserver-status-unknown' => 'Nepoznato stanje klastera $1', |
| 289 | + 'toolserver-status-missing' => 'Klaster $1 ne postoji', |
| 290 | + 'toolserver-status-short-ok' => '$1: U redu', |
| 291 | + 'toolserver-status-short-info' => '$1: Informacije', |
| 292 | + 'toolserver-status-short-warn' => '$1: Upozorenje', |
| 293 | + 'toolserver-status-short-down' => '$1: Pad', |
| 294 | + 'toolserver-status-short-erro' => '$1: Greška', |
| 295 | + 'toolserver-status-short-unknown' => '$1: Nepoznato', |
| 296 | + 'toolserver-status-short-missing' => '$1: Nedostaje', |
| 297 | +); |
| 298 | + |
| 299 | +/** Slovenian (Slovenščina) |
| 300 | + * @author Dbc334 |
| 301 | + */ |
| 302 | +$messages['sl'] = array( |
| 303 | + 'toolserver-status-unknown' => 'Neznano stanje gruče $1', |
| 304 | + 'toolserver-status-missing' => 'Gruča $1 ne obstaja', |
| 305 | + 'toolserver-status-short-ok' => '$1: V redu', |
| 306 | + 'toolserver-status-short-info' => '$1: Informacija', |
| 307 | + 'toolserver-status-short-warn' => '$1: Opozorilo', |
| 308 | + 'toolserver-status-short-down' => '$1: Ne deluje', |
| 309 | + 'toolserver-status-short-erro' => '$1: Napaka', |
| 310 | + 'toolserver-status-short-unknown' => '$1: Neznano', |
| 311 | + 'toolserver-status-short-missing' => '$1: Manjka', |
| 312 | +); |
| 313 | + |
222 | 314 | /** Serbian (Cyrillic script) (Српски (ћирилица)) |
223 | 315 | * @author Rancher |
224 | 316 | */ |