summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2016-03-31 01:55:24 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2016-03-31 01:55:24 -0400
commit82da373ee7a25481451c411d35f49db58002b8a1 (patch)
tree7a4f9abd3bf24ab69a1d08c35690e64b180032be /apps
parentd7072ee8e5c70d20e52b8db9431a18a0a61421ad (diff)
downloadnextcloud-server-82da373ee7a25481451c411d35f49db58002b8a1.tar.gz
nextcloud-server-82da373ee7a25481451c411d35f49db58002b8a1.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r--apps/comments/l10n/sv.js2
-rw-r--r--apps/comments/l10n/sv.json2
-rw-r--r--apps/comments/l10n/tr.js16
-rw-r--r--apps/comments/l10n/tr.json16
-rw-r--r--apps/federatedfilesharing/l10n/tr.js1
-rw-r--r--apps/federatedfilesharing/l10n/tr.json1
-rw-r--r--apps/federation/l10n/tr.js5
-rw-r--r--apps/federation/l10n/tr.json5
-rw-r--r--apps/files/l10n/es.js1
-rw-r--r--apps/files/l10n/es.json1
-rw-r--r--apps/files/l10n/tr.js2
-rw-r--r--apps/files/l10n/tr.json2
-rw-r--r--apps/files_external/l10n/es.js2
-rw-r--r--apps/files_external/l10n/es.json2
-rw-r--r--apps/files_external/l10n/mk.js1
-rw-r--r--apps/files_external/l10n/mk.json1
-rw-r--r--apps/files_external/l10n/tr.js8
-rw-r--r--apps/files_external/l10n/tr.json8
-rw-r--r--apps/files_sharing/l10n/sv.js48
-rw-r--r--apps/files_sharing/l10n/sv.json48
-rw-r--r--apps/files_sharing/l10n/tr.js6
-rw-r--r--apps/files_sharing/l10n/tr.json6
-rw-r--r--apps/systemtags/l10n/tr.js14
-rw-r--r--apps/systemtags/l10n/tr.json14
-rw-r--r--apps/updatenotification/l10n/tr.js4
-rw-r--r--apps/updatenotification/l10n/tr.json4
26 files changed, 194 insertions, 26 deletions
diff --git a/apps/comments/l10n/sv.js b/apps/comments/l10n/sv.js
index db3cfe589ae..6c3b17555bc 100644
--- a/apps/comments/l10n/sv.js
+++ b/apps/comments/l10n/sv.js
@@ -2,7 +2,9 @@ OC.L10N.register(
"comments",
{
"<strong>Comments</strong> for files" : "<strong>Kommentarer</strong> till filer",
+ "You commented" : "Du kommenterade",
"%1$s commented" : "%1$s har kommenterat",
+ "You commented on %2$s" : "Du kommenterade %2$s",
"%1$s commented on %2$s" : "%1$s kommenterade på %2$s",
"Comments" : "Kommentarer",
"Type in a new comment..." : "Skriv en ny kommentar",
diff --git a/apps/comments/l10n/sv.json b/apps/comments/l10n/sv.json
index 7547cfe69e2..6b2e9b7b71d 100644
--- a/apps/comments/l10n/sv.json
+++ b/apps/comments/l10n/sv.json
@@ -1,6 +1,8 @@
{ "translations": {
"<strong>Comments</strong> for files" : "<strong>Kommentarer</strong> till filer",
+ "You commented" : "Du kommenterade",
"%1$s commented" : "%1$s har kommenterat",
+ "You commented on %2$s" : "Du kommenterade %2$s",
"%1$s commented on %2$s" : "%1$s kommenterade på %2$s",
"Comments" : "Kommentarer",
"Type in a new comment..." : "Skriv en ny kommentar",
diff --git a/apps/comments/l10n/tr.js b/apps/comments/l10n/tr.js
index d098f212de6..ff5bbca4081 100644
--- a/apps/comments/l10n/tr.js
+++ b/apps/comments/l10n/tr.js
@@ -1,21 +1,23 @@
OC.L10N.register(
"comments",
{
- "<strong>Comments</strong> for files" : "Dosyalar için <strong>Yorumlar</strong>",
+ "<strong>Comments</strong> for files" : "Dosyalar için <strong>yorumlar</strong>",
+ "You commented" : "Yorum yaptınız",
"%1$s commented" : "%1$s yorumlanmış",
- "%1$s commented on %2$s" : "%1$s yorumlanmış %2$s",
+ "You commented on %2$s" : "%2$s için yorum yaptınız",
+ "%1$s commented on %2$s" : "%1$s, %2$s için yorum yaptı",
"Comments" : "Yorumlar",
- "Type in a new comment..." : "Yeni bir yorum yazın",
- "Delete comment" : "Yorumu silin",
+ "Type in a new comment..." : "Yeni bir yorum yazın...",
+ "Delete comment" : "Yorumu sil",
"Post" : "Gönder",
"Cancel" : "İptal",
- "Edit comment" : "Yorumu düzenleyin",
+ "Edit comment" : "Yorumu düzenle",
"[Deleted user]" : "[Silinmiş kullanıcı]",
"No other comments available" : "Mevcut başka yorum yok",
"More comments..." : "Daha fazla yorum...",
"Save" : "Kaydet",
- "Allowed characters {count} of {max}" : "İzin verilen karakterler {count} {max}",
- "{count} unread comments" : "{count} okunmamış yorumlar",
+ "Allowed characters {count} of {max}" : "İzin verilen karakterler {count}/{max}",
+ "{count} unread comments" : "{count} okunmamış yorum",
"Comment" : "Yorum"
},
"nplurals=2; plural=(n > 1);");
diff --git a/apps/comments/l10n/tr.json b/apps/comments/l10n/tr.json
index 8b644c82ee1..724670c53ae 100644
--- a/apps/comments/l10n/tr.json
+++ b/apps/comments/l10n/tr.json
@@ -1,19 +1,21 @@
{ "translations": {
- "<strong>Comments</strong> for files" : "Dosyalar için <strong>Yorumlar</strong>",
+ "<strong>Comments</strong> for files" : "Dosyalar için <strong>yorumlar</strong>",
+ "You commented" : "Yorum yaptınız",
"%1$s commented" : "%1$s yorumlanmış",
- "%1$s commented on %2$s" : "%1$s yorumlanmış %2$s",
+ "You commented on %2$s" : "%2$s için yorum yaptınız",
+ "%1$s commented on %2$s" : "%1$s, %2$s için yorum yaptı",
"Comments" : "Yorumlar",
- "Type in a new comment..." : "Yeni bir yorum yazın",
- "Delete comment" : "Yorumu silin",
+ "Type in a new comment..." : "Yeni bir yorum yazın...",
+ "Delete comment" : "Yorumu sil",
"Post" : "Gönder",
"Cancel" : "İptal",
- "Edit comment" : "Yorumu düzenleyin",
+ "Edit comment" : "Yorumu düzenle",
"[Deleted user]" : "[Silinmiş kullanıcı]",
"No other comments available" : "Mevcut başka yorum yok",
"More comments..." : "Daha fazla yorum...",
"Save" : "Kaydet",
- "Allowed characters {count} of {max}" : "İzin verilen karakterler {count} {max}",
- "{count} unread comments" : "{count} okunmamış yorumlar",
+ "Allowed characters {count} of {max}" : "İzin verilen karakterler {count}/{max}",
+ "{count} unread comments" : "{count} okunmamış yorum",
"Comment" : "Yorum"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
} \ No newline at end of file
diff --git a/apps/federatedfilesharing/l10n/tr.js b/apps/federatedfilesharing/l10n/tr.js
index 123271c5e6b..c0e9f843271 100644
--- a/apps/federatedfilesharing/l10n/tr.js
+++ b/apps/federatedfilesharing/l10n/tr.js
@@ -3,6 +3,7 @@ OC.L10N.register(
{
"Invalid Federated Cloud ID" : "Geçersiz Birleşmiş Bulut Kimliği",
"Sharing %s failed, because this item is already shared with %s" : "%s paylaşımı, %s ile zaten paylaşıldığından dolayı başarısız oldu",
+ "Not allowed to create a federated share with the same user" : "Aynı kullanıcı ile bir birleşmiş paylaşım oluşturulamaz",
"Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "%s paylaşımı başarısız. %s bulunamadı veya sunucu şu anda ulaşılamıyor olabilir."
},
"nplurals=2; plural=(n > 1);");
diff --git a/apps/federatedfilesharing/l10n/tr.json b/apps/federatedfilesharing/l10n/tr.json
index c81393bc30d..dc9bd7a8f46 100644
--- a/apps/federatedfilesharing/l10n/tr.json
+++ b/apps/federatedfilesharing/l10n/tr.json
@@ -1,6 +1,7 @@
{ "translations": {
"Invalid Federated Cloud ID" : "Geçersiz Birleşmiş Bulut Kimliği",
"Sharing %s failed, because this item is already shared with %s" : "%s paylaşımı, %s ile zaten paylaşıldığından dolayı başarısız oldu",
+ "Not allowed to create a federated share with the same user" : "Aynı kullanıcı ile bir birleşmiş paylaşım oluşturulamaz",
"Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "%s paylaşımı başarısız. %s bulunamadı veya sunucu şu anda ulaşılamıyor olabilir."
},"pluralForm" :"nplurals=2; plural=(n > 1);"
} \ No newline at end of file
diff --git a/apps/federation/l10n/tr.js b/apps/federation/l10n/tr.js
index af299744a92..71e76bdec98 100644
--- a/apps/federation/l10n/tr.js
+++ b/apps/federation/l10n/tr.js
@@ -5,8 +5,11 @@ OC.L10N.register(
"Server is already in the list of trusted servers." : "Sunucu zaten güvenilen sunucu listesine eklenmiş.",
"No ownCloud server found" : "Hiçbir ownCloud sunucusu bulunamadı",
"Could not add server" : "Sunucu eklenemedi",
+ "Federation" : "Birleşim",
+ "ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "ownCloud Birleşimi, kullanıcı dizin değişimi yapmak için diğer güvenilir ownCloud'larla bağlanmanızı sağlar. Örneğin, birleşmiş paylaşım için hatici kullanıcıları otomatik doldurmak için kullanılacaktır.",
+ "Add server automatically once a federated share was created successfully" : "Birleşmiş bir paylaşım başarıyla eklenildiğinde sunucuyu otomatik olarak ekle",
"Trusted ownCloud Servers" : "Güvenilen ownCloud Sunucuları",
- "+ Add ownCloud server" : "ownCloud sunucusu ekle",
+ "+ Add ownCloud server" : "+ ownCloud sunucusu ekle",
"ownCloud Server" : "ownCloud Sunucusu"
},
"nplurals=2; plural=(n > 1);");
diff --git a/apps/federation/l10n/tr.json b/apps/federation/l10n/tr.json
index 2ed13eca58e..68f7b38218b 100644
--- a/apps/federation/l10n/tr.json
+++ b/apps/federation/l10n/tr.json
@@ -3,8 +3,11 @@
"Server is already in the list of trusted servers." : "Sunucu zaten güvenilen sunucu listesine eklenmiş.",
"No ownCloud server found" : "Hiçbir ownCloud sunucusu bulunamadı",
"Could not add server" : "Sunucu eklenemedi",
+ "Federation" : "Birleşim",
+ "ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "ownCloud Birleşimi, kullanıcı dizin değişimi yapmak için diğer güvenilir ownCloud'larla bağlanmanızı sağlar. Örneğin, birleşmiş paylaşım için hatici kullanıcıları otomatik doldurmak için kullanılacaktır.",
+ "Add server automatically once a federated share was created successfully" : "Birleşmiş bir paylaşım başarıyla eklenildiğinde sunucuyu otomatik olarak ekle",
"Trusted ownCloud Servers" : "Güvenilen ownCloud Sunucuları",
- "+ Add ownCloud server" : "ownCloud sunucusu ekle",
+ "+ Add ownCloud server" : "+ ownCloud sunucusu ekle",
"ownCloud Server" : "ownCloud Sunucusu"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
} \ No newline at end of file
diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js
index 79f0e955d28..51114b98999 100644
--- a/apps/files/l10n/es.js
+++ b/apps/files/l10n/es.js
@@ -106,6 +106,7 @@ OC.L10N.register(
"Missing permissions to edit from here." : "Faltan permisos para poder editar desde aquí.",
"Settings" : "Ajustes",
"WebDAV" : "WebDAV",
+ "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Introduce esta dirección <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\"> en el cliente de ownCloud para acceder a tus archivos a través de él</a>",
"Cancel upload" : "Cancelar la subida",
"No files in here" : "Aquí no hay archivos",
"Upload some content or sync with your devices!" : "Suba contenidos o sincronice sus dispositivos.",
diff --git a/apps/files/l10n/es.json b/apps/files/l10n/es.json
index 4281aa2ca2f..eee5fcfced9 100644
--- a/apps/files/l10n/es.json
+++ b/apps/files/l10n/es.json
@@ -104,6 +104,7 @@
"Missing permissions to edit from here." : "Faltan permisos para poder editar desde aquí.",
"Settings" : "Ajustes",
"WebDAV" : "WebDAV",
+ "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Introduce esta dirección <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\"> en el cliente de ownCloud para acceder a tus archivos a través de él</a>",
"Cancel upload" : "Cancelar la subida",
"No files in here" : "Aquí no hay archivos",
"Upload some content or sync with your devices!" : "Suba contenidos o sincronice sus dispositivos.",
diff --git a/apps/files/l10n/tr.js b/apps/files/l10n/tr.js
index d05c51f05ce..d5b7a5bfe36 100644
--- a/apps/files/l10n/tr.js
+++ b/apps/files/l10n/tr.js
@@ -28,6 +28,7 @@ OC.L10N.register(
"Unable to upload {filename} as it is a directory or has 0 bytes" : "{filename} bir dizin veya 0 bayt olduğundan yüklenemedi",
"Total file size {size1} exceeds upload limit {size2}" : "Toplam dosya boyutu {size1}, {size2} gönderme sınırını aşıyor",
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Yeterince boş alan yok. Gönderdiğiniz boyut {size1} ancak {size2} alan mevcut",
+ "Error uploading file \"{fileName}\": {message}" : "\"{fileName}\" dosyası yüklenirken hata: {message}",
"Could not get result from server." : "Sunucudan sonuç alınamadı.",
"File upload is in progress. Leaving the page now will cancel the upload." : "Dosya yükleme işlemi sürüyor. Şu anda sayfadan ayrılmak yükleme işlemini iptal edecek.",
"Actions" : "Eylemler",
@@ -105,6 +106,7 @@ OC.L10N.register(
"Missing permissions to edit from here." : "Buradan düzenleme için eksik yetki.",
"Settings" : "Ayarlar",
"WebDAV" : "WebDAV",
+ "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Dosyalarınıza WebDAV ile erişmek için <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">bu adresi kullanın</a>",
"Cancel upload" : "Yüklemeyi iptal et",
"No files in here" : "Burada hiç dosya yok",
"Upload some content or sync with your devices!" : "Bir şeyler yükleyin veya aygıtlarınızla eşitleyin!",
diff --git a/apps/files/l10n/tr.json b/apps/files/l10n/tr.json
index 1755166faff..1be304f7c3b 100644
--- a/apps/files/l10n/tr.json
+++ b/apps/files/l10n/tr.json
@@ -26,6 +26,7 @@
"Unable to upload {filename} as it is a directory or has 0 bytes" : "{filename} bir dizin veya 0 bayt olduğundan yüklenemedi",
"Total file size {size1} exceeds upload limit {size2}" : "Toplam dosya boyutu {size1}, {size2} gönderme sınırını aşıyor",
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Yeterince boş alan yok. Gönderdiğiniz boyut {size1} ancak {size2} alan mevcut",
+ "Error uploading file \"{fileName}\": {message}" : "\"{fileName}\" dosyası yüklenirken hata: {message}",
"Could not get result from server." : "Sunucudan sonuç alınamadı.",
"File upload is in progress. Leaving the page now will cancel the upload." : "Dosya yükleme işlemi sürüyor. Şu anda sayfadan ayrılmak yükleme işlemini iptal edecek.",
"Actions" : "Eylemler",
@@ -103,6 +104,7 @@
"Missing permissions to edit from here." : "Buradan düzenleme için eksik yetki.",
"Settings" : "Ayarlar",
"WebDAV" : "WebDAV",
+ "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Dosyalarınıza WebDAV ile erişmek için <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">bu adresi kullanın</a>",
"Cancel upload" : "Yüklemeyi iptal et",
"No files in here" : "Burada hiç dosya yok",
"Upload some content or sync with your devices!" : "Bir şeyler yükleyin veya aygıtlarınızla eşitleyin!",
diff --git a/apps/files_external/l10n/es.js b/apps/files_external/l10n/es.js
index 0e337eb5907..f46eb9c651e 100644
--- a/apps/files_external/l10n/es.js
+++ b/apps/files_external/l10n/es.js
@@ -29,7 +29,7 @@ OC.L10N.register(
"Error generating key pair" : "Error al generar el par de claves",
"Enable encryption" : "Habilitar cifrado",
"Enable previews" : "Habilitar previsualizaciones",
- "Enable sharing" : "Habilitar comparto",
+ "Enable sharing" : "Habilitar el uso compartido",
"Check for changes" : "Comprobar si hay cambios",
"Never" : "Nunca",
"Once every direct access" : "Una vez cada acceso directo",
diff --git a/apps/files_external/l10n/es.json b/apps/files_external/l10n/es.json
index 68fb52391eb..3dfc2736ec0 100644
--- a/apps/files_external/l10n/es.json
+++ b/apps/files_external/l10n/es.json
@@ -27,7 +27,7 @@
"Error generating key pair" : "Error al generar el par de claves",
"Enable encryption" : "Habilitar cifrado",
"Enable previews" : "Habilitar previsualizaciones",
- "Enable sharing" : "Habilitar comparto",
+ "Enable sharing" : "Habilitar el uso compartido",
"Check for changes" : "Comprobar si hay cambios",
"Never" : "Nunca",
"Once every direct access" : "Una vez cada acceso directo",
diff --git a/apps/files_external/l10n/mk.js b/apps/files_external/l10n/mk.js
index 70d9b5a755f..0f0677c2d55 100644
--- a/apps/files_external/l10n/mk.js
+++ b/apps/files_external/l10n/mk.js
@@ -4,6 +4,7 @@ OC.L10N.register(
"Personal" : "Лично",
"Grant access" : "Дозволи пристап",
"Access granted" : "Пристапот е дозволен",
+ "Enable encryption" : "Овозможи енкрипција",
"Saved" : "Снимено",
"Username" : "Корисничко име",
"Password" : "Лозинка",
diff --git a/apps/files_external/l10n/mk.json b/apps/files_external/l10n/mk.json
index d97c5b872ba..b6437b19640 100644
--- a/apps/files_external/l10n/mk.json
+++ b/apps/files_external/l10n/mk.json
@@ -2,6 +2,7 @@
"Personal" : "Лично",
"Grant access" : "Дозволи пристап",
"Access granted" : "Пристапот е дозволен",
+ "Enable encryption" : "Овозможи енкрипција",
"Saved" : "Снимено",
"Username" : "Корисничко име",
"Password" : "Лозинка",
diff --git a/apps/files_external/l10n/tr.js b/apps/files_external/l10n/tr.js
index dfbbef593ae..14e86c5868f 100644
--- a/apps/files_external/l10n/tr.js
+++ b/apps/files_external/l10n/tr.js
@@ -43,8 +43,15 @@ OC.L10N.register(
"Couldn't get the list of external mount points: {type}" : "Harici bağlama noktalarının listesi alınamadı: {type}",
"There was an error with message: " : "Şu mesajla bir hata oluştu:",
"External mount error" : "Harici bağlama hatası",
+ "external-storage" : "harici-depolama",
+ "Couldn't get the list of Windows network drive mount points: empty response from the server" : "Windows ağ sürücüsü bağlama nokta listesi alınamadı: sunucudan boş yanıt",
+ "Some of the configured external mount points are not connected. Please click on the red row(s) for more information" : "Yapılandırılmış harici bağlama noktalarından bazıları bağlı değil. Lütfen daha fazla bilgi için kırmızı satırlara tıklayın",
+ "Please enter the credentials for the {mount} mount" : "{mount} bağlaması için kimlik bilgilerini girin",
"Username" : "Kullanıcı Adı",
"Password" : "Parola",
+ "Credentials saved" : "Kimlik bilgileri kaydedildi",
+ "Credentials saving failed" : "Kimlik bilgileri kaydedilemedi",
+ "Credentials required" : "Kimlik bilgileri gerekli",
"Save" : "Kaydet",
"Access key" : "Erişim anahtarı",
"Secret key" : "Gizli anahtar",
@@ -62,6 +69,7 @@ OC.L10N.register(
"Rackspace" : "Rackspace",
"API key" : "API anahtarı",
"Username and password" : "Kullanıcı adı ve parola",
+ "Log-in credentials, save in session" : "Oturum kimlik bilgileri, oturumda kaydet",
"RSA public key" : "RSA ortak anahtarı",
"Public key" : "Ortak anahtar",
"Amazon S3" : "Amazon S3",
diff --git a/apps/files_external/l10n/tr.json b/apps/files_external/l10n/tr.json
index 2b1296e3c6f..cc015c380fe 100644
--- a/apps/files_external/l10n/tr.json
+++ b/apps/files_external/l10n/tr.json
@@ -41,8 +41,15 @@
"Couldn't get the list of external mount points: {type}" : "Harici bağlama noktalarının listesi alınamadı: {type}",
"There was an error with message: " : "Şu mesajla bir hata oluştu:",
"External mount error" : "Harici bağlama hatası",
+ "external-storage" : "harici-depolama",
+ "Couldn't get the list of Windows network drive mount points: empty response from the server" : "Windows ağ sürücüsü bağlama nokta listesi alınamadı: sunucudan boş yanıt",
+ "Some of the configured external mount points are not connected. Please click on the red row(s) for more information" : "Yapılandırılmış harici bağlama noktalarından bazıları bağlı değil. Lütfen daha fazla bilgi için kırmızı satırlara tıklayın",
+ "Please enter the credentials for the {mount} mount" : "{mount} bağlaması için kimlik bilgilerini girin",
"Username" : "Kullanıcı Adı",
"Password" : "Parola",
+ "Credentials saved" : "Kimlik bilgileri kaydedildi",
+ "Credentials saving failed" : "Kimlik bilgileri kaydedilemedi",
+ "Credentials required" : "Kimlik bilgileri gerekli",
"Save" : "Kaydet",
"Access key" : "Erişim anahtarı",
"Secret key" : "Gizli anahtar",
@@ -60,6 +67,7 @@
"Rackspace" : "Rackspace",
"API key" : "API anahtarı",
"Username and password" : "Kullanıcı adı ve parola",
+ "Log-in credentials, save in session" : "Oturum kimlik bilgileri, oturumda kaydet",
"RSA public key" : "RSA ortak anahtarı",
"Public key" : "Ortak anahtar",
"Amazon S3" : "Amazon S3",
diff --git a/apps/files_sharing/l10n/sv.js b/apps/files_sharing/l10n/sv.js
index d2357c0de33..e9cac30212a 100644
--- a/apps/files_sharing/l10n/sv.js
+++ b/apps/files_sharing/l10n/sv.js
@@ -3,11 +3,15 @@ OC.L10N.register(
{
"Server to server sharing is not enabled on this server" : "Server-till-server-delning är inte aktiverat på denna server",
"The mountpoint name contains invalid characters." : "Monteringspunktens namn innehåller ogiltiga tecken.",
+ "Not allowed to create a federated share with the same user server" : "Ej tillåten att skapa en federerad delning med samma användarserver.",
"Invalid or untrusted SSL certificate" : "Ogiltigt eller ej betrott SSL-certifikat",
+ "Could not authenticate to remote share, password might be wrong" : "Kunde ej autensiera fjärrdelningen, lösenordet kan vara fel",
+ "Storage not valid" : "Lagring ej giltig",
"Couldn't add remote share" : "Kunde inte lägga till fjärrutdelning",
"Shared with you" : "Delat med dig",
"Shared with others" : "Delat med andra",
"Shared by link" : "Delad som länk",
+ "Federated sharing" : "Federated Delning",
"Nothing shared with you yet" : "Inget delat med dig ännu",
"Files and folders others share with you will show up here" : "Filer och mappar andra delar med dig kommer visas här",
"Nothing shared yet" : "Inget delat ännu",
@@ -19,12 +23,15 @@ OC.L10N.register(
"Remote share password" : "Lösenord för fjärrdelning",
"Cancel" : "Avbryt",
"Add remote share" : "Lägg till fjärrdelning",
+ "You can upload into this folder" : "Du kan ladda upp i denna map",
+ "No ownCloud installation (7 or higher) found at {remote}" : "Ingen OwnCloud Installation (7 eller senare) funnen på {remote}",
"Invalid ownCloud url" : "Felaktig ownCloud url",
"Shared by" : "Delad av",
"Sharing" : "Dela",
"A file or folder has been <strong>shared</strong>" : "En fil eller mapp har <strong>delats</strong>",
"A file or folder was shared from <strong>another server</strong>" : "En fil eller mapp delades från <strong>en annan server</strong>",
"A public shared file or folder was <strong>downloaded</strong>" : "En publikt delad fil eller mapp blev <strong>nerladdad</strong>",
+ "You received a new remote share %2$s from %1$s" : "Du har mottagit en fjärrdelning %2$s från %1$s",
"You received a new remote share from %s" : "Du mottog en ny fjärrdelning från %s",
"%1$s accepted remote share %2$s" : "%1$s accepterade fjärrdelning %2$s",
"%1$s declined remote share %2$s" : "%1$s nekade fjärrdelning %2$s",
@@ -32,11 +39,42 @@ OC.L10N.register(
"Public shared folder %1$s was downloaded" : "Publikt delad mapp %1$s blev nerladdad",
"Public shared file %1$s was downloaded" : "Publikt delad fil %1$s blev nerladdad",
"You shared %1$s with %2$s" : "Du delade %1$s med %2$s",
+ "%2$s shared %1$s with %3$s" : "%2$s delade %1$s med %3$s",
+ "%2$s removed the share of %3$s for %1$s" : "%2$s tog bort delningen av %3$s för %1$s",
"You shared %1$s with group %2$s" : "Du delade %1$s med grupp %2$s",
+ "%2$s shared %1$s with group %3$s" : "%2$s delade %1$s med gruppen %3$s",
+ "You removed the share of group %2$s for %1$s" : "Du tog bort delningen av gruppen %2$s för %1$s",
+ "%2$s removed the share of group %3$s for %1$s" : "%2$s tog bort delningen av grupp %3$s för %1$s",
+ "%2$s shared %1$s via link" : "%2$s delade %1$s via länk",
"You shared %1$s via link" : "Du delade %1$s via länk",
+ "You removed the public link for %1$s" : "Du tog bort den publika länken för %1$s",
+ "%2$s removed the public link for %1$s" : "%2$s tog bort den publika länken för %1$s",
+ "Your public link for %1$s expired" : "Din publika länk för %1$s har löpt ut",
+ "The public link of %2$s for %1$s expired" : "Den publika länken för %2$s av %1$s har löpt ut",
"%2$s shared %1$s with you" : "%2$s delade %1$s med dig",
+ "%2$s removed the share for %1$s" : "%2$s tog bort delningen av %1$s",
+ "Downloaded via public link" : "Nerladdad via publik länk",
+ "Shared with %2$s" : "Delad med %2$s",
+ "Shared with %3$s by %2$s" : "Delad med %3$s av %2$s",
+ "Removed share for %2$s" : "Tog bort delningen för %2$s",
+ "%2$s removed share for %3$s" : "%2$s tog bort delningen för %3$s",
+ "Shared with group %2$s" : "Delning med grupp %2$s",
+ "Shared with group %3$s by %2$s" : "Delade med grupp %3$s av %2$s",
+ "Removed share of group %2$s" : "Tog bort delning av grupp %2$s",
+ "%2$s removed share of group %3$s" : "%2$s tog bort delningen av grupp %3$s",
+ "Shared via link by %2$s" : "Delad via länk av %2$s",
+ "Shared via public link" : "Delad via publik länk",
+ "Removed public link" : "Tog bort publik länk",
+ "%2$s removed public link" : "%2$s tog bort publik länk",
+ "Public link expired" : "Tidsgräns för publik länk har löpt ut",
+ "Public link of %2$s expired" : "Tidsgräns för publik länk för %2$s har löpt ut",
+ "Shared by %2$s" : "Delad av %2$s",
"Shares" : "Delningar",
+ "You received \"/%2$s\" as a remote share from %1$s" : "Du mottog \"/%2$s\" som fjärrdelning från %1$s",
"Accept" : "Acceptera",
+ "Decline" : "Neka",
+ "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Dela med mig genom min #owncloud Federated Cloud ID, se %s",
+ "Share with me through my #ownCloud Federated Cloud ID" : "Dela med mig genom min #ownCloud Federated Cloud ID",
"This share is password-protected" : "Den här delningen är lösenordsskyddad",
"The password is wrong. Try again." : "Lösenordet är fel. Försök igen.",
"Password" : "Lösenord",
@@ -53,7 +91,15 @@ OC.L10N.register(
"Download" : "Ladda ner",
"Download %s" : "Ladda ner %s",
"Direct link" : "Direkt länk",
+ "Federated Cloud Sharing" : "Federate Cloud delning",
+ "Open documentation" : "Öppna dokumentation",
"Allow users on this server to send shares to other servers" : "Tillåt användare på denna server att skicka utdelningar till andra servrar",
- "Allow users on this server to receive shares from other servers" : "Tillåt användare på denna servern att ta emot utdelningar från andra servrar"
+ "Allow users on this server to receive shares from other servers" : "Tillåt användare på denna servern att ta emot utdelningar från andra servrar",
+ "Federated Cloud" : "Federated Cloud",
+ "Your Federated Cloud ID:" : "Ditt Federated Cloud ID",
+ "Share it:" : "Dela detta:",
+ "Add to your website" : "Lägg till på din hemsida",
+ "Share with me via ownCloud" : "Dela med mig via Owncloud",
+ "HTML Code:" : "HTML Kod:"
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/files_sharing/l10n/sv.json b/apps/files_sharing/l10n/sv.json
index 9331d95aafb..fd916262560 100644
--- a/apps/files_sharing/l10n/sv.json
+++ b/apps/files_sharing/l10n/sv.json
@@ -1,11 +1,15 @@
{ "translations": {
"Server to server sharing is not enabled on this server" : "Server-till-server-delning är inte aktiverat på denna server",
"The mountpoint name contains invalid characters." : "Monteringspunktens namn innehåller ogiltiga tecken.",
+ "Not allowed to create a federated share with the same user server" : "Ej tillåten att skapa en federerad delning med samma användarserver.",
"Invalid or untrusted SSL certificate" : "Ogiltigt eller ej betrott SSL-certifikat",
+ "Could not authenticate to remote share, password might be wrong" : "Kunde ej autensiera fjärrdelningen, lösenordet kan vara fel",
+ "Storage not valid" : "Lagring ej giltig",
"Couldn't add remote share" : "Kunde inte lägga till fjärrutdelning",
"Shared with you" : "Delat med dig",
"Shared with others" : "Delat med andra",
"Shared by link" : "Delad som länk",
+ "Federated sharing" : "Federated Delning",
"Nothing shared with you yet" : "Inget delat med dig ännu",
"Files and folders others share with you will show up here" : "Filer och mappar andra delar med dig kommer visas här",
"Nothing shared yet" : "Inget delat ännu",
@@ -17,12 +21,15 @@
"Remote share password" : "Lösenord för fjärrdelning",
"Cancel" : "Avbryt",
"Add remote share" : "Lägg till fjärrdelning",
+ "You can upload into this folder" : "Du kan ladda upp i denna map",
+ "No ownCloud installation (7 or higher) found at {remote}" : "Ingen OwnCloud Installation (7 eller senare) funnen på {remote}",
"Invalid ownCloud url" : "Felaktig ownCloud url",
"Shared by" : "Delad av",
"Sharing" : "Dela",
"A file or folder has been <strong>shared</strong>" : "En fil eller mapp har <strong>delats</strong>",
"A file or folder was shared from <strong>another server</strong>" : "En fil eller mapp delades från <strong>en annan server</strong>",
"A public shared file or folder was <strong>downloaded</strong>" : "En publikt delad fil eller mapp blev <strong>nerladdad</strong>",
+ "You received a new remote share %2$s from %1$s" : "Du har mottagit en fjärrdelning %2$s från %1$s",
"You received a new remote share from %s" : "Du mottog en ny fjärrdelning från %s",
"%1$s accepted remote share %2$s" : "%1$s accepterade fjärrdelning %2$s",
"%1$s declined remote share %2$s" : "%1$s nekade fjärrdelning %2$s",
@@ -30,11 +37,42 @@
"Public shared folder %1$s was downloaded" : "Publikt delad mapp %1$s blev nerladdad",
"Public shared file %1$s was downloaded" : "Publikt delad fil %1$s blev nerladdad",
"You shared %1$s with %2$s" : "Du delade %1$s med %2$s",
+ "%2$s shared %1$s with %3$s" : "%2$s delade %1$s med %3$s",
+ "%2$s removed the share of %3$s for %1$s" : "%2$s tog bort delningen av %3$s för %1$s",
"You shared %1$s with group %2$s" : "Du delade %1$s med grupp %2$s",
+ "%2$s shared %1$s with group %3$s" : "%2$s delade %1$s med gruppen %3$s",
+ "You removed the share of group %2$s for %1$s" : "Du tog bort delningen av gruppen %2$s för %1$s",
+ "%2$s removed the share of group %3$s for %1$s" : "%2$s tog bort delningen av grupp %3$s för %1$s",
+ "%2$s shared %1$s via link" : "%2$s delade %1$s via länk",
"You shared %1$s via link" : "Du delade %1$s via länk",
+ "You removed the public link for %1$s" : "Du tog bort den publika länken för %1$s",
+ "%2$s removed the public link for %1$s" : "%2$s tog bort den publika länken för %1$s",
+ "Your public link for %1$s expired" : "Din publika länk för %1$s har löpt ut",
+ "The public link of %2$s for %1$s expired" : "Den publika länken för %2$s av %1$s har löpt ut",
"%2$s shared %1$s with you" : "%2$s delade %1$s med dig",
+ "%2$s removed the share for %1$s" : "%2$s tog bort delningen av %1$s",
+ "Downloaded via public link" : "Nerladdad via publik länk",
+ "Shared with %2$s" : "Delad med %2$s",
+ "Shared with %3$s by %2$s" : "Delad med %3$s av %2$s",
+ "Removed share for %2$s" : "Tog bort delningen för %2$s",
+ "%2$s removed share for %3$s" : "%2$s tog bort delningen för %3$s",
+ "Shared with group %2$s" : "Delning med grupp %2$s",
+ "Shared with group %3$s by %2$s" : "Delade med grupp %3$s av %2$s",
+ "Removed share of group %2$s" : "Tog bort delning av grupp %2$s",
+ "%2$s removed share of group %3$s" : "%2$s tog bort delningen av grupp %3$s",
+ "Shared via link by %2$s" : "Delad via länk av %2$s",
+ "Shared via public link" : "Delad via publik länk",
+ "Removed public link" : "Tog bort publik länk",
+ "%2$s removed public link" : "%2$s tog bort publik länk",
+ "Public link expired" : "Tidsgräns för publik länk har löpt ut",
+ "Public link of %2$s expired" : "Tidsgräns för publik länk för %2$s har löpt ut",
+ "Shared by %2$s" : "Delad av %2$s",
"Shares" : "Delningar",
+ "You received \"/%2$s\" as a remote share from %1$s" : "Du mottog \"/%2$s\" som fjärrdelning från %1$s",
"Accept" : "Acceptera",
+ "Decline" : "Neka",
+ "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Dela med mig genom min #owncloud Federated Cloud ID, se %s",
+ "Share with me through my #ownCloud Federated Cloud ID" : "Dela med mig genom min #ownCloud Federated Cloud ID",
"This share is password-protected" : "Den här delningen är lösenordsskyddad",
"The password is wrong. Try again." : "Lösenordet är fel. Försök igen.",
"Password" : "Lösenord",
@@ -51,7 +89,15 @@
"Download" : "Ladda ner",
"Download %s" : "Ladda ner %s",
"Direct link" : "Direkt länk",
+ "Federated Cloud Sharing" : "Federate Cloud delning",
+ "Open documentation" : "Öppna dokumentation",
"Allow users on this server to send shares to other servers" : "Tillåt användare på denna server att skicka utdelningar till andra servrar",
- "Allow users on this server to receive shares from other servers" : "Tillåt användare på denna servern att ta emot utdelningar från andra servrar"
+ "Allow users on this server to receive shares from other servers" : "Tillåt användare på denna servern att ta emot utdelningar från andra servrar",
+ "Federated Cloud" : "Federated Cloud",
+ "Your Federated Cloud ID:" : "Ditt Federated Cloud ID",
+ "Share it:" : "Dela detta:",
+ "Add to your website" : "Lägg till på din hemsida",
+ "Share with me via ownCloud" : "Dela med mig via Owncloud",
+ "HTML Code:" : "HTML Kod:"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/apps/files_sharing/l10n/tr.js b/apps/files_sharing/l10n/tr.js
index df267d35b1f..c08d9baa0d5 100644
--- a/apps/files_sharing/l10n/tr.js
+++ b/apps/files_sharing/l10n/tr.js
@@ -74,8 +74,8 @@ OC.L10N.register(
"You received \"/%2$s\" as a remote share from %1$s" : "%1$s kişisinden \"/%2$s\" uzak paylaşımını aldınız",
"Accept" : "Kabul et",
"Decline" : "Reddet",
- "Share with me through my #ownCloud Federated Cloud ID, see %s" : "#ownCloud Birleşik Bulut kimliğim ile paylaşıldı, bkz %s",
- "Share with me through my #ownCloud Federated Cloud ID" : "#ownCloud Birleşmiş Bulut kimliğim ile paylaşıldı",
+ "Share with me through my #ownCloud Federated Cloud ID, see %s" : "#ownCloud Birleşik Bulut kimliğim ile paylaş, bkz %s",
+ "Share with me through my #ownCloud Federated Cloud ID" : "#ownCloud Birleşmiş Bulut kimliğim ile paylaş",
"This share is password-protected" : "Bu paylaşım parola korumalı",
"The password is wrong. Try again." : "Parola hatalı. Yeniden deneyin.",
"Password" : "Parola",
@@ -100,7 +100,7 @@ OC.L10N.register(
"Your Federated Cloud ID:" : "Birleşmiş Bulut Kimliğiniz:",
"Share it:" : "Paylaşın:",
"Add to your website" : "Web sitenize ekleyin",
- "Share with me via ownCloud" : "Benimle ownCloud aracılığıyla paylaşıldı",
+ "Share with me via ownCloud" : "Benimle ownCloud aracılığıyla paylaşın",
"HTML Code:" : "HTML Kodu:"
},
"nplurals=2; plural=(n > 1);");
diff --git a/apps/files_sharing/l10n/tr.json b/apps/files_sharing/l10n/tr.json
index 1b921920dd7..b107ec25589 100644
--- a/apps/files_sharing/l10n/tr.json
+++ b/apps/files_sharing/l10n/tr.json
@@ -72,8 +72,8 @@
"You received \"/%2$s\" as a remote share from %1$s" : "%1$s kişisinden \"/%2$s\" uzak paylaşımını aldınız",
"Accept" : "Kabul et",
"Decline" : "Reddet",
- "Share with me through my #ownCloud Federated Cloud ID, see %s" : "#ownCloud Birleşik Bulut kimliğim ile paylaşıldı, bkz %s",
- "Share with me through my #ownCloud Federated Cloud ID" : "#ownCloud Birleşmiş Bulut kimliğim ile paylaşıldı",
+ "Share with me through my #ownCloud Federated Cloud ID, see %s" : "#ownCloud Birleşik Bulut kimliğim ile paylaş, bkz %s",
+ "Share with me through my #ownCloud Federated Cloud ID" : "#ownCloud Birleşmiş Bulut kimliğim ile paylaş",
"This share is password-protected" : "Bu paylaşım parola korumalı",
"The password is wrong. Try again." : "Parola hatalı. Yeniden deneyin.",
"Password" : "Parola",
@@ -98,7 +98,7 @@
"Your Federated Cloud ID:" : "Birleşmiş Bulut Kimliğiniz:",
"Share it:" : "Paylaşın:",
"Add to your website" : "Web sitenize ekleyin",
- "Share with me via ownCloud" : "Benimle ownCloud aracılığıyla paylaşıldı",
+ "Share with me via ownCloud" : "Benimle ownCloud aracılığıyla paylaşın",
"HTML Code:" : "HTML Kodu:"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
} \ No newline at end of file
diff --git a/apps/systemtags/l10n/tr.js b/apps/systemtags/l10n/tr.js
index 6ca4c299006..2356ac42584 100644
--- a/apps/systemtags/l10n/tr.js
+++ b/apps/systemtags/l10n/tr.js
@@ -1,7 +1,21 @@
OC.L10N.register(
"systemtags",
{
+ "<strong>System tags</strong> for a file have been modified" : "Bir dosya için <strong>sistem etiketleri</strong> değiştirildi",
+ "%1$s assigned system tag %3$s" : "%1$s, %3$s sistem etiketini atadı",
+ "%1$s unassigned system tag %3$s" : "%1$s, %3$s sistem etiket atamasını kaldırdı",
+ "%1$s created system tag %2$s" : "%1$s, %2$s sistem etiketini oluşturdu",
+ "%1$s deleted system tag %2$s" : "%1$s, %2$s sistem etiketini sildi",
+ "%1$s updated system tag %3$s to %2$s" : "%1$s, %3$s sistem etiketini %2$s olarak güncelledi",
+ "%1$s assigned system tag %3$s to %2$s" : "%1$s, %3$s sistem etiketini %2$s etiketine atadı",
+ "%1$s unassigned system tag %3$s from %2$s" : "%1$s, %3$s sistem etiketinin %2$s atamasını kaldırdı",
+ "%s (not-assignable)" : "%s (atanamaz)",
+ "%s (invisible)" : "%s (gizli)",
"Tags" : "Etiketler",
+ "Tagged files" : "Etiketli dosyalar",
+ "Select tags to filter by" : "Filtrelemek için etiketleri seçin",
+ "Please select tags to filter by" : "Filtrelemek için etiketleri seçin",
+ "No files found for the selected tags" : "Seçilen etiketler ile ilgili dosya bulunamadı",
"No files in here" : "Burada hiç dosya yok",
"No entries found in this folder" : "Bu klasörde hiçbir girdi bulunamadı",
"Name" : "Ad",
diff --git a/apps/systemtags/l10n/tr.json b/apps/systemtags/l10n/tr.json
index 4dfd5722459..b85c64ab0b3 100644
--- a/apps/systemtags/l10n/tr.json
+++ b/apps/systemtags/l10n/tr.json
@@ -1,5 +1,19 @@
{ "translations": {
+ "<strong>System tags</strong> for a file have been modified" : "Bir dosya için <strong>sistem etiketleri</strong> değiştirildi",
+ "%1$s assigned system tag %3$s" : "%1$s, %3$s sistem etiketini atadı",
+ "%1$s unassigned system tag %3$s" : "%1$s, %3$s sistem etiket atamasını kaldırdı",
+ "%1$s created system tag %2$s" : "%1$s, %2$s sistem etiketini oluşturdu",
+ "%1$s deleted system tag %2$s" : "%1$s, %2$s sistem etiketini sildi",
+ "%1$s updated system tag %3$s to %2$s" : "%1$s, %3$s sistem etiketini %2$s olarak güncelledi",
+ "%1$s assigned system tag %3$s to %2$s" : "%1$s, %3$s sistem etiketini %2$s etiketine atadı",
+ "%1$s unassigned system tag %3$s from %2$s" : "%1$s, %3$s sistem etiketinin %2$s atamasını kaldırdı",
+ "%s (not-assignable)" : "%s (atanamaz)",
+ "%s (invisible)" : "%s (gizli)",
"Tags" : "Etiketler",
+ "Tagged files" : "Etiketli dosyalar",
+ "Select tags to filter by" : "Filtrelemek için etiketleri seçin",
+ "Please select tags to filter by" : "Filtrelemek için etiketleri seçin",
+ "No files found for the selected tags" : "Seçilen etiketler ile ilgili dosya bulunamadı",
"No files in here" : "Burada hiç dosya yok",
"No entries found in this folder" : "Bu klasörde hiçbir girdi bulunamadı",
"Name" : "Ad",
diff --git a/apps/updatenotification/l10n/tr.js b/apps/updatenotification/l10n/tr.js
index 26b00321924..036cedb6fb6 100644
--- a/apps/updatenotification/l10n/tr.js
+++ b/apps/updatenotification/l10n/tr.js
@@ -1,9 +1,13 @@
OC.L10N.register(
"updatenotification",
{
+ "Updated channel" : "Kanal güncellendi",
"{version} is available. Get more information on how to update." : "Sürüm {version} hazır. Nasıl güncelleyeceğinizle ilgili daha fazla bilgi alın.",
"Updater" : "Güncelleyici",
"A new version is available: %s" : "Yeni bir sürüm mevcut: %s",
+ "Open updater" : "Güncelleyiciyi aç",
+ "Your version is up to date." : "Sürümünüz güncel.",
+ "Checked on %s" : "Son denetlenme: %s",
"Update channel:" : "Güncelleme kanalı:",
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Her zaman yeni / deneysel bir sürüme güncelleyebilirsiniz, ancak daha düşük bir kararlı sürüme düşüremezsiniz."
},
diff --git a/apps/updatenotification/l10n/tr.json b/apps/updatenotification/l10n/tr.json
index 07f42475269..a7523e3472b 100644
--- a/apps/updatenotification/l10n/tr.json
+++ b/apps/updatenotification/l10n/tr.json
@@ -1,7 +1,11 @@
{ "translations": {
+ "Updated channel" : "Kanal güncellendi",
"{version} is available. Get more information on how to update." : "Sürüm {version} hazır. Nasıl güncelleyeceğinizle ilgili daha fazla bilgi alın.",
"Updater" : "Güncelleyici",
"A new version is available: %s" : "Yeni bir sürüm mevcut: %s",
+ "Open updater" : "Güncelleyiciyi aç",
+ "Your version is up to date." : "Sürümünüz güncel.",
+ "Checked on %s" : "Son denetlenme: %s",
"Update channel:" : "Güncelleme kanalı:",
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Her zaman yeni / deneysel bir sürüme güncelleyebilirsiniz, ancak daha düşük bir kararlı sürüme düşüremezsiniz."
},"pluralForm" :"nplurals=2; plural=(n > 1);"