diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-11-06 21:44:36 -0500 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-11-06 21:44:36 -0500 |
commit | 263603aa4cf6747460c13443c400f53d90a31bf1 (patch) | |
tree | 06d29a356eb6723461e705885239322728eb7be4 /core | |
parent | b9aec16037f9bb98c7a69c63df3bdda1daa3f165 (diff) | |
download | nextcloud-server-263603aa4cf6747460c13443c400f53d90a31bf1.tar.gz nextcloud-server-263603aa4cf6747460c13443c400f53d90a31bf1.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core')
-rw-r--r-- | core/l10n/et_EE.php | 12 | ||||
-rw-r--r-- | core/l10n/lb.php | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/core/l10n/et_EE.php b/core/l10n/et_EE.php index c85a29528dd..b4c1f7eb200 100644 --- a/core/l10n/et_EE.php +++ b/core/l10n/et_EE.php @@ -2,13 +2,13 @@ $TRANSLATIONS = array( "%s shared »%s« with you" => "%s jagas sinuga »%s«", "Couldn't send mail to following users: %s " => "Kirja saatmine järgnevatele kasutajatele ebaõnnestus: %s ", -"Turned on maintenance mode" => "Haldusreziimis", -"Turned off maintenance mode" => "Haldusreziim lõpetatud", +"Turned on maintenance mode" => "Haldusrežiimis sisse lülitatud", +"Turned off maintenance mode" => "Haldusrežiimis välja lülitatud", "Updated database" => "Uuendatud andmebaas", -"Updating filecache, this may take really long..." => "Uuendan failipuhvrit, see võib kesta väga kaua...", +"Updating filecache, this may take really long..." => "Failipuhvri uuendamine, see võib kesta väga kaua...", "Updated filecache" => "Uuendatud failipuhver", "... %d%% done ..." => "... %d%% tehtud ...", -"No image or file provided" => "Ühtegi pilti või faili ei pakutud", +"No image or file provided" => "Ühtegi pilti või faili pole pakutud", "Unknown filetype" => "Tundmatu failitüüp", "Invalid image" => "Vigane pilt", "No temporary profile picture available, try again" => "Ühtegi ajutist profiili pilti pole saadaval, proovi uuesti", @@ -45,11 +45,11 @@ $TRANSLATIONS = array( "last year" => "viimasel aastal", "years ago" => "aastat tagasi", "Choose" => "Vali", -"Error loading file picker template: {error}" => "Viga faili valija malli laadimisel: {error}", +"Error loading file picker template: {error}" => "Viga failivalija malli laadimisel: {error}", "Yes" => "Jah", "No" => "Ei", "Ok" => "Ok", -"Error loading message template: {error}" => "Viga sõnumi malli laadimisel: {error}", +"Error loading message template: {error}" => "Viga sõnumi malli laadimisel: {error}", "_{count} file conflict_::_{count} file conflicts_" => array("{count} failikonflikt","{count} failikonflikti"), "One file conflict" => "Üks failikonflikt", "Which files do you want to keep?" => "Milliseid faile sa soovid alles hoida?", diff --git a/core/l10n/lb.php b/core/l10n/lb.php index 34b097ac722..215111dadfc 100644 --- a/core/l10n/lb.php +++ b/core/l10n/lb.php @@ -31,7 +31,7 @@ $TRANSLATIONS = array( "December" => "Dezember", "Settings" => "Astellungen", "seconds ago" => "Sekonnen hir", -"_%n minute ago_::_%n minutes ago_" => array("",""), +"_%n minute ago_::_%n minutes ago_" => array("%n Minutt hir","%n Minutten hir"), "_%n hour ago_::_%n hours ago_" => array("",""), "today" => "haut", "yesterday" => "gëschter", @@ -111,7 +111,7 @@ $TRANSLATIONS = array( "Apps" => "Applikatiounen", "Admin" => "Admin", "Help" => "Hëllef", -"Error tagging" => "Fehler beim taggen", +"Error tagging" => "Fehler beim Taggen", "Error untagging" => "Fehler beim Tag läschen", "Access forbidden" => "Zougrëff net erlaabt", "Cloud not found" => "Cloud net fonnt", @@ -144,6 +144,6 @@ $TRANSLATIONS = array( "Log in" => "Umellen", "Alternative Logins" => "Alternativ Umeldungen", "Updating ownCloud to version %s, this may take a while." => "ownCloud gëtt op d'Versioun %s aktualiséiert, dat kéint e Moment daueren.", -"Thank you for your patience." => "Merci fir den Gedold." +"Thank you for your patience." => "Merci fir deng Gedold." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |