diff --git a/apps/files/l10n/it.js b/apps/files/l10n/it.js index c00c277113a96..f930d06fe187c 100644 --- a/apps/files/l10n/it.js +++ b/apps/files/l10n/it.js @@ -177,6 +177,8 @@ OC.L10N.register( "You don’t have permission to upload or create files here" : "Qui non hai i permessi per caricare o creare file", "\"{displayName}\" action executed successfully" : "L'azione \"{displayName}\" è stata eseguita correttamente", "\"{displayName}\" action failed" : "L'azione \"{displayName}\" non è riuscita", + "Toggle selection for file \"{displayName}\"" : "Attiva/disattiva la selezione per il file \"{displayName}\"", + "Toggle selection for folder \"{displayName}\"" : "Attiva/disattiva la selezione per la cartella \"{displayName}\"", "Rename file" : "Rinomina file", "File name" : "Nome file", "Folder name" : "Nome della cartella", @@ -192,8 +194,10 @@ OC.L10N.register( "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Il nome \"{newName}\" è attualmente in uso nella cartella \"{dir}\". Scegli un nome diverso.", "Could not rename \"{oldName}\"" : "Impossibile rinominare \"{oldName}\"", "Total rows summary" : "Riepilogo totale delle righe", + "Toggle selection for all files and folders" : "Attiva/disattiva la selezione per tutti i file e le cartelle", "\"{displayName}\" failed on some elements " : "\"{displayName}\" non è riuscita su alcuni elementi", "\"{displayName}\" batch action executed successfully" : "L'azione batch \"{displayName}\" è stata eseguita correttamente", + "{count} selected" : "{count} selezionati", "List of files and folders." : "Lista di file e cartelle.", "Column headers with buttons are sortable." : "Le intestazioni di colonna con pulsanti sono ordinabili.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Questa lista non è stata mostrata completamente per ragioni di prestazioni. I file verranno mostrati durante la navigazione della lista.", @@ -204,6 +208,7 @@ OC.L10N.register( "Could not refresh storage stats" : "Impossibile aggiornare le statistiche di archiviazione", "Your storage is full, files can not be updated or synced anymore!" : "Lo spazio di archiviazione è pieno, i file non possono essere più aggiornati o sincronizzati!", "Create" : "Crea", + "A file or folder with that name already exists." : "Esiste già un file o una cartella con lo stesso nome.", "Transfer ownership of a file or folder" : " Trasferisci la proprietà di un file o di una cartella", "Choose file or folder to transfer" : "Scegli file o cartella da trasferire", "Change" : "Modifica", @@ -234,6 +239,7 @@ OC.L10N.register( "Open the files app settings" : "Apri le impostazioni dell'applicazione File", "Files settings" : "Impostazioni File", "File cannot be accessed" : "Il file non possono essere acceduti", + "The file could not be found or you do not have permissions to view it. Ask the sender to share it." : "Impossibile trovare il file oppure non disponi dei permessi per visualizzarlo. Chiedi al mittente di condividerlo.", "Your files" : "I tuoi files", "Open in files" : "Apri in file", "Sort favorites first" : "Ordina prima i preferiti", @@ -258,6 +264,7 @@ OC.L10N.register( "Unable to create new file from template" : "Impossibile creare un nuovo file dal modello", "Delete permanently" : "Elimina permanentemente", "Delete and unshare" : "Elimina e annulla la condivisione", + "Leave these shares" : "Abbandona queste condivisioni", "Disconnect storages" : "Disconnetti il supporto di archiviazione", "Delete files" : "Elimina i file", "Delete folders" : "Elimina la cartella", @@ -287,10 +294,22 @@ OC.L10N.register( "Unable to initialize the templates directory" : "Impossibile inizializzare la cartella dei modelli", "Create new templates folder" : "Crea una nuova cartella dei modelli", "Templates" : "Modelli", + "New template folder" : "Nuova cartella dei modelli", + "In folder" : "Nella cartella", + "Search in folder: {folder}" : "Cerca nella cartella: {folder}", "One of the dropped files could not be processed" : "Impossibile elaborare uno dei file eliminati", + "Your browser does not support the Filesystem API. Directories will not be uploaded" : "Il tuo browser non supporta l'API del file system. Le directory non verranno caricate", + "No files to upload" : "Nessun file da caricare", + "Unable to create the directory {directory}" : "Impossibile creare la directory {directory}", "Some files could not be uploaded" : "Alcuni file non possono essere caricati", "Files uploaded successfully" : "Files caricati correttamente", + "No files to process" : "Nessun file da elaborare", + "Some files could not be copied" : "Alcuni file non possono essere copiati", "Some files could not be moved" : "Alcuni file non possono essere spostati", + "Files copied successfully" : "File copiati correttamente", + "Files moved successfully" : "File spostati correttamente", + "Conflicts resolution skipped" : "Risoluzione dei conflitti saltata", + "Upload cancelled" : "Caricamento annullato", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} cartella","{folderCount} cartelle","{folderCount} cartelle"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} file","{fileCount} file","{fileCount} file"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 file e {folderCount} cartella","1 file e {folderCount} cartelle","1 file e {folderCount} cartelle"], @@ -301,6 +320,10 @@ OC.L10N.register( "Files and folders you mark as favorite will show up here" : "I file e le cartelle che marchi come preferiti saranno mostrati qui", "All files" : "Tutti i file", "List of your files and folders." : "Lista dei tuoi file e cartelle.", + "Personal Files" : "File personali", + "List of your files and folders that are not shared." : "Elenco dei file e delle cartelle che non sono condivisi.", + "No personal files found" : "Nessun file personale trovato", + "Files that are not shared will show up here." : "I file che non vengono condivisi verranno visualizzati qui.", "List of recently modified files and folders." : "Lista di file e cartelle modificati di recente.", "No recently modified files" : "Nessun file modificato di recente", "Files and folders you recently modified will show up here." : "I file e le cartelle che hai modificato di recente saranno mostrati qui.", diff --git a/apps/files/l10n/it.json b/apps/files/l10n/it.json index e38251e16b7d1..f16334a2c12e2 100644 --- a/apps/files/l10n/it.json +++ b/apps/files/l10n/it.json @@ -175,6 +175,8 @@ "You don’t have permission to upload or create files here" : "Qui non hai i permessi per caricare o creare file", "\"{displayName}\" action executed successfully" : "L'azione \"{displayName}\" è stata eseguita correttamente", "\"{displayName}\" action failed" : "L'azione \"{displayName}\" non è riuscita", + "Toggle selection for file \"{displayName}\"" : "Attiva/disattiva la selezione per il file \"{displayName}\"", + "Toggle selection for folder \"{displayName}\"" : "Attiva/disattiva la selezione per la cartella \"{displayName}\"", "Rename file" : "Rinomina file", "File name" : "Nome file", "Folder name" : "Nome della cartella", @@ -190,8 +192,10 @@ "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Il nome \"{newName}\" è attualmente in uso nella cartella \"{dir}\". Scegli un nome diverso.", "Could not rename \"{oldName}\"" : "Impossibile rinominare \"{oldName}\"", "Total rows summary" : "Riepilogo totale delle righe", + "Toggle selection for all files and folders" : "Attiva/disattiva la selezione per tutti i file e le cartelle", "\"{displayName}\" failed on some elements " : "\"{displayName}\" non è riuscita su alcuni elementi", "\"{displayName}\" batch action executed successfully" : "L'azione batch \"{displayName}\" è stata eseguita correttamente", + "{count} selected" : "{count} selezionati", "List of files and folders." : "Lista di file e cartelle.", "Column headers with buttons are sortable." : "Le intestazioni di colonna con pulsanti sono ordinabili.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Questa lista non è stata mostrata completamente per ragioni di prestazioni. I file verranno mostrati durante la navigazione della lista.", @@ -202,6 +206,7 @@ "Could not refresh storage stats" : "Impossibile aggiornare le statistiche di archiviazione", "Your storage is full, files can not be updated or synced anymore!" : "Lo spazio di archiviazione è pieno, i file non possono essere più aggiornati o sincronizzati!", "Create" : "Crea", + "A file or folder with that name already exists." : "Esiste già un file o una cartella con lo stesso nome.", "Transfer ownership of a file or folder" : " Trasferisci la proprietà di un file o di una cartella", "Choose file or folder to transfer" : "Scegli file o cartella da trasferire", "Change" : "Modifica", @@ -232,6 +237,7 @@ "Open the files app settings" : "Apri le impostazioni dell'applicazione File", "Files settings" : "Impostazioni File", "File cannot be accessed" : "Il file non possono essere acceduti", + "The file could not be found or you do not have permissions to view it. Ask the sender to share it." : "Impossibile trovare il file oppure non disponi dei permessi per visualizzarlo. Chiedi al mittente di condividerlo.", "Your files" : "I tuoi files", "Open in files" : "Apri in file", "Sort favorites first" : "Ordina prima i preferiti", @@ -256,6 +262,7 @@ "Unable to create new file from template" : "Impossibile creare un nuovo file dal modello", "Delete permanently" : "Elimina permanentemente", "Delete and unshare" : "Elimina e annulla la condivisione", + "Leave these shares" : "Abbandona queste condivisioni", "Disconnect storages" : "Disconnetti il supporto di archiviazione", "Delete files" : "Elimina i file", "Delete folders" : "Elimina la cartella", @@ -285,10 +292,22 @@ "Unable to initialize the templates directory" : "Impossibile inizializzare la cartella dei modelli", "Create new templates folder" : "Crea una nuova cartella dei modelli", "Templates" : "Modelli", + "New template folder" : "Nuova cartella dei modelli", + "In folder" : "Nella cartella", + "Search in folder: {folder}" : "Cerca nella cartella: {folder}", "One of the dropped files could not be processed" : "Impossibile elaborare uno dei file eliminati", + "Your browser does not support the Filesystem API. Directories will not be uploaded" : "Il tuo browser non supporta l'API del file system. Le directory non verranno caricate", + "No files to upload" : "Nessun file da caricare", + "Unable to create the directory {directory}" : "Impossibile creare la directory {directory}", "Some files could not be uploaded" : "Alcuni file non possono essere caricati", "Files uploaded successfully" : "Files caricati correttamente", + "No files to process" : "Nessun file da elaborare", + "Some files could not be copied" : "Alcuni file non possono essere copiati", "Some files could not be moved" : "Alcuni file non possono essere spostati", + "Files copied successfully" : "File copiati correttamente", + "Files moved successfully" : "File spostati correttamente", + "Conflicts resolution skipped" : "Risoluzione dei conflitti saltata", + "Upload cancelled" : "Caricamento annullato", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} cartella","{folderCount} cartelle","{folderCount} cartelle"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} file","{fileCount} file","{fileCount} file"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 file e {folderCount} cartella","1 file e {folderCount} cartelle","1 file e {folderCount} cartelle"], @@ -299,6 +318,10 @@ "Files and folders you mark as favorite will show up here" : "I file e le cartelle che marchi come preferiti saranno mostrati qui", "All files" : "Tutti i file", "List of your files and folders." : "Lista dei tuoi file e cartelle.", + "Personal Files" : "File personali", + "List of your files and folders that are not shared." : "Elenco dei file e delle cartelle che non sono condivisi.", + "No personal files found" : "Nessun file personale trovato", + "Files that are not shared will show up here." : "I file che non vengono condivisi verranno visualizzati qui.", "List of recently modified files and folders." : "Lista di file e cartelle modificati di recente.", "No recently modified files" : "Nessun file modificato di recente", "Files and folders you recently modified will show up here." : "I file e le cartelle che hai modificato di recente saranno mostrati qui.", diff --git a/apps/files_sharing/l10n/it.js b/apps/files_sharing/l10n/it.js index a3a370c31bfbe..97a10242bc45f 100644 --- a/apps/files_sharing/l10n/it.js +++ b/apps/files_sharing/l10n/it.js @@ -80,6 +80,7 @@ OC.L10N.register( "Could not create share" : "Impossibile creare la condivisione", "Invalid permissions" : "Permessi non validi", "Invalid date, date format must be YYYY-MM-DD" : "Data non valida, il formato della data deve essere AAAA-MM-GG", + "Please specify a valid account to share with" : "Specifica un account valido con cui condividere", "Group sharing is disabled by the administrator" : "La condivisione di gruppo è disabilitata dall'amministratore", "Please specify a valid group" : "Specifica un gruppo valido", "Public link sharing is disabled by the administrator" : "La condivisione pubblica di collegamenti è disabilitata dall'amministratore", @@ -87,6 +88,7 @@ OC.L10N.register( "Public upload is only possible for publicly shared folders" : "Il caricamento pubblico è possibile solo per cartelle condivise pubblicamente", "Sharing %s sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "La condivisione di %s tramite invio della password da Nextcloud Talk non è riuscito poiché Nextcloud Talk non è abilitato", "Sharing %1$s failed because the back end does not allow shares from type %2$s" : "Condivisione di %1$s non riuscita poiché il motore non consente condivisioni del tipo %2$s", + "Please specify a valid federated account ID" : "Specificare un ID account federato valido", "Please specify a valid federated group ID" : "Specifica un ID di gruppo federato valido", "You cannot share to a Circle if the app is not enabled" : "Non puoi condividere con una cerchia se l'applicazione non è abilitata", "Please specify a valid circle" : "Specifica una cerchia valida", @@ -112,7 +114,9 @@ OC.L10N.register( "You received {share} to group {group} as a share by {user}" : "Hai ricevuto {share} al gruppo {group} come condivisione da {user}", "Accept" : "Accetta", "Decline" : "Rifiuta", + "This application enables people to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable people can then share files and folders with other accounts and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other people outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Questa applicazione consente agli utenti di condividere file all'interno di Nextcloud. Se abilitata, l'amministratore può scegliere quali gruppi possono condividere file. Gli utenti ai quali si applica possono quindi condividere file e cartelle con altri utenti e gruppi all'interno di Nextcloud. In aggiunta, se l'amministratore abilita la funzionalità dei collegamenti di condivisione, un collegamento esterno può essere utilizzato per condividere file con altri utenti all'esterno di Nextcloud. Gli amministratori possono inoltre forzare le password, le date di scadenza e abilitare la condivisione tra server tramite collegamenti di condivisione, così come la condivisione da dispositivi mobili.\nLa disattivazione della funzionalità rimuove i file e le cartelle condivisi sul server per tutti i destinatari della condivisione, e anche sui client di sincronizzazione e sulle applicazioni mobili. Altre informazioni sono disponibili nella documentazione di Nextcloud.", "Sharing" : "Condivisione", + "Accept shares from other accounts and groups by default" : "Accetta condivisioni da altri account e gruppi per impostazione predefinita", "Error while toggling options" : "Errore durante il cambio delle opzioni", "Set default folder for accepted shares" : "Imposta cartella predefinita per condivisioni accettate", "Reset" : "Ripristina", @@ -135,6 +139,8 @@ OC.L10N.register( "Internal link" : "Collegamento interno", "Cannot copy, please copy the link manually" : "Impossibile copiare, copia il collegamento manualmente", "Copy internal link to clipboard" : "Copia il collegamento interno negli appunti", + "Only works for people with access to this folder" : "Funziona solo per le persone con accesso a questa cartella", + "Only works for people with access to this file" : "Funziona solo per le persone con accesso a questo file", "Link copied" : "Collegamento copiato", "Please enter the following required information before creating the share" : "Digita le seguenti informazioni richieste prima di creare la condivisione", "Password protection (enforced)" : "Protezione con password (applicata)", @@ -145,6 +151,7 @@ OC.L10N.register( "Create share" : "Crea condivisione", "Cancel" : "Annulla", "Customize link" : "Personalizza il collegamento", + "Generate QR code" : "Genera codice QR", "Add another link" : "Aggiungi un altro collegamento", "Create a new share link" : "Crea un nuovo collegamento di condivisione", "{shareWith} by {initiator}" : "{shareWith} da {initiator}", diff --git a/apps/files_sharing/l10n/it.json b/apps/files_sharing/l10n/it.json index 6d812031e6272..a53fd1b489ad5 100644 --- a/apps/files_sharing/l10n/it.json +++ b/apps/files_sharing/l10n/it.json @@ -78,6 +78,7 @@ "Could not create share" : "Impossibile creare la condivisione", "Invalid permissions" : "Permessi non validi", "Invalid date, date format must be YYYY-MM-DD" : "Data non valida, il formato della data deve essere AAAA-MM-GG", + "Please specify a valid account to share with" : "Specifica un account valido con cui condividere", "Group sharing is disabled by the administrator" : "La condivisione di gruppo è disabilitata dall'amministratore", "Please specify a valid group" : "Specifica un gruppo valido", "Public link sharing is disabled by the administrator" : "La condivisione pubblica di collegamenti è disabilitata dall'amministratore", @@ -85,6 +86,7 @@ "Public upload is only possible for publicly shared folders" : "Il caricamento pubblico è possibile solo per cartelle condivise pubblicamente", "Sharing %s sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "La condivisione di %s tramite invio della password da Nextcloud Talk non è riuscito poiché Nextcloud Talk non è abilitato", "Sharing %1$s failed because the back end does not allow shares from type %2$s" : "Condivisione di %1$s non riuscita poiché il motore non consente condivisioni del tipo %2$s", + "Please specify a valid federated account ID" : "Specificare un ID account federato valido", "Please specify a valid federated group ID" : "Specifica un ID di gruppo federato valido", "You cannot share to a Circle if the app is not enabled" : "Non puoi condividere con una cerchia se l'applicazione non è abilitata", "Please specify a valid circle" : "Specifica una cerchia valida", @@ -110,7 +112,9 @@ "You received {share} to group {group} as a share by {user}" : "Hai ricevuto {share} al gruppo {group} come condivisione da {user}", "Accept" : "Accetta", "Decline" : "Rifiuta", + "This application enables people to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable people can then share files and folders with other accounts and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other people outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Questa applicazione consente agli utenti di condividere file all'interno di Nextcloud. Se abilitata, l'amministratore può scegliere quali gruppi possono condividere file. Gli utenti ai quali si applica possono quindi condividere file e cartelle con altri utenti e gruppi all'interno di Nextcloud. In aggiunta, se l'amministratore abilita la funzionalità dei collegamenti di condivisione, un collegamento esterno può essere utilizzato per condividere file con altri utenti all'esterno di Nextcloud. Gli amministratori possono inoltre forzare le password, le date di scadenza e abilitare la condivisione tra server tramite collegamenti di condivisione, così come la condivisione da dispositivi mobili.\nLa disattivazione della funzionalità rimuove i file e le cartelle condivisi sul server per tutti i destinatari della condivisione, e anche sui client di sincronizzazione e sulle applicazioni mobili. Altre informazioni sono disponibili nella documentazione di Nextcloud.", "Sharing" : "Condivisione", + "Accept shares from other accounts and groups by default" : "Accetta condivisioni da altri account e gruppi per impostazione predefinita", "Error while toggling options" : "Errore durante il cambio delle opzioni", "Set default folder for accepted shares" : "Imposta cartella predefinita per condivisioni accettate", "Reset" : "Ripristina", @@ -133,6 +137,8 @@ "Internal link" : "Collegamento interno", "Cannot copy, please copy the link manually" : "Impossibile copiare, copia il collegamento manualmente", "Copy internal link to clipboard" : "Copia il collegamento interno negli appunti", + "Only works for people with access to this folder" : "Funziona solo per le persone con accesso a questa cartella", + "Only works for people with access to this file" : "Funziona solo per le persone con accesso a questo file", "Link copied" : "Collegamento copiato", "Please enter the following required information before creating the share" : "Digita le seguenti informazioni richieste prima di creare la condivisione", "Password protection (enforced)" : "Protezione con password (applicata)", @@ -143,6 +149,7 @@ "Create share" : "Crea condivisione", "Cancel" : "Annulla", "Customize link" : "Personalizza il collegamento", + "Generate QR code" : "Genera codice QR", "Add another link" : "Aggiungi un altro collegamento", "Create a new share link" : "Crea un nuovo collegamento di condivisione", "{shareWith} by {initiator}" : "{shareWith} da {initiator}", diff --git a/apps/files_trashbin/l10n/zh_TW.js b/apps/files_trashbin/l10n/zh_TW.js index 6aa7fad18d0d8..e87a619dda63f 100644 --- a/apps/files_trashbin/l10n/zh_TW.js +++ b/apps/files_trashbin/l10n/zh_TW.js @@ -9,7 +9,9 @@ OC.L10N.register( "Restore" : "還原", "Unknown" : "未知", "All files" : "所有檔案", + "You" : "您", "Original location" : "原始位置", + "Deleted by" : "刪除者", "Deleted" : "已刪除", "A long time ago" : "很久以前", "List of files that have been deleted." : "已被刪除的檔案清單。", diff --git a/apps/files_trashbin/l10n/zh_TW.json b/apps/files_trashbin/l10n/zh_TW.json index 298e03401517f..797989b9122a1 100644 --- a/apps/files_trashbin/l10n/zh_TW.json +++ b/apps/files_trashbin/l10n/zh_TW.json @@ -7,7 +7,9 @@ "Restore" : "還原", "Unknown" : "未知", "All files" : "所有檔案", + "You" : "您", "Original location" : "原始位置", + "Deleted by" : "刪除者", "Deleted" : "已刪除", "A long time ago" : "很久以前", "List of files that have been deleted." : "已被刪除的檔案清單。", diff --git a/apps/settings/l10n/it.js b/apps/settings/l10n/it.js index 36cd9e03a40d0..c9eec95d9da0d 100644 --- a/apps/settings/l10n/it.js +++ b/apps/settings/l10n/it.js @@ -548,6 +548,7 @@ OC.L10N.register( "Featured apps" : "Applicazioni in evidenza", "Supported apps" : "Applicazioni supportate", "Show to everyone" : "Mostra a tutti", + "Show to logged in accounts only" : "Mostra solo agli account che hanno effettuato l'accesso", "Hide" : "Nascondi", "Download and enable" : "Scarica e abilita", "Allow untested app" : "Consenti applicazione non verificata", diff --git a/apps/settings/l10n/it.json b/apps/settings/l10n/it.json index dcfcb0887e652..c6b61617b275a 100644 --- a/apps/settings/l10n/it.json +++ b/apps/settings/l10n/it.json @@ -546,6 +546,7 @@ "Featured apps" : "Applicazioni in evidenza", "Supported apps" : "Applicazioni supportate", "Show to everyone" : "Mostra a tutti", + "Show to logged in accounts only" : "Mostra solo agli account che hanno effettuato l'accesso", "Hide" : "Nascondi", "Download and enable" : "Scarica e abilita", "Allow untested app" : "Consenti applicazione non verificata", diff --git a/apps/theming/l10n/ar.js b/apps/theming/l10n/ar.js index 4bbfbd2177e16..ca7973afc5f94 100644 --- a/apps/theming/l10n/ar.js +++ b/apps/theming/l10n/ar.js @@ -73,9 +73,7 @@ OC.L10N.register( "Disable user theming" : "إيقاف تصرف المستخدم في الثيمات", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "على الرغم من أنه يمكنك تحديد وتخصيص الخادوم الخاص بك، فإنه يمكن للمستخدمين تغيير صور خلفيات شاشاتهم وألوانهم. إذا كنت تريد فرض التخصيص الخاص بك ، فيمكنك التبديل إلى هذا.", "Appearance and accessibility settings" : "إعدادات المظهر و سهولة الوصول", - "Background" : "خلفية الشاشة", "Customization has been disabled by your administrator" : "التخصيص موقوف من قِبَل المُشرف", - "Set a custom background" : "عيّن خلفيةً مُخصصةً", "Keyboard shortcuts" : "إختصارات لوحة المفاتيح", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "في بعض الحالات، يمكن أن تتداخل اختصارات لوحة المفاتيح مع أدوات تسهيل الوصول. للسماح بالتركيز على أداتك بشكل صحيح، يُمكنك تعطيل جميع اختصارات لوحة المفاتيح هنا. سيؤدي هذا أيضًا إلى تعطيل جميع الاختصارات المتاحة في التطبيقات.", "Disable all keyboard shortcuts" : "إيقاف كل اختصارات لوحة المفاتيح", @@ -110,6 +108,8 @@ OC.L10N.register( "Reset to default" : "اعادة تعيين الافتراضيات", "Upload" : "تحميل", "Remove background image" : "إزالة صورة الخلفية", + "Background" : "خلفية الشاشة", + "Set a custom background" : "عيّن خلفيةً مُخصصةً", "Select a custom color" : "إختر لوناً مُخصّصاً" }, "nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"); diff --git a/apps/theming/l10n/ar.json b/apps/theming/l10n/ar.json index 5e9682cf8c47e..17a7677aed910 100644 --- a/apps/theming/l10n/ar.json +++ b/apps/theming/l10n/ar.json @@ -71,9 +71,7 @@ "Disable user theming" : "إيقاف تصرف المستخدم في الثيمات", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "على الرغم من أنه يمكنك تحديد وتخصيص الخادوم الخاص بك، فإنه يمكن للمستخدمين تغيير صور خلفيات شاشاتهم وألوانهم. إذا كنت تريد فرض التخصيص الخاص بك ، فيمكنك التبديل إلى هذا.", "Appearance and accessibility settings" : "إعدادات المظهر و سهولة الوصول", - "Background" : "خلفية الشاشة", "Customization has been disabled by your administrator" : "التخصيص موقوف من قِبَل المُشرف", - "Set a custom background" : "عيّن خلفيةً مُخصصةً", "Keyboard shortcuts" : "إختصارات لوحة المفاتيح", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "في بعض الحالات، يمكن أن تتداخل اختصارات لوحة المفاتيح مع أدوات تسهيل الوصول. للسماح بالتركيز على أداتك بشكل صحيح، يُمكنك تعطيل جميع اختصارات لوحة المفاتيح هنا. سيؤدي هذا أيضًا إلى تعطيل جميع الاختصارات المتاحة في التطبيقات.", "Disable all keyboard shortcuts" : "إيقاف كل اختصارات لوحة المفاتيح", @@ -108,6 +106,8 @@ "Reset to default" : "اعادة تعيين الافتراضيات", "Upload" : "تحميل", "Remove background image" : "إزالة صورة الخلفية", + "Background" : "خلفية الشاشة", + "Set a custom background" : "عيّن خلفيةً مُخصصةً", "Select a custom color" : "إختر لوناً مُخصّصاً" },"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;" } \ No newline at end of file diff --git a/apps/theming/l10n/ast.js b/apps/theming/l10n/ast.js index 529e967608f8e..c15ed25c1878d 100644 --- a/apps/theming/l10n/ast.js +++ b/apps/theming/l10n/ast.js @@ -73,9 +73,7 @@ OC.L10N.register( "Disable user theming" : "Desactivar l'estilu de los usuarios", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Magar que puedas seleicionar y personalizar la instancia, los usuarios puen camudar los sos fondos y colores. Si quies imponer la to personalización, pues activar esta opción.", "Appearance and accessibility settings" : "Configuración del aspeutu y l'accesibilidá", - "Background" : "Fondu", "Customization has been disabled by your administrator" : "L'alministración desactivó la personalización", - "Set a custom background" : "Afitar un fondu personalizáu", "Keyboard shortcuts" : "Atayos del tecláu", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "En dalgunos casos, los atayos del tecláu pues interfirir coles ferramientes d'accesibilidá. Pa permitir enfocales correutamente, pues desactivar tolos atayos del tecláu equí. Esta aición tamién va desactivar tolos atayos disponibles nes aplicaciones.", "Disable all keyboard shortcuts" : "Desactivar tolos atayos del tecláu", @@ -110,6 +108,8 @@ OC.L10N.register( "Reset to default" : "Reafitar los valores", "Upload" : "Xunir", "Remove background image" : "Quitar la imaxe del fondu", + "Background" : "Fondu", + "Set a custom background" : "Afitar un fondu personalizáu", "Select a custom color" : "Seleicionar un color personalizáu" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/ast.json b/apps/theming/l10n/ast.json index e77486e5da087..df049eed0ce27 100644 --- a/apps/theming/l10n/ast.json +++ b/apps/theming/l10n/ast.json @@ -71,9 +71,7 @@ "Disable user theming" : "Desactivar l'estilu de los usuarios", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Magar que puedas seleicionar y personalizar la instancia, los usuarios puen camudar los sos fondos y colores. Si quies imponer la to personalización, pues activar esta opción.", "Appearance and accessibility settings" : "Configuración del aspeutu y l'accesibilidá", - "Background" : "Fondu", "Customization has been disabled by your administrator" : "L'alministración desactivó la personalización", - "Set a custom background" : "Afitar un fondu personalizáu", "Keyboard shortcuts" : "Atayos del tecláu", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "En dalgunos casos, los atayos del tecláu pues interfirir coles ferramientes d'accesibilidá. Pa permitir enfocales correutamente, pues desactivar tolos atayos del tecláu equí. Esta aición tamién va desactivar tolos atayos disponibles nes aplicaciones.", "Disable all keyboard shortcuts" : "Desactivar tolos atayos del tecláu", @@ -108,6 +106,8 @@ "Reset to default" : "Reafitar los valores", "Upload" : "Xunir", "Remove background image" : "Quitar la imaxe del fondu", + "Background" : "Fondu", + "Set a custom background" : "Afitar un fondu personalizáu", "Select a custom color" : "Seleicionar un color personalizáu" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/bg.js b/apps/theming/l10n/bg.js index 8176de1020c04..c257db96d6f98 100644 --- a/apps/theming/l10n/bg.js +++ b/apps/theming/l10n/bg.js @@ -67,9 +67,7 @@ OC.L10N.register( "User settings" : "Потребителски настройки", "Disable user theming" : "Деактивиране на тематичните настройки на потребителите", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Въпреки че можете да изберете и персонализирате вашият екземпляр, потребителите могат да променят своя фон и цветове. Ако искате да наложите персонализирането си, можете да включите тази опция.", - "Background" : "Фон", "Customization has been disabled by your administrator" : "Възможността за персонализация е била деактивирана от вашия администратор", - "Set a custom background" : "Задаване на персонализиран фон", "Keyboard shortcuts" : "Бързи клавиши", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "В някои случаи бързите клавишни комбинации могат да пречат на инструментите за достъпност. За да се позволи правилно фокусиране върху инструмента, можете да деактивирате всички клавишни комбинации тук. Това ще деактивира и всички налични преки пътища в приложенията.", "Disable all keyboard shortcuts" : "Деактивиране на всички бързи клавишни комбинации", @@ -86,6 +84,8 @@ OC.L10N.register( "Reset to default" : "Настройки по подразбиране", "Upload" : "Качване", "Remove background image" : "Премахни фоновото изображение", + "Background" : "Фон", + "Set a custom background" : "Задаване на персонализиран фон", "Select a custom color" : "Избор на персонализиран цвят" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/bg.json b/apps/theming/l10n/bg.json index 9a3be486d73d3..ecc081ca12144 100644 --- a/apps/theming/l10n/bg.json +++ b/apps/theming/l10n/bg.json @@ -65,9 +65,7 @@ "User settings" : "Потребителски настройки", "Disable user theming" : "Деактивиране на тематичните настройки на потребителите", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Въпреки че можете да изберете и персонализирате вашият екземпляр, потребителите могат да променят своя фон и цветове. Ако искате да наложите персонализирането си, можете да включите тази опция.", - "Background" : "Фон", "Customization has been disabled by your administrator" : "Възможността за персонализация е била деактивирана от вашия администратор", - "Set a custom background" : "Задаване на персонализиран фон", "Keyboard shortcuts" : "Бързи клавиши", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "В някои случаи бързите клавишни комбинации могат да пречат на инструментите за достъпност. За да се позволи правилно фокусиране върху инструмента, можете да деактивирате всички клавишни комбинации тук. Това ще деактивира и всички налични преки пътища в приложенията.", "Disable all keyboard shortcuts" : "Деактивиране на всички бързи клавишни комбинации", @@ -84,6 +82,8 @@ "Reset to default" : "Настройки по подразбиране", "Upload" : "Качване", "Remove background image" : "Премахни фоновото изображение", + "Background" : "Фон", + "Set a custom background" : "Задаване на персонализиран фон", "Select a custom color" : "Избор на персонализиран цвят" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/ca.js b/apps/theming/l10n/ca.js index 72023f861ac8c..9129a91ea116d 100644 --- a/apps/theming/l10n/ca.js +++ b/apps/theming/l10n/ca.js @@ -73,9 +73,7 @@ OC.L10N.register( "Disable user theming" : "Inhabilita els temes d'usuari", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Tot i que podeu seleccionar i personalitzar la instància, els usuaris poden canviar el fons i els colors. Si voleu forçar la vostra personalització, podeu activar-ho.", "Appearance and accessibility settings" : "Paràmetres d'aparença i accessibilitat", - "Background" : "Fons", "Customization has been disabled by your administrator" : "L'administrador ha inhabilitat la personalització", - "Set a custom background" : "Definiu un fons personalitzat", "Keyboard shortcuts" : "Dreceres de teclat", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "En alguns casos, les dreceres de teclat poden interferir amb les eines d'accessibilitat. Per a permetre centrar-vos correctament en la vostra eina, podeu inhabilitar totes les dreceres de teclat aquí. Això també inhabilitarà totes les dreceres disponibles en les aplicacions.", "Disable all keyboard shortcuts" : "Inhabilita totes les dreceres de teclat", @@ -110,6 +108,8 @@ OC.L10N.register( "Reset to default" : "Reinicialitza els valors per defecte", "Upload" : "Puja", "Remove background image" : "Suprimeix la imatge de fons", + "Background" : "Fons", + "Set a custom background" : "Definiu un fons personalitzat", "Select a custom color" : "Selecciona un color personalitzat" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/ca.json b/apps/theming/l10n/ca.json index 84db0233dc4fb..1e885adbb8657 100644 --- a/apps/theming/l10n/ca.json +++ b/apps/theming/l10n/ca.json @@ -71,9 +71,7 @@ "Disable user theming" : "Inhabilita els temes d'usuari", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Tot i que podeu seleccionar i personalitzar la instància, els usuaris poden canviar el fons i els colors. Si voleu forçar la vostra personalització, podeu activar-ho.", "Appearance and accessibility settings" : "Paràmetres d'aparença i accessibilitat", - "Background" : "Fons", "Customization has been disabled by your administrator" : "L'administrador ha inhabilitat la personalització", - "Set a custom background" : "Definiu un fons personalitzat", "Keyboard shortcuts" : "Dreceres de teclat", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "En alguns casos, les dreceres de teclat poden interferir amb les eines d'accessibilitat. Per a permetre centrar-vos correctament en la vostra eina, podeu inhabilitar totes les dreceres de teclat aquí. Això també inhabilitarà totes les dreceres disponibles en les aplicacions.", "Disable all keyboard shortcuts" : "Inhabilita totes les dreceres de teclat", @@ -108,6 +106,8 @@ "Reset to default" : "Reinicialitza els valors per defecte", "Upload" : "Puja", "Remove background image" : "Suprimeix la imatge de fons", + "Background" : "Fons", + "Set a custom background" : "Definiu un fons personalitzat", "Select a custom color" : "Selecciona un color personalitzat" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/cs.js b/apps/theming/l10n/cs.js index 507acef2d5567..0ed1dce7340e9 100644 --- a/apps/theming/l10n/cs.js +++ b/apps/theming/l10n/cs.js @@ -72,9 +72,7 @@ OC.L10N.register( "Disable user theming" : "Vypnout opatřování vzhledem uživateli", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Ačkoli je možné vybrat a přizpůsobit si svou instanci, uživatelé si mohou změnit pozadí a barvy. Pokud chcete vámi nastavené přizpůsobení vynutit, můžete toto zapnout.", "Appearance and accessibility settings" : "Nastavení vzhledu a zpřístupnění", - "Background" : "Pozadí", "Customization has been disabled by your administrator" : "Přizpůsobení si bylo vypnuto správcem", - "Set a custom background" : "Nastavit uživatelsky určené pozadí", "Keyboard shortcuts" : "Klávesové zkratky", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "V některých případech mohou klávesové zkratky kolidovat s těmi v rámci nástrojů pro zpřístupnění. Aby tyto nástroje fungovaly správně, je možné zde vypnout veškeré klávesové zkratky pro Nextcloud. Toto také vypne veškeré klávesové zkratky v Nextcloud aplikacích.", "Disable all keyboard shortcuts" : "Vypnout veškeré klávesové zkratky", @@ -109,6 +107,8 @@ OC.L10N.register( "Reset to default" : "Vrátit zpět na výchozí hodnoty", "Upload" : "Nahrát", "Remove background image" : "Odebrat obrázek z pozadí", + "Background" : "Pozadí", + "Set a custom background" : "Nastavit uživatelsky určené pozadí", "Select a custom color" : "Vybrat uživatelsky určenou barvu" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); diff --git a/apps/theming/l10n/cs.json b/apps/theming/l10n/cs.json index 34efc37092b6e..1f879e5ac1c63 100644 --- a/apps/theming/l10n/cs.json +++ b/apps/theming/l10n/cs.json @@ -70,9 +70,7 @@ "Disable user theming" : "Vypnout opatřování vzhledem uživateli", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Ačkoli je možné vybrat a přizpůsobit si svou instanci, uživatelé si mohou změnit pozadí a barvy. Pokud chcete vámi nastavené přizpůsobení vynutit, můžete toto zapnout.", "Appearance and accessibility settings" : "Nastavení vzhledu a zpřístupnění", - "Background" : "Pozadí", "Customization has been disabled by your administrator" : "Přizpůsobení si bylo vypnuto správcem", - "Set a custom background" : "Nastavit uživatelsky určené pozadí", "Keyboard shortcuts" : "Klávesové zkratky", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "V některých případech mohou klávesové zkratky kolidovat s těmi v rámci nástrojů pro zpřístupnění. Aby tyto nástroje fungovaly správně, je možné zde vypnout veškeré klávesové zkratky pro Nextcloud. Toto také vypne veškeré klávesové zkratky v Nextcloud aplikacích.", "Disable all keyboard shortcuts" : "Vypnout veškeré klávesové zkratky", @@ -107,6 +105,8 @@ "Reset to default" : "Vrátit zpět na výchozí hodnoty", "Upload" : "Nahrát", "Remove background image" : "Odebrat obrázek z pozadí", + "Background" : "Pozadí", + "Set a custom background" : "Nastavit uživatelsky určené pozadí", "Select a custom color" : "Vybrat uživatelsky určenou barvu" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" } \ No newline at end of file diff --git a/apps/theming/l10n/de.js b/apps/theming/l10n/de.js index 7a294cc70747f..30e4fe01ee937 100644 --- a/apps/theming/l10n/de.js +++ b/apps/theming/l10n/de.js @@ -70,9 +70,7 @@ OC.L10N.register( "User settings" : "Benutzer-Einstellungen", "Disable user theming" : "Benutzer-Design deaktivieren", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Obwohl du deine Instanz auswählen und anpassen kannst, können Benutzer ihren Hintergrund und ihre Farben ändern. Wenn du deine Anpassung erzwingen möchtest, kannst du dies einschalten.", - "Background" : "Hintergrund", "Customization has been disabled by your administrator" : "Das Ändern der Einstellungen wurde von deinem Administrator deaktiviert.", - "Set a custom background" : "Einen benutzerdefinierten Hintergrund setzen", "Keyboard shortcuts" : "Tastaturkürzel", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "In einigen Fällen können Tastenkombinationen Barrierefreiheits-Tools beeinträchtigen. Damit du dich richtig auf dein Werkzeug konzentrieren kannst, kannst du hier alle Tastaturkürzel deaktivieren. Dadurch werden auch alle verfügbaren Verknüpfungen in Apps deaktiviert.", "Disable all keyboard shortcuts" : "Alle Tastenkombinationen deaktivieren", @@ -107,6 +105,8 @@ OC.L10N.register( "Reset to default" : " Auf Standard zurücksetzen ", "Upload" : "Hochladen", "Remove background image" : "Hintergrundbild entfernen", + "Background" : "Hintergrund", + "Set a custom background" : "Einen benutzerdefinierten Hintergrund setzen", "Select a custom color" : "Eine benutzerdefinierte Farbe auswählen" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/de.json b/apps/theming/l10n/de.json index bde60007684d0..b7fb3ca0749a2 100644 --- a/apps/theming/l10n/de.json +++ b/apps/theming/l10n/de.json @@ -68,9 +68,7 @@ "User settings" : "Benutzer-Einstellungen", "Disable user theming" : "Benutzer-Design deaktivieren", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Obwohl du deine Instanz auswählen und anpassen kannst, können Benutzer ihren Hintergrund und ihre Farben ändern. Wenn du deine Anpassung erzwingen möchtest, kannst du dies einschalten.", - "Background" : "Hintergrund", "Customization has been disabled by your administrator" : "Das Ändern der Einstellungen wurde von deinem Administrator deaktiviert.", - "Set a custom background" : "Einen benutzerdefinierten Hintergrund setzen", "Keyboard shortcuts" : "Tastaturkürzel", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "In einigen Fällen können Tastenkombinationen Barrierefreiheits-Tools beeinträchtigen. Damit du dich richtig auf dein Werkzeug konzentrieren kannst, kannst du hier alle Tastaturkürzel deaktivieren. Dadurch werden auch alle verfügbaren Verknüpfungen in Apps deaktiviert.", "Disable all keyboard shortcuts" : "Alle Tastenkombinationen deaktivieren", @@ -105,6 +103,8 @@ "Reset to default" : " Auf Standard zurücksetzen ", "Upload" : "Hochladen", "Remove background image" : "Hintergrundbild entfernen", + "Background" : "Hintergrund", + "Set a custom background" : "Einen benutzerdefinierten Hintergrund setzen", "Select a custom color" : "Eine benutzerdefinierte Farbe auswählen" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/de_DE.js b/apps/theming/l10n/de_DE.js index dd6600a7333a5..38f8cc0b86cda 100644 --- a/apps/theming/l10n/de_DE.js +++ b/apps/theming/l10n/de_DE.js @@ -73,9 +73,7 @@ OC.L10N.register( "Disable user theming" : "Benutzer-Design deaktivieren", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Trotz der von Ihnen vorgenommenen Auswahl und Anpassung, können Benutzer ihren Hintergrund und ihre Farben ändern. Wenn Sie Ihre Anpassung erzwingen möchten, können Sie dies hier aktivieren.", "Appearance and accessibility settings" : "Aussehen- und Barrierefreiheitseinstellungen", - "Background" : "Hintergrund", "Customization has been disabled by your administrator" : "Diese Anpassungsmöglichkeit wurde von Ihrer Administration deaktiviert", - "Set a custom background" : "Einen benutzerdefinierten Hintergrund setzen", "Keyboard shortcuts" : "Tastaturkürzel", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "In einigen Fällen können Tastenkombinationen Barrierefreiheits-Tools beeinträchtigen. Damit Sie sich richtig auf Ihr Werkzeug konzentrieren können, können Sie hier alle Tastaturkürzel deaktivieren. Dadurch werden auch alle verfügbaren Verknüpfungen in Apps deaktiviert.", "Disable all keyboard shortcuts" : "Alle Tastenkombinationen deaktivieren", @@ -110,6 +108,8 @@ OC.L10N.register( "Reset to default" : " Auf Standard zurücksetzen ", "Upload" : "Hochladen", "Remove background image" : "Hintergrundbild entfernen", + "Background" : "Hintergrund", + "Set a custom background" : "Einen benutzerdefinierten Hintergrund setzen", "Select a custom color" : "Eine benutzerdefinierte Farbe auswählen" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/de_DE.json b/apps/theming/l10n/de_DE.json index c55ac8d1d317d..e651e1ab38703 100644 --- a/apps/theming/l10n/de_DE.json +++ b/apps/theming/l10n/de_DE.json @@ -71,9 +71,7 @@ "Disable user theming" : "Benutzer-Design deaktivieren", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Trotz der von Ihnen vorgenommenen Auswahl und Anpassung, können Benutzer ihren Hintergrund und ihre Farben ändern. Wenn Sie Ihre Anpassung erzwingen möchten, können Sie dies hier aktivieren.", "Appearance and accessibility settings" : "Aussehen- und Barrierefreiheitseinstellungen", - "Background" : "Hintergrund", "Customization has been disabled by your administrator" : "Diese Anpassungsmöglichkeit wurde von Ihrer Administration deaktiviert", - "Set a custom background" : "Einen benutzerdefinierten Hintergrund setzen", "Keyboard shortcuts" : "Tastaturkürzel", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "In einigen Fällen können Tastenkombinationen Barrierefreiheits-Tools beeinträchtigen. Damit Sie sich richtig auf Ihr Werkzeug konzentrieren können, können Sie hier alle Tastaturkürzel deaktivieren. Dadurch werden auch alle verfügbaren Verknüpfungen in Apps deaktiviert.", "Disable all keyboard shortcuts" : "Alle Tastenkombinationen deaktivieren", @@ -108,6 +106,8 @@ "Reset to default" : " Auf Standard zurücksetzen ", "Upload" : "Hochladen", "Remove background image" : "Hintergrundbild entfernen", + "Background" : "Hintergrund", + "Set a custom background" : "Einen benutzerdefinierten Hintergrund setzen", "Select a custom color" : "Eine benutzerdefinierte Farbe auswählen" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/el.js b/apps/theming/l10n/el.js index 589c3c38c3cbe..99c0b6a74b511 100644 --- a/apps/theming/l10n/el.js +++ b/apps/theming/l10n/el.js @@ -63,8 +63,6 @@ OC.L10N.register( "Upload new favicon" : "Μεταφόρτωση νέου favicon", "User settings" : "Ρυθμίσεις χρήστη", "Disable user theming" : "Απενεργοποίηση θεμάτων χρήστη", - "Background" : "Φόντο", - "Set a custom background" : "Ορισμός προσαρμοσμένου φόντου", "Keyboard shortcuts" : "Συντομεύσεις πληκτρολογίου", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "Σε ορισμένες περιπτώσεις, οι συντομεύσεις πληκτρολογίου μπορεί να επηρεάσουν τα εργαλεία προσβασιμότητας. Για να επιτρέψετε τη σωστή εστίαση στο εργαλείο σας, μπορείτε να απενεργοποιήσετε όλες τις συντομεύσεις πληκτρολογίου εδώ. Αυτό θα απενεργοποιήσει επίσης όλες τις διαθέσιμες συντομεύσεις στις εφαρμογές.", "Disable all keyboard shortcuts" : "Απενεργοποίηση των συντομεύσεων πληκτρολογίου", @@ -76,6 +74,8 @@ OC.L10N.register( "Reset to default" : "Επαναφορά στα προεπιλεγμένα", "Upload" : "Μεταφόρτωση", "Remove background image" : "Αφαίρεση εικόνας παρασκηνίου", + "Background" : "Φόντο", + "Set a custom background" : "Ορισμός προσαρμοσμένου φόντου", "Select a custom color" : "Επιλογή προσαρμοσμένου χρώματος" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/el.json b/apps/theming/l10n/el.json index 192a9bda66a07..8ccd80dc7dec1 100644 --- a/apps/theming/l10n/el.json +++ b/apps/theming/l10n/el.json @@ -61,8 +61,6 @@ "Upload new favicon" : "Μεταφόρτωση νέου favicon", "User settings" : "Ρυθμίσεις χρήστη", "Disable user theming" : "Απενεργοποίηση θεμάτων χρήστη", - "Background" : "Φόντο", - "Set a custom background" : "Ορισμός προσαρμοσμένου φόντου", "Keyboard shortcuts" : "Συντομεύσεις πληκτρολογίου", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "Σε ορισμένες περιπτώσεις, οι συντομεύσεις πληκτρολογίου μπορεί να επηρεάσουν τα εργαλεία προσβασιμότητας. Για να επιτρέψετε τη σωστή εστίαση στο εργαλείο σας, μπορείτε να απενεργοποιήσετε όλες τις συντομεύσεις πληκτρολογίου εδώ. Αυτό θα απενεργοποιήσει επίσης όλες τις διαθέσιμες συντομεύσεις στις εφαρμογές.", "Disable all keyboard shortcuts" : "Απενεργοποίηση των συντομεύσεων πληκτρολογίου", @@ -74,6 +72,8 @@ "Reset to default" : "Επαναφορά στα προεπιλεγμένα", "Upload" : "Μεταφόρτωση", "Remove background image" : "Αφαίρεση εικόνας παρασκηνίου", + "Background" : "Φόντο", + "Set a custom background" : "Ορισμός προσαρμοσμένου φόντου", "Select a custom color" : "Επιλογή προσαρμοσμένου χρώματος" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/en_GB.js b/apps/theming/l10n/en_GB.js index 4ae3f470d5535..2855f45a53ef2 100644 --- a/apps/theming/l10n/en_GB.js +++ b/apps/theming/l10n/en_GB.js @@ -73,9 +73,7 @@ OC.L10N.register( "Disable user theming" : "Disable user theming", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on.", "Appearance and accessibility settings" : "Appearance and accessibility settings", - "Background" : "Background", "Customization has been disabled by your administrator" : "Customization has been disabled by your administrator", - "Set a custom background" : "Set a custom background", "Keyboard shortcuts" : "Keyboard shortcuts", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps.", "Disable all keyboard shortcuts" : "Disable all keyboard shortcuts", @@ -110,6 +108,8 @@ OC.L10N.register( "Reset to default" : "Reset to default", "Upload" : "Upload", "Remove background image" : "Remove background image", + "Background" : "Background", + "Set a custom background" : "Set a custom background", "Select a custom color" : "Select a custom colour" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/en_GB.json b/apps/theming/l10n/en_GB.json index 8df7157b4d187..ea206af01d823 100644 --- a/apps/theming/l10n/en_GB.json +++ b/apps/theming/l10n/en_GB.json @@ -71,9 +71,7 @@ "Disable user theming" : "Disable user theming", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on.", "Appearance and accessibility settings" : "Appearance and accessibility settings", - "Background" : "Background", "Customization has been disabled by your administrator" : "Customization has been disabled by your administrator", - "Set a custom background" : "Set a custom background", "Keyboard shortcuts" : "Keyboard shortcuts", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps.", "Disable all keyboard shortcuts" : "Disable all keyboard shortcuts", @@ -108,6 +106,8 @@ "Reset to default" : "Reset to default", "Upload" : "Upload", "Remove background image" : "Remove background image", + "Background" : "Background", + "Set a custom background" : "Set a custom background", "Select a custom color" : "Select a custom colour" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/es.js b/apps/theming/l10n/es.js index 1611270048d77..e5830399db5c2 100644 --- a/apps/theming/l10n/es.js +++ b/apps/theming/l10n/es.js @@ -73,9 +73,7 @@ OC.L10N.register( "Disable user theming" : "Deshabilitar tematización de usuario", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Aunque puede seleccionar y personalizar su instancia, los usuarios pueden cambiar su fondo y colores. Si quiere forzar su personalización, puede activar esto.", "Appearance and accessibility settings" : "Ajustes de apariencia y accesibilidad", - "Background" : "Imagen de fondo", "Customization has been disabled by your administrator" : "La personalización ha sido deshabilitada por el administrador", - "Set a custom background" : "Establecer un fondo personalizado", "Keyboard shortcuts" : "Atajos de teclado", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "En algunos casos, los atajos de teclado pueden interferir con las herramientas de accesibilidad. De manera de permitir enfocar correctamente su herramienta, puede deshabilitar todos los atajos de teclado aquí. Esto también deshabilitará todos los atajos disponibles en las aplicaciones.", "Disable all keyboard shortcuts" : "Deshabilitar todos los atajos de teclado", @@ -110,6 +108,8 @@ OC.L10N.register( "Reset to default" : "Vovler a configuración por defecto", "Upload" : "Subir", "Remove background image" : "Eliminar imagen de fondo", + "Background" : "Imagen de fondo", + "Set a custom background" : "Establecer un fondo personalizado", "Select a custom color" : "Seleccionar un color personalizado" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/theming/l10n/es.json b/apps/theming/l10n/es.json index 47e460ce3f401..c5f553238b96e 100644 --- a/apps/theming/l10n/es.json +++ b/apps/theming/l10n/es.json @@ -71,9 +71,7 @@ "Disable user theming" : "Deshabilitar tematización de usuario", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Aunque puede seleccionar y personalizar su instancia, los usuarios pueden cambiar su fondo y colores. Si quiere forzar su personalización, puede activar esto.", "Appearance and accessibility settings" : "Ajustes de apariencia y accesibilidad", - "Background" : "Imagen de fondo", "Customization has been disabled by your administrator" : "La personalización ha sido deshabilitada por el administrador", - "Set a custom background" : "Establecer un fondo personalizado", "Keyboard shortcuts" : "Atajos de teclado", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "En algunos casos, los atajos de teclado pueden interferir con las herramientas de accesibilidad. De manera de permitir enfocar correctamente su herramienta, puede deshabilitar todos los atajos de teclado aquí. Esto también deshabilitará todos los atajos disponibles en las aplicaciones.", "Disable all keyboard shortcuts" : "Deshabilitar todos los atajos de teclado", @@ -108,6 +106,8 @@ "Reset to default" : "Vovler a configuración por defecto", "Upload" : "Subir", "Remove background image" : "Eliminar imagen de fondo", + "Background" : "Imagen de fondo", + "Set a custom background" : "Establecer un fondo personalizado", "Select a custom color" : "Seleccionar un color personalizado" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/apps/theming/l10n/es_EC.js b/apps/theming/l10n/es_EC.js index 097f7e9467c32..902a1df59aae7 100644 --- a/apps/theming/l10n/es_EC.js +++ b/apps/theming/l10n/es_EC.js @@ -67,9 +67,7 @@ OC.L10N.register( "User settings" : "Configuración de usuario", "Disable user theming" : "Deshabilitar la personalización del usuario", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Aunque puedes seleccionar y personalizar tu instancia, los usuarios pueden cambiar su fondo y colores. Si deseas aplicar tu personalización, puedes activar esta opción.", - "Background" : "Fondo", "Customization has been disabled by your administrator" : "La personalización ha sido deshabilitada por tu administrador", - "Set a custom background" : "Establecer un fondo personalizado", "Keyboard shortcuts" : "Atajos del teclado", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "En algunos casos, los atajos de teclado pueden interferir con las herramientas de accesibilidad. Para permitir el enfoque correcto en tu herramienta, puedes desactivar todos los atajos de teclado aquí. Esto también deshabilitará todos los atajos disponibles en las aplicaciones.", "Disable all keyboard shortcuts" : "Deshabilitar todos los atajos de teclado", @@ -86,6 +84,8 @@ OC.L10N.register( "Reset to default" : "Restablecer al predeterminado", "Upload" : "Cargar", "Remove background image" : "Eliminar imagen de fondo", + "Background" : "Fondo", + "Set a custom background" : "Establecer un fondo personalizado", "Select a custom color" : "Seleccionar un color personalizado" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/theming/l10n/es_EC.json b/apps/theming/l10n/es_EC.json index 62b083aea215a..396308a9f34be 100644 --- a/apps/theming/l10n/es_EC.json +++ b/apps/theming/l10n/es_EC.json @@ -65,9 +65,7 @@ "User settings" : "Configuración de usuario", "Disable user theming" : "Deshabilitar la personalización del usuario", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Aunque puedes seleccionar y personalizar tu instancia, los usuarios pueden cambiar su fondo y colores. Si deseas aplicar tu personalización, puedes activar esta opción.", - "Background" : "Fondo", "Customization has been disabled by your administrator" : "La personalización ha sido deshabilitada por tu administrador", - "Set a custom background" : "Establecer un fondo personalizado", "Keyboard shortcuts" : "Atajos del teclado", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "En algunos casos, los atajos de teclado pueden interferir con las herramientas de accesibilidad. Para permitir el enfoque correcto en tu herramienta, puedes desactivar todos los atajos de teclado aquí. Esto también deshabilitará todos los atajos disponibles en las aplicaciones.", "Disable all keyboard shortcuts" : "Deshabilitar todos los atajos de teclado", @@ -84,6 +82,8 @@ "Reset to default" : "Restablecer al predeterminado", "Upload" : "Cargar", "Remove background image" : "Eliminar imagen de fondo", + "Background" : "Fondo", + "Set a custom background" : "Establecer un fondo personalizado", "Select a custom color" : "Seleccionar un color personalizado" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/apps/theming/l10n/es_MX.js b/apps/theming/l10n/es_MX.js index f3d5ab575e223..58525cfef6f77 100644 --- a/apps/theming/l10n/es_MX.js +++ b/apps/theming/l10n/es_MX.js @@ -73,9 +73,7 @@ OC.L10N.register( "Disable user theming" : "Deshabilitar los temas de usuario", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Aunque puede seleccionar y personalizar su instancia, los usuarios pueden cambiar su fondo y colores. Si quiere forzar su personalización, puede habilitarlo.", "Appearance and accessibility settings" : "Configuración de apariencia y accesibilidad", - "Background" : "Fondo", "Customization has been disabled by your administrator" : "La personalización ha sido deshabilitada por su administrador", - "Set a custom background" : "Establecer un fondo personalizado", "Keyboard shortcuts" : "Atajos del teclado", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "En algunos casos, los atajos de teclado pueden interferir con las herramientas de accesibilidad. Para permitir el enfoque correcto de su herramienta, puede desactivar todos los atajos de teclado aquí. Esto también deshabilitará todos los atajos disponibles en las aplicaciones.", "Disable all keyboard shortcuts" : "Deshabilitar todos los atajos de teclado", @@ -110,6 +108,8 @@ OC.L10N.register( "Reset to default" : "Restablecer al predeterminado", "Upload" : "Cargar", "Remove background image" : "Eliminar imagen de fondo", + "Background" : "Fondo", + "Set a custom background" : "Establecer un fondo personalizado", "Select a custom color" : "Seleccionar un color personalizado" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/theming/l10n/es_MX.json b/apps/theming/l10n/es_MX.json index cec3881da7a14..cfe87a52a250e 100644 --- a/apps/theming/l10n/es_MX.json +++ b/apps/theming/l10n/es_MX.json @@ -71,9 +71,7 @@ "Disable user theming" : "Deshabilitar los temas de usuario", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Aunque puede seleccionar y personalizar su instancia, los usuarios pueden cambiar su fondo y colores. Si quiere forzar su personalización, puede habilitarlo.", "Appearance and accessibility settings" : "Configuración de apariencia y accesibilidad", - "Background" : "Fondo", "Customization has been disabled by your administrator" : "La personalización ha sido deshabilitada por su administrador", - "Set a custom background" : "Establecer un fondo personalizado", "Keyboard shortcuts" : "Atajos del teclado", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "En algunos casos, los atajos de teclado pueden interferir con las herramientas de accesibilidad. Para permitir el enfoque correcto de su herramienta, puede desactivar todos los atajos de teclado aquí. Esto también deshabilitará todos los atajos disponibles en las aplicaciones.", "Disable all keyboard shortcuts" : "Deshabilitar todos los atajos de teclado", @@ -108,6 +106,8 @@ "Reset to default" : "Restablecer al predeterminado", "Upload" : "Cargar", "Remove background image" : "Eliminar imagen de fondo", + "Background" : "Fondo", + "Set a custom background" : "Establecer un fondo personalizado", "Select a custom color" : "Seleccionar un color personalizado" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/apps/theming/l10n/eu.js b/apps/theming/l10n/eu.js index 7454d8935e0c3..266de04339af7 100644 --- a/apps/theming/l10n/eu.js +++ b/apps/theming/l10n/eu.js @@ -67,9 +67,7 @@ OC.L10N.register( "User settings" : "Erabiltzaile ezarpenak", "Disable user theming" : "Desgaitu erabiltzaile itxura", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Zure instantzia hautatu eta pertsonaliza dezakezun arren, erabiltzaileek atzeko planoa eta koloreak alda ditzakete. Zure pertsonalizazioa aplikatu nahi baduzu, hau aktibatu dezakezu.", - "Background" : "Atzeko planoa", "Customization has been disabled by your administrator" : "Zure administratzaileak pertsonalizazioa desgaitu du", - "Set a custom background" : "Ezarri atzeko planoko irudi pertsonalizatua", "Keyboard shortcuts" : "Teklatuaren lasterbideak", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "Zenbait kasutan, teklatuko lasterbideek erabilerraztasun-tresnekin oztopatu dezakete. Zure tresna behar bezala zentratu ahal izateko, hemen teklatuko lasterbide guztiak desgaitu ditzakezu. Honek aplikazioetan erabilgarri dauden lasterbide guztiak ere desgaituko ditu.", "Disable all keyboard shortcuts" : "Desgaitu teklatuaren lasterbide guztiak", @@ -88,6 +86,8 @@ OC.L10N.register( "Reset to default" : "Berezarri balio lehenetsira", "Upload" : "Igo", "Remove background image" : "Kendu atzeko-planoko irudia", + "Background" : "Atzeko planoa", + "Set a custom background" : "Ezarri atzeko planoko irudi pertsonalizatua", "Select a custom color" : "Hautatu kolore pertsonalizatu bat" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/eu.json b/apps/theming/l10n/eu.json index f3d4e58f5f32a..d307bb2ac3524 100644 --- a/apps/theming/l10n/eu.json +++ b/apps/theming/l10n/eu.json @@ -65,9 +65,7 @@ "User settings" : "Erabiltzaile ezarpenak", "Disable user theming" : "Desgaitu erabiltzaile itxura", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Zure instantzia hautatu eta pertsonaliza dezakezun arren, erabiltzaileek atzeko planoa eta koloreak alda ditzakete. Zure pertsonalizazioa aplikatu nahi baduzu, hau aktibatu dezakezu.", - "Background" : "Atzeko planoa", "Customization has been disabled by your administrator" : "Zure administratzaileak pertsonalizazioa desgaitu du", - "Set a custom background" : "Ezarri atzeko planoko irudi pertsonalizatua", "Keyboard shortcuts" : "Teklatuaren lasterbideak", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "Zenbait kasutan, teklatuko lasterbideek erabilerraztasun-tresnekin oztopatu dezakete. Zure tresna behar bezala zentratu ahal izateko, hemen teklatuko lasterbide guztiak desgaitu ditzakezu. Honek aplikazioetan erabilgarri dauden lasterbide guztiak ere desgaituko ditu.", "Disable all keyboard shortcuts" : "Desgaitu teklatuaren lasterbide guztiak", @@ -86,6 +84,8 @@ "Reset to default" : "Berezarri balio lehenetsira", "Upload" : "Igo", "Remove background image" : "Kendu atzeko-planoko irudia", + "Background" : "Atzeko planoa", + "Set a custom background" : "Ezarri atzeko planoko irudi pertsonalizatua", "Select a custom color" : "Hautatu kolore pertsonalizatu bat" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/fa.js b/apps/theming/l10n/fa.js index d0029a604aeea..d6c3b4e156595 100644 --- a/apps/theming/l10n/fa.js +++ b/apps/theming/l10n/fa.js @@ -67,9 +67,7 @@ OC.L10N.register( "User settings" : "تنظمبات کاربری", "Disable user theming" : "از کار انداختن زمینش کاربری", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on.", - "Background" : "پس‌زمینه", "Customization has been disabled by your administrator" : "شخصی‌سازی به دست مدیرتان از کار افتاده", - "Set a custom background" : "تنظیم پس‌زمینه‌ای شخصی", "Keyboard shortcuts" : "میان‌برهای صفحه‌کلید", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps.", "Disable all keyboard shortcuts" : "از کار انداختن تمامی میان‌برهای صفحه‌کلید", @@ -86,6 +84,8 @@ OC.L10N.register( "Reset to default" : "بازنشانی به پیش‌گزیده", "Upload" : "بارگذاری", "Remove background image" : "برداشتن تصویر پس‌زمینه", + "Background" : "پس‌زمینه", + "Set a custom background" : "تنظیم پس‌زمینه‌ای شخصی", "Select a custom color" : "گزینش رنگی شخصی" }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/theming/l10n/fa.json b/apps/theming/l10n/fa.json index 3667553e49954..d339ee632e08b 100644 --- a/apps/theming/l10n/fa.json +++ b/apps/theming/l10n/fa.json @@ -65,9 +65,7 @@ "User settings" : "تنظمبات کاربری", "Disable user theming" : "از کار انداختن زمینش کاربری", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on.", - "Background" : "پس‌زمینه", "Customization has been disabled by your administrator" : "شخصی‌سازی به دست مدیرتان از کار افتاده", - "Set a custom background" : "تنظیم پس‌زمینه‌ای شخصی", "Keyboard shortcuts" : "میان‌برهای صفحه‌کلید", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps.", "Disable all keyboard shortcuts" : "از کار انداختن تمامی میان‌برهای صفحه‌کلید", @@ -84,6 +82,8 @@ "Reset to default" : "بازنشانی به پیش‌گزیده", "Upload" : "بارگذاری", "Remove background image" : "برداشتن تصویر پس‌زمینه", + "Background" : "پس‌زمینه", + "Set a custom background" : "تنظیم پس‌زمینه‌ای شخصی", "Select a custom color" : "گزینش رنگی شخصی" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/fi.js b/apps/theming/l10n/fi.js index 879f374ec6e71..9e5d4df13b5f7 100644 --- a/apps/theming/l10n/fi.js +++ b/apps/theming/l10n/fi.js @@ -66,9 +66,7 @@ OC.L10N.register( "Disable user theming" : "Poista käyttäjäteemoitus käytöstä", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Vaikka voit mukauttaa instanssia, käyttäjät voivat vaihtaa taustakuvaansa ja värejään. Jos haluat pakottaa mukautukset käyttäjille, ota tämä asetus käyttöön.", "Appearance and accessibility settings" : "Ulkoasun ja saavutettavuuden asetukset", - "Background" : "Tausta", "Customization has been disabled by your administrator" : "Mukauttaminen on poistettu käytöstä ylläpitäjän toimesta", - "Set a custom background" : "Aseta mukautettu tausta", "Keyboard shortcuts" : "Pikanäppäimet", "Disable all keyboard shortcuts" : "Poista käytöstä kaikki pikanäppäimet", "Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "Saavutettavuus on erittäin tärkeää meille. Seuraamme verkkostandardeja ja varmistamme, että kaikki on käytettävissä ilman hiirtä sekä avustavien ohjelmistojen kuten ruudunlukijoiden avulla. Pyrimme olemaan yhteensopivia {guidelines}Web Content Accessibility Guidelines{linkend} -ohjeistuksen version 2.1 AA-tason kanssa, suuren kontrastin teemalla pyrimme jopa AAA-tasoon.", @@ -88,6 +86,8 @@ OC.L10N.register( "Reset to default" : "Palauta oletukseksi", "Upload" : "Lähetä", "Remove background image" : "Poista taustakuva", + "Background" : "Tausta", + "Set a custom background" : "Aseta mukautettu tausta", "Select a custom color" : "Valitse mukautettu väri" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/fi.json b/apps/theming/l10n/fi.json index 5855986980cb0..ec1d4bc9fb9d0 100644 --- a/apps/theming/l10n/fi.json +++ b/apps/theming/l10n/fi.json @@ -64,9 +64,7 @@ "Disable user theming" : "Poista käyttäjäteemoitus käytöstä", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Vaikka voit mukauttaa instanssia, käyttäjät voivat vaihtaa taustakuvaansa ja värejään. Jos haluat pakottaa mukautukset käyttäjille, ota tämä asetus käyttöön.", "Appearance and accessibility settings" : "Ulkoasun ja saavutettavuuden asetukset", - "Background" : "Tausta", "Customization has been disabled by your administrator" : "Mukauttaminen on poistettu käytöstä ylläpitäjän toimesta", - "Set a custom background" : "Aseta mukautettu tausta", "Keyboard shortcuts" : "Pikanäppäimet", "Disable all keyboard shortcuts" : "Poista käytöstä kaikki pikanäppäimet", "Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "Saavutettavuus on erittäin tärkeää meille. Seuraamme verkkostandardeja ja varmistamme, että kaikki on käytettävissä ilman hiirtä sekä avustavien ohjelmistojen kuten ruudunlukijoiden avulla. Pyrimme olemaan yhteensopivia {guidelines}Web Content Accessibility Guidelines{linkend} -ohjeistuksen version 2.1 AA-tason kanssa, suuren kontrastin teemalla pyrimme jopa AAA-tasoon.", @@ -86,6 +84,8 @@ "Reset to default" : "Palauta oletukseksi", "Upload" : "Lähetä", "Remove background image" : "Poista taustakuva", + "Background" : "Tausta", + "Set a custom background" : "Aseta mukautettu tausta", "Select a custom color" : "Valitse mukautettu väri" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/fr.js b/apps/theming/l10n/fr.js index c84ef6fcb9f6d..f9067c7815358 100644 --- a/apps/theming/l10n/fr.js +++ b/apps/theming/l10n/fr.js @@ -73,9 +73,7 @@ OC.L10N.register( "Disable user theming" : "Désactiver la gestion du thème par l'utilisateur", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Bien que vous puissiez sélectionner et personnaliser votre instance, les utilisateurs peuvent modifier leur arrière-plan et leurs couleurs. Si vous voulez imposer votre personnalisation, vous pouvez activer cette option.", "Appearance and accessibility settings" : "Paramètres d’apparence et d’accessibilité", - "Background" : "Arrière-plan", "Customization has been disabled by your administrator" : "La personnalisation a été désactivée par votre administrateur", - "Set a custom background" : "Définir un arrière-plan personnalisé", "Keyboard shortcuts" : "Raccourcis clavier", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "Dans certains cas, les raccourcis clavier peuvent interférer avec les outils d'accessibilité. Afin de vous permettre de vous concentrer correctement sur votre outil, vous pouvez désactiver tous les raccourcis clavier ici. Cela désactivera également tous les raccourcis disponibles dans les applications.", "Disable all keyboard shortcuts" : "Désactiver tous les raccourcis clavier", @@ -110,6 +108,8 @@ OC.L10N.register( "Reset to default" : "Restaurer les valeurs par défaut", "Upload" : "Téléverser", "Remove background image" : "Retirer l'image d'arrière-plan", + "Background" : "Arrière-plan", + "Set a custom background" : "Définir un arrière-plan personnalisé", "Select a custom color" : "Sélectionnez une couleur personnalisée" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/theming/l10n/fr.json b/apps/theming/l10n/fr.json index c5a5557f2026c..f6bafc0099676 100644 --- a/apps/theming/l10n/fr.json +++ b/apps/theming/l10n/fr.json @@ -71,9 +71,7 @@ "Disable user theming" : "Désactiver la gestion du thème par l'utilisateur", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Bien que vous puissiez sélectionner et personnaliser votre instance, les utilisateurs peuvent modifier leur arrière-plan et leurs couleurs. Si vous voulez imposer votre personnalisation, vous pouvez activer cette option.", "Appearance and accessibility settings" : "Paramètres d’apparence et d’accessibilité", - "Background" : "Arrière-plan", "Customization has been disabled by your administrator" : "La personnalisation a été désactivée par votre administrateur", - "Set a custom background" : "Définir un arrière-plan personnalisé", "Keyboard shortcuts" : "Raccourcis clavier", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "Dans certains cas, les raccourcis clavier peuvent interférer avec les outils d'accessibilité. Afin de vous permettre de vous concentrer correctement sur votre outil, vous pouvez désactiver tous les raccourcis clavier ici. Cela désactivera également tous les raccourcis disponibles dans les applications.", "Disable all keyboard shortcuts" : "Désactiver tous les raccourcis clavier", @@ -108,6 +106,8 @@ "Reset to default" : "Restaurer les valeurs par défaut", "Upload" : "Téléverser", "Remove background image" : "Retirer l'image d'arrière-plan", + "Background" : "Arrière-plan", + "Set a custom background" : "Définir un arrière-plan personnalisé", "Select a custom color" : "Sélectionnez une couleur personnalisée" },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/apps/theming/l10n/gl.js b/apps/theming/l10n/gl.js index 05e4ed90deee7..525c6818a5b30 100644 --- a/apps/theming/l10n/gl.js +++ b/apps/theming/l10n/gl.js @@ -70,9 +70,7 @@ OC.L10N.register( "User settings" : "Axustes de usuario", "Disable user theming" : "Desactivar o tema do usuario", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Aínda que pode seleccionar e personalizar a súa instancia, os usuarios poden cambiar o seu fondo e cores. Se quere impor a súa personalización, pode activar esta opción.", - "Background" : "Fondo", "Customization has been disabled by your administrator" : "O seu administrador desactivou a personalización", - "Set a custom background" : "Estabelecer un fondo personalizado", "Keyboard shortcuts" : "Atallos de teclado", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "Nalgúns casos, os atallos de teclado poden interferir coas ferramentas de accesibilidade. Para poder centrarse na súa ferramenta correctamente, pode desactivar aquí todos os atallos de teclado. Isto tamén desactivará todos os atallos dispoñíbeis nas aplicacións.", "Disable all keyboard shortcuts" : "Desactivar todos os atallos de teclado", @@ -107,6 +105,8 @@ OC.L10N.register( "Reset to default" : "Restabelecer os valores predeterminados", "Upload" : "Enviar", "Remove background image" : "Retirar a imaxe de fondo", + "Background" : "Fondo", + "Set a custom background" : "Estabelecer un fondo personalizado", "Select a custom color" : "Seleccione unha cor personalizada" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/gl.json b/apps/theming/l10n/gl.json index 6237d6523e878..e1e3c12e2e129 100644 --- a/apps/theming/l10n/gl.json +++ b/apps/theming/l10n/gl.json @@ -68,9 +68,7 @@ "User settings" : "Axustes de usuario", "Disable user theming" : "Desactivar o tema do usuario", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Aínda que pode seleccionar e personalizar a súa instancia, os usuarios poden cambiar o seu fondo e cores. Se quere impor a súa personalización, pode activar esta opción.", - "Background" : "Fondo", "Customization has been disabled by your administrator" : "O seu administrador desactivou a personalización", - "Set a custom background" : "Estabelecer un fondo personalizado", "Keyboard shortcuts" : "Atallos de teclado", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "Nalgúns casos, os atallos de teclado poden interferir coas ferramentas de accesibilidade. Para poder centrarse na súa ferramenta correctamente, pode desactivar aquí todos os atallos de teclado. Isto tamén desactivará todos os atallos dispoñíbeis nas aplicacións.", "Disable all keyboard shortcuts" : "Desactivar todos os atallos de teclado", @@ -105,6 +103,8 @@ "Reset to default" : "Restabelecer os valores predeterminados", "Upload" : "Enviar", "Remove background image" : "Retirar a imaxe de fondo", + "Background" : "Fondo", + "Set a custom background" : "Estabelecer un fondo personalizado", "Select a custom color" : "Seleccione unha cor personalizada" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/hr.js b/apps/theming/l10n/hr.js index 51306d8c0e852..b2849d9fc4849 100644 --- a/apps/theming/l10n/hr.js +++ b/apps/theming/l10n/hr.js @@ -49,7 +49,6 @@ OC.L10N.register( "Favicon" : "Favicon", "Upload new favicon" : "Otpremi novi favicon", "User settings" : "Korisničke postavke", - "Background" : "Pozadina", "Keyboard shortcuts" : "Tipkovni prečaci", "Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "Nama je vrlo važno osigurati univerzalan pristup. Pratimo sve internetske i mrežne standarde i provjeravamo je li sustav upotrebljiv bez miša i pomoćnog softvera, kao što je čitač zaslona. Naš je cilj postići sukladnost sa {guidelines}Smjernicama pristupačnosti web-sadržaja{linkend} 2.1 na razini AA s temom jakog kontrasta na razini AAA.", "Move up" : "Premjesti gore", @@ -57,6 +56,7 @@ OC.L10N.register( "Change color" : "Promijeni boju", "Reset to default" : "Vrati na zadanu postavku", "Upload" : "Otpremi", - "Remove background image" : "Ukloni pozadinsku sliku" + "Remove background image" : "Ukloni pozadinsku sliku", + "Background" : "Pozadina" }, "nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"); diff --git a/apps/theming/l10n/hr.json b/apps/theming/l10n/hr.json index d0a718deef05b..039c0f53a501e 100644 --- a/apps/theming/l10n/hr.json +++ b/apps/theming/l10n/hr.json @@ -47,7 +47,6 @@ "Favicon" : "Favicon", "Upload new favicon" : "Otpremi novi favicon", "User settings" : "Korisničke postavke", - "Background" : "Pozadina", "Keyboard shortcuts" : "Tipkovni prečaci", "Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "Nama je vrlo važno osigurati univerzalan pristup. Pratimo sve internetske i mrežne standarde i provjeravamo je li sustav upotrebljiv bez miša i pomoćnog softvera, kao što je čitač zaslona. Naš je cilj postići sukladnost sa {guidelines}Smjernicama pristupačnosti web-sadržaja{linkend} 2.1 na razini AA s temom jakog kontrasta na razini AAA.", "Move up" : "Premjesti gore", @@ -55,6 +54,7 @@ "Change color" : "Promijeni boju", "Reset to default" : "Vrati na zadanu postavku", "Upload" : "Otpremi", - "Remove background image" : "Ukloni pozadinsku sliku" + "Remove background image" : "Ukloni pozadinsku sliku", + "Background" : "Pozadina" },"pluralForm" :"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;" } \ No newline at end of file diff --git a/apps/theming/l10n/hu.js b/apps/theming/l10n/hu.js index 169f0f234c2e0..96bb0b4c6c9d4 100644 --- a/apps/theming/l10n/hu.js +++ b/apps/theming/l10n/hu.js @@ -70,9 +70,7 @@ OC.L10N.register( "User settings" : "Felhasználói beállítások", "Disable user theming" : "Felhasználói témázás letiltása", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Bár kiválaszthatja és testreszabhatja a példányát, a felhasználók módosíthatják a hátterüket és a színeiket. Ha ki akarja kényszeríteni a saját testreszabását, akkor bekapcsolja ezt. ", - "Background" : "Háttér", "Customization has been disabled by your administrator" : "A testreszabást letiltotta a rendszergazda", - "Set a custom background" : "Egyéni háttér beállítása", "Keyboard shortcuts" : "Gyorsbillentyűk", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "Egyes esetekben a gyorsbillentyűk összeakadhatnak az akadálymentesítési eszközökkel. Hogy helyesen tudjon fókuszálni az eszközre, itt letilthatja a gyorsbillentyűket. Ez az alkalmazásokban is letiltja az összes elérhető gyorsbillentyűt.", "Disable all keyboard shortcuts" : "Összes gyorsbillentyű letiltása", @@ -99,6 +97,8 @@ OC.L10N.register( "Reset to default" : "Visszaállítás alapértelmezettre", "Upload" : "Feltöltés", "Remove background image" : "Háttérkép eltávolítása", + "Background" : "Háttér", + "Set a custom background" : "Egyéni háttér beállítása", "Select a custom color" : "Válasszon egyéni színt" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/hu.json b/apps/theming/l10n/hu.json index b7abdf5e75a6d..da3e2a5cee712 100644 --- a/apps/theming/l10n/hu.json +++ b/apps/theming/l10n/hu.json @@ -68,9 +68,7 @@ "User settings" : "Felhasználói beállítások", "Disable user theming" : "Felhasználói témázás letiltása", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Bár kiválaszthatja és testreszabhatja a példányát, a felhasználók módosíthatják a hátterüket és a színeiket. Ha ki akarja kényszeríteni a saját testreszabását, akkor bekapcsolja ezt. ", - "Background" : "Háttér", "Customization has been disabled by your administrator" : "A testreszabást letiltotta a rendszergazda", - "Set a custom background" : "Egyéni háttér beállítása", "Keyboard shortcuts" : "Gyorsbillentyűk", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "Egyes esetekben a gyorsbillentyűk összeakadhatnak az akadálymentesítési eszközökkel. Hogy helyesen tudjon fókuszálni az eszközre, itt letilthatja a gyorsbillentyűket. Ez az alkalmazásokban is letiltja az összes elérhető gyorsbillentyűt.", "Disable all keyboard shortcuts" : "Összes gyorsbillentyű letiltása", @@ -97,6 +95,8 @@ "Reset to default" : "Visszaállítás alapértelmezettre", "Upload" : "Feltöltés", "Remove background image" : "Háttérkép eltávolítása", + "Background" : "Háttér", + "Set a custom background" : "Egyéni háttér beállítása", "Select a custom color" : "Válasszon egyéni színt" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/is.js b/apps/theming/l10n/is.js index ff79212794f51..79d00af874e2e 100644 --- a/apps/theming/l10n/is.js +++ b/apps/theming/l10n/is.js @@ -68,9 +68,7 @@ OC.L10N.register( "Upload new favicon" : "Senda inn nýja táknmynd", "User settings" : "Notandastillingar", "Disable user theming" : "Gera þemu notanda óvirk", - "Background" : "Background", "Customization has been disabled by your administrator" : "Sérsníðing hefur verið gerð óvirk af kerfisstjóra", - "Set a custom background" : "Setja sérsniðinn bakgrunn", "Keyboard shortcuts" : "Flýtileiðir á lyklaborði", "Disable all keyboard shortcuts" : "Gera alla flýtilykla óvirka", "Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "Aðgengi fyrir alla er okkur mikilvægt. Við fylgjum vefstöðlum oggöngum úr skugga um að allt sé nothæft án þess að nota tölvumús, auk þess að hjálpartæki á borð við skjálesara virki. Við miðum að samhæfni við {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 á stigi AA, og höfum meira að segja háskerpuþemað miðað við stig AAA.", @@ -102,6 +100,8 @@ OC.L10N.register( "Reset to default" : "Endurstilla á sjálfgefið", "Upload" : "Senda inn", "Remove background image" : "Fjarlægja bakgrunnsmynd", + "Background" : "Background", + "Set a custom background" : "Setja sérsniðinn bakgrunn", "Select a custom color" : "Veldu sérsniðinn lit" }, "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); diff --git a/apps/theming/l10n/is.json b/apps/theming/l10n/is.json index 1387dd3dde277..e6ac8a3c58e04 100644 --- a/apps/theming/l10n/is.json +++ b/apps/theming/l10n/is.json @@ -66,9 +66,7 @@ "Upload new favicon" : "Senda inn nýja táknmynd", "User settings" : "Notandastillingar", "Disable user theming" : "Gera þemu notanda óvirk", - "Background" : "Background", "Customization has been disabled by your administrator" : "Sérsníðing hefur verið gerð óvirk af kerfisstjóra", - "Set a custom background" : "Setja sérsniðinn bakgrunn", "Keyboard shortcuts" : "Flýtileiðir á lyklaborði", "Disable all keyboard shortcuts" : "Gera alla flýtilykla óvirka", "Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "Aðgengi fyrir alla er okkur mikilvægt. Við fylgjum vefstöðlum oggöngum úr skugga um að allt sé nothæft án þess að nota tölvumús, auk þess að hjálpartæki á borð við skjálesara virki. Við miðum að samhæfni við {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 á stigi AA, og höfum meira að segja háskerpuþemað miðað við stig AAA.", @@ -100,6 +98,8 @@ "Reset to default" : "Endurstilla á sjálfgefið", "Upload" : "Senda inn", "Remove background image" : "Fjarlægja bakgrunnsmynd", + "Background" : "Background", + "Set a custom background" : "Setja sérsniðinn bakgrunn", "Select a custom color" : "Veldu sérsniðinn lit" },"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" } \ No newline at end of file diff --git a/apps/theming/l10n/it.js b/apps/theming/l10n/it.js index 01eb365d24955..9ad692aa1a4d6 100644 --- a/apps/theming/l10n/it.js +++ b/apps/theming/l10n/it.js @@ -70,9 +70,7 @@ OC.L10N.register( "User settings" : "Impostazioni utente", "Disable user theming" : "Disattiva temi utente", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Sebbene tu possa selezionare e personalizzare la tua istanza, gli utenti possono cambiare il loro sfondo e colore. Se vuoi forzare la tua personalizzazione, puoi attivare questo.", - "Background" : "Sfondo", "Customization has been disabled by your administrator" : "La personalizzazione è stata disattivata dall'amministratore", - "Set a custom background" : "Imposta uno sfondo personalizzato", "Keyboard shortcuts" : "Scorciatoie da tastiera", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "In alcuni casi le scorciatoie da tastiera possono interferire con gli strumenti di accessibilità. Per concentrarti correttamente sullo strumento, è possibile disattivare tutte le scorciatoie da tastiera. Verranno disattivate anche tutte le scorciatoie disponibili nelle applicazioni.", "Disable all keyboard shortcuts" : "Disattiva tutte le scorciatoie da tastiera", @@ -107,6 +105,8 @@ OC.L10N.register( "Reset to default" : "Ripristina valori predefiniti", "Upload" : "Carica", "Remove background image" : "Rimuovi immagine di sfondo", + "Background" : "Sfondo", + "Set a custom background" : "Imposta uno sfondo personalizzato", "Select a custom color" : "Seleziona un colore personalizzato" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/theming/l10n/it.json b/apps/theming/l10n/it.json index ba14ed0bc7c77..9b97d4d477532 100644 --- a/apps/theming/l10n/it.json +++ b/apps/theming/l10n/it.json @@ -68,9 +68,7 @@ "User settings" : "Impostazioni utente", "Disable user theming" : "Disattiva temi utente", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Sebbene tu possa selezionare e personalizzare la tua istanza, gli utenti possono cambiare il loro sfondo e colore. Se vuoi forzare la tua personalizzazione, puoi attivare questo.", - "Background" : "Sfondo", "Customization has been disabled by your administrator" : "La personalizzazione è stata disattivata dall'amministratore", - "Set a custom background" : "Imposta uno sfondo personalizzato", "Keyboard shortcuts" : "Scorciatoie da tastiera", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "In alcuni casi le scorciatoie da tastiera possono interferire con gli strumenti di accessibilità. Per concentrarti correttamente sullo strumento, è possibile disattivare tutte le scorciatoie da tastiera. Verranno disattivate anche tutte le scorciatoie disponibili nelle applicazioni.", "Disable all keyboard shortcuts" : "Disattiva tutte le scorciatoie da tastiera", @@ -105,6 +103,8 @@ "Reset to default" : "Ripristina valori predefiniti", "Upload" : "Carica", "Remove background image" : "Rimuovi immagine di sfondo", + "Background" : "Sfondo", + "Set a custom background" : "Imposta uno sfondo personalizzato", "Select a custom color" : "Seleziona un colore personalizzato" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/apps/theming/l10n/ja.js b/apps/theming/l10n/ja.js index c5d841c79b1e9..fb2f9d0461254 100644 --- a/apps/theming/l10n/ja.js +++ b/apps/theming/l10n/ja.js @@ -69,9 +69,7 @@ OC.L10N.register( "User settings" : "ユーザー設定", "Disable user theming" : "ユーザー毎のテーマを無効", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "このサーバーの外観のカスタマイズと画像を変更を変更できますが、さらにユーザーは背景と色を変更できます。外観のカスタマイズを強制する場合は以下のチェック設定をオンにしてください。", - "Background" : "背景", "Customization has been disabled by your administrator" : "カスタマイズは管理者によって無効にされています", - "Set a custom background" : "背景を設定", "Keyboard shortcuts" : "キーボードショートカット", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "場合によっては、キーボードショートカットがアクセシビリティツールに干渉することがあります。ツールに正しくフォーカスできるようにするために、ここですべてのキーボード ショートカットを無効にできます。この場合、アプリで使用可能なすべてのショートカットも無効になります。", "Disable all keyboard shortcuts" : "全てのキーボードショートカットを無効化", @@ -106,6 +104,8 @@ OC.L10N.register( "Reset to default" : "デフォルトに戻す", "Upload" : "アップロード", "Remove background image" : "背景画像を削除", + "Background" : "背景", + "Set a custom background" : "背景を設定", "Select a custom color" : "カスタムカラーを選択" }, "nplurals=1; plural=0;"); diff --git a/apps/theming/l10n/ja.json b/apps/theming/l10n/ja.json index e8534f94514ec..e1dfa8be99184 100644 --- a/apps/theming/l10n/ja.json +++ b/apps/theming/l10n/ja.json @@ -67,9 +67,7 @@ "User settings" : "ユーザー設定", "Disable user theming" : "ユーザー毎のテーマを無効", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "このサーバーの外観のカスタマイズと画像を変更を変更できますが、さらにユーザーは背景と色を変更できます。外観のカスタマイズを強制する場合は以下のチェック設定をオンにしてください。", - "Background" : "背景", "Customization has been disabled by your administrator" : "カスタマイズは管理者によって無効にされています", - "Set a custom background" : "背景を設定", "Keyboard shortcuts" : "キーボードショートカット", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "場合によっては、キーボードショートカットがアクセシビリティツールに干渉することがあります。ツールに正しくフォーカスできるようにするために、ここですべてのキーボード ショートカットを無効にできます。この場合、アプリで使用可能なすべてのショートカットも無効になります。", "Disable all keyboard shortcuts" : "全てのキーボードショートカットを無効化", @@ -104,6 +102,8 @@ "Reset to default" : "デフォルトに戻す", "Upload" : "アップロード", "Remove background image" : "背景画像を削除", + "Background" : "背景", + "Set a custom background" : "背景を設定", "Select a custom color" : "カスタムカラーを選択" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/theming/l10n/ka.js b/apps/theming/l10n/ka.js index fa45cc1352550..fdb3ffece59d9 100644 --- a/apps/theming/l10n/ka.js +++ b/apps/theming/l10n/ka.js @@ -70,9 +70,7 @@ OC.L10N.register( "User settings" : "User settings", "Disable user theming" : "Disable user theming", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on.", - "Background" : "Background", "Customization has been disabled by your administrator" : "Customization has been disabled by your administrator", - "Set a custom background" : "Set a custom background", "Keyboard shortcuts" : "Keyboard shortcuts", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps.", "Disable all keyboard shortcuts" : "Disable all keyboard shortcuts", @@ -107,6 +105,8 @@ OC.L10N.register( "Reset to default" : "Reset to default", "Upload" : "Upload", "Remove background image" : "Remove background image", + "Background" : "Background", + "Set a custom background" : "Set a custom background", "Select a custom color" : "Select a custom color" }, "nplurals=2; plural=(n!=1);"); diff --git a/apps/theming/l10n/ka.json b/apps/theming/l10n/ka.json index 95c662fef7e25..96c18731ef6ae 100644 --- a/apps/theming/l10n/ka.json +++ b/apps/theming/l10n/ka.json @@ -68,9 +68,7 @@ "User settings" : "User settings", "Disable user theming" : "Disable user theming", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on.", - "Background" : "Background", "Customization has been disabled by your administrator" : "Customization has been disabled by your administrator", - "Set a custom background" : "Set a custom background", "Keyboard shortcuts" : "Keyboard shortcuts", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps.", "Disable all keyboard shortcuts" : "Disable all keyboard shortcuts", @@ -105,6 +103,8 @@ "Reset to default" : "Reset to default", "Upload" : "Upload", "Remove background image" : "Remove background image", + "Background" : "Background", + "Set a custom background" : "Set a custom background", "Select a custom color" : "Select a custom color" },"pluralForm" :"nplurals=2; plural=(n!=1);" } \ No newline at end of file diff --git a/apps/theming/l10n/ko.js b/apps/theming/l10n/ko.js index 551b749a0b5e0..e78becdfd27a2 100644 --- a/apps/theming/l10n/ko.js +++ b/apps/theming/l10n/ko.js @@ -58,8 +58,6 @@ OC.L10N.register( "Disable user theming" : "사용자 테마 설정 권한 비활성화", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "관리자의 테마 설정과 무관하게, 각 사용자는 해당 계정의 배경과 색상을 변경할 수 있습니다. 지정한 테마를 강제하고자 할 경우 이 토글을 켜십시오.", "Appearance and accessibility settings" : "외형과 접근성 설정", - "Background" : "배경", - "Set a custom background" : "나만의 배경화면 설정", "Keyboard shortcuts" : "키보드 단축키", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "특정 상황에서, 키보드 단축키는 접근성 도구의 동작과 간섭을 일으킬 수 있습니다. 간섭 방지와 접근성 도구의 정확한 동작을 위해, 이곳에서 모든 키보드 단축키를 비활성화할 수 있습니다. 이는 앱에서 사용할 수 있는 모든 단축키 또한 비활성화합니다.", "Disable all keyboard shortcuts" : "모든 키보드 단축키 비활성화", @@ -82,6 +80,8 @@ OC.L10N.register( "Could not set global default apps" : "모든 계정에 적용될 기본 앱을 적용할 수 없음", "Reset to default" : "기본값으로 초기화", "Upload" : "업로드", - "Remove background image" : "배경 그림 삭제" + "Remove background image" : "배경 그림 삭제", + "Background" : "배경", + "Set a custom background" : "나만의 배경화면 설정" }, "nplurals=1; plural=0;"); diff --git a/apps/theming/l10n/ko.json b/apps/theming/l10n/ko.json index 145c99d94857e..5a34baf5c6e1f 100644 --- a/apps/theming/l10n/ko.json +++ b/apps/theming/l10n/ko.json @@ -56,8 +56,6 @@ "Disable user theming" : "사용자 테마 설정 권한 비활성화", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "관리자의 테마 설정과 무관하게, 각 사용자는 해당 계정의 배경과 색상을 변경할 수 있습니다. 지정한 테마를 강제하고자 할 경우 이 토글을 켜십시오.", "Appearance and accessibility settings" : "외형과 접근성 설정", - "Background" : "배경", - "Set a custom background" : "나만의 배경화면 설정", "Keyboard shortcuts" : "키보드 단축키", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "특정 상황에서, 키보드 단축키는 접근성 도구의 동작과 간섭을 일으킬 수 있습니다. 간섭 방지와 접근성 도구의 정확한 동작을 위해, 이곳에서 모든 키보드 단축키를 비활성화할 수 있습니다. 이는 앱에서 사용할 수 있는 모든 단축키 또한 비활성화합니다.", "Disable all keyboard shortcuts" : "모든 키보드 단축키 비활성화", @@ -80,6 +78,8 @@ "Could not set global default apps" : "모든 계정에 적용될 기본 앱을 적용할 수 없음", "Reset to default" : "기본값으로 초기화", "Upload" : "업로드", - "Remove background image" : "배경 그림 삭제" + "Remove background image" : "배경 그림 삭제", + "Background" : "배경", + "Set a custom background" : "나만의 배경화면 설정" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/theming/l10n/lt_LT.js b/apps/theming/l10n/lt_LT.js index 1b33f8c91e22c..8ed18bc8853c0 100644 --- a/apps/theming/l10n/lt_LT.js +++ b/apps/theming/l10n/lt_LT.js @@ -59,9 +59,7 @@ OC.L10N.register( "Favicon" : "Svetainės piktograma", "Upload new favicon" : "Įkelti naują svetainės piktogramą", "User settings" : "Naudotojo nustatymai", - "Background" : "Fonas", "Customization has been disabled by your administrator" : "Administratorius yra išjungęs tinkinimus", - "Set a custom background" : "Nustatyti tinkintą foną", "Keyboard shortcuts" : "Spartieji klavišai", "Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "Mums universalioji prieiga yra labai svarbi. Mes sekame saityno standartus ir stengiamės, kad būtų galima viskuobe pelės ir pagalbinės programinės įrangos, tokios kaip ekrano skaitytuvė. Stengiamės atitikti {guidelines}Saityno turinio prieinamumo gairėms{linkend} 2.1 pagal AA lygmenį, o su didelio kontrasto apipavidalinimu netgi pagal AAA lygmenį.", "Move up" : "Pakelti", @@ -71,6 +69,8 @@ OC.L10N.register( "Change color" : "Keisti spalvą", "Reset to default" : "Atstatyti į numatytąjį", "Upload" : "Įkelti", - "Remove background image" : "Šalinti foninį paveikslą" + "Remove background image" : "Šalinti foninį paveikslą", + "Background" : "Fonas", + "Set a custom background" : "Nustatyti tinkintą foną" }, "nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/apps/theming/l10n/lt_LT.json b/apps/theming/l10n/lt_LT.json index 193a2194aa0b6..2dff1e6d3bc48 100644 --- a/apps/theming/l10n/lt_LT.json +++ b/apps/theming/l10n/lt_LT.json @@ -57,9 +57,7 @@ "Favicon" : "Svetainės piktograma", "Upload new favicon" : "Įkelti naują svetainės piktogramą", "User settings" : "Naudotojo nustatymai", - "Background" : "Fonas", "Customization has been disabled by your administrator" : "Administratorius yra išjungęs tinkinimus", - "Set a custom background" : "Nustatyti tinkintą foną", "Keyboard shortcuts" : "Spartieji klavišai", "Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "Mums universalioji prieiga yra labai svarbi. Mes sekame saityno standartus ir stengiamės, kad būtų galima viskuobe pelės ir pagalbinės programinės įrangos, tokios kaip ekrano skaitytuvė. Stengiamės atitikti {guidelines}Saityno turinio prieinamumo gairėms{linkend} 2.1 pagal AA lygmenį, o su didelio kontrasto apipavidalinimu netgi pagal AAA lygmenį.", "Move up" : "Pakelti", @@ -69,6 +67,8 @@ "Change color" : "Keisti spalvą", "Reset to default" : "Atstatyti į numatytąjį", "Upload" : "Įkelti", - "Remove background image" : "Šalinti foninį paveikslą" + "Remove background image" : "Šalinti foninį paveikslą", + "Background" : "Fonas", + "Set a custom background" : "Nustatyti tinkintą foną" },"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);" } \ No newline at end of file diff --git a/apps/theming/l10n/mk.js b/apps/theming/l10n/mk.js index df66602c6eabd..4e3f262c4683e 100644 --- a/apps/theming/l10n/mk.js +++ b/apps/theming/l10n/mk.js @@ -65,9 +65,7 @@ OC.L10N.register( "User settings" : "Кориснички параметри", "Disable user theming" : "Оневозможи кориснички теми", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Иако можете да изберете и да ја прилагодите вашата истанца, корисниците можат да ја менуваат нивната позадина и бои. Ако сакате да го наметнете вашето прилагодување, можете да го вклучите ова.", - "Background" : "Позадина", "Customization has been disabled by your administrator" : "Уредувањето е оневозможено од администраторот", - "Set a custom background" : "Постави позадина", "Keyboard shortcuts" : "Кратенки преку тастатура", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "Во некои случаи, кратенките на тастатурата може да се мешаат со алатките за пристапност. За да овозможите правилно фокусирање на вашата алатка, можете да ги оневозможите сите кратенки на тастатурата овде. Ова исто така ќе ги оневозможи сите достапни кратенки во апликациите.", "Disable all keyboard shortcuts" : "Оневозможи ги сите кратенки преку тастатурата", @@ -86,6 +84,8 @@ OC.L10N.register( "Reset to default" : "Ресетирај на стандардно", "Upload" : "Прикачи", "Remove background image" : "Избриши ја позадинската слика", + "Background" : "Позадина", + "Set a custom background" : "Постави позадина", "Select a custom color" : "Избери боја" }, "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"); diff --git a/apps/theming/l10n/mk.json b/apps/theming/l10n/mk.json index c126d36615045..96c9cce45c39c 100644 --- a/apps/theming/l10n/mk.json +++ b/apps/theming/l10n/mk.json @@ -63,9 +63,7 @@ "User settings" : "Кориснички параметри", "Disable user theming" : "Оневозможи кориснички теми", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Иако можете да изберете и да ја прилагодите вашата истанца, корисниците можат да ја менуваат нивната позадина и бои. Ако сакате да го наметнете вашето прилагодување, можете да го вклучите ова.", - "Background" : "Позадина", "Customization has been disabled by your administrator" : "Уредувањето е оневозможено од администраторот", - "Set a custom background" : "Постави позадина", "Keyboard shortcuts" : "Кратенки преку тастатура", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "Во некои случаи, кратенките на тастатурата може да се мешаат со алатките за пристапност. За да овозможите правилно фокусирање на вашата алатка, можете да ги оневозможите сите кратенки на тастатурата овде. Ова исто така ќе ги оневозможи сите достапни кратенки во апликациите.", "Disable all keyboard shortcuts" : "Оневозможи ги сите кратенки преку тастатурата", @@ -84,6 +82,8 @@ "Reset to default" : "Ресетирај на стандардно", "Upload" : "Прикачи", "Remove background image" : "Избриши ја позадинската слика", + "Background" : "Позадина", + "Set a custom background" : "Постави позадина", "Select a custom color" : "Избери боја" },"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;" } \ No newline at end of file diff --git a/apps/theming/l10n/nb.js b/apps/theming/l10n/nb.js index 365b5af5a0bf7..6c5b4d5697e25 100644 --- a/apps/theming/l10n/nb.js +++ b/apps/theming/l10n/nb.js @@ -73,9 +73,7 @@ OC.L10N.register( "Disable user theming" : "Deaktiver brukertema", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Selv om du kan velge og tilpasse forekomsten, kan brukerne endre bakgrunn og farger. Hvis du vil håndheve tilpasningen din, kan du slå på dette.", "Appearance and accessibility settings" : "Innstilinger for utseende og tilgjengelighet", - "Background" : "Bakgrunn", "Customization has been disabled by your administrator" : "Tilpassing er deaktivert av systemansvarlig", - "Set a custom background" : "Angi en egendefinert bakgrunn", "Keyboard shortcuts" : "Tastatursnarveier", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "I noen tilfeller kan hurtigtaster forstyrre tilgjengelighetsverktøy. For å tillate fokus på verktøyet ditt riktig, kan du deaktivere alle hurtigtaster her. Dette vil også deaktivere alle tilgjengelige snarveier i apper.", "Disable all keyboard shortcuts" : "Deaktiver alle tastatursnarveier", @@ -110,6 +108,8 @@ OC.L10N.register( "Reset to default" : "Tilbakestill til standard", "Upload" : "Last opp", "Remove background image" : "Fjern bakgrunnsbilde", + "Background" : "Bakgrunn", + "Set a custom background" : "Angi en egendefinert bakgrunn", "Select a custom color" : "Velg en tilpasset farge" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/nb.json b/apps/theming/l10n/nb.json index d5d27a7bc2190..3ccfe38a4f545 100644 --- a/apps/theming/l10n/nb.json +++ b/apps/theming/l10n/nb.json @@ -71,9 +71,7 @@ "Disable user theming" : "Deaktiver brukertema", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Selv om du kan velge og tilpasse forekomsten, kan brukerne endre bakgrunn og farger. Hvis du vil håndheve tilpasningen din, kan du slå på dette.", "Appearance and accessibility settings" : "Innstilinger for utseende og tilgjengelighet", - "Background" : "Bakgrunn", "Customization has been disabled by your administrator" : "Tilpassing er deaktivert av systemansvarlig", - "Set a custom background" : "Angi en egendefinert bakgrunn", "Keyboard shortcuts" : "Tastatursnarveier", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "I noen tilfeller kan hurtigtaster forstyrre tilgjengelighetsverktøy. For å tillate fokus på verktøyet ditt riktig, kan du deaktivere alle hurtigtaster her. Dette vil også deaktivere alle tilgjengelige snarveier i apper.", "Disable all keyboard shortcuts" : "Deaktiver alle tastatursnarveier", @@ -108,6 +106,8 @@ "Reset to default" : "Tilbakestill til standard", "Upload" : "Last opp", "Remove background image" : "Fjern bakgrunnsbilde", + "Background" : "Bakgrunn", + "Set a custom background" : "Angi en egendefinert bakgrunn", "Select a custom color" : "Velg en tilpasset farge" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/nl.js b/apps/theming/l10n/nl.js index 7e7801bc4e706..6ea1c97b64b40 100644 --- a/apps/theming/l10n/nl.js +++ b/apps/theming/l10n/nl.js @@ -64,9 +64,7 @@ OC.L10N.register( "Upload new favicon" : "Upload een nieuwe favorietenpictogram", "User settings" : "Instellingen gebruiker", "Disable user theming" : "Gebruiker thema's uitschakelen", - "Background" : "Achtergrond", "Customization has been disabled by your administrator" : "Maatwerk is uitgeschakeld door uw beheerder", - "Set a custom background" : "Stel persoonlijke achtergrond in", "Keyboard shortcuts" : "Toetsenbord sneltoetsen", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "In sommige gevallen kunnen sneltoetsen interfereren met toegankelijkheidstools. Om de juiste focus op uw hulpmiddel mogelijk te maken, kunt u hier alle sneltoetsen uitschakelen. Dit zal ook alle beschikbare sneltoetsen in apps uitschakelen.", "Disable all keyboard shortcuts" : "Schakel alle sneltoetsen uit", @@ -83,6 +81,8 @@ OC.L10N.register( "Reset to default" : "Herstellen naar standaard", "Upload" : "Uploaden", "Remove background image" : "Achtergrond beeld verwijderen", + "Background" : "Achtergrond", + "Set a custom background" : "Stel persoonlijke achtergrond in", "Select a custom color" : "Selecteer een aangepaste kleur" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/nl.json b/apps/theming/l10n/nl.json index e209213a34274..c729dc8742094 100644 --- a/apps/theming/l10n/nl.json +++ b/apps/theming/l10n/nl.json @@ -62,9 +62,7 @@ "Upload new favicon" : "Upload een nieuwe favorietenpictogram", "User settings" : "Instellingen gebruiker", "Disable user theming" : "Gebruiker thema's uitschakelen", - "Background" : "Achtergrond", "Customization has been disabled by your administrator" : "Maatwerk is uitgeschakeld door uw beheerder", - "Set a custom background" : "Stel persoonlijke achtergrond in", "Keyboard shortcuts" : "Toetsenbord sneltoetsen", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "In sommige gevallen kunnen sneltoetsen interfereren met toegankelijkheidstools. Om de juiste focus op uw hulpmiddel mogelijk te maken, kunt u hier alle sneltoetsen uitschakelen. Dit zal ook alle beschikbare sneltoetsen in apps uitschakelen.", "Disable all keyboard shortcuts" : "Schakel alle sneltoetsen uit", @@ -81,6 +79,8 @@ "Reset to default" : "Herstellen naar standaard", "Upload" : "Uploaden", "Remove background image" : "Achtergrond beeld verwijderen", + "Background" : "Achtergrond", + "Set a custom background" : "Stel persoonlijke achtergrond in", "Select a custom color" : "Selecteer een aangepaste kleur" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/pl.js b/apps/theming/l10n/pl.js index 616d426b3d4f3..411f8aca3903b 100644 --- a/apps/theming/l10n/pl.js +++ b/apps/theming/l10n/pl.js @@ -70,9 +70,7 @@ OC.L10N.register( "User settings" : "Ustawienia użytkownika", "Disable user theming" : "Wyłącz motywy użytkownika", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Chociaż możesz wybrać i dostosować swoją instancję, użytkownicy mogą zmieniać swoje tło i kolory. Jeśli chcesz wymusić dostosowanie, możesz to włączyć.", - "Background" : "Tło", "Customization has been disabled by your administrator" : "Dostosowanie zostało wyłączone przez administratora", - "Set a custom background" : "Ustaw niestandardowe tło", "Keyboard shortcuts" : "Skróty klawiaturowe", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "W niektórych przypadkach skróty klawiaturowe mogą kolidować z narzędziami ułatwień dostępu. Aby umożliwić prawidłowe skupienie się na narzędziu, możesz tutaj wyłączyć wszystkie skróty klawiaturowe. Spowoduje to również wyłączenie wszystkich dostępnych skrótów w aplikacjach.", "Disable all keyboard shortcuts" : "Wyłącz wszystkie skróty klawiaturowe", @@ -107,6 +105,8 @@ OC.L10N.register( "Reset to default" : "Przywróć domyślne", "Upload" : "Wyślij", "Remove background image" : "Usuń obraz tła", + "Background" : "Tło", + "Set a custom background" : "Ustaw niestandardowe tło", "Select a custom color" : "Wybierz kolor niestandardowy" }, "nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"); diff --git a/apps/theming/l10n/pl.json b/apps/theming/l10n/pl.json index a286a558143d3..9da878163da97 100644 --- a/apps/theming/l10n/pl.json +++ b/apps/theming/l10n/pl.json @@ -68,9 +68,7 @@ "User settings" : "Ustawienia użytkownika", "Disable user theming" : "Wyłącz motywy użytkownika", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Chociaż możesz wybrać i dostosować swoją instancję, użytkownicy mogą zmieniać swoje tło i kolory. Jeśli chcesz wymusić dostosowanie, możesz to włączyć.", - "Background" : "Tło", "Customization has been disabled by your administrator" : "Dostosowanie zostało wyłączone przez administratora", - "Set a custom background" : "Ustaw niestandardowe tło", "Keyboard shortcuts" : "Skróty klawiaturowe", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "W niektórych przypadkach skróty klawiaturowe mogą kolidować z narzędziami ułatwień dostępu. Aby umożliwić prawidłowe skupienie się na narzędziu, możesz tutaj wyłączyć wszystkie skróty klawiaturowe. Spowoduje to również wyłączenie wszystkich dostępnych skrótów w aplikacjach.", "Disable all keyboard shortcuts" : "Wyłącz wszystkie skróty klawiaturowe", @@ -105,6 +103,8 @@ "Reset to default" : "Przywróć domyślne", "Upload" : "Wyślij", "Remove background image" : "Usuń obraz tła", + "Background" : "Tło", + "Set a custom background" : "Ustaw niestandardowe tło", "Select a custom color" : "Wybierz kolor niestandardowy" },"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" } \ No newline at end of file diff --git a/apps/theming/l10n/pt_BR.js b/apps/theming/l10n/pt_BR.js index bb45052c2ec1c..33492496e3915 100644 --- a/apps/theming/l10n/pt_BR.js +++ b/apps/theming/l10n/pt_BR.js @@ -73,9 +73,7 @@ OC.L10N.register( "Disable user theming" : "Desabilitar temas do usuário", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Embora você possa selecionar e personalizar a sua instância, os usuários podem alterar seu plano de fundo e as cores. Se você quiser forçar a sua personalização, marque esta caixa.", "Appearance and accessibility settings" : "Configurações de aparência e acessibilidade", - "Background" : "Fundo", "Customization has been disabled by your administrator" : "A personalização foi desativada pelo seu administrador", - "Set a custom background" : "Defina um plano de fundo personalizado", "Keyboard shortcuts" : "Atalhos do teclado", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "Em alguns casos, os atalhos de teclado podem interferir nas ferramentas de acessibilidade. Para permitir o foco em sua ferramenta corretamente, você pode desativar todos os atalhos de teclado aqui. Isso também desativará todos os atalhos disponíveis nos aplicativos.", "Disable all keyboard shortcuts" : "Desabilitar todos os atalhos de teclado", @@ -110,6 +108,8 @@ OC.L10N.register( "Reset to default" : "Redefinir para o padrão", "Upload" : "Enviar", "Remove background image" : "Excluir a imagem de fundo", + "Background" : "Fundo", + "Set a custom background" : "Defina um plano de fundo personalizado", "Select a custom color" : "Selecione uma cor personalizada" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/theming/l10n/pt_BR.json b/apps/theming/l10n/pt_BR.json index 952b8af964aed..4aad1e5f64226 100644 --- a/apps/theming/l10n/pt_BR.json +++ b/apps/theming/l10n/pt_BR.json @@ -71,9 +71,7 @@ "Disable user theming" : "Desabilitar temas do usuário", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Embora você possa selecionar e personalizar a sua instância, os usuários podem alterar seu plano de fundo e as cores. Se você quiser forçar a sua personalização, marque esta caixa.", "Appearance and accessibility settings" : "Configurações de aparência e acessibilidade", - "Background" : "Fundo", "Customization has been disabled by your administrator" : "A personalização foi desativada pelo seu administrador", - "Set a custom background" : "Defina um plano de fundo personalizado", "Keyboard shortcuts" : "Atalhos do teclado", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "Em alguns casos, os atalhos de teclado podem interferir nas ferramentas de acessibilidade. Para permitir o foco em sua ferramenta corretamente, você pode desativar todos os atalhos de teclado aqui. Isso também desativará todos os atalhos disponíveis nos aplicativos.", "Disable all keyboard shortcuts" : "Desabilitar todos os atalhos de teclado", @@ -108,6 +106,8 @@ "Reset to default" : "Redefinir para o padrão", "Upload" : "Enviar", "Remove background image" : "Excluir a imagem de fundo", + "Background" : "Fundo", + "Set a custom background" : "Defina um plano de fundo personalizado", "Select a custom color" : "Selecione uma cor personalizada" },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/apps/theming/l10n/ru.js b/apps/theming/l10n/ru.js index 6a6e25ec17476..31fda2771b7dc 100644 --- a/apps/theming/l10n/ru.js +++ b/apps/theming/l10n/ru.js @@ -69,9 +69,7 @@ OC.L10N.register( "Disable user theming" : "Отключить выбор темы для пользователей", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Хотя вы можете выбрать и настроить свой экземпляр, пользователи могут изменять свой фон и цвета. Если вы хотите принудительно применить свои настройки для всех, вы можете включить это.", "Appearance and accessibility settings" : "Внешний вид и доступность", - "Background" : "Фон", "Customization has been disabled by your administrator" : "Настройка тем была отключена вашим администратором", - "Set a custom background" : "Установить пользовательский фон", "Keyboard shortcuts" : "Сочетания клавиш", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "В некоторых случаях сочетания клавиш могут мешать работе инструментов специальных возможностей. Чтобы правильно сфокусироваться на вашем инструменте, вы можете отключить здесь все сочетания клавиш. Это также отключит все доступные ярлыки в приложениях.", "Disable all keyboard shortcuts" : "Отключить все сочетания клавиш", @@ -98,6 +96,8 @@ OC.L10N.register( "Reset to default" : "Сбросить изменения", "Upload" : "Отправить", "Remove background image" : "Убрать фоновое изображение ", + "Background" : "Фон", + "Set a custom background" : "Установить пользовательский фон", "Select a custom color" : "Выберать собственный цвет" }, "nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); diff --git a/apps/theming/l10n/ru.json b/apps/theming/l10n/ru.json index 2bbfe4bb88435..32651cb1c976d 100644 --- a/apps/theming/l10n/ru.json +++ b/apps/theming/l10n/ru.json @@ -67,9 +67,7 @@ "Disable user theming" : "Отключить выбор темы для пользователей", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Хотя вы можете выбрать и настроить свой экземпляр, пользователи могут изменять свой фон и цвета. Если вы хотите принудительно применить свои настройки для всех, вы можете включить это.", "Appearance and accessibility settings" : "Внешний вид и доступность", - "Background" : "Фон", "Customization has been disabled by your administrator" : "Настройка тем была отключена вашим администратором", - "Set a custom background" : "Установить пользовательский фон", "Keyboard shortcuts" : "Сочетания клавиш", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "В некоторых случаях сочетания клавиш могут мешать работе инструментов специальных возможностей. Чтобы правильно сфокусироваться на вашем инструменте, вы можете отключить здесь все сочетания клавиш. Это также отключит все доступные ярлыки в приложениях.", "Disable all keyboard shortcuts" : "Отключить все сочетания клавиш", @@ -96,6 +94,8 @@ "Reset to default" : "Сбросить изменения", "Upload" : "Отправить", "Remove background image" : "Убрать фоновое изображение ", + "Background" : "Фон", + "Set a custom background" : "Установить пользовательский фон", "Select a custom color" : "Выберать собственный цвет" },"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" } \ No newline at end of file diff --git a/apps/theming/l10n/sc.js b/apps/theming/l10n/sc.js index 551bfd7e5d0e4..f702f73d07855 100644 --- a/apps/theming/l10n/sc.js +++ b/apps/theming/l10n/sc.js @@ -53,7 +53,6 @@ OC.L10N.register( "Upload new favicon" : "Càrriga favicon noa", "User settings" : "Cunfiguratzione de utente", "Appearance and accessibility settings" : "Cunfiguratzione de aspetu e atzessibilidade", - "Background" : "Isfundu", "Keyboard shortcuts" : "Curtziadòrgios de tecladu", "Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "S'atzessu universale est de importu mannu pro nois. Sighimus is istandard de sa rete e chircamus de fàghere chi totu si potzat impreare chene cursore puru, e cun programmas de assistèntzia comente leghidores de ischermu. S'intentu nostru est de acumprire is inditos de is {guidelines}Lìinas ghia cuntenutos de rete{linkend} 2.1 a su livellu AA, cun su tema de cuntrastu artu a su livellu AAA.", "Move up" : "Tràmuda fache a susu", @@ -61,6 +60,7 @@ OC.L10N.register( "Change color" : "Càmbia colore", "Reset to default" : "Torra a sa cunfiguratzione predefinida", "Upload" : "Càrriga", - "Remove background image" : "Boga immàgine de fundu" + "Remove background image" : "Boga immàgine de fundu", + "Background" : "Isfundu" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/sc.json b/apps/theming/l10n/sc.json index bf9b6abe835b4..9cf4cd246ed2b 100644 --- a/apps/theming/l10n/sc.json +++ b/apps/theming/l10n/sc.json @@ -51,7 +51,6 @@ "Upload new favicon" : "Càrriga favicon noa", "User settings" : "Cunfiguratzione de utente", "Appearance and accessibility settings" : "Cunfiguratzione de aspetu e atzessibilidade", - "Background" : "Isfundu", "Keyboard shortcuts" : "Curtziadòrgios de tecladu", "Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "S'atzessu universale est de importu mannu pro nois. Sighimus is istandard de sa rete e chircamus de fàghere chi totu si potzat impreare chene cursore puru, e cun programmas de assistèntzia comente leghidores de ischermu. S'intentu nostru est de acumprire is inditos de is {guidelines}Lìinas ghia cuntenutos de rete{linkend} 2.1 a su livellu AA, cun su tema de cuntrastu artu a su livellu AAA.", "Move up" : "Tràmuda fache a susu", @@ -59,6 +58,7 @@ "Change color" : "Càmbia colore", "Reset to default" : "Torra a sa cunfiguratzione predefinida", "Upload" : "Càrriga", - "Remove background image" : "Boga immàgine de fundu" + "Remove background image" : "Boga immàgine de fundu", + "Background" : "Isfundu" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/sk.js b/apps/theming/l10n/sk.js index e2d552b6b9871..5f266eb62b819 100644 --- a/apps/theming/l10n/sk.js +++ b/apps/theming/l10n/sk.js @@ -73,9 +73,7 @@ OC.L10N.register( "Disable user theming" : "Vypnúť úpravu vzhľadu používateľom", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Hoci si môžete vybrať a prispôsobiť svoju inštanciu, užívatelia môžu zmeniť svoje pozadie a farby. Ak chcete presadiť svoje prispôsobenie, môžete to tu zapnúť.", "Appearance and accessibility settings" : "Nastavenia vzhľadu a dostupnosti", - "Background" : "Pozadie", "Customization has been disabled by your administrator" : "Prispôsobenie zakázal váš správca", - "Set a custom background" : "Nastaviť vlastné pozadie", "Keyboard shortcuts" : "Klávesové skratky", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "V niektorých prípadoch môžu klávesové skratky zasahovať do nástrojov pre dostupnosť. Aby ste mohli správne používať svoje nástroje, môžete vypnúť všetky klávesové skratky. Tým sa tiež zakážu všetky dostupné skratky v aplikáciách.", "Disable all keyboard shortcuts" : "Vypnúť všetky klávesové skratky", @@ -110,6 +108,8 @@ OC.L10N.register( "Reset to default" : "Nastaviť predvolené", "Upload" : "Nahrať", "Remove background image" : "Odstrániť obrázok pozadia", + "Background" : "Pozadie", + "Set a custom background" : "Nastaviť vlastné pozadie", "Select a custom color" : "Vyberte vlastnú farbu" }, "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/apps/theming/l10n/sk.json b/apps/theming/l10n/sk.json index d78fd6e09885a..c6dbac99b8dfb 100644 --- a/apps/theming/l10n/sk.json +++ b/apps/theming/l10n/sk.json @@ -71,9 +71,7 @@ "Disable user theming" : "Vypnúť úpravu vzhľadu používateľom", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Hoci si môžete vybrať a prispôsobiť svoju inštanciu, užívatelia môžu zmeniť svoje pozadie a farby. Ak chcete presadiť svoje prispôsobenie, môžete to tu zapnúť.", "Appearance and accessibility settings" : "Nastavenia vzhľadu a dostupnosti", - "Background" : "Pozadie", "Customization has been disabled by your administrator" : "Prispôsobenie zakázal váš správca", - "Set a custom background" : "Nastaviť vlastné pozadie", "Keyboard shortcuts" : "Klávesové skratky", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "V niektorých prípadoch môžu klávesové skratky zasahovať do nástrojov pre dostupnosť. Aby ste mohli správne používať svoje nástroje, môžete vypnúť všetky klávesové skratky. Tým sa tiež zakážu všetky dostupné skratky v aplikáciách.", "Disable all keyboard shortcuts" : "Vypnúť všetky klávesové skratky", @@ -108,6 +106,8 @@ "Reset to default" : "Nastaviť predvolené", "Upload" : "Nahrať", "Remove background image" : "Odstrániť obrázok pozadia", + "Background" : "Pozadie", + "Set a custom background" : "Nastaviť vlastné pozadie", "Select a custom color" : "Vyberte vlastnú farbu" },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);" } \ No newline at end of file diff --git a/apps/theming/l10n/sl.js b/apps/theming/l10n/sl.js index 36edbd85d13bf..7fc417d9e82d5 100644 --- a/apps/theming/l10n/sl.js +++ b/apps/theming/l10n/sl.js @@ -67,9 +67,7 @@ OC.L10N.register( "User settings" : "Uporabniške nastavitve", "Disable user theming" : "Onemogoči uporabniške teme", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Čeprav je mogoče izbirati in prilagajati vmesnik, lahko uporabniki spremenijo ozadje in barve. Če želite vsiliti prilagoditve, preklopite možnost na omogočeno.", - "Background" : "Ozadje", "Customization has been disabled by your administrator" : "Prilagajanje je skrbniško onemogočeno.", - "Set a custom background" : "Nastavi ozadje po meri", "Keyboard shortcuts" : "Tipkovne bližnjice", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "V nekaterih primerih delovanje tipkovnih bližnjic motijo orodja za dostopnost. Za pravilno delo z orodji je mogoče vse tipkovne bližnjice onemogočiti, s tem pa tudi vse bližnjice programov.", "Disable all keyboard shortcuts" : "Onemogoči vse tipkovne bližnjice", @@ -86,6 +84,8 @@ OC.L10N.register( "Reset to default" : "Ponastavi na privzeto", "Upload" : "Pošlji", "Remove background image" : "Odstrani sliko ozadja", + "Background" : "Ozadje", + "Set a custom background" : "Nastavi ozadje po meri", "Select a custom color" : "Izbor barve po meri" }, "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); diff --git a/apps/theming/l10n/sl.json b/apps/theming/l10n/sl.json index 15a432a17e484..229767c3b1c8a 100644 --- a/apps/theming/l10n/sl.json +++ b/apps/theming/l10n/sl.json @@ -65,9 +65,7 @@ "User settings" : "Uporabniške nastavitve", "Disable user theming" : "Onemogoči uporabniške teme", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Čeprav je mogoče izbirati in prilagajati vmesnik, lahko uporabniki spremenijo ozadje in barve. Če želite vsiliti prilagoditve, preklopite možnost na omogočeno.", - "Background" : "Ozadje", "Customization has been disabled by your administrator" : "Prilagajanje je skrbniško onemogočeno.", - "Set a custom background" : "Nastavi ozadje po meri", "Keyboard shortcuts" : "Tipkovne bližnjice", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "V nekaterih primerih delovanje tipkovnih bližnjic motijo orodja za dostopnost. Za pravilno delo z orodji je mogoče vse tipkovne bližnjice onemogočiti, s tem pa tudi vse bližnjice programov.", "Disable all keyboard shortcuts" : "Onemogoči vse tipkovne bližnjice", @@ -84,6 +82,8 @@ "Reset to default" : "Ponastavi na privzeto", "Upload" : "Pošlji", "Remove background image" : "Odstrani sliko ozadja", + "Background" : "Ozadje", + "Set a custom background" : "Nastavi ozadje po meri", "Select a custom color" : "Izbor barve po meri" },"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);" } \ No newline at end of file diff --git a/apps/theming/l10n/sr.js b/apps/theming/l10n/sr.js index 13eeb1515e36a..8ac51dc429c7b 100644 --- a/apps/theming/l10n/sr.js +++ b/apps/theming/l10n/sr.js @@ -73,9 +73,7 @@ OC.L10N.register( "Disable user theming" : "Искључи корисничке теме", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Мада можете да изаберете и прилагодите своју инстанцу, корисници такође могу да промене своју позадину и боје. Ако желите да форсирате своје прилагођавање, укључите ово подешавање.", "Appearance and accessibility settings" : "Подешавања изгледа и приступачности", - "Background" : "Позадина", "Customization has been disabled by your administrator" : "Администратор је искључио могућност прилагођавања", - "Set a custom background" : "Постави пролагођену позадину", "Keyboard shortcuts" : "Пречице на тастатури", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "У неким случајевима пречице тастатуре могу да ремете алатке приступачности. Ако желите да се ваш алат исправно фокусира, овде можете да искључите све пречице на тастатури. Ово ће такође да искључи и све пречице у апликацијама.", "Disable all keyboard shortcuts" : "Искључи све пречице на тастатури", @@ -110,6 +108,8 @@ OC.L10N.register( "Reset to default" : "Врати на подразумевано", "Upload" : "Отпреми", "Remove background image" : "Уклони позадинску слику", + "Background" : "Позадина", + "Set a custom background" : "Постави пролагођену позадину", "Select a custom color" : "Изаберите прилагођену боју" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/theming/l10n/sr.json b/apps/theming/l10n/sr.json index 8952b1eb3a5c5..387d04241eab0 100644 --- a/apps/theming/l10n/sr.json +++ b/apps/theming/l10n/sr.json @@ -71,9 +71,7 @@ "Disable user theming" : "Искључи корисничке теме", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Мада можете да изаберете и прилагодите своју инстанцу, корисници такође могу да промене своју позадину и боје. Ако желите да форсирате своје прилагођавање, укључите ово подешавање.", "Appearance and accessibility settings" : "Подешавања изгледа и приступачности", - "Background" : "Позадина", "Customization has been disabled by your administrator" : "Администратор је искључио могућност прилагођавања", - "Set a custom background" : "Постави пролагођену позадину", "Keyboard shortcuts" : "Пречице на тастатури", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "У неким случајевима пречице тастатуре могу да ремете алатке приступачности. Ако желите да се ваш алат исправно фокусира, овде можете да искључите све пречице на тастатури. Ово ће такође да искључи и све пречице у апликацијама.", "Disable all keyboard shortcuts" : "Искључи све пречице на тастатури", @@ -108,6 +106,8 @@ "Reset to default" : "Врати на подразумевано", "Upload" : "Отпреми", "Remove background image" : "Уклони позадинску слику", + "Background" : "Позадина", + "Set a custom background" : "Постави пролагођену позадину", "Select a custom color" : "Изаберите прилагођену боју" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" } \ No newline at end of file diff --git a/apps/theming/l10n/sv.js b/apps/theming/l10n/sv.js index a908578251ae9..f92680333cb25 100644 --- a/apps/theming/l10n/sv.js +++ b/apps/theming/l10n/sv.js @@ -70,9 +70,7 @@ OC.L10N.register( "Disable user theming" : "Inaktivera teman för användare", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Även om du kan välja och anpassa din instans kan användare ändra sin bakgrund och färger. Om du vill genomdriva din anpassning kan du aktivera detta.", "Appearance and accessibility settings" : "Utseende och tillgänglighetsinställningar", - "Background" : "Bakgrund", "Customization has been disabled by your administrator" : "Anpassning har inaktiverats av din administratör", - "Set a custom background" : "Ställ in en anpassad bakgrund", "Keyboard shortcuts" : "Tangentbordsgenvägar", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "I vissa fall kan tangentbordsgenvägar störa tillgänglighetsverktyg. För att kunna fokusera på ditt verktyg korrekt kan du inaktivera alla tangentbordsgenvägar här. Detta kommer också att inaktivera alla tillgängliga genvägar i appar.", "Disable all keyboard shortcuts" : "Inaktivera alla tangentbordsgenvägar", @@ -107,6 +105,8 @@ OC.L10N.register( "Reset to default" : "Återställ till grundinställningar", "Upload" : "Ladda upp", "Remove background image" : "Ta bort bakgrundsbild", + "Background" : "Bakgrund", + "Set a custom background" : "Ställ in en anpassad bakgrund", "Select a custom color" : "Välj en anpassad färg" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/sv.json b/apps/theming/l10n/sv.json index 7d658d7231e62..bca5f279f3b45 100644 --- a/apps/theming/l10n/sv.json +++ b/apps/theming/l10n/sv.json @@ -68,9 +68,7 @@ "Disable user theming" : "Inaktivera teman för användare", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Även om du kan välja och anpassa din instans kan användare ändra sin bakgrund och färger. Om du vill genomdriva din anpassning kan du aktivera detta.", "Appearance and accessibility settings" : "Utseende och tillgänglighetsinställningar", - "Background" : "Bakgrund", "Customization has been disabled by your administrator" : "Anpassning har inaktiverats av din administratör", - "Set a custom background" : "Ställ in en anpassad bakgrund", "Keyboard shortcuts" : "Tangentbordsgenvägar", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "I vissa fall kan tangentbordsgenvägar störa tillgänglighetsverktyg. För att kunna fokusera på ditt verktyg korrekt kan du inaktivera alla tangentbordsgenvägar här. Detta kommer också att inaktivera alla tillgängliga genvägar i appar.", "Disable all keyboard shortcuts" : "Inaktivera alla tangentbordsgenvägar", @@ -105,6 +103,8 @@ "Reset to default" : "Återställ till grundinställningar", "Upload" : "Ladda upp", "Remove background image" : "Ta bort bakgrundsbild", + "Background" : "Bakgrund", + "Set a custom background" : "Ställ in en anpassad bakgrund", "Select a custom color" : "Välj en anpassad färg" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/tr.js b/apps/theming/l10n/tr.js index 7cea806e7c083..a5c34de000a6f 100644 --- a/apps/theming/l10n/tr.js +++ b/apps/theming/l10n/tr.js @@ -73,9 +73,7 @@ OC.L10N.register( "Disable user theming" : "Kullanıcı teması devre dışı bırakılsın", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Kopyanızı seçip özelleştirebilmenize rağmen, kullanıcılar arka planlarını ve renklerini değiştirebilir. Özelleştirmenizi dayatmak istiyorsanız, bu seçeneği etkinleştirebilirsiniz.", "Appearance and accessibility settings" : "Görünüm ve erişilebilirlik ayarları", - "Background" : "Arka plan", "Customization has been disabled by your administrator" : "Özelleştirme yöneticiniz tarafından devre dışı bırakılmış", - "Set a custom background" : "Özel bir arka plan ayarlayın", "Keyboard shortcuts" : "Kısayol tuşları", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "Bazı durumlarda klavye kısayolları erişilebilirlik araçlarına etki edebilir. Aracınıza doğru şekilde odaklanmanızı sağlamak için tüm klavye kısayollarını buradan devre dışı bırakabilirsiniz. Bu aynı zamanda uygulamalarda var olan tüm kısayolları da devre dışı bırakır.", "Disable all keyboard shortcuts" : "Tüm klavye kısayolları devre dışı bırakılsın", @@ -110,6 +108,8 @@ OC.L10N.register( "Reset to default" : "Varsayılanlara dön", "Upload" : "Yükle", "Remove background image" : "Arka plan görselini kaldır", + "Background" : "Arka plan", + "Set a custom background" : "Özel bir arka plan ayarlayın", "Select a custom color" : "Özel bir renk seçin" }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/theming/l10n/tr.json b/apps/theming/l10n/tr.json index 265cad6a386eb..9286c6ec568ba 100644 --- a/apps/theming/l10n/tr.json +++ b/apps/theming/l10n/tr.json @@ -71,9 +71,7 @@ "Disable user theming" : "Kullanıcı teması devre dışı bırakılsın", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Kopyanızı seçip özelleştirebilmenize rağmen, kullanıcılar arka planlarını ve renklerini değiştirebilir. Özelleştirmenizi dayatmak istiyorsanız, bu seçeneği etkinleştirebilirsiniz.", "Appearance and accessibility settings" : "Görünüm ve erişilebilirlik ayarları", - "Background" : "Arka plan", "Customization has been disabled by your administrator" : "Özelleştirme yöneticiniz tarafından devre dışı bırakılmış", - "Set a custom background" : "Özel bir arka plan ayarlayın", "Keyboard shortcuts" : "Kısayol tuşları", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "Bazı durumlarda klavye kısayolları erişilebilirlik araçlarına etki edebilir. Aracınıza doğru şekilde odaklanmanızı sağlamak için tüm klavye kısayollarını buradan devre dışı bırakabilirsiniz. Bu aynı zamanda uygulamalarda var olan tüm kısayolları da devre dışı bırakır.", "Disable all keyboard shortcuts" : "Tüm klavye kısayolları devre dışı bırakılsın", @@ -108,6 +106,8 @@ "Reset to default" : "Varsayılanlara dön", "Upload" : "Yükle", "Remove background image" : "Arka plan görselini kaldır", + "Background" : "Arka plan", + "Set a custom background" : "Özel bir arka plan ayarlayın", "Select a custom color" : "Özel bir renk seçin" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/uk.js b/apps/theming/l10n/uk.js index b26f0284912c2..ac9a49505ae27 100644 --- a/apps/theming/l10n/uk.js +++ b/apps/theming/l10n/uk.js @@ -73,9 +73,7 @@ OC.L10N.register( "Disable user theming" : "Вимкнути можливість користувачів змінювати оформлення", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "На додаток до встановлення оформлення вашої хмари користувачі також можуть змінювати тло та кольорову гаму. Тут ви можете встановити оформлення однаковим для всіх користувачів.", "Appearance and accessibility settings" : "Налаштування оформлення та доступности", - "Background" : "Тло", "Customization has been disabled by your administrator" : "Налаштування персоналізації вимкнено адміністатором.", - "Set a custom background" : "Встановити спеціальне зображення тла", "Keyboard shortcuts" : "Скорочення", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "У деяких випадках комбінації клавіш можуть заважати роботі з інструментами доступності. Щоб правильно зосередитися на інструменті, ви можете вимкнути всі комбінації клавіш тут. Це також вимкне всі доступні комбінації клавіш у застосунках.", "Disable all keyboard shortcuts" : "Вимкнути всі комбінації клавіш", @@ -110,6 +108,8 @@ OC.L10N.register( "Reset to default" : "Скинути до типового", "Upload" : "Завантажити", "Remove background image" : "Вилучити зображення тла", + "Background" : "Тло", + "Set a custom background" : "Встановити спеціальне зображення тла", "Select a custom color" : "Виберіть власний колір" }, "nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"); diff --git a/apps/theming/l10n/uk.json b/apps/theming/l10n/uk.json index ce4d8780bdb78..2489dd8894078 100644 --- a/apps/theming/l10n/uk.json +++ b/apps/theming/l10n/uk.json @@ -71,9 +71,7 @@ "Disable user theming" : "Вимкнути можливість користувачів змінювати оформлення", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "На додаток до встановлення оформлення вашої хмари користувачі також можуть змінювати тло та кольорову гаму. Тут ви можете встановити оформлення однаковим для всіх користувачів.", "Appearance and accessibility settings" : "Налаштування оформлення та доступности", - "Background" : "Тло", "Customization has been disabled by your administrator" : "Налаштування персоналізації вимкнено адміністатором.", - "Set a custom background" : "Встановити спеціальне зображення тла", "Keyboard shortcuts" : "Скорочення", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "У деяких випадках комбінації клавіш можуть заважати роботі з інструментами доступності. Щоб правильно зосередитися на інструменті, ви можете вимкнути всі комбінації клавіш тут. Це також вимкне всі доступні комбінації клавіш у застосунках.", "Disable all keyboard shortcuts" : "Вимкнути всі комбінації клавіш", @@ -108,6 +106,8 @@ "Reset to default" : "Скинути до типового", "Upload" : "Завантажити", "Remove background image" : "Вилучити зображення тла", + "Background" : "Тло", + "Set a custom background" : "Встановити спеціальне зображення тла", "Select a custom color" : "Виберіть власний колір" },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);" } \ No newline at end of file diff --git a/apps/theming/l10n/vi.js b/apps/theming/l10n/vi.js index 08176027a8527..e7c04a48c01b5 100644 --- a/apps/theming/l10n/vi.js +++ b/apps/theming/l10n/vi.js @@ -70,9 +70,7 @@ OC.L10N.register( "User settings" : "Thiết lập người dùng", "Disable user theming" : "Tắt chủ đề người dùng", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Mặc dù bạn có thể chọn và tùy chỉnh phiên bản của mình nhưng người dùng có thể thay đổi nền và màu sắc của họ. Nếu bạn muốn thực thi tùy chỉnh của mình, bạn có thể bật tính năng này.", - "Background" : "Nền", "Customization has been disabled by your administrator" : "Tùy chỉnh đã bị quản trị viên của bạn vô hiệu hóa", - "Set a custom background" : "Đặt nền tùy chỉnh", "Keyboard shortcuts" : "Phím tắt", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "Trong một số trường hợp, phím tắt có thể ảnh hưởng đến các công cụ trợ năng. Để cho phép tập trung vào công cụ của bạn một cách chính xác, bạn có thể tắt tất cả các phím tắt tại đây. Điều này cũng sẽ vô hiệu hóa tất cả các phím tắt có sẵn trong ứng dụng.", "Disable all keyboard shortcuts" : "Vô hiệu hóa tất cả các phím tắt", @@ -106,6 +104,8 @@ OC.L10N.register( "Reset to default" : "Đặt lại về mặc định", "Upload" : "Tải lên", "Remove background image" : "Xóa bỏ ảnh nền", + "Background" : "Nền", + "Set a custom background" : "Đặt nền tùy chỉnh", "Select a custom color" : "Chọn màu tùy chỉnh" }, "nplurals=1; plural=0;"); diff --git a/apps/theming/l10n/vi.json b/apps/theming/l10n/vi.json index 39ce25afe8ce3..4fd7a75809236 100644 --- a/apps/theming/l10n/vi.json +++ b/apps/theming/l10n/vi.json @@ -68,9 +68,7 @@ "User settings" : "Thiết lập người dùng", "Disable user theming" : "Tắt chủ đề người dùng", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Mặc dù bạn có thể chọn và tùy chỉnh phiên bản của mình nhưng người dùng có thể thay đổi nền và màu sắc của họ. Nếu bạn muốn thực thi tùy chỉnh của mình, bạn có thể bật tính năng này.", - "Background" : "Nền", "Customization has been disabled by your administrator" : "Tùy chỉnh đã bị quản trị viên của bạn vô hiệu hóa", - "Set a custom background" : "Đặt nền tùy chỉnh", "Keyboard shortcuts" : "Phím tắt", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "Trong một số trường hợp, phím tắt có thể ảnh hưởng đến các công cụ trợ năng. Để cho phép tập trung vào công cụ của bạn một cách chính xác, bạn có thể tắt tất cả các phím tắt tại đây. Điều này cũng sẽ vô hiệu hóa tất cả các phím tắt có sẵn trong ứng dụng.", "Disable all keyboard shortcuts" : "Vô hiệu hóa tất cả các phím tắt", @@ -104,6 +102,8 @@ "Reset to default" : "Đặt lại về mặc định", "Upload" : "Tải lên", "Remove background image" : "Xóa bỏ ảnh nền", + "Background" : "Nền", + "Set a custom background" : "Đặt nền tùy chỉnh", "Select a custom color" : "Chọn màu tùy chỉnh" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/theming/l10n/zh_CN.js b/apps/theming/l10n/zh_CN.js index 02869d9461823..fb076a8f8a282 100644 --- a/apps/theming/l10n/zh_CN.js +++ b/apps/theming/l10n/zh_CN.js @@ -67,9 +67,7 @@ OC.L10N.register( "User settings" : "用户设置", "Disable user theming" : "禁用用户自定义主题", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "除了您在此处对实例外观进行的定制外,实例上的用户也可以选择他们自己的背景和主题色。启用此选项可阻止用户自定义外观。", - "Background" : "背景", "Customization has been disabled by your administrator" : "管理员已禁用自定义功能", - "Set a custom background" : "选择自定义背景", "Keyboard shortcuts" : "键盘快捷键", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "某些情况下,键盘快捷键会干扰无障碍浏览工具。该设置可禁用所有键盘快捷键,以便您控制这些工具的焦点。启用该设置将同时禁用所有应用中的快捷键。", "Disable all keyboard shortcuts" : "禁用所有键盘快捷键", @@ -85,6 +83,8 @@ OC.L10N.register( "Reset to default" : "重置为默认设置", "Upload" : "上传", "Remove background image" : "删除背景图片", + "Background" : "背景", + "Set a custom background" : "选择自定义背景", "Select a custom color" : "自定义颜色" }, "nplurals=1; plural=0;"); diff --git a/apps/theming/l10n/zh_CN.json b/apps/theming/l10n/zh_CN.json index ec5318167bee6..e55fed302c54b 100644 --- a/apps/theming/l10n/zh_CN.json +++ b/apps/theming/l10n/zh_CN.json @@ -65,9 +65,7 @@ "User settings" : "用户设置", "Disable user theming" : "禁用用户自定义主题", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "除了您在此处对实例外观进行的定制外,实例上的用户也可以选择他们自己的背景和主题色。启用此选项可阻止用户自定义外观。", - "Background" : "背景", "Customization has been disabled by your administrator" : "管理员已禁用自定义功能", - "Set a custom background" : "选择自定义背景", "Keyboard shortcuts" : "键盘快捷键", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "某些情况下,键盘快捷键会干扰无障碍浏览工具。该设置可禁用所有键盘快捷键,以便您控制这些工具的焦点。启用该设置将同时禁用所有应用中的快捷键。", "Disable all keyboard shortcuts" : "禁用所有键盘快捷键", @@ -83,6 +81,8 @@ "Reset to default" : "重置为默认设置", "Upload" : "上传", "Remove background image" : "删除背景图片", + "Background" : "背景", + "Set a custom background" : "选择自定义背景", "Select a custom color" : "自定义颜色" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/theming/l10n/zh_HK.js b/apps/theming/l10n/zh_HK.js index c4ee998285b5c..4a65d5efa5db8 100644 --- a/apps/theming/l10n/zh_HK.js +++ b/apps/theming/l10n/zh_HK.js @@ -73,9 +73,7 @@ OC.L10N.register( "Disable user theming" : "停用用戶佈景主題", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "雖然您可以選取並自訂您的實例,但用戶仍可以變更他們自己的背景與顏色。若您想要強制執行您的自訂,您可以將其開啟。", "Appearance and accessibility settings" : "外觀和無障礙設置", - "Background" : "背景", "Customization has been disabled by your administrator" : "您的管理員已停用自訂", - "Set a custom background" : "設置自定義背景", "Keyboard shortcuts" : "鍵盤快捷鍵", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "在某些情況下,鍵盤快捷鍵可能會干擾無障礙工具。為了可以正確地將焦點置於您的工具,您可以在此處停用所有鍵盤快捷鍵。這也會停用應用程式中的所有可用的快捷鍵。", "Disable all keyboard shortcuts" : "停用所有鍵盤快捷鍵", @@ -110,6 +108,8 @@ OC.L10N.register( "Reset to default" : "恢復預設值", "Upload" : "上傳", "Remove background image" : "移除背景圖片", + "Background" : "背景", + "Set a custom background" : "設置自定義背景", "Select a custom color" : "選擇自訂色彩" }, "nplurals=1; plural=0;"); diff --git a/apps/theming/l10n/zh_HK.json b/apps/theming/l10n/zh_HK.json index 4bb89b6d577e6..e74f731ff205c 100644 --- a/apps/theming/l10n/zh_HK.json +++ b/apps/theming/l10n/zh_HK.json @@ -71,9 +71,7 @@ "Disable user theming" : "停用用戶佈景主題", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "雖然您可以選取並自訂您的實例,但用戶仍可以變更他們自己的背景與顏色。若您想要強制執行您的自訂,您可以將其開啟。", "Appearance and accessibility settings" : "外觀和無障礙設置", - "Background" : "背景", "Customization has been disabled by your administrator" : "您的管理員已停用自訂", - "Set a custom background" : "設置自定義背景", "Keyboard shortcuts" : "鍵盤快捷鍵", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "在某些情況下,鍵盤快捷鍵可能會干擾無障礙工具。為了可以正確地將焦點置於您的工具,您可以在此處停用所有鍵盤快捷鍵。這也會停用應用程式中的所有可用的快捷鍵。", "Disable all keyboard shortcuts" : "停用所有鍵盤快捷鍵", @@ -108,6 +106,8 @@ "Reset to default" : "恢復預設值", "Upload" : "上傳", "Remove background image" : "移除背景圖片", + "Background" : "背景", + "Set a custom background" : "設置自定義背景", "Select a custom color" : "選擇自訂色彩" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/theming/l10n/zh_TW.js b/apps/theming/l10n/zh_TW.js index f7d671c466df3..02d3ce7b7aeb4 100644 --- a/apps/theming/l10n/zh_TW.js +++ b/apps/theming/l10n/zh_TW.js @@ -73,9 +73,7 @@ OC.L10N.register( "Disable user theming" : "停用使用者佈景主題", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "雖然您可以選取並自訂您的站台,但使用者仍可以變更他們自己的背景與顏色。若您想要強制執行您的自訂,您可以將其開啟。", "Appearance and accessibility settings" : "外觀與無障礙存取設定", - "Background" : "背景圖片", "Customization has been disabled by your administrator" : "您的管理員已停用自訂", - "Set a custom background" : "設定自訂背景", "Keyboard shortcuts" : "鍵盤快捷鍵", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "在某些情況下,鍵盤快捷鍵可能會干擾無障礙工具。為了可以正確地將焦點置於您的工具,您可以在此處停用所有鍵盤快捷鍵。這也會停用應用程式中的所有可用的快捷鍵。", "Disable all keyboard shortcuts" : "停用所有鍵盤快捷鍵", @@ -110,6 +108,8 @@ OC.L10N.register( "Reset to default" : "恢復預設值", "Upload" : "上傳", "Remove background image" : "移除背景圖片", + "Background" : "背景圖片", + "Set a custom background" : "設定自訂背景", "Select a custom color" : "選取自訂色彩" }, "nplurals=1; plural=0;"); diff --git a/apps/theming/l10n/zh_TW.json b/apps/theming/l10n/zh_TW.json index 1266e4b0093ae..dda7ed0415ac5 100644 --- a/apps/theming/l10n/zh_TW.json +++ b/apps/theming/l10n/zh_TW.json @@ -71,9 +71,7 @@ "Disable user theming" : "停用使用者佈景主題", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "雖然您可以選取並自訂您的站台,但使用者仍可以變更他們自己的背景與顏色。若您想要強制執行您的自訂,您可以將其開啟。", "Appearance and accessibility settings" : "外觀與無障礙存取設定", - "Background" : "背景圖片", "Customization has been disabled by your administrator" : "您的管理員已停用自訂", - "Set a custom background" : "設定自訂背景", "Keyboard shortcuts" : "鍵盤快捷鍵", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "在某些情況下,鍵盤快捷鍵可能會干擾無障礙工具。為了可以正確地將焦點置於您的工具,您可以在此處停用所有鍵盤快捷鍵。這也會停用應用程式中的所有可用的快捷鍵。", "Disable all keyboard shortcuts" : "停用所有鍵盤快捷鍵", @@ -108,6 +106,8 @@ "Reset to default" : "恢復預設值", "Upload" : "上傳", "Remove background image" : "移除背景圖片", + "Background" : "背景圖片", + "Set a custom background" : "設定自訂背景", "Select a custom color" : "選取自訂色彩" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/updatenotification/l10n/it.js b/apps/updatenotification/l10n/it.js index e5e8ff4db7e5a..f2e3a6b21e447 100644 --- a/apps/updatenotification/l10n/it.js +++ b/apps/updatenotification/l10n/it.js @@ -4,12 +4,19 @@ OC.L10N.register( "{version} is available. Get more information on how to update." : "{version} è disponibile. Ottieni ulteriori informazioni su come eseguire l'aggiornamento.", "Channel updated" : "Canale aggiornato", "Web updater is disabled" : "L'aggiornamento web è disattivato", + "App updated" : "App aggiornata", + "See what's new" : "Guarda cosa c'è di nuovo", + "{app} updated to version {version}" : "{app} aggiornata alla versione {version}", "Update notifications" : "Notifiche degli aggiornamenti", "The update server could not be reached since %d days to check for new updates." : "Il server degli aggiornamenti non è raggiungibile da %d giorni per controllare la presenza di nuovi aggiornamenti.", "Please check the Nextcloud and server log files for errors." : "Controlla i file di log di Nextcloud e del server alla ricerca di errori.", "Update to {serverAndVersion} is available." : "Aggiornamento a {serverAndVersion} disponibile.", "Update for {app} to version %s is available." : "È disponibile l'aggiornamento di {app} alla versione %s.", "Update notification" : "Notifica di aggiornamento", + "Displays update notifications for Nextcloud, app updates, and provides the SSO for the updater." : "Visualizza le notifiche di aggiornamento per Nextcloud, gli aggiornamenti dell'app e fornisce l'SSO per l'aggiornamento.", + "What's new in {app} {version}" : "Novità in {app} {versione}", + "Give feedback" : "Dai un feedback", + "Get started" : "Cominciamo", "Update" : "Aggiorna", "The version you are running is not maintained anymore. Please make sure to update to a supported version as soon as possible." : "La versione che stai eseguendo non è più mantenuta. Assicurati di aggiornare a una versione supportata non appena possibile.", "Apps missing compatible version" : "Applicazioni senza versione compatibile", diff --git a/apps/updatenotification/l10n/it.json b/apps/updatenotification/l10n/it.json index d0a95e700d811..dc087a12652cc 100644 --- a/apps/updatenotification/l10n/it.json +++ b/apps/updatenotification/l10n/it.json @@ -2,12 +2,19 @@ "{version} is available. Get more information on how to update." : "{version} è disponibile. Ottieni ulteriori informazioni su come eseguire l'aggiornamento.", "Channel updated" : "Canale aggiornato", "Web updater is disabled" : "L'aggiornamento web è disattivato", + "App updated" : "App aggiornata", + "See what's new" : "Guarda cosa c'è di nuovo", + "{app} updated to version {version}" : "{app} aggiornata alla versione {version}", "Update notifications" : "Notifiche degli aggiornamenti", "The update server could not be reached since %d days to check for new updates." : "Il server degli aggiornamenti non è raggiungibile da %d giorni per controllare la presenza di nuovi aggiornamenti.", "Please check the Nextcloud and server log files for errors." : "Controlla i file di log di Nextcloud e del server alla ricerca di errori.", "Update to {serverAndVersion} is available." : "Aggiornamento a {serverAndVersion} disponibile.", "Update for {app} to version %s is available." : "È disponibile l'aggiornamento di {app} alla versione %s.", "Update notification" : "Notifica di aggiornamento", + "Displays update notifications for Nextcloud, app updates, and provides the SSO for the updater." : "Visualizza le notifiche di aggiornamento per Nextcloud, gli aggiornamenti dell'app e fornisce l'SSO per l'aggiornamento.", + "What's new in {app} {version}" : "Novità in {app} {versione}", + "Give feedback" : "Dai un feedback", + "Get started" : "Cominciamo", "Update" : "Aggiorna", "The version you are running is not maintained anymore. Please make sure to update to a supported version as soon as possible." : "La versione che stai eseguendo non è più mantenuta. Assicurati di aggiornare a una versione supportata non appena possibile.", "Apps missing compatible version" : "Applicazioni senza versione compatibile",