aboutsummaryrefslogtreecommitdiffstats
path: root/core/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-09-24 01:56:46 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-09-24 01:56:46 -0400
commit5ff5b7386f804959c90bf8ff216a4fe3c21f03f5 (patch)
treead4f1c51a009b7e2e37792cce350871a2c7593eb /core/l10n
parent66a17cac31f6f0ac3aebdf75e722be4a68beddc1 (diff)
downloadnextcloud-server-5ff5b7386f804959c90bf8ff216a4fe3c21f03f5.tar.gz
nextcloud-server-5ff5b7386f804959c90bf8ff216a4fe3c21f03f5.zip
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n')
-rw-r--r--core/l10n/bn_BD.php6
-rw-r--r--core/l10n/pl.php7
2 files changed, 12 insertions, 1 deletions
diff --git a/core/l10n/bn_BD.php b/core/l10n/bn_BD.php
index 4c2e5015559..faf1e727e63 100644
--- a/core/l10n/bn_BD.php
+++ b/core/l10n/bn_BD.php
@@ -87,7 +87,13 @@ $TRANSLATIONS = array(
"Apps" => "অ্যাপ",
"Admin" => "প্রশাসন",
"Help" => "সহায়িকা",
+"Error deleting tag(s)" => "ট্যাগ(সমূহ) অপসারণে সমস্যা",
+"Error tagging" => "ট্যাগ করতে সমস্যা",
+"Error untagging" => "ট্যাগ বাতিল করতে সমস্যা",
+"Error favoriting" => "প্রিয় তালিকাভুক্তিতে সমস্যা",
"Access forbidden" => "অধিগমনের অনুমতি নেই",
+"File not found" => "ফাইল খুঁজে পাওয়া গেল না",
+"Cheers!" => "শুভেচ্ছা!",
"Security Warning" => "নিরাপত্তাজনিত সতর্কতা",
"Create an <strong>admin account</strong>" => "<strong>প্রশাসক একাউন্ট</strong> তৈরী করুন",
"Password" => "কূটশব্দ",
diff --git a/core/l10n/pl.php b/core/l10n/pl.php
index e257af67a46..2885dfb8478 100644
--- a/core/l10n/pl.php
+++ b/core/l10n/pl.php
@@ -140,6 +140,9 @@ $TRANSLATIONS = array(
"Error favoriting" => "Błąd podczas dodawania do ulubionch",
"Error unfavoriting" => "Błąd przy usuwaniu z ulubionych",
"Access forbidden" => "Dostęp zabroniony",
+"File not found" => "Nie odnaleziono pliku",
+"The specified document has not been found on the server." => "Wskazany dokument nie został znaleziony na serwerze.",
+"You can click here to return to %s." => "Możesz kliknąć tutaj aby powrócić do %s.",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Witaj,\n\ntylko informuję, że %s współdzieli z Tobą %s.\nZobacz tutaj: %s\n\n",
"The share will expire on %s." => "Ten zasób wygaśnie %s",
"Cheers!" => "Pozdrawiam!",
@@ -185,6 +188,8 @@ $TRANSLATIONS = array(
"The theme %s has been disabled." => "Motyw %s został wyłączony.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." => "Proszę się upewnić, że baza danych, folder konfiguracji oraz folder danych zostały zarchiwizowane przed przejściem dalej.",
"Start update" => "Rozpocznij aktualizację",
-"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" => "Aby uniknąć timeout-ów przy większych instalacjach, możesz zamiast tego uruchomić następującą komendę w katalogu Twojej instalacji:"
+"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" => "Aby uniknąć timeout-ów przy większych instalacjach, możesz zamiast tego uruchomić następującą komendę w katalogu Twojej instalacji:",
+"This %s instance is currently being updated, which may take a while." => "Ta instancja %s jest właśnie aktualizowana, co może chwilę potrwać.",
+"This page will refresh itself when the %s instance is available again." => "Strona odświeży się gdy instancja %s będzie ponownie dostępna."
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";