diff --git a/apps/cloud_federation_api/l10n/fr.js b/apps/cloud_federation_api/l10n/fr.js new file mode 100644 index 0000000000..b4aaa45f0e --- /dev/null +++ b/apps/cloud_federation_api/l10n/fr.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "cloud_federation_api", + { + "Cloud Federation API" : "API Cloud Federation", + "Enable clouds to communicate with each other and exchange data" : "Permettre aux clouds de communiquer entre eux et d'échanger des données", + "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "L'API Cloud Federation permet à diverses instances Nextcloud de communiquer entre elles et d'échanger des données." +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/cloud_federation_api/l10n/fr.json b/apps/cloud_federation_api/l10n/fr.json new file mode 100644 index 0000000000..9581679111 --- /dev/null +++ b/apps/cloud_federation_api/l10n/fr.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cloud Federation API" : "API Cloud Federation", + "Enable clouds to communicate with each other and exchange data" : "Permettre aux clouds de communiquer entre eux et d'échanger des données", + "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "L'API Cloud Federation permet à diverses instances Nextcloud de communiquer entre elles et d'échanger des données." +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/apps/contactsinteraction/l10n/fr.js b/apps/contactsinteraction/l10n/fr.js new file mode 100644 index 0000000000..d78f4b743e --- /dev/null +++ b/apps/contactsinteraction/l10n/fr.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "contactsinteraction", + { + "Recently contacted" : "Contacté récemment", + "Contacts Interaction" : "Interaction des contacts", + "Manages interaction between users and contacts" : "Gère l'interaction entre les utilisateurs et les contacts", + "Collect data about user and contacts interactions and provide an address book for the data" : "Recueillir des données sur les interactions des utilisateurs et des contacts et fournir un carnet d'adresses pour les données" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/contactsinteraction/l10n/fr.json b/apps/contactsinteraction/l10n/fr.json new file mode 100644 index 0000000000..a22c1c385d --- /dev/null +++ b/apps/contactsinteraction/l10n/fr.json @@ -0,0 +1,7 @@ +{ "translations": { + "Recently contacted" : "Contacté récemment", + "Contacts Interaction" : "Interaction des contacts", + "Manages interaction between users and contacts" : "Gère l'interaction entre les utilisateurs et les contacts", + "Collect data about user and contacts interactions and provide an address book for the data" : "Recueillir des données sur les interactions des utilisateurs et des contacts et fournir un carnet d'adresses pour les données" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/es.js b/apps/federatedfilesharing/l10n/es.js index e5b10d9828..5f07a6acb7 100644 --- a/apps/federatedfilesharing/l10n/es.js +++ b/apps/federatedfilesharing/l10n/es.js @@ -38,6 +38,7 @@ OC.L10N.register( "Federated Cloud Sharing" : "Compartido en Cloud Federado", "Open documentation" : "Abrir documentación", "Adjust how people can share between servers." : "Ajusta cómo la gente puede compartir entre servidores.", + "Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Permitir a los usuarios de este servidor compartir con usuarios de otros servidores (esta opción también permite acceso de WebDAV a los elementos públicos compartidos)", "Allow users on this server to receive shares from other servers" : "Permitir a los usuarios de este servidor recibir de usuarios de otros servidores", "Allow users on this server to send shares to groups on other servers" : "Permitir a los usuarios de este servidor enviar a grupos de otros servidores", "Allow users on this server to receive group shares from other servers" : "Permitir a los usuarios de este servidor recibir de grupos de otros servidores", diff --git a/apps/federatedfilesharing/l10n/es.json b/apps/federatedfilesharing/l10n/es.json index fde721c651..b41888c000 100644 --- a/apps/federatedfilesharing/l10n/es.json +++ b/apps/federatedfilesharing/l10n/es.json @@ -36,6 +36,7 @@ "Federated Cloud Sharing" : "Compartido en Cloud Federado", "Open documentation" : "Abrir documentación", "Adjust how people can share between servers." : "Ajusta cómo la gente puede compartir entre servidores.", + "Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Permitir a los usuarios de este servidor compartir con usuarios de otros servidores (esta opción también permite acceso de WebDAV a los elementos públicos compartidos)", "Allow users on this server to receive shares from other servers" : "Permitir a los usuarios de este servidor recibir de usuarios de otros servidores", "Allow users on this server to send shares to groups on other servers" : "Permitir a los usuarios de este servidor enviar a grupos de otros servidores", "Allow users on this server to receive group shares from other servers" : "Permitir a los usuarios de este servidor recibir de grupos de otros servidores", diff --git a/apps/lookup_server_connector/l10n/es.js b/apps/lookup_server_connector/l10n/es.js new file mode 100644 index 0000000000..a5985ab6f7 --- /dev/null +++ b/apps/lookup_server_connector/l10n/es.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "lookup_server_connector", + { + "Lookup Server Connector" : "Conector del Servidor de Búsqueda", + "Sync public user information with the lookup server" : "Sincronizar información pública del usuario con el servidor de búsqueda" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/lookup_server_connector/l10n/es.json b/apps/lookup_server_connector/l10n/es.json new file mode 100644 index 0000000000..497dda0c86 --- /dev/null +++ b/apps/lookup_server_connector/l10n/es.json @@ -0,0 +1,5 @@ +{ "translations": { + "Lookup Server Connector" : "Conector del Servidor de Búsqueda", + "Sync public user information with the lookup server" : "Sincronizar información pública del usuario con el servidor de búsqueda" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/lookup_server_connector/l10n/fr.js b/apps/lookup_server_connector/l10n/fr.js new file mode 100644 index 0000000000..87fc840688 --- /dev/null +++ b/apps/lookup_server_connector/l10n/fr.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "lookup_server_connector", + { + "Lookup Server Connector" : "Connecteur de serveur de recherche", + "Sync public user information with the lookup server" : "Synchroniser les informations utilisateur publiques avec le serveur de recherche" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/lookup_server_connector/l10n/fr.json b/apps/lookup_server_connector/l10n/fr.json new file mode 100644 index 0000000000..346d7bb576 --- /dev/null +++ b/apps/lookup_server_connector/l10n/fr.json @@ -0,0 +1,5 @@ +{ "translations": { + "Lookup Server Connector" : "Connecteur de serveur de recherche", + "Sync public user information with the lookup server" : "Synchroniser les informations utilisateur publiques avec le serveur de recherche" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/apps/provisioning_api/l10n/es.js b/apps/provisioning_api/l10n/es.js new file mode 100644 index 0000000000..a47082b3e4 --- /dev/null +++ b/apps/provisioning_api/l10n/es.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "provisioning_api", + { + "Provisioning API" : "API de aprovisionamiento", + "This application enables a set of APIs that external systems can use to manage users, groups and apps." : "Esta aplicación activa un conjunto de apis que sistemas externos pueden usar para manejar usuarios, grupos y aplicaciones.", + "This application enables a set of APIs that external systems can use to create, edit, delete and query user\n\t\tattributes, query, set and remove groups, set quota and query total storage used in Nextcloud. Group admin users\n\t\tcan also query Nextcloud and perform the same functions as an admin for groups they manage. The API also enables\n\t\tan admin to query for active Nextcloud applications, application info, and to enable or disable an app remotely.\n\t\tOnce the app is enabled, http requests can be used via a Basic Auth header to perform any of the functions\n\t\tlisted above. More information is available in the Provisioning API documentation, including example calls\n\t\tand server responses." : "Esta aplicación activa un conjunto de API para que sistemas externos puedan crear, editar, borrar y consultar atributos\n\t\tdel usuario, consultar, ajustar y eliminar grupos, ajustar la cuota y consultar almacenamiento total usado en Nextcloud. El grupo de usuarios administradores\ntambién podrá consultar Nextcloud y realizar las mismas funciones que un administrador para los grupos que gestiona. El API también habilita\n\t\ta un admin para consultar las aplicaciones activas de Nextcloud, información de las aplicaciones así como activar o desactivar remotamente una app.\n\t\tCuando la app está habilitada, las solicitudes http pueden ser usadas a través de una cabecera Basic Auth para realizar cualquiera de las funciones\n\t\tindicadas anteriormente. Hay más información disponible en la documentación de Provisioning API, incluyendo llamadas de ejemplo\n\t\ty respuestas del servidor." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/provisioning_api/l10n/es.json b/apps/provisioning_api/l10n/es.json new file mode 100644 index 0000000000..70159dc957 --- /dev/null +++ b/apps/provisioning_api/l10n/es.json @@ -0,0 +1,6 @@ +{ "translations": { + "Provisioning API" : "API de aprovisionamiento", + "This application enables a set of APIs that external systems can use to manage users, groups and apps." : "Esta aplicación activa un conjunto de apis que sistemas externos pueden usar para manejar usuarios, grupos y aplicaciones.", + "This application enables a set of APIs that external systems can use to create, edit, delete and query user\n\t\tattributes, query, set and remove groups, set quota and query total storage used in Nextcloud. Group admin users\n\t\tcan also query Nextcloud and perform the same functions as an admin for groups they manage. The API also enables\n\t\tan admin to query for active Nextcloud applications, application info, and to enable or disable an app remotely.\n\t\tOnce the app is enabled, http requests can be used via a Basic Auth header to perform any of the functions\n\t\tlisted above. More information is available in the Provisioning API documentation, including example calls\n\t\tand server responses." : "Esta aplicación activa un conjunto de API para que sistemas externos puedan crear, editar, borrar y consultar atributos\n\t\tdel usuario, consultar, ajustar y eliminar grupos, ajustar la cuota y consultar almacenamiento total usado en Nextcloud. El grupo de usuarios administradores\ntambién podrá consultar Nextcloud y realizar las mismas funciones que un administrador para los grupos que gestiona. El API también habilita\n\t\ta un admin para consultar las aplicaciones activas de Nextcloud, información de las aplicaciones así como activar o desactivar remotamente una app.\n\t\tCuando la app está habilitada, las solicitudes http pueden ser usadas a través de una cabecera Basic Auth para realizar cualquiera de las funciones\n\t\tindicadas anteriormente. Hay más información disponible en la documentación de Provisioning API, incluyendo llamadas de ejemplo\n\t\ty respuestas del servidor." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/provisioning_api/l10n/fr.js b/apps/provisioning_api/l10n/fr.js new file mode 100644 index 0000000000..1ee0f707c1 --- /dev/null +++ b/apps/provisioning_api/l10n/fr.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "provisioning_api", + { + "Provisioning API" : "API de provisionnement", + "This application enables a set of APIs that external systems can use to manage users, groups and apps." : "Cette application active un ensemble d'API que les systèmes externes peuvent utiliser pour gérer les utilisateurs, les groupes et les applications." +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/provisioning_api/l10n/fr.json b/apps/provisioning_api/l10n/fr.json new file mode 100644 index 0000000000..a5cab9769d --- /dev/null +++ b/apps/provisioning_api/l10n/fr.json @@ -0,0 +1,5 @@ +{ "translations": { + "Provisioning API" : "API de provisionnement", + "This application enables a set of APIs that external systems can use to manage users, groups and apps." : "Cette application active un ensemble d'API que les systèmes externes peuvent utiliser pour gérer les utilisateurs, les groupes et les applications." +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/apps/provisioning_api/l10n/gl.js b/apps/provisioning_api/l10n/gl.js index 39196b96f8..e823ac5a0a 100644 --- a/apps/provisioning_api/l10n/gl.js +++ b/apps/provisioning_api/l10n/gl.js @@ -3,6 +3,6 @@ OC.L10N.register( { "Provisioning API" : "API de aprovisionamento", "This application enables a set of APIs that external systems can use to manage users, groups and apps." : "Esta aplicación activa un conxunto de API que os sistemas externos poden usar para xestionar usuarios, grupos e aplicacións.", - "This application enables a set of APIs that external systems can use to create, edit, delete and query user\n\t\tattributes, query, set and remove groups, set quota and query total storage used in Nextcloud. Group admin users\n\t\tcan also query Nextcloud and perform the same functions as an admin for groups they manage. The API also enables\n\t\tan admin to query for active Nextcloud applications, application info, and to enable or disable an app remotely.\n\t\tOnce the app is enabled, http requests can be used via a Basic Auth header to perform any of the functions\n\t\tlisted above. More information is available in the Provisioning API documentation, including example calls\n\t\tand server responses." : "Esta aplicación activa un conxunto de API que os sistemas externos poden usar para crear, editar, eliminar e consultar os\n\t\tatributos do usuario, consultar, estabelecer e eliminar grupos, establecer cota e consultar o almacenamento total\n\t\tutilizado no Nextcloud. Os usuarios administradores de grupos tamén poden consultar o Nextcloud e\n\t\trealizar as mesmas funcións que un administrador para os grupos que xestionan. A API tamén permite a un administrador\n\t\tconsultar aplicacións activas do Nextcloud, información da aplicación e activar ou desactivar unha aplicación remotamente.\n\t\tUnha vez que a aplicación estea activada, as solicitudes http pódense usar a través dunha cabeceira Basic Auth para\n\t\trealizar calquera das funcións listadas anteriormente. Hai dispoñíbel máis información na documentación da API \n\t\tde aprovisionamento, incluíndo exemplos de chamadas e respostas do servidor." + "This application enables a set of APIs that external systems can use to create, edit, delete and query user\n\t\tattributes, query, set and remove groups, set quota and query total storage used in Nextcloud. Group admin users\n\t\tcan also query Nextcloud and perform the same functions as an admin for groups they manage. The API also enables\n\t\tan admin to query for active Nextcloud applications, application info, and to enable or disable an app remotely.\n\t\tOnce the app is enabled, http requests can be used via a Basic Auth header to perform any of the functions\n\t\tlisted above. More information is available in the Provisioning API documentation, including example calls\n\t\tand server responses." : "Esta aplicación activa un conxunto de API que os sistemas externos poden usar para crear, editar, eliminar e consultar os\n\t\tatributos do usuario, consultar, estabelecer e eliminar grupos, estabelecer cota e consultar o almacenamento total\n\t\tutilizado no Nextcloud. Os usuarios administradores de grupos tamén poden consultar o Nextcloud e\n\t\trealizar as mesmas funcións que un administrador para os grupos que xestionan. A API tamén permite a un administrador\n\t\tconsultar aplicacións activas do Nextcloud, información da aplicación e activar ou desactivar unha aplicación remotamente.\n\t\tUnha vez que a aplicación estea activada, as solicitudes http pódense usar a través dunha cabeceira Basic Auth para\n\t\trealizar calquera das funcións listadas anteriormente. Hai dispoñíbel máis información na documentación da API \n\t\tde aprovisionamento, incluíndo exemplos de chamadas e respostas do servidor." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/provisioning_api/l10n/gl.json b/apps/provisioning_api/l10n/gl.json index 1bd7b7bf39..3d189d9c44 100644 --- a/apps/provisioning_api/l10n/gl.json +++ b/apps/provisioning_api/l10n/gl.json @@ -1,6 +1,6 @@ { "translations": { "Provisioning API" : "API de aprovisionamento", "This application enables a set of APIs that external systems can use to manage users, groups and apps." : "Esta aplicación activa un conxunto de API que os sistemas externos poden usar para xestionar usuarios, grupos e aplicacións.", - "This application enables a set of APIs that external systems can use to create, edit, delete and query user\n\t\tattributes, query, set and remove groups, set quota and query total storage used in Nextcloud. Group admin users\n\t\tcan also query Nextcloud and perform the same functions as an admin for groups they manage. The API also enables\n\t\tan admin to query for active Nextcloud applications, application info, and to enable or disable an app remotely.\n\t\tOnce the app is enabled, http requests can be used via a Basic Auth header to perform any of the functions\n\t\tlisted above. More information is available in the Provisioning API documentation, including example calls\n\t\tand server responses." : "Esta aplicación activa un conxunto de API que os sistemas externos poden usar para crear, editar, eliminar e consultar os\n\t\tatributos do usuario, consultar, estabelecer e eliminar grupos, establecer cota e consultar o almacenamento total\n\t\tutilizado no Nextcloud. Os usuarios administradores de grupos tamén poden consultar o Nextcloud e\n\t\trealizar as mesmas funcións que un administrador para os grupos que xestionan. A API tamén permite a un administrador\n\t\tconsultar aplicacións activas do Nextcloud, información da aplicación e activar ou desactivar unha aplicación remotamente.\n\t\tUnha vez que a aplicación estea activada, as solicitudes http pódense usar a través dunha cabeceira Basic Auth para\n\t\trealizar calquera das funcións listadas anteriormente. Hai dispoñíbel máis información na documentación da API \n\t\tde aprovisionamento, incluíndo exemplos de chamadas e respostas do servidor." + "This application enables a set of APIs that external systems can use to create, edit, delete and query user\n\t\tattributes, query, set and remove groups, set quota and query total storage used in Nextcloud. Group admin users\n\t\tcan also query Nextcloud and perform the same functions as an admin for groups they manage. The API also enables\n\t\tan admin to query for active Nextcloud applications, application info, and to enable or disable an app remotely.\n\t\tOnce the app is enabled, http requests can be used via a Basic Auth header to perform any of the functions\n\t\tlisted above. More information is available in the Provisioning API documentation, including example calls\n\t\tand server responses." : "Esta aplicación activa un conxunto de API que os sistemas externos poden usar para crear, editar, eliminar e consultar os\n\t\tatributos do usuario, consultar, estabelecer e eliminar grupos, estabelecer cota e consultar o almacenamento total\n\t\tutilizado no Nextcloud. Os usuarios administradores de grupos tamén poden consultar o Nextcloud e\n\t\trealizar as mesmas funcións que un administrador para os grupos que xestionan. A API tamén permite a un administrador\n\t\tconsultar aplicacións activas do Nextcloud, información da aplicación e activar ou desactivar unha aplicación remotamente.\n\t\tUnha vez que a aplicación estea activada, as solicitudes http pódense usar a través dunha cabeceira Basic Auth para\n\t\trealizar calquera das funcións listadas anteriormente. Hai dispoñíbel máis información na documentación da API \n\t\tde aprovisionamento, incluíndo exemplos de chamadas e respostas do servidor." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/settings/l10n/mk.js b/apps/settings/l10n/mk.js index 6e6968608b..3629c610df 100644 --- a/apps/settings/l10n/mk.js +++ b/apps/settings/l10n/mk.js @@ -267,7 +267,7 @@ OC.L10N.register( "New user" : "Нов корисник", "Enter group name" : "Внеси име на групата", "Add group" : "Додади група", - "Everyone" : "Секој", + "Everyone" : "Сите", "Admins" : "Администратори", "Disabled users" : "Оневозможени корисници", "Remove group" : "Отстрани група", diff --git a/apps/settings/l10n/mk.json b/apps/settings/l10n/mk.json index edff02e434..9af38c1a78 100644 --- a/apps/settings/l10n/mk.json +++ b/apps/settings/l10n/mk.json @@ -265,7 +265,7 @@ "New user" : "Нов корисник", "Enter group name" : "Внеси име на групата", "Add group" : "Додади група", - "Everyone" : "Секој", + "Everyone" : "Сите", "Admins" : "Администратори", "Disabled users" : "Оневозможени корисници", "Remove group" : "Отстрани група", diff --git a/apps/user_status/l10n/ca.js b/apps/user_status/l10n/ca.js index 52a1b98b00..981f42c919 100644 --- a/apps/user_status/l10n/ca.js +++ b/apps/user_status/l10n/ca.js @@ -8,7 +8,6 @@ OC.L10N.register( "Vacationing" : "Vacances", "Working remotely" : "Treballant a distància", "User status" : "Estat de l'usuari", - "Set custom status" : "Definir l'estat personalitzat", "Online" : "En línia", "Away" : "Absent", "Do not disturb" : "No molesteu", @@ -16,10 +15,7 @@ OC.L10N.register( "Offline" : "Fora de línia", "Set status" : "Estableix l'estat", "There was an error saving the new status" : "S'ha produït un error en desar l'estat nou", - "Clear status after" : "Esborra l'estat després", "What's your status?" : "Quin és el teu estat?", - "Set a custom status" : "Definir un estat personalitzat", - "Clear custom status" : "Esborra l'estat personalitzat", "There was an error saving the status" : "S'ha produït un error en desar l'estat", "There was an error clearing the status" : "S'ha produït un error en esborrar l'estat", "No recent status changes" : "No hi ha canvis d'estat recents", @@ -30,6 +26,10 @@ OC.L10N.register( "30 minutes" : "30 minuts", "1 hour" : "1 hora", "4 hours" : "4 hores", - "Mute all notifications" : "Silenciar totes les notificacions" + "Mute all notifications" : "Silenciar totes les notificacions", + "Set custom status" : "Definir l'estat personalitzat", + "Clear status after" : "Esborra l'estat després", + "Set a custom status" : "Definir un estat personalitzat", + "Clear custom status" : "Esborra l'estat personalitzat" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/user_status/l10n/ca.json b/apps/user_status/l10n/ca.json index 4e4dd38d81..05101452fc 100644 --- a/apps/user_status/l10n/ca.json +++ b/apps/user_status/l10n/ca.json @@ -6,7 +6,6 @@ "Vacationing" : "Vacances", "Working remotely" : "Treballant a distància", "User status" : "Estat de l'usuari", - "Set custom status" : "Definir l'estat personalitzat", "Online" : "En línia", "Away" : "Absent", "Do not disturb" : "No molesteu", @@ -14,10 +13,7 @@ "Offline" : "Fora de línia", "Set status" : "Estableix l'estat", "There was an error saving the new status" : "S'ha produït un error en desar l'estat nou", - "Clear status after" : "Esborra l'estat després", "What's your status?" : "Quin és el teu estat?", - "Set a custom status" : "Definir un estat personalitzat", - "Clear custom status" : "Esborra l'estat personalitzat", "There was an error saving the status" : "S'ha produït un error en desar l'estat", "There was an error clearing the status" : "S'ha produït un error en esborrar l'estat", "No recent status changes" : "No hi ha canvis d'estat recents", @@ -28,6 +24,10 @@ "30 minutes" : "30 minuts", "1 hour" : "1 hora", "4 hours" : "4 hores", - "Mute all notifications" : "Silenciar totes les notificacions" + "Mute all notifications" : "Silenciar totes les notificacions", + "Set custom status" : "Definir l'estat personalitzat", + "Clear status after" : "Esborra l'estat després", + "Set a custom status" : "Definir un estat personalitzat", + "Clear custom status" : "Esborra l'estat personalitzat" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/user_status/l10n/cs.js b/apps/user_status/l10n/cs.js index a2871f4979..b62377b50e 100644 --- a/apps/user_status/l10n/cs.js +++ b/apps/user_status/l10n/cs.js @@ -8,7 +8,6 @@ OC.L10N.register( "Vacationing" : "Dovolená", "Working remotely" : "Pracuje na dálku", "User status" : "Stav uživatele", - "Set custom status" : "Nastavit uživatelsky určený stav", "Online" : "Online", "Away" : "Pryč", "Do not disturb" : "Nerušit", @@ -16,10 +15,7 @@ OC.L10N.register( "Offline" : "Offline", "Set status" : "Natavit stav", "There was an error saving the new status" : "Při ukládání nového stavu došlo k chybě", - "Clear status after" : "Vyčistit stav po uplynutí", "What's your status?" : "Jaký je váš stav?", - "Set a custom status" : "Nastavit uživatelsky určený stav", - "Clear custom status" : "Vyčistit uživatelsky určený stav", "There was an error saving the status" : "Došlo k chybě při ukládání stavu", "There was an error clearing the status" : "Při čištění stavu došlo k chybě", "No recent status changes" : "Žádné nedávné změny stavu", @@ -30,6 +26,10 @@ OC.L10N.register( "30 minutes" : "30 minut", "1 hour" : "1 hodina", "4 hours" : "4 hodiny", - "Mute all notifications" : "Ztlumit veškerá upozornění" + "Mute all notifications" : "Ztlumit veškerá upozornění", + "Set custom status" : "Nastavit uživatelsky určený stav", + "Clear status after" : "Vyčistit stav po uplynutí", + "Set a custom status" : "Nastavit uživatelsky určený stav", + "Clear custom status" : "Vyčistit uživatelsky určený stav" }, "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/user_status/l10n/cs.json b/apps/user_status/l10n/cs.json index 776d3775f2..902506e3e0 100644 --- a/apps/user_status/l10n/cs.json +++ b/apps/user_status/l10n/cs.json @@ -6,7 +6,6 @@ "Vacationing" : "Dovolená", "Working remotely" : "Pracuje na dálku", "User status" : "Stav uživatele", - "Set custom status" : "Nastavit uživatelsky určený stav", "Online" : "Online", "Away" : "Pryč", "Do not disturb" : "Nerušit", @@ -14,10 +13,7 @@ "Offline" : "Offline", "Set status" : "Natavit stav", "There was an error saving the new status" : "Při ukládání nového stavu došlo k chybě", - "Clear status after" : "Vyčistit stav po uplynutí", "What's your status?" : "Jaký je váš stav?", - "Set a custom status" : "Nastavit uživatelsky určený stav", - "Clear custom status" : "Vyčistit uživatelsky určený stav", "There was an error saving the status" : "Došlo k chybě při ukládání stavu", "There was an error clearing the status" : "Při čištění stavu došlo k chybě", "No recent status changes" : "Žádné nedávné změny stavu", @@ -28,6 +24,10 @@ "30 minutes" : "30 minut", "1 hour" : "1 hodina", "4 hours" : "4 hodiny", - "Mute all notifications" : "Ztlumit veškerá upozornění" + "Mute all notifications" : "Ztlumit veškerá upozornění", + "Set custom status" : "Nastavit uživatelsky určený stav", + "Clear status after" : "Vyčistit stav po uplynutí", + "Set a custom status" : "Nastavit uživatelsky určený stav", + "Clear custom status" : "Vyčistit uživatelsky určený stav" },"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/user_status/l10n/de.js b/apps/user_status/l10n/de.js index 08fef71e15..c3270cd567 100644 --- a/apps/user_status/l10n/de.js +++ b/apps/user_status/l10n/de.js @@ -8,7 +8,6 @@ OC.L10N.register( "Vacationing" : "Im Urlaub", "Working remotely" : "Arbeitet aus der Ferne", "User status" : "Benutzerstatus", - "Set custom status" : "Benutzerdefinierten Status setzen", "Online" : "Online", "Away" : "Abwesend", "Do not disturb" : "Bitte nicht stören", @@ -16,10 +15,7 @@ OC.L10N.register( "Offline" : "Offline", "Set status" : "Status setzen", "There was an error saving the new status" : "Es gab einen Fehler beim Speichern des neuen Status", - "Clear status after" : "Status löschen nach", "What's your status?" : "Wie ist Dein Status?", - "Set a custom status" : "Einen benutzerdefinierten Status setzen", - "Clear custom status" : "Benutzerdefinierten Status löschen", "There was an error saving the status" : "Es gab einen Fehler beim Speichern des Status", "There was an error clearing the status" : "Es gab einen Fehler beim Löschen des Status", "No recent status changes" : "Keine kürzlichen Statusänderungen", @@ -30,6 +26,10 @@ OC.L10N.register( "30 minutes" : "30 Minuten", "1 hour" : "1 Stunde", "4 hours" : "4 Stunden", - "Mute all notifications" : "Alle Benachrichtigungen stummschalten" + "Mute all notifications" : "Alle Benachrichtigungen stummschalten", + "Set custom status" : "Benutzerdefinierten Status setzen", + "Clear status after" : "Status löschen nach", + "Set a custom status" : "Einen benutzerdefinierten Status setzen", + "Clear custom status" : "Benutzerdefinierten Status löschen" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/user_status/l10n/de.json b/apps/user_status/l10n/de.json index 105eea05b8..8604a2c2fc 100644 --- a/apps/user_status/l10n/de.json +++ b/apps/user_status/l10n/de.json @@ -6,7 +6,6 @@ "Vacationing" : "Im Urlaub", "Working remotely" : "Arbeitet aus der Ferne", "User status" : "Benutzerstatus", - "Set custom status" : "Benutzerdefinierten Status setzen", "Online" : "Online", "Away" : "Abwesend", "Do not disturb" : "Bitte nicht stören", @@ -14,10 +13,7 @@ "Offline" : "Offline", "Set status" : "Status setzen", "There was an error saving the new status" : "Es gab einen Fehler beim Speichern des neuen Status", - "Clear status after" : "Status löschen nach", "What's your status?" : "Wie ist Dein Status?", - "Set a custom status" : "Einen benutzerdefinierten Status setzen", - "Clear custom status" : "Benutzerdefinierten Status löschen", "There was an error saving the status" : "Es gab einen Fehler beim Speichern des Status", "There was an error clearing the status" : "Es gab einen Fehler beim Löschen des Status", "No recent status changes" : "Keine kürzlichen Statusänderungen", @@ -28,6 +24,10 @@ "30 minutes" : "30 Minuten", "1 hour" : "1 Stunde", "4 hours" : "4 Stunden", - "Mute all notifications" : "Alle Benachrichtigungen stummschalten" + "Mute all notifications" : "Alle Benachrichtigungen stummschalten", + "Set custom status" : "Benutzerdefinierten Status setzen", + "Clear status after" : "Status löschen nach", + "Set a custom status" : "Einen benutzerdefinierten Status setzen", + "Clear custom status" : "Benutzerdefinierten Status löschen" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/user_status/l10n/de_DE.js b/apps/user_status/l10n/de_DE.js index aa02c443dc..18a7df8e99 100644 --- a/apps/user_status/l10n/de_DE.js +++ b/apps/user_status/l10n/de_DE.js @@ -8,7 +8,6 @@ OC.L10N.register( "Vacationing" : "Im Urlaub", "Working remotely" : "Arbeitet aus der Ferne", "User status" : "Benutzerstatus", - "Set custom status" : "Benutzerdefinierten Status setzen", "Online" : "Online", "Away" : "Abwesend", "Do not disturb" : "Bitte nicht stören", @@ -16,10 +15,7 @@ OC.L10N.register( "Offline" : "Offline", "Set status" : "Status setzen", "There was an error saving the new status" : "Es gab einen Fehler beim Speichern des neuen Status", - "Clear status after" : "Status löschen nach", "What's your status?" : "Wie ist Ihr Status?", - "Set a custom status" : "Einen benutzerdefinierten Status setzen", - "Clear custom status" : "Benutzerdefinierten Status löschen", "There was an error saving the status" : "Es gab einen Fehler beim Speichern des Status", "There was an error clearing the status" : "Es gab einen Fehler beim Löschen des Status", "No recent status changes" : "Keine kürzlichen Statusänderungen", @@ -30,6 +26,10 @@ OC.L10N.register( "30 minutes" : "30 Minuten", "1 hour" : "1 Stunde", "4 hours" : "4 Stunden", - "Mute all notifications" : "Alle Benachrichtigungen stummschalten" + "Mute all notifications" : "Alle Benachrichtigungen stummschalten", + "Set custom status" : "Benutzerdefinierten Status setzen", + "Clear status after" : "Status löschen nach", + "Set a custom status" : "Einen benutzerdefinierten Status setzen", + "Clear custom status" : "Benutzerdefinierten Status löschen" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/user_status/l10n/de_DE.json b/apps/user_status/l10n/de_DE.json index e9dc5e5de3..58cebaf359 100644 --- a/apps/user_status/l10n/de_DE.json +++ b/apps/user_status/l10n/de_DE.json @@ -6,7 +6,6 @@ "Vacationing" : "Im Urlaub", "Working remotely" : "Arbeitet aus der Ferne", "User status" : "Benutzerstatus", - "Set custom status" : "Benutzerdefinierten Status setzen", "Online" : "Online", "Away" : "Abwesend", "Do not disturb" : "Bitte nicht stören", @@ -14,10 +13,7 @@ "Offline" : "Offline", "Set status" : "Status setzen", "There was an error saving the new status" : "Es gab einen Fehler beim Speichern des neuen Status", - "Clear status after" : "Status löschen nach", "What's your status?" : "Wie ist Ihr Status?", - "Set a custom status" : "Einen benutzerdefinierten Status setzen", - "Clear custom status" : "Benutzerdefinierten Status löschen", "There was an error saving the status" : "Es gab einen Fehler beim Speichern des Status", "There was an error clearing the status" : "Es gab einen Fehler beim Löschen des Status", "No recent status changes" : "Keine kürzlichen Statusänderungen", @@ -28,6 +24,10 @@ "30 minutes" : "30 Minuten", "1 hour" : "1 Stunde", "4 hours" : "4 Stunden", - "Mute all notifications" : "Alle Benachrichtigungen stummschalten" + "Mute all notifications" : "Alle Benachrichtigungen stummschalten", + "Set custom status" : "Benutzerdefinierten Status setzen", + "Clear status after" : "Status löschen nach", + "Set a custom status" : "Einen benutzerdefinierten Status setzen", + "Clear custom status" : "Benutzerdefinierten Status löschen" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/user_status/l10n/es.js b/apps/user_status/l10n/es.js index 56e9803835..449c42e662 100644 --- a/apps/user_status/l10n/es.js +++ b/apps/user_status/l10n/es.js @@ -8,7 +8,6 @@ OC.L10N.register( "Vacationing" : "De vacaciones", "Working remotely" : "Teletrabajando", "User status" : "Estado del usuario", - "Set custom status" : "Configurar estado personalizado", "Online" : "En línea", "Away" : "Ausente", "Do not disturb" : "No molestar", @@ -16,10 +15,7 @@ OC.L10N.register( "Offline" : "Sin conexión", "Set status" : "Configurar estado", "There was an error saving the new status" : "Ha habido un error al guardar el nuevo estado", - "Clear status after" : "Eliminar el estado después de", "What's your status?" : "¿Cuál es tu estado?", - "Set a custom status" : "Configura un estado personalizado", - "Clear custom status" : "Eliminar estado personalizado", "There was an error saving the status" : "Ha habido un error al guardar el estado", "There was an error clearing the status" : "Ha habido un error al eliminar el estado", "No recent status changes" : "No hay cambios de estado recientes", @@ -30,6 +26,10 @@ OC.L10N.register( "30 minutes" : "30 minutos", "1 hour" : "1 hora", "4 hours" : "4 horas", - "Mute all notifications" : "Silenciar todas las notificaciones" + "Mute all notifications" : "Silenciar todas las notificaciones", + "Set custom status" : "Configurar estado personalizado", + "Clear status after" : "Eliminar el estado después de", + "Set a custom status" : "Configura un estado personalizado", + "Clear custom status" : "Eliminar estado personalizado" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/user_status/l10n/es.json b/apps/user_status/l10n/es.json index 488599aa78..e90ac756d0 100644 --- a/apps/user_status/l10n/es.json +++ b/apps/user_status/l10n/es.json @@ -6,7 +6,6 @@ "Vacationing" : "De vacaciones", "Working remotely" : "Teletrabajando", "User status" : "Estado del usuario", - "Set custom status" : "Configurar estado personalizado", "Online" : "En línea", "Away" : "Ausente", "Do not disturb" : "No molestar", @@ -14,10 +13,7 @@ "Offline" : "Sin conexión", "Set status" : "Configurar estado", "There was an error saving the new status" : "Ha habido un error al guardar el nuevo estado", - "Clear status after" : "Eliminar el estado después de", "What's your status?" : "¿Cuál es tu estado?", - "Set a custom status" : "Configura un estado personalizado", - "Clear custom status" : "Eliminar estado personalizado", "There was an error saving the status" : "Ha habido un error al guardar el estado", "There was an error clearing the status" : "Ha habido un error al eliminar el estado", "No recent status changes" : "No hay cambios de estado recientes", @@ -28,6 +24,10 @@ "30 minutes" : "30 minutos", "1 hour" : "1 hora", "4 hours" : "4 horas", - "Mute all notifications" : "Silenciar todas las notificaciones" + "Mute all notifications" : "Silenciar todas las notificaciones", + "Set custom status" : "Configurar estado personalizado", + "Clear status after" : "Eliminar el estado después de", + "Set a custom status" : "Configura un estado personalizado", + "Clear custom status" : "Eliminar estado personalizado" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/user_status/l10n/fi.js b/apps/user_status/l10n/fi.js index 0a37a45d90..e7d2bb8835 100644 --- a/apps/user_status/l10n/fi.js +++ b/apps/user_status/l10n/fi.js @@ -8,16 +8,12 @@ OC.L10N.register( "Vacationing" : "Lomailemassa", "Working remotely" : "Etätyössä", "User status" : "Käyttäjän tilatieto", - "Set custom status" : "Aseta mukautettu tilatieto", "Away" : "Poissa", "Do not disturb" : "Älä häiritse", "Invisible" : "Näkymätön", "Set status" : "Aseta tilatieto", "There was an error saving the new status" : "Uuden tilatiedon tallentamisessa tapahtui virhe", - "Clear status after" : "Tyhjennä tilatieto", "What's your status?" : "Mikä on tilatietosi?", - "Set a custom status" : "Aseta mukautettu tilatieto", - "Clear custom status" : "Tyhjennä mukautettu tilatieto", "There was an error saving the status" : "Tilatiedon tallentamisessa tapahtui virhe", "There was an error clearing the status" : "Tilatietoa tyhjentäessä tapahtui virhe", "No recent status changes" : "Ei viimeisimpiä tilatietomuutoksia", @@ -28,6 +24,10 @@ OC.L10N.register( "30 minutes" : "30 minuuttia", "1 hour" : "1 tunti", "4 hours" : "4 tuntia", - "Mute all notifications" : "Mykistä kaikki ilmoitukset" + "Mute all notifications" : "Mykistä kaikki ilmoitukset", + "Set custom status" : "Aseta mukautettu tilatieto", + "Clear status after" : "Tyhjennä tilatieto", + "Set a custom status" : "Aseta mukautettu tilatieto", + "Clear custom status" : "Tyhjennä mukautettu tilatieto" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/user_status/l10n/fi.json b/apps/user_status/l10n/fi.json index 93cec14d13..bc73291007 100644 --- a/apps/user_status/l10n/fi.json +++ b/apps/user_status/l10n/fi.json @@ -6,16 +6,12 @@ "Vacationing" : "Lomailemassa", "Working remotely" : "Etätyössä", "User status" : "Käyttäjän tilatieto", - "Set custom status" : "Aseta mukautettu tilatieto", "Away" : "Poissa", "Do not disturb" : "Älä häiritse", "Invisible" : "Näkymätön", "Set status" : "Aseta tilatieto", "There was an error saving the new status" : "Uuden tilatiedon tallentamisessa tapahtui virhe", - "Clear status after" : "Tyhjennä tilatieto", "What's your status?" : "Mikä on tilatietosi?", - "Set a custom status" : "Aseta mukautettu tilatieto", - "Clear custom status" : "Tyhjennä mukautettu tilatieto", "There was an error saving the status" : "Tilatiedon tallentamisessa tapahtui virhe", "There was an error clearing the status" : "Tilatietoa tyhjentäessä tapahtui virhe", "No recent status changes" : "Ei viimeisimpiä tilatietomuutoksia", @@ -26,6 +22,10 @@ "30 minutes" : "30 minuuttia", "1 hour" : "1 tunti", "4 hours" : "4 tuntia", - "Mute all notifications" : "Mykistä kaikki ilmoitukset" + "Mute all notifications" : "Mykistä kaikki ilmoitukset", + "Set custom status" : "Aseta mukautettu tilatieto", + "Clear status after" : "Tyhjennä tilatieto", + "Set a custom status" : "Aseta mukautettu tilatieto", + "Clear custom status" : "Tyhjennä mukautettu tilatieto" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/user_status/l10n/fr.js b/apps/user_status/l10n/fr.js index 30a07c3ac8..05c9d32ac5 100644 --- a/apps/user_status/l10n/fr.js +++ b/apps/user_status/l10n/fr.js @@ -8,7 +8,6 @@ OC.L10N.register( "Vacationing" : "En vacances", "Working remotely" : "Travail à distance", "User status" : "Statut utilisateur", - "Set custom status" : "Définir un statut personnalisé", "Online" : "En ligne", "Away" : "Absent", "Do not disturb" : "Ne pas déranger", @@ -16,10 +15,7 @@ OC.L10N.register( "Offline" : "Hors connexion", "Set status" : "Définir le statut", "There was an error saving the new status" : "Une erreur s'est produite lors de l'enregistrement du nouveau statut", - "Clear status after" : "Effacer l'état après", "What's your status?" : "Quel est votre statut ?", - "Set a custom status" : "Définir un statut personnalisé", - "Clear custom status" : "Effacer le statut personnalisé", "There was an error saving the status" : "Une erreur s'est produite lors de l'enregistrement de l'état", "There was an error clearing the status" : "Une erreur s'est produite lors de l'effacement de l'état", "No recent status changes" : "Aucun changement de statut récent", @@ -30,6 +26,10 @@ OC.L10N.register( "30 minutes" : "30 minutes", "1 hour" : "1 heure", "4 hours" : "4 heures", - "Mute all notifications" : "Désactiver toutes les notifications" + "Mute all notifications" : "Désactiver toutes les notifications", + "Set custom status" : "Définir un statut personnalisé", + "Clear status after" : "Effacer l'état après", + "Set a custom status" : "Définir un statut personnalisé", + "Clear custom status" : "Effacer le statut personnalisé" }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/user_status/l10n/fr.json b/apps/user_status/l10n/fr.json index f81b326ba7..877001e2ba 100644 --- a/apps/user_status/l10n/fr.json +++ b/apps/user_status/l10n/fr.json @@ -6,7 +6,6 @@ "Vacationing" : "En vacances", "Working remotely" : "Travail à distance", "User status" : "Statut utilisateur", - "Set custom status" : "Définir un statut personnalisé", "Online" : "En ligne", "Away" : "Absent", "Do not disturb" : "Ne pas déranger", @@ -14,10 +13,7 @@ "Offline" : "Hors connexion", "Set status" : "Définir le statut", "There was an error saving the new status" : "Une erreur s'est produite lors de l'enregistrement du nouveau statut", - "Clear status after" : "Effacer l'état après", "What's your status?" : "Quel est votre statut ?", - "Set a custom status" : "Définir un statut personnalisé", - "Clear custom status" : "Effacer le statut personnalisé", "There was an error saving the status" : "Une erreur s'est produite lors de l'enregistrement de l'état", "There was an error clearing the status" : "Une erreur s'est produite lors de l'effacement de l'état", "No recent status changes" : "Aucun changement de statut récent", @@ -28,6 +24,10 @@ "30 minutes" : "30 minutes", "1 hour" : "1 heure", "4 hours" : "4 heures", - "Mute all notifications" : "Désactiver toutes les notifications" + "Mute all notifications" : "Désactiver toutes les notifications", + "Set custom status" : "Définir un statut personnalisé", + "Clear status after" : "Effacer l'état après", + "Set a custom status" : "Définir un statut personnalisé", + "Clear custom status" : "Effacer le statut personnalisé" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/apps/user_status/l10n/gl.js b/apps/user_status/l10n/gl.js index a473e8eb3e..43947619fd 100644 --- a/apps/user_status/l10n/gl.js +++ b/apps/user_status/l10n/gl.js @@ -8,18 +8,14 @@ OC.L10N.register( "Vacationing" : "De vacacións", "Working remotely" : "Traballando en remoto", "User status" : "Estado do usuario", - "Set custom status" : "Establecer o estado personalizado", "Online" : "En liña", "Away" : "Ausente", "Do not disturb" : "Non molestar", "Invisible" : "Invisíbel", "Offline" : "Sen conexión", - "Set status" : "Establecer o estado", + "Set status" : "Estabelecer o estado", "There was an error saving the new status" : "Produciuse un erro ao gardar o novo estado", - "Clear status after" : "Limpar o estado após", "What's your status?" : "Cal é o seu estado?", - "Set a custom status" : "Establecer un estado personalizado", - "Clear custom status" : "Limpar o estado personalizado", "There was an error saving the status" : "Produciuse un erro ao gardar o estado", "There was an error clearing the status" : "Produciuse un erro ao limpar o estado", "No recent status changes" : "Non hai cambios de estado recentes", @@ -30,6 +26,10 @@ OC.L10N.register( "30 minutes" : "30 minutos", "1 hour" : "1 hora", "4 hours" : "4 horas", - "Mute all notifications" : "Silenciar todas as notificacións" + "Mute all notifications" : "Silenciar todas as notificacións", + "Set custom status" : "Estabelecer o estado personalizado", + "Clear status after" : "Limpar o estado após", + "Set a custom status" : "Estabelecer un estado personalizado", + "Clear custom status" : "Limpar o estado personalizado" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/user_status/l10n/gl.json b/apps/user_status/l10n/gl.json index 28be8b7be3..c9de9fb65d 100644 --- a/apps/user_status/l10n/gl.json +++ b/apps/user_status/l10n/gl.json @@ -6,18 +6,14 @@ "Vacationing" : "De vacacións", "Working remotely" : "Traballando en remoto", "User status" : "Estado do usuario", - "Set custom status" : "Establecer o estado personalizado", "Online" : "En liña", "Away" : "Ausente", "Do not disturb" : "Non molestar", "Invisible" : "Invisíbel", "Offline" : "Sen conexión", - "Set status" : "Establecer o estado", + "Set status" : "Estabelecer o estado", "There was an error saving the new status" : "Produciuse un erro ao gardar o novo estado", - "Clear status after" : "Limpar o estado após", "What's your status?" : "Cal é o seu estado?", - "Set a custom status" : "Establecer un estado personalizado", - "Clear custom status" : "Limpar o estado personalizado", "There was an error saving the status" : "Produciuse un erro ao gardar o estado", "There was an error clearing the status" : "Produciuse un erro ao limpar o estado", "No recent status changes" : "Non hai cambios de estado recentes", @@ -28,6 +24,10 @@ "30 minutes" : "30 minutos", "1 hour" : "1 hora", "4 hours" : "4 horas", - "Mute all notifications" : "Silenciar todas as notificacións" + "Mute all notifications" : "Silenciar todas as notificacións", + "Set custom status" : "Estabelecer o estado personalizado", + "Clear status after" : "Limpar o estado após", + "Set a custom status" : "Estabelecer un estado personalizado", + "Clear custom status" : "Limpar o estado personalizado" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/user_status/l10n/it.js b/apps/user_status/l10n/it.js index 8fde3c7054..1b9a676a25 100644 --- a/apps/user_status/l10n/it.js +++ b/apps/user_status/l10n/it.js @@ -8,7 +8,6 @@ OC.L10N.register( "Vacationing" : "In vacanza", "Working remotely" : "Lavoro da remoto", "User status" : "Stato utente", - "Set custom status" : "Imposta stato personalizzato", "Online" : "In linea", "Away" : "Assente", "Do not disturb" : "Non disturbare", @@ -16,10 +15,7 @@ OC.L10N.register( "Offline" : "Non in linea", "Set status" : "Imposta stato", "There was an error saving the new status" : "Si è verificato un errore durante il salvataggio del nuovo stato", - "Clear status after" : "Togli lo stato dopo", "What's your status?" : "Qual è il tuo stato?", - "Set a custom status" : "Imposta uno stato personalizzato", - "Clear custom status" : "Togli stato personalizzato", "There was an error saving the status" : "Si è verificato un errore durante il salvataggio dello stato", "There was an error clearing the status" : "Si è verificato un errore durante la rimozione dello stato", "No recent status changes" : "Nessun cambio di stato recente", @@ -30,6 +26,10 @@ OC.L10N.register( "30 minutes" : "30 minuti", "1 hour" : "1 ora", "4 hours" : "4 ore", - "Mute all notifications" : "Silenzia tutte le notifiche" + "Mute all notifications" : "Silenzia tutte le notifiche", + "Set custom status" : "Imposta stato personalizzato", + "Clear status after" : "Togli lo stato dopo", + "Set a custom status" : "Imposta uno stato personalizzato", + "Clear custom status" : "Togli stato personalizzato" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/user_status/l10n/it.json b/apps/user_status/l10n/it.json index 91e18e07eb..1497816890 100644 --- a/apps/user_status/l10n/it.json +++ b/apps/user_status/l10n/it.json @@ -6,7 +6,6 @@ "Vacationing" : "In vacanza", "Working remotely" : "Lavoro da remoto", "User status" : "Stato utente", - "Set custom status" : "Imposta stato personalizzato", "Online" : "In linea", "Away" : "Assente", "Do not disturb" : "Non disturbare", @@ -14,10 +13,7 @@ "Offline" : "Non in linea", "Set status" : "Imposta stato", "There was an error saving the new status" : "Si è verificato un errore durante il salvataggio del nuovo stato", - "Clear status after" : "Togli lo stato dopo", "What's your status?" : "Qual è il tuo stato?", - "Set a custom status" : "Imposta uno stato personalizzato", - "Clear custom status" : "Togli stato personalizzato", "There was an error saving the status" : "Si è verificato un errore durante il salvataggio dello stato", "There was an error clearing the status" : "Si è verificato un errore durante la rimozione dello stato", "No recent status changes" : "Nessun cambio di stato recente", @@ -28,6 +24,10 @@ "30 minutes" : "30 minuti", "1 hour" : "1 ora", "4 hours" : "4 ore", - "Mute all notifications" : "Silenzia tutte le notifiche" + "Mute all notifications" : "Silenzia tutte le notifiche", + "Set custom status" : "Imposta stato personalizzato", + "Clear status after" : "Togli lo stato dopo", + "Set a custom status" : "Imposta uno stato personalizzato", + "Clear custom status" : "Togli stato personalizzato" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/user_status/l10n/mk.js b/apps/user_status/l10n/mk.js index 6068df2df4..ffd52be2b0 100644 --- a/apps/user_status/l10n/mk.js +++ b/apps/user_status/l10n/mk.js @@ -8,7 +8,6 @@ OC.L10N.register( "Vacationing" : "Одмор", "Working remotely" : "Работи далечински", "User status" : "Статус на корисникот", - "Set custom status" : "Постави сопствен статус", "Online" : "Приклучен", "Away" : "Далеку", "Do not disturb" : "Не вознемирувај", @@ -16,10 +15,7 @@ OC.L10N.register( "Offline" : "Исклучен", "Set status" : "Постави статус", "There was an error saving the new status" : "Настана грешка при зачувување на нов статус", - "Clear status after" : "Тргни го статусот после", "What's your status?" : "Кој е вашиот статус?", - "Set a custom status" : "Постави сопствен статус", - "Clear custom status" : "Тргни го сопствениот статус", "There was an error saving the status" : "Грешка при зачувување на статус", "There was an error clearing the status" : "Грешка при отстранување на статус", "No recent status changes" : "Нема неодамнешна промена на статус", @@ -30,6 +26,10 @@ OC.L10N.register( "30 minutes" : "30 минути", "1 hour" : "1 час", "4 hours" : "4 часа", - "Mute all notifications" : "Занеми (Mute) ги сите известувања" + "Mute all notifications" : "Занеми (Mute) ги сите известувања", + "Set custom status" : "Постави сопствен статус", + "Clear status after" : "Тргни го статусот после", + "Set a custom status" : "Постави сопствен статус", + "Clear custom status" : "Тргни го сопствениот статус" }, "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"); diff --git a/apps/user_status/l10n/mk.json b/apps/user_status/l10n/mk.json index 6e13d09442..7b99b5c014 100644 --- a/apps/user_status/l10n/mk.json +++ b/apps/user_status/l10n/mk.json @@ -6,7 +6,6 @@ "Vacationing" : "Одмор", "Working remotely" : "Работи далечински", "User status" : "Статус на корисникот", - "Set custom status" : "Постави сопствен статус", "Online" : "Приклучен", "Away" : "Далеку", "Do not disturb" : "Не вознемирувај", @@ -14,10 +13,7 @@ "Offline" : "Исклучен", "Set status" : "Постави статус", "There was an error saving the new status" : "Настана грешка при зачувување на нов статус", - "Clear status after" : "Тргни го статусот после", "What's your status?" : "Кој е вашиот статус?", - "Set a custom status" : "Постави сопствен статус", - "Clear custom status" : "Тргни го сопствениот статус", "There was an error saving the status" : "Грешка при зачувување на статус", "There was an error clearing the status" : "Грешка при отстранување на статус", "No recent status changes" : "Нема неодамнешна промена на статус", @@ -28,6 +24,10 @@ "30 minutes" : "30 минути", "1 hour" : "1 час", "4 hours" : "4 часа", - "Mute all notifications" : "Занеми (Mute) ги сите известувања" + "Mute all notifications" : "Занеми (Mute) ги сите известувања", + "Set custom status" : "Постави сопствен статус", + "Clear status after" : "Тргни го статусот после", + "Set a custom status" : "Постави сопствен статус", + "Clear custom status" : "Тргни го сопствениот статус" },"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;" } \ No newline at end of file diff --git a/apps/user_status/l10n/pl.js b/apps/user_status/l10n/pl.js index fdbb407439..9c3247b3f9 100644 --- a/apps/user_status/l10n/pl.js +++ b/apps/user_status/l10n/pl.js @@ -8,7 +8,6 @@ OC.L10N.register( "Vacationing" : "Na wakacjach", "Working remotely" : "Praca zdalna", "User status" : "Status użytkownika", - "Set custom status" : "Ustaw własny status", "Online" : "Online", "Away" : "Bezczynny", "Do not disturb" : "Nie przeszkadzać", @@ -16,10 +15,7 @@ OC.L10N.register( "Offline" : "Offline", "Set status" : "Ustaw status", "There was an error saving the new status" : "Wystąpił błąd podczas zapisywania nowego statusu", - "Clear status after" : "Wyczyść status po", "What's your status?" : "Jaki jest Twój status?", - "Set a custom status" : "Ustaw własny status", - "Clear custom status" : "Wyczyść własny status", "There was an error saving the status" : "Wystąpił błąd podczas zapisywania statusu", "There was an error clearing the status" : "Wystąpił błąd podczas usuwania statusu", "No recent status changes" : "Brak ostatnich zmian statusu", @@ -30,6 +26,10 @@ OC.L10N.register( "30 minutes" : "30 minut", "1 hour" : "1 godzina", "4 hours" : "4 godziny", - "Mute all notifications" : "Wycisz wszystkie powiadomienia" + "Mute all notifications" : "Wycisz wszystkie powiadomienia", + "Set custom status" : "Ustaw własny status", + "Clear status after" : "Wyczyść status po", + "Set a custom status" : "Ustaw własny status", + "Clear custom status" : "Wyczyść własny status" }, "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/user_status/l10n/pl.json b/apps/user_status/l10n/pl.json index 0c3d2c28a2..681a50edbf 100644 --- a/apps/user_status/l10n/pl.json +++ b/apps/user_status/l10n/pl.json @@ -6,7 +6,6 @@ "Vacationing" : "Na wakacjach", "Working remotely" : "Praca zdalna", "User status" : "Status użytkownika", - "Set custom status" : "Ustaw własny status", "Online" : "Online", "Away" : "Bezczynny", "Do not disturb" : "Nie przeszkadzać", @@ -14,10 +13,7 @@ "Offline" : "Offline", "Set status" : "Ustaw status", "There was an error saving the new status" : "Wystąpił błąd podczas zapisywania nowego statusu", - "Clear status after" : "Wyczyść status po", "What's your status?" : "Jaki jest Twój status?", - "Set a custom status" : "Ustaw własny status", - "Clear custom status" : "Wyczyść własny status", "There was an error saving the status" : "Wystąpił błąd podczas zapisywania statusu", "There was an error clearing the status" : "Wystąpił błąd podczas usuwania statusu", "No recent status changes" : "Brak ostatnich zmian statusu", @@ -28,6 +24,10 @@ "30 minutes" : "30 minut", "1 hour" : "1 godzina", "4 hours" : "4 godziny", - "Mute all notifications" : "Wycisz wszystkie powiadomienia" + "Mute all notifications" : "Wycisz wszystkie powiadomienia", + "Set custom status" : "Ustaw własny status", + "Clear status after" : "Wyczyść status po", + "Set a custom status" : "Ustaw własny status", + "Clear custom status" : "Wyczyść własny status" },"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/user_status/l10n/tr.js b/apps/user_status/l10n/tr.js index 737493f954..5bc28bccf2 100644 --- a/apps/user_status/l10n/tr.js +++ b/apps/user_status/l10n/tr.js @@ -8,7 +8,6 @@ OC.L10N.register( "Vacationing" : "Tatilde", "Working remotely" : "Uzaktan çalışıyor", "User status" : "Kullanıcı durumu", - "Set custom status" : "Özel durum ayarlar", "Online" : "Çevrimiçi", "Away" : "Uzakta", "Do not disturb" : "Rahatsız etmeyin", @@ -16,10 +15,7 @@ OC.L10N.register( "Offline" : "Çevrimdışı", "Set status" : "Durumu ayarla", "There was an error saving the new status" : "Yeni durum kaydedilirken bir sorun çıktı", - "Clear status after" : "Durum şu kadar sonra kaldırılsın", "What's your status?" : "Durumunuz nedir?", - "Set a custom status" : "Özel bir durum ayarla", - "Clear custom status" : "Özel durumu kaldır", "There was an error saving the status" : "Durum kaydedilirken bir sorun çıktı", "There was an error clearing the status" : "Durum kaldırılırken bir sorun çıktı", "No recent status changes" : "Yakın zamanda değiştirilmiş bir durum yok", @@ -30,6 +26,10 @@ OC.L10N.register( "30 minutes" : "30 dakika", "1 hour" : "1 saat", "4 hours" : "4 saat", - "Mute all notifications" : "Tüm bildirimleri kapat" + "Mute all notifications" : "Tüm bildirimleri kapat", + "Set custom status" : "Özel durum ayarlar", + "Clear status after" : "Durum şu kadar sonra kaldırılsın", + "Set a custom status" : "Özel bir durum ayarla", + "Clear custom status" : "Özel durumu kaldır" }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/user_status/l10n/tr.json b/apps/user_status/l10n/tr.json index b9613f97bb..3dacbc2216 100644 --- a/apps/user_status/l10n/tr.json +++ b/apps/user_status/l10n/tr.json @@ -6,7 +6,6 @@ "Vacationing" : "Tatilde", "Working remotely" : "Uzaktan çalışıyor", "User status" : "Kullanıcı durumu", - "Set custom status" : "Özel durum ayarlar", "Online" : "Çevrimiçi", "Away" : "Uzakta", "Do not disturb" : "Rahatsız etmeyin", @@ -14,10 +13,7 @@ "Offline" : "Çevrimdışı", "Set status" : "Durumu ayarla", "There was an error saving the new status" : "Yeni durum kaydedilirken bir sorun çıktı", - "Clear status after" : "Durum şu kadar sonra kaldırılsın", "What's your status?" : "Durumunuz nedir?", - "Set a custom status" : "Özel bir durum ayarla", - "Clear custom status" : "Özel durumu kaldır", "There was an error saving the status" : "Durum kaydedilirken bir sorun çıktı", "There was an error clearing the status" : "Durum kaldırılırken bir sorun çıktı", "No recent status changes" : "Yakın zamanda değiştirilmiş bir durum yok", @@ -28,6 +24,10 @@ "30 minutes" : "30 dakika", "1 hour" : "1 saat", "4 hours" : "4 saat", - "Mute all notifications" : "Tüm bildirimleri kapat" + "Mute all notifications" : "Tüm bildirimleri kapat", + "Set custom status" : "Özel durum ayarlar", + "Clear status after" : "Durum şu kadar sonra kaldırılsın", + "Set a custom status" : "Özel bir durum ayarla", + "Clear custom status" : "Özel durumu kaldır" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/apps/weather_status/l10n/cs.js b/apps/weather_status/l10n/cs.js index b49d82b69b..d8f06d98c1 100644 --- a/apps/weather_status/l10n/cs.js +++ b/apps/weather_status/l10n/cs.js @@ -25,6 +25,7 @@ OC.L10N.register( "More weather for {adr}" : "Více o počasí pro {adr}", "Loading weather" : "Načítá se počasí", "Set location for weather" : "Nastavit polohu pro předpovídání počasí", + "You are not logged in." : "Nejste přihlášení.", "There was an error getting the weather status information." : "Při získávání informací o stavu počasí došlo k chybě.", "No weather information found" : "Nenalezeny žádné informace o počasí", "Location not found" : "Umístění nenalezeno", diff --git a/apps/weather_status/l10n/cs.json b/apps/weather_status/l10n/cs.json index 75365ac021..5c8bdf5d4b 100644 --- a/apps/weather_status/l10n/cs.json +++ b/apps/weather_status/l10n/cs.json @@ -23,6 +23,7 @@ "More weather for {adr}" : "Více o počasí pro {adr}", "Loading weather" : "Načítá se počasí", "Set location for weather" : "Nastavit polohu pro předpovídání počasí", + "You are not logged in." : "Nejste přihlášení.", "There was an error getting the weather status information." : "Při získávání informací o stavu počasí došlo k chybě.", "No weather information found" : "Nenalezeny žádné informace o počasí", "Location not found" : "Umístění nenalezeno", diff --git a/apps/weather_status/l10n/de.js b/apps/weather_status/l10n/de.js index d6570a0998..93fda9405d 100644 --- a/apps/weather_status/l10n/de.js +++ b/apps/weather_status/l10n/de.js @@ -25,6 +25,7 @@ OC.L10N.register( "More weather for {adr}" : "Mehr Wetter für {adr}", "Loading weather" : "Lade Wetter", "Set location for weather" : "Stelle Standort für Wetter ein.", + "You are not logged in." : "Du bist nicht angemeldet.", "There was an error getting the weather status information." : "Beim Abrufen der Wetterstatusinformationen ist ein Fehler aufgetreten.", "No weather information found" : "Keine Wetterinformationen gefunden", "Location not found" : "Standort nicht gefunden", diff --git a/apps/weather_status/l10n/de.json b/apps/weather_status/l10n/de.json index ebcbee110e..6de0f1ef8e 100644 --- a/apps/weather_status/l10n/de.json +++ b/apps/weather_status/l10n/de.json @@ -23,6 +23,7 @@ "More weather for {adr}" : "Mehr Wetter für {adr}", "Loading weather" : "Lade Wetter", "Set location for weather" : "Stelle Standort für Wetter ein.", + "You are not logged in." : "Du bist nicht angemeldet.", "There was an error getting the weather status information." : "Beim Abrufen der Wetterstatusinformationen ist ein Fehler aufgetreten.", "No weather information found" : "Keine Wetterinformationen gefunden", "Location not found" : "Standort nicht gefunden", diff --git a/apps/weather_status/l10n/de_DE.js b/apps/weather_status/l10n/de_DE.js index e24dd9d6b5..f0bd53892a 100644 --- a/apps/weather_status/l10n/de_DE.js +++ b/apps/weather_status/l10n/de_DE.js @@ -25,6 +25,7 @@ OC.L10N.register( "More weather for {adr}" : "Mehr Wetter für {adr}", "Loading weather" : "Lade Wetter", "Set location for weather" : "Stelle Standort für Wetter ein.", + "You are not logged in." : "Sie sind nicht angemeldet.", "There was an error getting the weather status information." : "Beim Abrufen der Wetterstatusinformationen ist ein Fehler aufgetreten.", "No weather information found" : "Keine Wetterinformationen gefunden", "Location not found" : "Ort nicht gefunden", diff --git a/apps/weather_status/l10n/de_DE.json b/apps/weather_status/l10n/de_DE.json index c7146669f7..6a9bb8b730 100644 --- a/apps/weather_status/l10n/de_DE.json +++ b/apps/weather_status/l10n/de_DE.json @@ -23,6 +23,7 @@ "More weather for {adr}" : "Mehr Wetter für {adr}", "Loading weather" : "Lade Wetter", "Set location for weather" : "Stelle Standort für Wetter ein.", + "You are not logged in." : "Sie sind nicht angemeldet.", "There was an error getting the weather status information." : "Beim Abrufen der Wetterstatusinformationen ist ein Fehler aufgetreten.", "No weather information found" : "Keine Wetterinformationen gefunden", "Location not found" : "Ort nicht gefunden", diff --git a/apps/weather_status/l10n/fr.js b/apps/weather_status/l10n/fr.js index fb58879c2d..0cbe0545b7 100644 --- a/apps/weather_status/l10n/fr.js +++ b/apps/weather_status/l10n/fr.js @@ -25,6 +25,7 @@ OC.L10N.register( "More weather for {adr}" : "Plus de météo pour {adr}", "Loading weather" : "Chargement de la météo", "Set location for weather" : "Définir l'emplacement pour la météo", + "You are not logged in." : "Vous n'êtes pas connecté.", "There was an error getting the weather status information." : "Une erreur s'est produite lors de l'obtention des informations sur l'état de la météo.", "No weather information found" : "Aucune information météo", "Location not found" : "Lieu non trouvé", diff --git a/apps/weather_status/l10n/fr.json b/apps/weather_status/l10n/fr.json index 1a4f14bdc0..59b93652f8 100644 --- a/apps/weather_status/l10n/fr.json +++ b/apps/weather_status/l10n/fr.json @@ -23,6 +23,7 @@ "More weather for {adr}" : "Plus de météo pour {adr}", "Loading weather" : "Chargement de la météo", "Set location for weather" : "Définir l'emplacement pour la météo", + "You are not logged in." : "Vous n'êtes pas connecté.", "There was an error getting the weather status information." : "Une erreur s'est produite lors de l'obtention des informations sur l'état de la météo.", "No weather information found" : "Aucune information météo", "Location not found" : "Lieu non trouvé", diff --git a/apps/weather_status/l10n/gl.js b/apps/weather_status/l10n/gl.js index b692dd3a14..220fb869b1 100644 --- a/apps/weather_status/l10n/gl.js +++ b/apps/weather_status/l10n/gl.js @@ -9,7 +9,7 @@ OC.L10N.register( "Weather status in your dashboard" : "Estado meteorolóxico no seu panel", "Weather status integrated in the Dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Estado meteorolóxico integrado na aplicación do Taboleiro.\n A localización do usuario pódese determinar automaticamente ou definir manualmente. A seguir amósase unha previsión de 6 horas.\n Este estado tamén se pode integrar noutros lugares como a aplicación Calendario.", "Detect location" : "Detectar localización", - "Set custom address" : "Establecer o enderezo personalizado", + "Set custom address" : "Estabelecer o enderezo personalizado", "{temperature} {unit} Clear sky at {time}" : "{temperature} {unit}, ceo despexado ás {time}", "{temperature} {unit} Cloudy at {time}" : "{temperature} {unit}, nubrado ás {time}", "{temperature} {unit} Fair day at {time}" : "{temperature} {unit}, día claro ás {time}", @@ -24,7 +24,8 @@ OC.L10N.register( "{temperature} {unit} Heavy rain showers at {time}" : "{temperatura} {unidade} balloadas intensas ás {hora}", "More weather for {adr}" : "Máis previsións para {adr}", "Loading weather" : "Cargando as previsións", - "Set location for weather" : "Establecer a localización para as previsións meteorolóxicas", + "Set location for weather" : "Estabelecer a localización para as previsións meteorolóxicas", + "You are not logged in." : "Aínda non accedeu.", "There was an error getting the weather status information." : "Produciuse un erro ao obter a información do estado do tempo.", "No weather information found" : "Non se atopou información meteorolóxica", "Location not found" : "Non se atopou a localización", diff --git a/apps/weather_status/l10n/gl.json b/apps/weather_status/l10n/gl.json index a46fea20ce..33e99e2f93 100644 --- a/apps/weather_status/l10n/gl.json +++ b/apps/weather_status/l10n/gl.json @@ -7,7 +7,7 @@ "Weather status in your dashboard" : "Estado meteorolóxico no seu panel", "Weather status integrated in the Dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Estado meteorolóxico integrado na aplicación do Taboleiro.\n A localización do usuario pódese determinar automaticamente ou definir manualmente. A seguir amósase unha previsión de 6 horas.\n Este estado tamén se pode integrar noutros lugares como a aplicación Calendario.", "Detect location" : "Detectar localización", - "Set custom address" : "Establecer o enderezo personalizado", + "Set custom address" : "Estabelecer o enderezo personalizado", "{temperature} {unit} Clear sky at {time}" : "{temperature} {unit}, ceo despexado ás {time}", "{temperature} {unit} Cloudy at {time}" : "{temperature} {unit}, nubrado ás {time}", "{temperature} {unit} Fair day at {time}" : "{temperature} {unit}, día claro ás {time}", @@ -22,7 +22,8 @@ "{temperature} {unit} Heavy rain showers at {time}" : "{temperatura} {unidade} balloadas intensas ás {hora}", "More weather for {adr}" : "Máis previsións para {adr}", "Loading weather" : "Cargando as previsións", - "Set location for weather" : "Establecer a localización para as previsións meteorolóxicas", + "Set location for weather" : "Estabelecer a localización para as previsións meteorolóxicas", + "You are not logged in." : "Aínda non accedeu.", "There was an error getting the weather status information." : "Produciuse un erro ao obter a información do estado do tempo.", "No weather information found" : "Non se atopou información meteorolóxica", "Location not found" : "Non se atopou a localización", diff --git a/apps/weather_status/l10n/it.js b/apps/weather_status/l10n/it.js index 0c35e2915c..14a3cea40a 100644 --- a/apps/weather_status/l10n/it.js +++ b/apps/weather_status/l10n/it.js @@ -25,6 +25,7 @@ OC.L10N.register( "More weather for {adr}" : "Altro meteo per {adr}", "Loading weather" : "Caricamento meteo", "Set location for weather" : "Imposta la località per il meteo", + "You are not logged in." : "Accesso non effettuato.", "There was an error getting the weather status information." : "Si è verificato un errore durante il recupero delle informazioni meteo.", "No weather information found" : "Nessuna informazione meteo trovata", "Location not found" : "Località non trovata", diff --git a/apps/weather_status/l10n/it.json b/apps/weather_status/l10n/it.json index ab6cc958f3..203532fc54 100644 --- a/apps/weather_status/l10n/it.json +++ b/apps/weather_status/l10n/it.json @@ -23,6 +23,7 @@ "More weather for {adr}" : "Altro meteo per {adr}", "Loading weather" : "Caricamento meteo", "Set location for weather" : "Imposta la località per il meteo", + "You are not logged in." : "Accesso non effettuato.", "There was an error getting the weather status information." : "Si è verificato un errore durante il recupero delle informazioni meteo.", "No weather information found" : "Nessuna informazione meteo trovata", "Location not found" : "Località non trovata", diff --git a/apps/weather_status/l10n/pl.js b/apps/weather_status/l10n/pl.js index 0c2ce0422d..23be6bd8cd 100644 --- a/apps/weather_status/l10n/pl.js +++ b/apps/weather_status/l10n/pl.js @@ -25,6 +25,7 @@ OC.L10N.register( "More weather for {adr}" : "Więcej pogody dla {adr}", "Loading weather" : "Ładowanie pogody", "Set location for weather" : "Ustaw lokalizację dla pogody", + "You are not logged in." : "Nie jesteś zalogowany.", "There was an error getting the weather status information." : "Wystąpił błąd podczas pobierania informacji o stanie pogody.", "No weather information found" : "Nie znaleziono informacji o pogodzie", "Location not found" : "Nie znaleziono lokalizacji", diff --git a/apps/weather_status/l10n/pl.json b/apps/weather_status/l10n/pl.json index 91d16c74ca..b4ebcee63d 100644 --- a/apps/weather_status/l10n/pl.json +++ b/apps/weather_status/l10n/pl.json @@ -23,6 +23,7 @@ "More weather for {adr}" : "Więcej pogody dla {adr}", "Loading weather" : "Ładowanie pogody", "Set location for weather" : "Ustaw lokalizację dla pogody", + "You are not logged in." : "Nie jesteś zalogowany.", "There was an error getting the weather status information." : "Wystąpił błąd podczas pobierania informacji o stanie pogody.", "No weather information found" : "Nie znaleziono informacji o pogodzie", "Location not found" : "Nie znaleziono lokalizacji", diff --git a/apps/weather_status/l10n/tr.js b/apps/weather_status/l10n/tr.js index 6d0fb27bf6..9419fec5f4 100644 --- a/apps/weather_status/l10n/tr.js +++ b/apps/weather_status/l10n/tr.js @@ -25,6 +25,7 @@ OC.L10N.register( "More weather for {adr}" : "{adr} için geniş hava durumu", "Loading weather" : "Hava durumu yükleniyor", "Set location for weather" : "Hava durumu için konumu ayarlayın", + "You are not logged in." : "Oturum açmamışsınız.", "There was an error getting the weather status information." : "Hava durumu bilgileri alınırken bir sorun çıktı.", "No weather information found" : "Hava durumu bilgileri bulunamadı.", "Location not found" : "Konum bulunamadı", diff --git a/apps/weather_status/l10n/tr.json b/apps/weather_status/l10n/tr.json index 27212c145a..d19e247427 100644 --- a/apps/weather_status/l10n/tr.json +++ b/apps/weather_status/l10n/tr.json @@ -23,6 +23,7 @@ "More weather for {adr}" : "{adr} için geniş hava durumu", "Loading weather" : "Hava durumu yükleniyor", "Set location for weather" : "Hava durumu için konumu ayarlayın", + "You are not logged in." : "Oturum açmamışsınız.", "There was an error getting the weather status information." : "Hava durumu bilgileri alınırken bir sorun çıktı.", "No weather information found" : "Hava durumu bilgileri bulunamadı.", "Location not found" : "Konum bulunamadı", diff --git a/core/l10n/fr.js b/core/l10n/fr.js index 2ceec21a46..aec0d10031 100644 --- a/core/l10n/fr.js +++ b/core/l10n/fr.js @@ -171,6 +171,7 @@ OC.L10N.register( "Start typing to search" : "Commencez à taper pout lancer la recherche", "Loading more results …" : "Chargement de plus de résultats …", "Load more results" : "Charger plus de résultats", + "An error occurred while searching for {type}" : "Une erreur s'est produite lors de la recherche de {type}", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Veuillez saisir au moins {minSearchLength} caractère pour lancer la recherche","Veuillez saisir au moins {minSearchLength} caractères pour lancer la recherche"], "Search {types} …" : "Rechercher {types} …", "Settings" : "Paramètres", diff --git a/core/l10n/fr.json b/core/l10n/fr.json index 6515d04a88..f07d863699 100644 --- a/core/l10n/fr.json +++ b/core/l10n/fr.json @@ -169,6 +169,7 @@ "Start typing to search" : "Commencez à taper pout lancer la recherche", "Loading more results …" : "Chargement de plus de résultats …", "Load more results" : "Charger plus de résultats", + "An error occurred while searching for {type}" : "Une erreur s'est produite lors de la recherche de {type}", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Veuillez saisir au moins {minSearchLength} caractère pour lancer la recherche","Veuillez saisir au moins {minSearchLength} caractères pour lancer la recherche"], "Search {types} …" : "Rechercher {types} …", "Settings" : "Paramètres", diff --git a/lib/l10n/es.js b/lib/l10n/es.js index c7977200ba..ae14ee4d65 100644 --- a/lib/l10n/es.js +++ b/lib/l10n/es.js @@ -23,6 +23,7 @@ OC.L10N.register( "PHP %s or higher is required." : "Se requiere PHP %s o superior.", "PHP with a version lower than %s is required." : "Se necesita una versión de PHP inferior a %s", "%sbit or higher PHP required." : "Se requiere PHP %sbit o superior.", + "The following architectures are supported: %s" : "Las siguientes arquitecturas están soportadas: %s", "The following databases are supported: %s" : "Las siguientes bases de datos están soportadas: %s", "The command line tool %s could not be found" : "No se encontró la herramienta %s de línea de comandos", "The library %s is not available." : "La biblioteca %s no está disponible", diff --git a/lib/l10n/es.json b/lib/l10n/es.json index 272ffbf5a5..fb6e53ef82 100644 --- a/lib/l10n/es.json +++ b/lib/l10n/es.json @@ -21,6 +21,7 @@ "PHP %s or higher is required." : "Se requiere PHP %s o superior.", "PHP with a version lower than %s is required." : "Se necesita una versión de PHP inferior a %s", "%sbit or higher PHP required." : "Se requiere PHP %sbit o superior.", + "The following architectures are supported: %s" : "Las siguientes arquitecturas están soportadas: %s", "The following databases are supported: %s" : "Las siguientes bases de datos están soportadas: %s", "The command line tool %s could not be found" : "No se encontró la herramienta %s de línea de comandos", "The library %s is not available." : "La biblioteca %s no está disponible",