Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2015-08-01 09:18:30 +0300
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-08-01 09:18:30 +0300
commite78718feb522a13870600785b564014d30823493 (patch)
treece5338a73e9887cc1ba88b43f17eeeeb158f5349 /l10n
parent8071a48b15b7268c61a103ca67ca0bf05d396a7e (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n')
-rw-r--r--l10n/bg_BG.js55
-rw-r--r--l10n/bg_BG.json55
-rw-r--r--l10n/bg_BG.php11
-rw-r--r--l10n/it.js3
-rw-r--r--l10n/it.json3
5 files changed, 110 insertions, 17 deletions
diff --git a/l10n/bg_BG.js b/l10n/bg_BG.js
index 08843130..dbbd56db 100644
--- a/l10n/bg_BG.js
+++ b/l10n/bg_BG.js
@@ -1,12 +1,61 @@
OC.L10N.register(
"gallery",
{
+ "Gallery" : "Галерия",
"Pictures" : "Снимки",
+ "No pictures found! If you upload pictures in the files app, they will be displayed here." : "Няма открити снимки! Ако качиш снимки в програмата файлове, те ще бъдат показани тук.",
+ "I am sorry, but I could not find any media files at this location." : "Съжалявам, но немога да намеря медия файлове на това място.",
+ "Aborting preview. Could not find the file" : "Отказан е прегледа. Не можах да намеря файла",
+ "No ownCloud installation (7 or higher) found at {remote}" : "Не е открита ownCloud ( 7 или по-висока ) инсталация на {remote}.",
+ "Invalid ownCloud url" : "Невалиден ownCloud интернет адрес.",
"Picture view" : "Албум със снимки",
+ "Could not load the description" : "Неможе да зареди описанието",
+ "Could not load the description: " : "Неможе да зареди описанието:",
+ "Copyright" : "Авторско право",
+ "Could not load the copyright notice: " : "Неможе да се зареди известието за авторско право:",
+ "Copyright notice" : "Известие за авторско право ",
+ "Link to copyright document" : "Препратка към документа с авторските права",
+ "This application may not work properly on your browser." : "Това приложение може да не работи правилно във Вашият браузър.",
+ "For an improved experience, please install one of the following alternatives" : "За подобрен опит, моля инсталирайте една от следните алтернативи",
+ "Your browser is not supported!" : "Вашият браузър не се поддържа!",
+ "please install one of the following alternatives" : "моля инсталирайте една от следните алтернативи",
+ "Configuration error" : "Конфигурационна грешка",
"Error loading slideshow template" : "Грешка при зареждане на шаблон за слайдшоу.",
+ "<strong>Error!</strong> Could not generate a preview of this file.<br>" : "<strong>Грешка!</strong> Не може да се генерира визуализация на този файл.<br>",
+ "<strong>Error!</strong> Your browser can't display SVG files.<br>" : "<strong>Грешка!</strong> Вашият браузър не може да покаже SVG файлове.<br>",
+ "Next" : "Следваща",
+ "Play" : "Пусни",
+ "Pause" : "Пауза",
+ "Previous" : "Предишна",
+ "Close" : "Затвори",
+ "Download" : "Изтегляне",
+ "Toggle background" : "Превключване на фона",
+ "This share is password-protected" : "Тази зона е защитена с парола.",
+ "The password is wrong. Try again." : "Грешна парола. Опитай отново.",
+ "Password" : "Парола",
+ "File list" : "Списък с файлове",
+ "Sort by name" : "Сортирай по име",
+ "Sort by date" : "Сортирай по дата",
+ "Album information" : "Информация за албума",
"Share" : "Сподели",
- "No pictures found! If you upload pictures in the files app, they will be displayed here." : "Няма открити снимки! Ако качиш снимки в програмата файлове, те ще бъдат показани тук.",
- "shared by %s" : "споделено от %s",
- "File list" : "Списък с файлове"
+ "Sorry, this file could not be found." : "За съжаление този файл не може да бъде намерен.",
+ "Reasons might be:" : "Причините може да са:",
+ "the wrong file ID was provided" : "предоставен е грешен ID на файл",
+ "the file was removed" : "файлът беше премахнат",
+ "the file is corrupt" : "файлът е повреден",
+ "the encryption key is missing" : "криптиращия ключ липсва",
+ "Here is the error message returned by the server: " : "Ето съобщението за грешка, върнато от сървъра:",
+ "For more information, please contact your friendly ownCloud administrator." : "За повече информация, моля свържете се вашия любезен ownCloud администратор.",
+ "Sorry, but the server could not fulfill your request." : "Съжаляваме, но сървърът не може да изпълни заявката.",
+ "Possible reasons for the problem:" : "Възможни причини за проблема:",
+ "a conflicting app was installed" : "беше инсталирано конфликтно приложение",
+ "a required component is missing or was disconnected" : "необходимият компонент липсва или е бил премахнат",
+ "the filesystem is not readable" : "файловата система не се четима",
+ "Sorry, this link doesn't seem to work anymore." : "Съжаляваме, тази връзка не изглежда да работи повече.",
+ "the item was removed" : "съдържанието е премахнато",
+ "the link has expired" : "тази връзка е изтекла",
+ "sharing is disabled" : "споделянето е изключено",
+ "For more information, please ask the person who has sent you this link." : "За повече информация, моля обърнете се към човека, който ви е изпратил тази връзка.",
+ "Add to your ownCloud" : "Добави към своя ownCloud"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/bg_BG.json b/l10n/bg_BG.json
index 61966652..e0929eae 100644
--- a/l10n/bg_BG.json
+++ b/l10n/bg_BG.json
@@ -1,10 +1,59 @@
{ "translations": {
+ "Gallery" : "Галерия",
"Pictures" : "Снимки",
+ "No pictures found! If you upload pictures in the files app, they will be displayed here." : "Няма открити снимки! Ако качиш снимки в програмата файлове, те ще бъдат показани тук.",
+ "I am sorry, but I could not find any media files at this location." : "Съжалявам, но немога да намеря медия файлове на това място.",
+ "Aborting preview. Could not find the file" : "Отказан е прегледа. Не можах да намеря файла",
+ "No ownCloud installation (7 or higher) found at {remote}" : "Не е открита ownCloud ( 7 или по-висока ) инсталация на {remote}.",
+ "Invalid ownCloud url" : "Невалиден ownCloud интернет адрес.",
"Picture view" : "Албум със снимки",
+ "Could not load the description" : "Неможе да зареди описанието",
+ "Could not load the description: " : "Неможе да зареди описанието:",
+ "Copyright" : "Авторско право",
+ "Could not load the copyright notice: " : "Неможе да се зареди известието за авторско право:",
+ "Copyright notice" : "Известие за авторско право ",
+ "Link to copyright document" : "Препратка към документа с авторските права",
+ "This application may not work properly on your browser." : "Това приложение може да не работи правилно във Вашият браузър.",
+ "For an improved experience, please install one of the following alternatives" : "За подобрен опит, моля инсталирайте една от следните алтернативи",
+ "Your browser is not supported!" : "Вашият браузър не се поддържа!",
+ "please install one of the following alternatives" : "моля инсталирайте една от следните алтернативи",
+ "Configuration error" : "Конфигурационна грешка",
"Error loading slideshow template" : "Грешка при зареждане на шаблон за слайдшоу.",
+ "<strong>Error!</strong> Could not generate a preview of this file.<br>" : "<strong>Грешка!</strong> Не може да се генерира визуализация на този файл.<br>",
+ "<strong>Error!</strong> Your browser can't display SVG files.<br>" : "<strong>Грешка!</strong> Вашият браузър не може да покаже SVG файлове.<br>",
+ "Next" : "Следваща",
+ "Play" : "Пусни",
+ "Pause" : "Пауза",
+ "Previous" : "Предишна",
+ "Close" : "Затвори",
+ "Download" : "Изтегляне",
+ "Toggle background" : "Превключване на фона",
+ "This share is password-protected" : "Тази зона е защитена с парола.",
+ "The password is wrong. Try again." : "Грешна парола. Опитай отново.",
+ "Password" : "Парола",
+ "File list" : "Списък с файлове",
+ "Sort by name" : "Сортирай по име",
+ "Sort by date" : "Сортирай по дата",
+ "Album information" : "Информация за албума",
"Share" : "Сподели",
- "No pictures found! If you upload pictures in the files app, they will be displayed here." : "Няма открити снимки! Ако качиш снимки в програмата файлове, те ще бъдат показани тук.",
- "shared by %s" : "споделено от %s",
- "File list" : "Списък с файлове"
+ "Sorry, this file could not be found." : "За съжаление този файл не може да бъде намерен.",
+ "Reasons might be:" : "Причините може да са:",
+ "the wrong file ID was provided" : "предоставен е грешен ID на файл",
+ "the file was removed" : "файлът беше премахнат",
+ "the file is corrupt" : "файлът е повреден",
+ "the encryption key is missing" : "криптиращия ключ липсва",
+ "Here is the error message returned by the server: " : "Ето съобщението за грешка, върнато от сървъра:",
+ "For more information, please contact your friendly ownCloud administrator." : "За повече информация, моля свържете се вашия любезен ownCloud администратор.",
+ "Sorry, but the server could not fulfill your request." : "Съжаляваме, но сървърът не може да изпълни заявката.",
+ "Possible reasons for the problem:" : "Възможни причини за проблема:",
+ "a conflicting app was installed" : "беше инсталирано конфликтно приложение",
+ "a required component is missing or was disconnected" : "необходимият компонент липсва или е бил премахнат",
+ "the filesystem is not readable" : "файловата система не се четима",
+ "Sorry, this link doesn't seem to work anymore." : "Съжаляваме, тази връзка не изглежда да работи повече.",
+ "the item was removed" : "съдържанието е премахнато",
+ "the link has expired" : "тази връзка е изтекла",
+ "sharing is disabled" : "споделянето е изключено",
+ "For more information, please ask the person who has sent you this link." : "За повече информация, моля обърнете се към човека, който ви е изпратил тази връзка.",
+ "Add to your ownCloud" : "Добави към своя ownCloud"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/bg_BG.php b/l10n/bg_BG.php
deleted file mode 100644
index 11f170bb..00000000
--- a/l10n/bg_BG.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"Pictures" => "Снимки",
-"Picture view" => "Албум със снимки",
-"Error loading slideshow template" => "Грешка при зареждане на шаблон за слайдшоу.",
-"Share" => "Сподели",
-"No pictures found! If you upload pictures in the files app, they will be displayed here." => "Няма открити снимки! Ако качиш снимки в програмата файлове, те ще бъдат показани тук.",
-"shared by %s" => "споделено от %s",
-"File list" => "Списък с файлове"
-);
-$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/l10n/it.js b/l10n/it.js
index 9a70bf56..062ca932 100644
--- a/l10n/it.js
+++ b/l10n/it.js
@@ -4,6 +4,7 @@ OC.L10N.register(
"Gallery" : "Galleria",
"Pictures" : "Immagini",
"No pictures found! If you upload pictures in the files app, they will be displayed here." : "Nessuna immagine trovata. Se carichi immagini nell'applicazione dei file, esse saranno visualizzate qui.",
+ "I am sorry, but I could not find any media files at this location." : "Spiacente, ma non riesco a trovare alcun file multimediale in questa posizione.",
"Aborting preview. Could not find the file" : "Anteprima interrotta. Impossibile trovare il file",
"No ownCloud installation (7 or higher) found at {remote}" : "Nessuna installazione di ownCloud (7 o superiore) trovata su {remote}",
"Invalid ownCloud url" : "URL di ownCloud non valido",
@@ -46,6 +47,8 @@ OC.L10N.register(
"For more information, please contact your friendly ownCloud administrator." : "Per ulteriori informazioni, contatta il tuo amministratore di ownCloud.",
"Sorry, but the server could not fulfill your request." : "Spiacenti, ma il server non può completare la tua richiesta.",
"Possible reasons for the problem:" : "Possibili cause del problema:",
+ "a conflicting app was installed" : "è stata installata un'applicazione che causa un conflitto",
+ "a required component is missing or was disconnected" : "un componente richiesto è mancante o è stato disconnesso",
"the filesystem is not readable" : "il filesystem non è leggibile",
"Sorry, this link doesn't seem to work anymore." : "Spiacenti, questo collegamento sembra non essere più attivo.",
"the item was removed" : "l'elemento è stato rimosso",
diff --git a/l10n/it.json b/l10n/it.json
index 9fc8ca1a..21b2327c 100644
--- a/l10n/it.json
+++ b/l10n/it.json
@@ -2,6 +2,7 @@
"Gallery" : "Galleria",
"Pictures" : "Immagini",
"No pictures found! If you upload pictures in the files app, they will be displayed here." : "Nessuna immagine trovata. Se carichi immagini nell'applicazione dei file, esse saranno visualizzate qui.",
+ "I am sorry, but I could not find any media files at this location." : "Spiacente, ma non riesco a trovare alcun file multimediale in questa posizione.",
"Aborting preview. Could not find the file" : "Anteprima interrotta. Impossibile trovare il file",
"No ownCloud installation (7 or higher) found at {remote}" : "Nessuna installazione di ownCloud (7 o superiore) trovata su {remote}",
"Invalid ownCloud url" : "URL di ownCloud non valido",
@@ -44,6 +45,8 @@
"For more information, please contact your friendly ownCloud administrator." : "Per ulteriori informazioni, contatta il tuo amministratore di ownCloud.",
"Sorry, but the server could not fulfill your request." : "Spiacenti, ma il server non può completare la tua richiesta.",
"Possible reasons for the problem:" : "Possibili cause del problema:",
+ "a conflicting app was installed" : "è stata installata un'applicazione che causa un conflitto",
+ "a required component is missing or was disconnected" : "un componente richiesto è mancante o è stato disconnesso",
"the filesystem is not readable" : "il filesystem non è leggibile",
"Sorry, this link doesn't seem to work anymore." : "Spiacenti, questo collegamento sembra non essere più attivo.",
"the item was removed" : "l'elemento è stato rimosso",