Blame view
sources/lib/l10n/oc.php
914 Bytes
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
03e52840d
|
3 4 5 6 |
"Help" => "Ajuda", "Personal" => "Personal", "Settings" => "Configuracion", "Users" => "Usancièrs", |
|
03e52840d
|
7 |
"Admin" => "Admin", |
|
31b7f2792
|
8 |
"web services under your control" => "Services web jos ton contraròtle", |
|
03e52840d
|
9 10 11 12 13 14 |
"ZIP download is turned off." => "Avalcargar los ZIP es inactiu.", "Files need to be downloaded one by one." => "Los fichièrs devan èsser avalcargats un per un.", "Back to Files" => "Torna cap als fichièrs", "Authentication error" => "Error d'autentificacion", "Files" => "Fichièrs", "seconds ago" => "segonda a", |
|
31b7f2792
|
15 16 |
"_%n minute ago_::_%n minutes ago_" => array("",""),
"_%n hour ago_::_%n hours ago_" => array("",""),
|
|
03e52840d
|
17 18 |
"today" => "uèi", "yesterday" => "ièr", |
|
31b7f2792
|
19 |
"_%n day go_::_%n days ago_" => array("",""),
|
|
03e52840d
|
20 |
"last month" => "mes passat", |
|
31b7f2792
|
21 |
"_%n month ago_::_%n months ago_" => array("",""),
|
|
03e52840d
|
22 |
"last year" => "an passat", |
|
31b7f2792
|
23 |
"years ago" => "ans a" |
|
03e52840d
|
24 |
); |
|
31b7f2792
|
25 |
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; |