diff --git a/plinth/locale/bn/LC_MESSAGES/django.po b/plinth/locale/bn/LC_MESSAGES/django.po index 0492ad009..5a8dfe7d0 100644 --- a/plinth/locale/bn/LC_MESSAGES/django.po +++ b/plinth/locale/bn/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-08-13 17:48-0400\n" +"POT-Creation-Date: 2018-08-27 18:09-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -107,47 +107,46 @@ msgid "" "network." msgstr "" -#: plinth/modules/backups/__init__.py:32 +#: plinth/modules/backups/__init__.py:33 msgid "Backups" msgstr "" -#: plinth/modules/backups/__init__.py:34 +#: plinth/modules/backups/__init__.py:35 msgid "Backups allows creating and managing backup archives." msgstr "" -#: plinth/modules/backups/forms.py:28 -msgid "Archive name" -msgstr "" - -#: plinth/modules/backups/forms.py:29 -msgid "Name for new backup archive." +#: plinth/modules/backups/__init__.py:89 +msgid "Root Filesystem" msgstr "" #: plinth/modules/backups/forms.py:30 +msgid "Archive name" +msgstr "" + +#: plinth/modules/backups/forms.py:31 +msgid "Name for new backup archive." +msgstr "" + +#: plinth/modules/backups/forms.py:32 msgid "Invalid archive name" msgstr "" -#: plinth/modules/backups/forms.py:33 plinth/modules/backups/forms.py:39 +#: plinth/modules/backups/forms.py:35 msgid "Path" msgstr "" -#: plinth/modules/backups/forms.py:34 +#: plinth/modules/backups/forms.py:36 msgid "" "Disk path to a folder on this server that will be archived into backup " "repository." msgstr "" -#: plinth/modules/backups/forms.py:40 -msgid "" -"Disk path to a folder on this server where the archive will be extracted." +#: plinth/modules/backups/forms.py:42 +msgid "Disk" msgstr "" -#: plinth/modules/backups/forms.py:46 -msgid "Exported filename" -msgstr "" - -#: plinth/modules/backups/forms.py:47 -msgid "Name for the tar file exported from the archive." +#: plinth/modules/backups/forms.py:43 +msgid "Disk or removable storage where the backup archive will be saved." msgstr "" #: plinth/modules/backups/templates/backups.html:43 @@ -155,29 +154,48 @@ msgstr "" msgid "Create archive" msgstr "" -#: plinth/modules/backups/templates/backups.html:51 +#: plinth/modules/backups/templates/backups.html:50 +msgid "Backup archives" +msgstr "" + +#: plinth/modules/backups/templates/backups.html:52 msgid "No archives currently exist." msgstr "" -#: plinth/modules/backups/templates/backups.html:57 +#: plinth/modules/backups/templates/backups.html:58 +#: plinth/modules/backups/templates/backups.html:95 #: plinth/modules/backups/templates/backups_delete.html:33 +#: plinth/modules/backups/templates/backups_restore.html:34 #: plinth/modules/ikiwiki/forms.py:34 #: plinth/modules/networks/templates/connection_show.html:78 #: plinth/modules/sharing/templates/sharing.html:56 msgid "Name" msgstr "" -#: plinth/modules/backups/templates/backups.html:58 +#: plinth/modules/backups/templates/backups.html:59 #: plinth/modules/backups/templates/backups_delete.html:34 msgid "Time" msgstr "" -#: plinth/modules/backups/templates/backups.html:71 -msgid "Extract" +#: plinth/modules/backups/templates/backups.html:72 +msgid "Export" msgstr "" -#: plinth/modules/backups/templates/backups.html:75 -msgid "Export" +#: plinth/modules/backups/templates/backups.html:86 +msgid "Exported backup archives" +msgstr "" + +#: plinth/modules/backups/templates/backups.html:88 +msgid "No exported backup archives were found." +msgstr "" + +#: plinth/modules/backups/templates/backups.html:94 +#: plinth/modules/backups/templates/backups_restore.html:33 +msgid "Location" +msgstr "" + +#: plinth/modules/backups/templates/backups.html:109 +msgid "Restore" msgstr "" #: plinth/modules/backups/templates/backups_delete.html:27 @@ -196,38 +214,47 @@ msgstr "" msgid "Submit" msgstr "" -#: plinth/modules/backups/views.py:54 +#: plinth/modules/backups/templates/backups_restore.html:27 +msgid "Restore data from this archive?" +msgstr "" + +#: plinth/modules/backups/templates/backups_restore.html:51 +#, python-format +msgid "Restore data from %(name)s" +msgstr "" + +#: plinth/modules/backups/views.py:56 msgid "Archive created." msgstr "" -#: plinth/modules/backups/views.py:59 +#: plinth/modules/backups/views.py:61 msgid "Create Archive" msgstr "" -#: plinth/modules/backups/views.py:76 +#: plinth/modules/backups/views.py:78 msgid "Delete Archive" msgstr "" -#: plinth/modules/backups/views.py:86 +#: plinth/modules/backups/views.py:88 msgid "Archive deleted." msgstr "" -#: plinth/modules/backups/views.py:96 -msgid "Archive extracted." -msgstr "" - -#: plinth/modules/backups/views.py:101 -msgid "Extract Archive" -msgstr "" - -#: plinth/modules/backups/views.py:120 +#: plinth/modules/backups/views.py:98 msgid "Archive exported." msgstr "" -#: plinth/modules/backups/views.py:125 +#: plinth/modules/backups/views.py:103 msgid "Export Archive" msgstr "" +#: plinth/modules/backups/views.py:124 +msgid "Restore from backup" +msgstr "" + +#: plinth/modules/backups/views.py:132 +msgid "Restored data from backup." +msgstr "" + #: plinth/modules/bind/__init__.py:34 msgid "BIND" msgstr "" diff --git a/plinth/locale/cs/LC_MESSAGES/django.po b/plinth/locale/cs/LC_MESSAGES/django.po index bef9e64dc..ff175ce48 100644 --- a/plinth/locale/cs/LC_MESSAGES/django.po +++ b/plinth/locale/cs/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-08-13 17:48-0400\n" +"POT-Creation-Date: 2018-08-27 18:09-0400\n" "PO-Revision-Date: 2018-08-14 04:07+0000\n" "Last-Translator: Pavel Borecki \n" "Language-Team: Czech \n" "Language-Team: Danish \n" "Language-Team: German homepage and \n" "Language-Team: LANGUAGE \n" @@ -106,47 +106,46 @@ msgid "" "network." msgstr "" -#: plinth/modules/backups/__init__.py:32 +#: plinth/modules/backups/__init__.py:33 msgid "Backups" msgstr "" -#: plinth/modules/backups/__init__.py:34 +#: plinth/modules/backups/__init__.py:35 msgid "Backups allows creating and managing backup archives." msgstr "" -#: plinth/modules/backups/forms.py:28 -msgid "Archive name" -msgstr "" - -#: plinth/modules/backups/forms.py:29 -msgid "Name for new backup archive." +#: plinth/modules/backups/__init__.py:89 +msgid "Root Filesystem" msgstr "" #: plinth/modules/backups/forms.py:30 +msgid "Archive name" +msgstr "" + +#: plinth/modules/backups/forms.py:31 +msgid "Name for new backup archive." +msgstr "" + +#: plinth/modules/backups/forms.py:32 msgid "Invalid archive name" msgstr "" -#: plinth/modules/backups/forms.py:33 plinth/modules/backups/forms.py:39 +#: plinth/modules/backups/forms.py:35 msgid "Path" msgstr "" -#: plinth/modules/backups/forms.py:34 +#: plinth/modules/backups/forms.py:36 msgid "" "Disk path to a folder on this server that will be archived into backup " "repository." msgstr "" -#: plinth/modules/backups/forms.py:40 -msgid "" -"Disk path to a folder on this server where the archive will be extracted." +#: plinth/modules/backups/forms.py:42 +msgid "Disk" msgstr "" -#: plinth/modules/backups/forms.py:46 -msgid "Exported filename" -msgstr "" - -#: plinth/modules/backups/forms.py:47 -msgid "Name for the tar file exported from the archive." +#: plinth/modules/backups/forms.py:43 +msgid "Disk or removable storage where the backup archive will be saved." msgstr "" #: plinth/modules/backups/templates/backups.html:43 @@ -154,29 +153,48 @@ msgstr "" msgid "Create archive" msgstr "" -#: plinth/modules/backups/templates/backups.html:51 +#: plinth/modules/backups/templates/backups.html:50 +msgid "Backup archives" +msgstr "" + +#: plinth/modules/backups/templates/backups.html:52 msgid "No archives currently exist." msgstr "" -#: plinth/modules/backups/templates/backups.html:57 +#: plinth/modules/backups/templates/backups.html:58 +#: plinth/modules/backups/templates/backups.html:95 #: plinth/modules/backups/templates/backups_delete.html:33 +#: plinth/modules/backups/templates/backups_restore.html:34 #: plinth/modules/ikiwiki/forms.py:34 #: plinth/modules/networks/templates/connection_show.html:78 #: plinth/modules/sharing/templates/sharing.html:56 msgid "Name" msgstr "" -#: plinth/modules/backups/templates/backups.html:58 +#: plinth/modules/backups/templates/backups.html:59 #: plinth/modules/backups/templates/backups_delete.html:34 msgid "Time" msgstr "" -#: plinth/modules/backups/templates/backups.html:71 -msgid "Extract" +#: plinth/modules/backups/templates/backups.html:72 +msgid "Export" msgstr "" -#: plinth/modules/backups/templates/backups.html:75 -msgid "Export" +#: plinth/modules/backups/templates/backups.html:86 +msgid "Exported backup archives" +msgstr "" + +#: plinth/modules/backups/templates/backups.html:88 +msgid "No exported backup archives were found." +msgstr "" + +#: plinth/modules/backups/templates/backups.html:94 +#: plinth/modules/backups/templates/backups_restore.html:33 +msgid "Location" +msgstr "" + +#: plinth/modules/backups/templates/backups.html:109 +msgid "Restore" msgstr "" #: plinth/modules/backups/templates/backups_delete.html:27 @@ -195,38 +213,47 @@ msgstr "" msgid "Submit" msgstr "" -#: plinth/modules/backups/views.py:54 +#: plinth/modules/backups/templates/backups_restore.html:27 +msgid "Restore data from this archive?" +msgstr "" + +#: plinth/modules/backups/templates/backups_restore.html:51 +#, python-format +msgid "Restore data from %(name)s" +msgstr "" + +#: plinth/modules/backups/views.py:56 msgid "Archive created." msgstr "" -#: plinth/modules/backups/views.py:59 +#: plinth/modules/backups/views.py:61 msgid "Create Archive" msgstr "" -#: plinth/modules/backups/views.py:76 +#: plinth/modules/backups/views.py:78 msgid "Delete Archive" msgstr "" -#: plinth/modules/backups/views.py:86 +#: plinth/modules/backups/views.py:88 msgid "Archive deleted." msgstr "" -#: plinth/modules/backups/views.py:96 -msgid "Archive extracted." -msgstr "" - -#: plinth/modules/backups/views.py:101 -msgid "Extract Archive" -msgstr "" - -#: plinth/modules/backups/views.py:120 +#: plinth/modules/backups/views.py:98 msgid "Archive exported." msgstr "" -#: plinth/modules/backups/views.py:125 +#: plinth/modules/backups/views.py:103 msgid "Export Archive" msgstr "" +#: plinth/modules/backups/views.py:124 +msgid "Restore from backup" +msgstr "" + +#: plinth/modules/backups/views.py:132 +msgid "Restored data from backup." +msgstr "" + #: plinth/modules/bind/__init__.py:34 msgid "BIND" msgstr "" diff --git a/plinth/locale/es/LC_MESSAGES/django.po b/plinth/locale/es/LC_MESSAGES/django.po index 83059e4b9..cf15183ca 100644 --- a/plinth/locale/es/LC_MESSAGES/django.po +++ b/plinth/locale/es/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-08-13 17:48-0400\n" +"POT-Creation-Date: 2018-08-27 18:09-0400\n" "PO-Revision-Date: 2018-08-14 18:53+0000\n" "Last-Translator: advocatux \n" "Language-Team: Spanish %(current_domain)s" msgstr "" -"Permitir que %(box_name)s gestione la renovación del certificado de " -"%(current_domain)s" +"Permitir que %(box_name)s gestione la renovación del certificado de " +"%(current_domain)s" #: plinth/modules/letsencrypt/templates/letsencrypt.html:183 #, python-format @@ -5705,6 +5750,21 @@ msgstr "Instalando %(package_names)s: %(status)s" msgid "%(percentage)s%% complete" msgstr "%(percentage)s%% completado" +#~ msgid "Exported filename" +#~ msgstr "Nombre de archivo exportado" + +#~ msgid "Name for the tar file exported from the archive." +#~ msgstr "Nombre para el archivo tar exportado." + +#~ msgid "Extract" +#~ msgstr "Extraer" + +#~ msgid "Archive extracted." +#~ msgstr "Archivo extraído." + +#~ msgid "Extract Archive" +#~ msgstr "Extraer archivo" + #~ msgid "" #~ "To complete the setup of your %(box_name)s, please provide some basic " #~ "information." @@ -5841,9 +5901,6 @@ msgstr "%(percentage)s%% completado" #~ "certificado del dominio actual\n" #~ " " -#~ msgid "Disks" -#~ msgstr "Discos" - #~ msgid "Snapshots" #~ msgstr "Snapshots" @@ -5960,9 +6017,6 @@ msgstr "%(percentage)s%% completado" #~ "Acceso al terminal de consola restringido a los usuarios del grupo " #~ "\"admin\". Se puede configurar en las opciones de seguridad." -#~ msgid "Welcome to %(box_name)s!" -#~ msgstr "Bienvenido/a a %(box_name)s!" - #~ msgid "" #~ "More info about %(box_name)s is available on the project homepage and \n" "Language-Team: Persian \n" "Language-Team: Plinth Developers \n" "Language-Team: French homepage and \n" "Language-Team: Gujarati \n" "Language-Team: Hindi \n" "Language-Team: Hungarian %(current_domain)s" msgstr "" -"Kezelje a(z) %(box_name)s eszköz a tanúsítvány megújítását " -"%(current_domain)s tartományban" +"Kezelje a(z) %(box_name)s eszköz a tanúsítvány megújítását " +"%(current_domain)s tartományban" #: plinth/modules/letsencrypt/templates/letsencrypt.html:183 #, python-format @@ -5569,6 +5611,21 @@ msgstr "%(package_names)s telepítése: %(status)s" msgid "%(percentage)s%% complete" msgstr "befejezettségi szint: %(percentage)s%%" +#~ msgid "Exported filename" +#~ msgstr "Exportált fájlnév" + +#~ msgid "Name for the tar file exported from the archive." +#~ msgstr "Az archívumból kiexportált tar fájl neve." + +#~ msgid "Extract" +#~ msgstr "Kicsomagol" + +#~ msgid "Archive extracted." +#~ msgstr "Archívum kicsomagolva." + +#~ msgid "Extract Archive" +#~ msgstr "Archívum kicsomagolása" + #~ msgid "" #~ "To complete the setup of your %(box_name)s, please provide some basic " #~ "information." diff --git a/plinth/locale/id/LC_MESSAGES/django.po b/plinth/locale/id/LC_MESSAGES/django.po index 6a2e4aaa7..c51c19c58 100644 --- a/plinth/locale/id/LC_MESSAGES/django.po +++ b/plinth/locale/id/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: Indonesian (FreedomBox)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-08-13 17:48-0400\n" +"POT-Creation-Date: 2018-08-27 18:09-0400\n" "PO-Revision-Date: 2016-08-28 19:39+0000\n" "Last-Translator: Izharul Haq \n" "Language-Team: Indonesian \n" "Language-Team: Italian \n" "Language-Team: LANGUAGE \n" @@ -107,47 +107,46 @@ msgid "" "network." msgstr "" -#: plinth/modules/backups/__init__.py:32 +#: plinth/modules/backups/__init__.py:33 msgid "Backups" msgstr "" -#: plinth/modules/backups/__init__.py:34 +#: plinth/modules/backups/__init__.py:35 msgid "Backups allows creating and managing backup archives." msgstr "" -#: plinth/modules/backups/forms.py:28 -msgid "Archive name" -msgstr "" - -#: plinth/modules/backups/forms.py:29 -msgid "Name for new backup archive." +#: plinth/modules/backups/__init__.py:89 +msgid "Root Filesystem" msgstr "" #: plinth/modules/backups/forms.py:30 +msgid "Archive name" +msgstr "" + +#: plinth/modules/backups/forms.py:31 +msgid "Name for new backup archive." +msgstr "" + +#: plinth/modules/backups/forms.py:32 msgid "Invalid archive name" msgstr "" -#: plinth/modules/backups/forms.py:33 plinth/modules/backups/forms.py:39 +#: plinth/modules/backups/forms.py:35 msgid "Path" msgstr "" -#: plinth/modules/backups/forms.py:34 +#: plinth/modules/backups/forms.py:36 msgid "" "Disk path to a folder on this server that will be archived into backup " "repository." msgstr "" -#: plinth/modules/backups/forms.py:40 -msgid "" -"Disk path to a folder on this server where the archive will be extracted." +#: plinth/modules/backups/forms.py:42 +msgid "Disk" msgstr "" -#: plinth/modules/backups/forms.py:46 -msgid "Exported filename" -msgstr "" - -#: plinth/modules/backups/forms.py:47 -msgid "Name for the tar file exported from the archive." +#: plinth/modules/backups/forms.py:43 +msgid "Disk or removable storage where the backup archive will be saved." msgstr "" #: plinth/modules/backups/templates/backups.html:43 @@ -155,29 +154,48 @@ msgstr "" msgid "Create archive" msgstr "" -#: plinth/modules/backups/templates/backups.html:51 +#: plinth/modules/backups/templates/backups.html:50 +msgid "Backup archives" +msgstr "" + +#: plinth/modules/backups/templates/backups.html:52 msgid "No archives currently exist." msgstr "" -#: plinth/modules/backups/templates/backups.html:57 +#: plinth/modules/backups/templates/backups.html:58 +#: plinth/modules/backups/templates/backups.html:95 #: plinth/modules/backups/templates/backups_delete.html:33 +#: plinth/modules/backups/templates/backups_restore.html:34 #: plinth/modules/ikiwiki/forms.py:34 #: plinth/modules/networks/templates/connection_show.html:78 #: plinth/modules/sharing/templates/sharing.html:56 msgid "Name" msgstr "" -#: plinth/modules/backups/templates/backups.html:58 +#: plinth/modules/backups/templates/backups.html:59 #: plinth/modules/backups/templates/backups_delete.html:34 msgid "Time" msgstr "" -#: plinth/modules/backups/templates/backups.html:71 -msgid "Extract" +#: plinth/modules/backups/templates/backups.html:72 +msgid "Export" msgstr "" -#: plinth/modules/backups/templates/backups.html:75 -msgid "Export" +#: plinth/modules/backups/templates/backups.html:86 +msgid "Exported backup archives" +msgstr "" + +#: plinth/modules/backups/templates/backups.html:88 +msgid "No exported backup archives were found." +msgstr "" + +#: plinth/modules/backups/templates/backups.html:94 +#: plinth/modules/backups/templates/backups_restore.html:33 +msgid "Location" +msgstr "" + +#: plinth/modules/backups/templates/backups.html:109 +msgid "Restore" msgstr "" #: plinth/modules/backups/templates/backups_delete.html:27 @@ -196,38 +214,47 @@ msgstr "" msgid "Submit" msgstr "" -#: plinth/modules/backups/views.py:54 +#: plinth/modules/backups/templates/backups_restore.html:27 +msgid "Restore data from this archive?" +msgstr "" + +#: plinth/modules/backups/templates/backups_restore.html:51 +#, python-format +msgid "Restore data from %(name)s" +msgstr "" + +#: plinth/modules/backups/views.py:56 msgid "Archive created." msgstr "" -#: plinth/modules/backups/views.py:59 +#: plinth/modules/backups/views.py:61 msgid "Create Archive" msgstr "" -#: plinth/modules/backups/views.py:76 +#: plinth/modules/backups/views.py:78 msgid "Delete Archive" msgstr "" -#: plinth/modules/backups/views.py:86 +#: plinth/modules/backups/views.py:88 msgid "Archive deleted." msgstr "" -#: plinth/modules/backups/views.py:96 -msgid "Archive extracted." -msgstr "" - -#: plinth/modules/backups/views.py:101 -msgid "Extract Archive" -msgstr "" - -#: plinth/modules/backups/views.py:120 +#: plinth/modules/backups/views.py:98 msgid "Archive exported." msgstr "" -#: plinth/modules/backups/views.py:125 +#: plinth/modules/backups/views.py:103 msgid "Export Archive" msgstr "" +#: plinth/modules/backups/views.py:124 +msgid "Restore from backup" +msgstr "" + +#: plinth/modules/backups/views.py:132 +msgid "Restored data from backup." +msgstr "" + #: plinth/modules/bind/__init__.py:34 msgid "BIND" msgstr "" diff --git a/plinth/locale/kn/LC_MESSAGES/django.po b/plinth/locale/kn/LC_MESSAGES/django.po index a49038ef6..7b297adf9 100644 --- a/plinth/locale/kn/LC_MESSAGES/django.po +++ b/plinth/locale/kn/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-08-13 17:48-0400\n" +"POT-Creation-Date: 2018-08-27 18:09-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -107,47 +107,46 @@ msgid "" "network." msgstr "" -#: plinth/modules/backups/__init__.py:32 +#: plinth/modules/backups/__init__.py:33 msgid "Backups" msgstr "" -#: plinth/modules/backups/__init__.py:34 +#: plinth/modules/backups/__init__.py:35 msgid "Backups allows creating and managing backup archives." msgstr "" -#: plinth/modules/backups/forms.py:28 -msgid "Archive name" -msgstr "" - -#: plinth/modules/backups/forms.py:29 -msgid "Name for new backup archive." +#: plinth/modules/backups/__init__.py:89 +msgid "Root Filesystem" msgstr "" #: plinth/modules/backups/forms.py:30 +msgid "Archive name" +msgstr "" + +#: plinth/modules/backups/forms.py:31 +msgid "Name for new backup archive." +msgstr "" + +#: plinth/modules/backups/forms.py:32 msgid "Invalid archive name" msgstr "" -#: plinth/modules/backups/forms.py:33 plinth/modules/backups/forms.py:39 +#: plinth/modules/backups/forms.py:35 msgid "Path" msgstr "" -#: plinth/modules/backups/forms.py:34 +#: plinth/modules/backups/forms.py:36 msgid "" "Disk path to a folder on this server that will be archived into backup " "repository." msgstr "" -#: plinth/modules/backups/forms.py:40 -msgid "" -"Disk path to a folder on this server where the archive will be extracted." +#: plinth/modules/backups/forms.py:42 +msgid "Disk" msgstr "" -#: plinth/modules/backups/forms.py:46 -msgid "Exported filename" -msgstr "" - -#: plinth/modules/backups/forms.py:47 -msgid "Name for the tar file exported from the archive." +#: plinth/modules/backups/forms.py:43 +msgid "Disk or removable storage where the backup archive will be saved." msgstr "" #: plinth/modules/backups/templates/backups.html:43 @@ -155,29 +154,48 @@ msgstr "" msgid "Create archive" msgstr "" -#: plinth/modules/backups/templates/backups.html:51 +#: plinth/modules/backups/templates/backups.html:50 +msgid "Backup archives" +msgstr "" + +#: plinth/modules/backups/templates/backups.html:52 msgid "No archives currently exist." msgstr "" -#: plinth/modules/backups/templates/backups.html:57 +#: plinth/modules/backups/templates/backups.html:58 +#: plinth/modules/backups/templates/backups.html:95 #: plinth/modules/backups/templates/backups_delete.html:33 +#: plinth/modules/backups/templates/backups_restore.html:34 #: plinth/modules/ikiwiki/forms.py:34 #: plinth/modules/networks/templates/connection_show.html:78 #: plinth/modules/sharing/templates/sharing.html:56 msgid "Name" msgstr "" -#: plinth/modules/backups/templates/backups.html:58 +#: plinth/modules/backups/templates/backups.html:59 #: plinth/modules/backups/templates/backups_delete.html:34 msgid "Time" msgstr "" -#: plinth/modules/backups/templates/backups.html:71 -msgid "Extract" +#: plinth/modules/backups/templates/backups.html:72 +msgid "Export" msgstr "" -#: plinth/modules/backups/templates/backups.html:75 -msgid "Export" +#: plinth/modules/backups/templates/backups.html:86 +msgid "Exported backup archives" +msgstr "" + +#: plinth/modules/backups/templates/backups.html:88 +msgid "No exported backup archives were found." +msgstr "" + +#: plinth/modules/backups/templates/backups.html:94 +#: plinth/modules/backups/templates/backups_restore.html:33 +msgid "Location" +msgstr "" + +#: plinth/modules/backups/templates/backups.html:109 +msgid "Restore" msgstr "" #: plinth/modules/backups/templates/backups_delete.html:27 @@ -196,38 +214,47 @@ msgstr "" msgid "Submit" msgstr "" -#: plinth/modules/backups/views.py:54 +#: plinth/modules/backups/templates/backups_restore.html:27 +msgid "Restore data from this archive?" +msgstr "" + +#: plinth/modules/backups/templates/backups_restore.html:51 +#, python-format +msgid "Restore data from %(name)s" +msgstr "" + +#: plinth/modules/backups/views.py:56 msgid "Archive created." msgstr "" -#: plinth/modules/backups/views.py:59 +#: plinth/modules/backups/views.py:61 msgid "Create Archive" msgstr "" -#: plinth/modules/backups/views.py:76 +#: plinth/modules/backups/views.py:78 msgid "Delete Archive" msgstr "" -#: plinth/modules/backups/views.py:86 +#: plinth/modules/backups/views.py:88 msgid "Archive deleted." msgstr "" -#: plinth/modules/backups/views.py:96 -msgid "Archive extracted." -msgstr "" - -#: plinth/modules/backups/views.py:101 -msgid "Extract Archive" -msgstr "" - -#: plinth/modules/backups/views.py:120 +#: plinth/modules/backups/views.py:98 msgid "Archive exported." msgstr "" -#: plinth/modules/backups/views.py:125 +#: plinth/modules/backups/views.py:103 msgid "Export Archive" msgstr "" +#: plinth/modules/backups/views.py:124 +msgid "Restore from backup" +msgstr "" + +#: plinth/modules/backups/views.py:132 +msgid "Restored data from backup." +msgstr "" + #: plinth/modules/bind/__init__.py:34 msgid "BIND" msgstr "" diff --git a/plinth/locale/lt/LC_MESSAGES/django.po b/plinth/locale/lt/LC_MESSAGES/django.po index 74794d6c6..969392a7a 100644 --- a/plinth/locale/lt/LC_MESSAGES/django.po +++ b/plinth/locale/lt/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-08-13 17:48-0400\n" +"POT-Creation-Date: 2018-08-27 18:09-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -108,47 +108,46 @@ msgid "" "network." msgstr "" -#: plinth/modules/backups/__init__.py:32 +#: plinth/modules/backups/__init__.py:33 msgid "Backups" msgstr "" -#: plinth/modules/backups/__init__.py:34 +#: plinth/modules/backups/__init__.py:35 msgid "Backups allows creating and managing backup archives." msgstr "" -#: plinth/modules/backups/forms.py:28 -msgid "Archive name" -msgstr "" - -#: plinth/modules/backups/forms.py:29 -msgid "Name for new backup archive." +#: plinth/modules/backups/__init__.py:89 +msgid "Root Filesystem" msgstr "" #: plinth/modules/backups/forms.py:30 +msgid "Archive name" +msgstr "" + +#: plinth/modules/backups/forms.py:31 +msgid "Name for new backup archive." +msgstr "" + +#: plinth/modules/backups/forms.py:32 msgid "Invalid archive name" msgstr "" -#: plinth/modules/backups/forms.py:33 plinth/modules/backups/forms.py:39 +#: plinth/modules/backups/forms.py:35 msgid "Path" msgstr "" -#: plinth/modules/backups/forms.py:34 +#: plinth/modules/backups/forms.py:36 msgid "" "Disk path to a folder on this server that will be archived into backup " "repository." msgstr "" -#: plinth/modules/backups/forms.py:40 -msgid "" -"Disk path to a folder on this server where the archive will be extracted." +#: plinth/modules/backups/forms.py:42 +msgid "Disk" msgstr "" -#: plinth/modules/backups/forms.py:46 -msgid "Exported filename" -msgstr "" - -#: plinth/modules/backups/forms.py:47 -msgid "Name for the tar file exported from the archive." +#: plinth/modules/backups/forms.py:43 +msgid "Disk or removable storage where the backup archive will be saved." msgstr "" #: plinth/modules/backups/templates/backups.html:43 @@ -156,29 +155,48 @@ msgstr "" msgid "Create archive" msgstr "" -#: plinth/modules/backups/templates/backups.html:51 +#: plinth/modules/backups/templates/backups.html:50 +msgid "Backup archives" +msgstr "" + +#: plinth/modules/backups/templates/backups.html:52 msgid "No archives currently exist." msgstr "" -#: plinth/modules/backups/templates/backups.html:57 +#: plinth/modules/backups/templates/backups.html:58 +#: plinth/modules/backups/templates/backups.html:95 #: plinth/modules/backups/templates/backups_delete.html:33 +#: plinth/modules/backups/templates/backups_restore.html:34 #: plinth/modules/ikiwiki/forms.py:34 #: plinth/modules/networks/templates/connection_show.html:78 #: plinth/modules/sharing/templates/sharing.html:56 msgid "Name" msgstr "" -#: plinth/modules/backups/templates/backups.html:58 +#: plinth/modules/backups/templates/backups.html:59 #: plinth/modules/backups/templates/backups_delete.html:34 msgid "Time" msgstr "" -#: plinth/modules/backups/templates/backups.html:71 -msgid "Extract" +#: plinth/modules/backups/templates/backups.html:72 +msgid "Export" msgstr "" -#: plinth/modules/backups/templates/backups.html:75 -msgid "Export" +#: plinth/modules/backups/templates/backups.html:86 +msgid "Exported backup archives" +msgstr "" + +#: plinth/modules/backups/templates/backups.html:88 +msgid "No exported backup archives were found." +msgstr "" + +#: plinth/modules/backups/templates/backups.html:94 +#: plinth/modules/backups/templates/backups_restore.html:33 +msgid "Location" +msgstr "" + +#: plinth/modules/backups/templates/backups.html:109 +msgid "Restore" msgstr "" #: plinth/modules/backups/templates/backups_delete.html:27 @@ -197,38 +215,47 @@ msgstr "" msgid "Submit" msgstr "" -#: plinth/modules/backups/views.py:54 +#: plinth/modules/backups/templates/backups_restore.html:27 +msgid "Restore data from this archive?" +msgstr "" + +#: plinth/modules/backups/templates/backups_restore.html:51 +#, python-format +msgid "Restore data from %(name)s" +msgstr "" + +#: plinth/modules/backups/views.py:56 msgid "Archive created." msgstr "" -#: plinth/modules/backups/views.py:59 +#: plinth/modules/backups/views.py:61 msgid "Create Archive" msgstr "" -#: plinth/modules/backups/views.py:76 +#: plinth/modules/backups/views.py:78 msgid "Delete Archive" msgstr "" -#: plinth/modules/backups/views.py:86 +#: plinth/modules/backups/views.py:88 msgid "Archive deleted." msgstr "" -#: plinth/modules/backups/views.py:96 -msgid "Archive extracted." -msgstr "" - -#: plinth/modules/backups/views.py:101 -msgid "Extract Archive" -msgstr "" - -#: plinth/modules/backups/views.py:120 +#: plinth/modules/backups/views.py:98 msgid "Archive exported." msgstr "" -#: plinth/modules/backups/views.py:125 +#: plinth/modules/backups/views.py:103 msgid "Export Archive" msgstr "" +#: plinth/modules/backups/views.py:124 +msgid "Restore from backup" +msgstr "" + +#: plinth/modules/backups/views.py:132 +msgid "Restored data from backup." +msgstr "" + #: plinth/modules/bind/__init__.py:34 msgid "BIND" msgstr "" diff --git a/plinth/locale/nb/LC_MESSAGES/django.po b/plinth/locale/nb/LC_MESSAGES/django.po index 3374399cb..b27522ab9 100644 --- a/plinth/locale/nb/LC_MESSAGES/django.po +++ b/plinth/locale/nb/LC_MESSAGES/django.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: FreedomBox UI\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-08-13 17:48-0400\n" +"POT-Creation-Date: 2018-08-27 18:09-0400\n" "PO-Revision-Date: 2018-08-17 12:03+0000\n" "Last-Translator: Allan Nordhøy \n" "Language-Team: Norwegian Bokmål ejabberd chat server app." msgstr "" -"Denne funksjonen gir bare mening om du bruker ejabbert nettprattjener-programmet." +"Denne funksjonen gir bare mening om du bruker ejabbert nettprattjener-programmet." #: plinth/modules/letsencrypt/templates/letsencrypt.html:249 #, python-format @@ -1843,8 +1888,8 @@ msgid "" "\">ejabberd chat server app, you must first enable certificate renewal " "of the current domain." msgstr "" -"For å bruke Let's Encrypt-sertifikatet for ejabberd nettprattjenerprogram, må du først skru på " +"For å bruke Let's Encrypt-sertifikatet for ejabberd nettprattjenerprogram, må du først skru på " "sertifikatsfornyelse av gjeldende domene." #: plinth/modules/letsencrypt/templates/letsencrypt.html:258 @@ -1940,10 +1985,10 @@ msgid "" msgstr "" "Matrix er et nytt " "økosystem for åpne, samvirkende direktemeldinger og IP-telefoni. Synapse er " -"en tjener som implementerer Matrix-protokollen. Den gir nettpratgrupper, lyd/" -" videosamtaler, ende til ende-kryptering, synkronisering av flere enheter, " -"og krever ikke telefonnumre for å virke. Brukere på en gitt Matrix-tjener " -"kan snakke med brukere på alle andre samvirkende Matrix-tjenere." +"en tjener som implementerer Matrix-protokollen. Den gir nettpratgrupper, " +"lyd/ videosamtaler, ende til ende-kryptering, synkronisering av flere " +"enheter, og krever ikke telefonnumre for å virke. Brukere på en gitt Matrix-" +"tjener kan snakke med brukere på alle andre samvirkende Matrix-tjenere." #: plinth/modules/matrixsynapse/__init__.py:52 msgid "" @@ -5683,6 +5728,21 @@ msgstr "Installere %(package_names)s: %(status)s" msgid "%(percentage)s%% complete" msgstr "%(percentage)s%% fullført" +#~ msgid "Exported filename" +#~ msgstr "Eksportert filnavn" + +#~ msgid "Name for the tar file exported from the archive." +#~ msgstr "Navn på TAR-fil eksportert fra arkivet." + +#~ msgid "Extract" +#~ msgstr "Pakk ut" + +#~ msgid "Archive extracted." +#~ msgstr "Arkiv pakket ut." + +#~ msgid "Extract Archive" +#~ msgstr "Pakk ut arkiv" + #~ msgid "" #~ "To complete the setup of your %(box_name)s, please provide some basic " #~ "information." @@ -5810,9 +5870,6 @@ msgstr "%(percentage)s%% fullført" #~ "Meldings-klient\n" #~ "(jsxc)" -#~ msgid "Disks" -#~ msgstr "Disker" - #~ msgid "Snapshots" #~ msgstr "Øyeblikksbilder" @@ -5927,9 +5984,6 @@ msgstr "%(percentage)s%% fullført" #~ "Konsollinnloggingstilgang er begrenset til brukere i «admin»-gruppen. " #~ "Dette kan endres i sikkerhetsoppsettet." -#~ msgid "Welcome to %(box_name)s!" -#~ msgstr "Velkommen til %(box_name)s!" - #~ msgid "" #~ "More info about %(box_name)s is available on the project homepage and \n" "Language-Team: Dutch homepage and \n" "Language-Team: Polish \n" "Language-Team: Portuguese \n" "Language-Team: Russian =2 && n%10<=" -"4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 3.2-dev\n" #: plinth/action_utils.py:258 @@ -117,32 +117,38 @@ msgstr "" "Она может быть отключена в целях повышения безопасности, особенно при " "подключении к вражеской сети." -#: plinth/modules/backups/__init__.py:32 +#: plinth/modules/backups/__init__.py:33 msgid "Backups" msgstr "Резервные копии" -#: plinth/modules/backups/__init__.py:34 +#: plinth/modules/backups/__init__.py:35 msgid "Backups allows creating and managing backup archives." msgstr "" "Резервное копирование позволяет создавать и управлять резервными архивами." -#: plinth/modules/backups/forms.py:28 +#: plinth/modules/backups/__init__.py:89 +#, fuzzy +#| msgid "Filesystem" +msgid "Root Filesystem" +msgstr "Файловая система" + +#: plinth/modules/backups/forms.py:30 msgid "Archive name" msgstr "Имя архива" -#: plinth/modules/backups/forms.py:29 +#: plinth/modules/backups/forms.py:31 msgid "Name for new backup archive." msgstr "Имя для нового архива." -#: plinth/modules/backups/forms.py:30 +#: plinth/modules/backups/forms.py:32 msgid "Invalid archive name" msgstr "Недопустимое имя архива" -#: plinth/modules/backups/forms.py:33 plinth/modules/backups/forms.py:39 +#: plinth/modules/backups/forms.py:35 msgid "Path" msgstr "Путь" -#: plinth/modules/backups/forms.py:34 +#: plinth/modules/backups/forms.py:36 msgid "" "Disk path to a folder on this server that will be archived into backup " "repository." @@ -150,49 +156,78 @@ msgstr "" "Путь к папке на диске этого сервера, которая будет заархивирована в " "репозитории резервных копий." -#: plinth/modules/backups/forms.py:40 -msgid "" -"Disk path to a folder on this server where the archive will be extracted." +#: plinth/modules/backups/forms.py:42 +#, fuzzy +#| msgid "Disks" +msgid "Disk" +msgstr "Диски" + +#: plinth/modules/backups/forms.py:43 +#, fuzzy +#| msgid "" +#| "Disk path to a folder on this server where the archive will be extracted." +msgid "Disk or removable storage where the backup archive will be saved." msgstr "Путь к папке на диске этого сервера, в которую будет извлечён архив." -#: plinth/modules/backups/forms.py:46 -msgid "Exported filename" -msgstr "Имя экспортируемого файла" - -#: plinth/modules/backups/forms.py:47 -msgid "Name for the tar file exported from the archive." -msgstr "Имя для tar-файла, извлечённого из архива." - #: plinth/modules/backups/templates/backups.html:43 #: plinth/modules/backups/templates/backups.html:46 msgid "Create archive" msgstr "Создать архив" -#: plinth/modules/backups/templates/backups.html:51 +#: plinth/modules/backups/templates/backups.html:50 +#, fuzzy +#| msgid "Backups" +msgid "Backup archives" +msgstr "Резервные копии" + +#: plinth/modules/backups/templates/backups.html:52 msgid "No archives currently exist." msgstr "В настоящее время архивов нет." -#: plinth/modules/backups/templates/backups.html:57 +#: plinth/modules/backups/templates/backups.html:58 +#: plinth/modules/backups/templates/backups.html:95 #: plinth/modules/backups/templates/backups_delete.html:33 +#: plinth/modules/backups/templates/backups_restore.html:34 #: plinth/modules/ikiwiki/forms.py:34 #: plinth/modules/networks/templates/connection_show.html:78 #: plinth/modules/sharing/templates/sharing.html:56 msgid "Name" msgstr "Имя" -#: plinth/modules/backups/templates/backups.html:58 +#: plinth/modules/backups/templates/backups.html:59 #: plinth/modules/backups/templates/backups_delete.html:34 msgid "Time" msgstr "Время" -#: plinth/modules/backups/templates/backups.html:71 -msgid "Extract" -msgstr "Извлечь" - -#: plinth/modules/backups/templates/backups.html:75 +#: plinth/modules/backups/templates/backups.html:72 msgid "Export" msgstr "Экспортировать" +#: plinth/modules/backups/templates/backups.html:86 +#, fuzzy +#| msgid "Name for new backup archive." +msgid "Exported backup archives" +msgstr "Имя для нового архива." + +#: plinth/modules/backups/templates/backups.html:88 +#, fuzzy +#| msgid "Name for new backup archive." +msgid "No exported backup archives were found." +msgstr "Имя для нового архива." + +#: plinth/modules/backups/templates/backups.html:94 +#: plinth/modules/backups/templates/backups_restore.html:33 +#, fuzzy +#| msgid "Documentation" +msgid "Location" +msgstr "Документация" + +#: plinth/modules/backups/templates/backups.html:109 +#, fuzzy +#| msgid "reStore" +msgid "Restore" +msgstr "rеStore" + #: plinth/modules/backups/templates/backups_delete.html:27 msgid "Delete this archive permanently?" msgstr "Окончательно удалить этот архив?" @@ -209,38 +244,48 @@ msgstr "Удалить архив %(name)s" msgid "Submit" msgstr "Отправить" -#: plinth/modules/backups/views.py:54 +#: plinth/modules/backups/templates/backups_restore.html:27 +msgid "Restore data from this archive?" +msgstr "" + +#: plinth/modules/backups/templates/backups_restore.html:51 +#, fuzzy, python-format +#| msgid "Welcome to %(box_name)s!" +msgid "Restore data from %(name)s" +msgstr "Добро пожаловать на %(box_name)s!" + +#: plinth/modules/backups/views.py:56 msgid "Archive created." msgstr "Архив создан." -#: plinth/modules/backups/views.py:59 +#: plinth/modules/backups/views.py:61 msgid "Create Archive" msgstr "Создать архив" -#: plinth/modules/backups/views.py:76 +#: plinth/modules/backups/views.py:78 msgid "Delete Archive" msgstr "Удалить архив" -#: plinth/modules/backups/views.py:86 +#: plinth/modules/backups/views.py:88 msgid "Archive deleted." msgstr "Архив удалён." -#: plinth/modules/backups/views.py:96 -msgid "Archive extracted." -msgstr "Архив извлечён." - -#: plinth/modules/backups/views.py:101 -msgid "Extract Archive" -msgstr "Распаковать архив" - -#: plinth/modules/backups/views.py:120 +#: plinth/modules/backups/views.py:98 msgid "Archive exported." msgstr "Архив экспортирован." -#: plinth/modules/backups/views.py:125 +#: plinth/modules/backups/views.py:103 msgid "Export Archive" msgstr "Экспортировать архив" +#: plinth/modules/backups/views.py:124 +msgid "Restore from backup" +msgstr "" + +#: plinth/modules/backups/views.py:132 +msgid "Restored data from backup." +msgstr "" + #: plinth/modules/bind/__init__.py:34 msgid "BIND" msgstr "BIND" @@ -1777,8 +1822,8 @@ msgstr "Обновление конфигурации" msgid "" "Let %(box_name)s manage certificate renewal of %(current_domain)s" msgstr "" -"Разрешить %(box_name)s управлять обновлением сертификата " -"%(current_domain)s" +"Разрешить %(box_name)s управлять обновлением сертификата " +"%(current_domain)s" #: plinth/modules/letsencrypt/templates/letsencrypt.html:183 #, python-format @@ -5674,6 +5719,21 @@ msgstr "Установка %(package_names)s: %(status)s" msgid "%(percentage)s%% complete" msgstr "%(percentage)s%% завершено" +#~ msgid "Exported filename" +#~ msgstr "Имя экспортируемого файла" + +#~ msgid "Name for the tar file exported from the archive." +#~ msgstr "Имя для tar-файла, извлечённого из архива." + +#~ msgid "Extract" +#~ msgstr "Извлечь" + +#~ msgid "Archive extracted." +#~ msgstr "Архив извлечён." + +#~ msgid "Extract Archive" +#~ msgstr "Распаковать архив" + #~ msgid "" #~ "To complete the setup of your %(box_name)s, please provide some basic " #~ "information." @@ -5795,9 +5855,6 @@ msgstr "%(percentage)s%% завершено" #~ "Чат-клиент \n" #~ " (jsxc)" -#~ msgid "Disks" -#~ msgstr "Диски" - #~ msgid "Snapshots" #~ msgstr "Снимки системы" @@ -5934,9 +5991,6 @@ msgstr "%(percentage)s%% завершено" #~ "Консольный вход доступен только для пользователей группы \"admin\" Это " #~ "можно настроить в настройках безопасности." -#~ msgid "Welcome to %(box_name)s!" -#~ msgstr "Добро пожаловать на %(box_name)s!" - #~ msgid "" #~ "More info about %(box_name)s is available on the project homepage and \n" "Language-Team: Swedish \n" "Language-Team: LANGUAGE \n" @@ -107,47 +107,46 @@ msgid "" "network." msgstr "" -#: plinth/modules/backups/__init__.py:32 +#: plinth/modules/backups/__init__.py:33 msgid "Backups" msgstr "" -#: plinth/modules/backups/__init__.py:34 +#: plinth/modules/backups/__init__.py:35 msgid "Backups allows creating and managing backup archives." msgstr "" -#: plinth/modules/backups/forms.py:28 -msgid "Archive name" -msgstr "" - -#: plinth/modules/backups/forms.py:29 -msgid "Name for new backup archive." +#: plinth/modules/backups/__init__.py:89 +msgid "Root Filesystem" msgstr "" #: plinth/modules/backups/forms.py:30 +msgid "Archive name" +msgstr "" + +#: plinth/modules/backups/forms.py:31 +msgid "Name for new backup archive." +msgstr "" + +#: plinth/modules/backups/forms.py:32 msgid "Invalid archive name" msgstr "" -#: plinth/modules/backups/forms.py:33 plinth/modules/backups/forms.py:39 +#: plinth/modules/backups/forms.py:35 msgid "Path" msgstr "" -#: plinth/modules/backups/forms.py:34 +#: plinth/modules/backups/forms.py:36 msgid "" "Disk path to a folder on this server that will be archived into backup " "repository." msgstr "" -#: plinth/modules/backups/forms.py:40 -msgid "" -"Disk path to a folder on this server where the archive will be extracted." +#: plinth/modules/backups/forms.py:42 +msgid "Disk" msgstr "" -#: plinth/modules/backups/forms.py:46 -msgid "Exported filename" -msgstr "" - -#: plinth/modules/backups/forms.py:47 -msgid "Name for the tar file exported from the archive." +#: plinth/modules/backups/forms.py:43 +msgid "Disk or removable storage where the backup archive will be saved." msgstr "" #: plinth/modules/backups/templates/backups.html:43 @@ -155,29 +154,48 @@ msgstr "" msgid "Create archive" msgstr "" -#: plinth/modules/backups/templates/backups.html:51 +#: plinth/modules/backups/templates/backups.html:50 +msgid "Backup archives" +msgstr "" + +#: plinth/modules/backups/templates/backups.html:52 msgid "No archives currently exist." msgstr "" -#: plinth/modules/backups/templates/backups.html:57 +#: plinth/modules/backups/templates/backups.html:58 +#: plinth/modules/backups/templates/backups.html:95 #: plinth/modules/backups/templates/backups_delete.html:33 +#: plinth/modules/backups/templates/backups_restore.html:34 #: plinth/modules/ikiwiki/forms.py:34 #: plinth/modules/networks/templates/connection_show.html:78 #: plinth/modules/sharing/templates/sharing.html:56 msgid "Name" msgstr "" -#: plinth/modules/backups/templates/backups.html:58 +#: plinth/modules/backups/templates/backups.html:59 #: plinth/modules/backups/templates/backups_delete.html:34 msgid "Time" msgstr "" -#: plinth/modules/backups/templates/backups.html:71 -msgid "Extract" +#: plinth/modules/backups/templates/backups.html:72 +msgid "Export" msgstr "" -#: plinth/modules/backups/templates/backups.html:75 -msgid "Export" +#: plinth/modules/backups/templates/backups.html:86 +msgid "Exported backup archives" +msgstr "" + +#: plinth/modules/backups/templates/backups.html:88 +msgid "No exported backup archives were found." +msgstr "" + +#: plinth/modules/backups/templates/backups.html:94 +#: plinth/modules/backups/templates/backups_restore.html:33 +msgid "Location" +msgstr "" + +#: plinth/modules/backups/templates/backups.html:109 +msgid "Restore" msgstr "" #: plinth/modules/backups/templates/backups_delete.html:27 @@ -196,38 +214,47 @@ msgstr "" msgid "Submit" msgstr "" -#: plinth/modules/backups/views.py:54 +#: plinth/modules/backups/templates/backups_restore.html:27 +msgid "Restore data from this archive?" +msgstr "" + +#: plinth/modules/backups/templates/backups_restore.html:51 +#, python-format +msgid "Restore data from %(name)s" +msgstr "" + +#: plinth/modules/backups/views.py:56 msgid "Archive created." msgstr "" -#: plinth/modules/backups/views.py:59 +#: plinth/modules/backups/views.py:61 msgid "Create Archive" msgstr "" -#: plinth/modules/backups/views.py:76 +#: plinth/modules/backups/views.py:78 msgid "Delete Archive" msgstr "" -#: plinth/modules/backups/views.py:86 +#: plinth/modules/backups/views.py:88 msgid "Archive deleted." msgstr "" -#: plinth/modules/backups/views.py:96 -msgid "Archive extracted." -msgstr "" - -#: plinth/modules/backups/views.py:101 -msgid "Extract Archive" -msgstr "" - -#: plinth/modules/backups/views.py:120 +#: plinth/modules/backups/views.py:98 msgid "Archive exported." msgstr "" -#: plinth/modules/backups/views.py:125 +#: plinth/modules/backups/views.py:103 msgid "Export Archive" msgstr "" +#: plinth/modules/backups/views.py:124 +msgid "Restore from backup" +msgstr "" + +#: plinth/modules/backups/views.py:132 +msgid "Restored data from backup." +msgstr "" + #: plinth/modules/bind/__init__.py:34 msgid "BIND" msgstr "" diff --git a/plinth/locale/te/LC_MESSAGES/django.po b/plinth/locale/te/LC_MESSAGES/django.po index 1a5d600f8..5b0c91b23 100644 --- a/plinth/locale/te/LC_MESSAGES/django.po +++ b/plinth/locale/te/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: FreedomBox UI\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-08-13 17:48-0400\n" +"POT-Creation-Date: 2018-08-27 18:09-0400\n" "PO-Revision-Date: 2018-08-02 00:27+0000\n" "Last-Translator: Hemanth Kumar Veeranki \n" "Language-Team: Telugu %(name)s permanently?" @@ -210,44 +242,54 @@ msgstr "%(name)s తొలగించు" msgid "Submit" msgstr "సమర్పించు" -#: plinth/modules/backups/views.py:54 +#: plinth/modules/backups/templates/backups_restore.html:27 +msgid "Restore data from this archive?" +msgstr "" + +#: plinth/modules/backups/templates/backups_restore.html:51 +#, fuzzy, python-format +#| msgid "Delete %(name)s" +msgid "Restore data from %(name)s" +msgstr "%(name)s తొలగించు" + +#: plinth/modules/backups/views.py:56 msgid "Archive created." msgstr "భాండాగారాము సృజింపబడింది." -#: plinth/modules/backups/views.py:59 +#: plinth/modules/backups/views.py:61 #, fuzzy #| msgid "Create Account" msgid "Create Archive" msgstr "ఖాతా సృష్టించు" -#: plinth/modules/backups/views.py:76 +#: plinth/modules/backups/views.py:78 #, fuzzy #| msgid "Delete All" msgid "Delete Archive" msgstr "అన్నింటిని తొలగించు" -#: plinth/modules/backups/views.py:86 +#: plinth/modules/backups/views.py:88 #, fuzzy #| msgid "{name} deleted." msgid "Archive deleted." msgstr "{name} తొలగించబడింది." -#: plinth/modules/backups/views.py:96 -msgid "Archive extracted." -msgstr "భాండాగారాము వెలికితీయబడింది." - -#: plinth/modules/backups/views.py:101 -msgid "Extract Archive" -msgstr "భాండాగారాము వెలికితీయము" - -#: plinth/modules/backups/views.py:120 +#: plinth/modules/backups/views.py:98 msgid "Archive exported." msgstr "భాండాగారాము ఎగుమతి చేయబడింది." -#: plinth/modules/backups/views.py:125 +#: plinth/modules/backups/views.py:103 msgid "Export Archive" msgstr "భాండాగారాము ఎగుమతి చేయుము" +#: plinth/modules/backups/views.py:124 +msgid "Restore from backup" +msgstr "" + +#: plinth/modules/backups/views.py:132 +msgid "Restored data from backup." +msgstr "" + #: plinth/modules/bind/__init__.py:34 msgid "BIND" msgstr "బైండ్" @@ -5682,6 +5724,21 @@ msgstr "సంస్థాపన %(package_names)s%:(status)s" msgid "%(percentage)s%% complete" msgstr "%(percentage)s %% పూర్తి" +#~ msgid "Exported filename" +#~ msgstr "ఎగుమతి చేయబడిన ఫైల్ పేరు" + +#~ msgid "Name for the tar file exported from the archive." +#~ msgstr "భాండాగారాము నుంచి ఎగుమతి చేయబడిన ఫైలు పేరు." + +#~ msgid "Extract" +#~ msgstr "వెలికితీయి" + +#~ msgid "Archive extracted." +#~ msgstr "భాండాగారాము వెలికితీయబడింది." + +#~ msgid "Extract Archive" +#~ msgstr "భాండాగారాము వెలికితీయము" + #~ msgid "" #~ "To complete the setup of your %(box_name)s, please provide some basic " #~ "information." @@ -5784,9 +5841,6 @@ msgstr "%(percentage)s %% పూర్తి" #~ " (jsxc)" #~ msgstr "ఐ ర్ సి క్లయింట్ (Quassel)" -#~ msgid "Disks" -#~ msgstr "డిస్కులు" - #~ msgid "Snapshots" #~ msgstr "స్నాప్షార్ట్స్" @@ -5895,11 +5949,6 @@ msgstr "%(percentage)s %% పూర్తి" #~ msgid "Apply changes" #~ msgstr "మార్పులను వర్తించు" -#, fuzzy -#~| msgid "Delete %(name)s" -#~ msgid "Welcome to %(box_name)s!" -#~ msgstr "%(name)s తొలగించు" - #, fuzzy #~| msgid "" #~| "For more information about the %(box_name)s project, see the \n" "Language-Team: Turkish homepage and \n" "Language-Team: Ukrainian \n" "Language-Team: Chinese (Simplified) homepage and