diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-06-09 01:54:32 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-06-09 01:54:32 -0400 |
commit | e5c47a5e3022fa835644c2e9e2d24723b93cce7a (patch) | |
tree | 8587562a6b9e730bed7430546d00f71bfbcb3603 /apps/files_sharing/l10n | |
parent | e769ef9bbb2db10e3c44a0a055189e45a58716be (diff) | |
download | nextcloud-server-e5c47a5e3022fa835644c2e9e2d24723b93cce7a.tar.gz nextcloud-server-e5c47a5e3022fa835644c2e9e2d24723b93cce7a.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing/l10n')
-rw-r--r-- | apps/files_sharing/l10n/ast.php | 7 | ||||
-rw-r--r-- | apps/files_sharing/l10n/mk.php | 23 |
2 files changed, 30 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/ast.php b/apps/files_sharing/l10n/ast.php index b161409e593..bfec96f30ac 100644 --- a/apps/files_sharing/l10n/ast.php +++ b/apps/files_sharing/l10n/ast.php @@ -2,8 +2,11 @@ $TRANSLATIONS = array( "Shared with you" => "Compartío contigo", "Shared with others" => "Compartío con otros", +"Shared by link" => "Compartíu por enllaz", "No files have been shared with you yet." => "Entá nun se compartieron ficheros contigo.", "You haven't shared any files yet." => "Entá nun compartiesti dengún ficheru.", +"You haven't shared any files by link yet." => "Entá nun compartiesti nengún ficheru por enllaz.", +"Could not load template" => "Nun pudo cargase la plantía", "Saved" => "Guardáu", "Reset" => "Reaniciar", "Shared by {owner}" => "Compartíu por {owner}", @@ -12,6 +15,7 @@ $TRANSLATIONS = array( "The password is wrong. Try again." => "La contraseña ye incorreuta. Inténtalo otra vegada.", "Password" => "Contraseña", "Name" => "Nome", +"Share time" => "Compartir hora", "Sorry, this link doesn’t seem to work anymore." => "Sentímoslo, esti enllaz paez que yá nun furrula.", "Reasons might be:" => "Les razones pueden ser: ", "the item was removed" => "desanicióse l'elementu", @@ -21,6 +25,9 @@ $TRANSLATIONS = array( "Download" => "Baxar", "Download %s" => "Descargar %s", "Direct link" => "Enllaz direutu", +"Mail templates" => "Plantíes de corréu", +"Theme" => "Tema", +"Template" => "Plantía", "Save" => "Guardar" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/mk.php b/apps/files_sharing/l10n/mk.php index 64621521e01..f0950f51f90 100644 --- a/apps/files_sharing/l10n/mk.php +++ b/apps/files_sharing/l10n/mk.php @@ -1,10 +1,33 @@ <?php $TRANSLATIONS = array( +"Shared with you" => "Споделено со тебе", +"Shared with others" => "Сподели со останатите", +"Shared by link" => "Споделено со врска", +"No files have been shared with you yet." => "Ниту една датотека сеуште не била споделена со вас.", +"You haven't shared any files yet." => "Вие досега немате споделено ниту една датотека.", +"You haven't shared any files by link yet." => "Сеуште немате споделено датотека со врска.", +"Could not load template" => "Не можам да го вчитам шаблонот", +"Saved" => "Снимено", +"Reset" => "Поништи", "Shared by {owner}" => "Споделени од {owner}", "Shared by" => "Споделено од", +"This share is password-protected" => "Ова споделување е заштитено со лозинка", +"The password is wrong. Try again." => "Лозинката е грешна. Обиди се повторно.", "Password" => "Лозинка", "Name" => "Име", +"Share time" => "Сподели време", +"Sorry, this link doesn’t seem to work anymore." => "Извенете, но овој линк изгледа дека повеќе не функционира.", +"Reasons might be:" => "Причината може да биде:", +"the item was removed" => "предметот беше одстранет", +"the link expired" => "времетраењето на линкот е изминато", +"sharing is disabled" => "споделувањето не е дозволено", +"For more info, please ask the person who sent this link." => "За повеќе информации, прашајте го лицето кое ви ја испратила врската.", "Download" => "Преземи", +"Download %s" => "Преземи %s", +"Direct link" => "Директна врска", +"Mail templates" => "Шаблони за електронска пошта", +"Theme" => "Теми", +"Template" => "Шаблон", "Save" => "Сними" ); $PLURAL_FORMS = "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"; |