From 70cb38a2405de27c7f78e9380e7f5837da48e958 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 18:52:19 +0000 Subject: [PATCH 01/29] Translate gallery_app.pot in ca 100% translated source file: 'gallery_app.pot' on 'ca'. --- .../ca/LC_MESSAGES/files/gallery_app.pot | 383 ++++++++++++++++++ 1 file changed, 383 insertions(+) create mode 100644 user_manual/locale/ca/LC_MESSAGES/files/gallery_app.pot diff --git a/user_manual/locale/ca/LC_MESSAGES/files/gallery_app.pot b/user_manual/locale/ca/LC_MESSAGES/files/gallery_app.pot new file mode 100644 index 000000000..81e5f2d59 --- /dev/null +++ b/user_manual/locale/ca/LC_MESSAGES/files/gallery_app.pot @@ -0,0 +1,383 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2020 Nextcloud GmbH +# This file is distributed under the same license as the Nextcloud latest User Manual package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Transifex Bot <>, 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Nextcloud latest User Manual latest\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-28 07:41+0000\n" +"PO-Revision-Date: 2023-07-26 13:24+0000\n" +"Last-Translator: Transifex Bot <>, 2023\n" +"Language-Team: Catalan (https://app.transifex.com/nextcloud/teams/64236/ca/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../../files/gallery_app.rst:3 +msgid "Gallery app" +msgstr "" + +#: ../../files/gallery_app.rst:5 +msgid "" +"The Pictures app has been rewritten and improved, and is now called the " +"Gallery app. It supports more image formats, sorting, zoom, and scrolling. " +"It also supports advanced customizations via a simple text file." +msgstr "" + +#: ../../files/gallery_app.rst:9 +msgid "" +"On your main Nextcloud Files page, click the little icon at the top right, " +"underneath your username, to open your Gallery. The Gallery app " +"automatically finds all images in your Nextcloud folders, and overlays the " +"thumbnails with the folder names. Click on the folder thumbnails to open the" +" folders. At the top left you have two sorting options, alphabetical and by " +"date." +msgstr "" + +#: ../../files/gallery_app.rst:18 +msgid "" +"After entering any folder, click on any image to open it in slideshow mode. " +"This has the following features: a download button at the top center, " +"forward and back buttons at the right and left sides, an automatic slideshow" +" button at the bottom right, and a close button at the top right." +msgstr "" + +#: ../../files/gallery_app.rst:27 +msgid "Custom configuration" +msgstr "" + +#: ../../files/gallery_app.rst:29 +msgid "" +"You may customize a Gallery album with a simple text file named " +"**gallery.cnf**, which contains parameters structured using the `Yaml " +"`_ markup language. You may have " +"multiple **gallery.cnf** files; you need one in your own root Nextcloud " +"folder (your Home folder) that defines global features, and then you may " +"have individual per-album **gallery.cnf** files if you want to define " +"different behaviors in different albums." +msgstr "" + +#: ../../files/gallery_app.rst:38 +msgid "Features" +msgstr "" + +#: ../../files/gallery_app.rst:40 +msgid "The following general features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:42 +msgid "Native SVG support." +msgstr "" + +#: ../../files/gallery_app.rst:43 +msgid "Access to external shares." +msgstr "" + +#: ../../files/gallery_app.rst:45 +msgid "The following album features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:47 +msgid "Adding a link to a file containing a description." +msgstr "" + +#: ../../files/gallery_app.rst:48 +msgid "" +"Typing a simple copyright statement directly in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:49 +msgid "Adding a link to a file containing a copyright statement." +msgstr "" + +#: ../../files/gallery_app.rst:50 +msgid "Defining a sort type and order." +msgstr "" + +#: ../../files/gallery_app.rst:51 +msgid "Defining the colour of the background." +msgstr "" + +#: ../../files/gallery_app.rst:52 +msgid "Defining if sub-albums will inherit the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:54 +msgid "The following slideshow features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:56 +msgid "" +"Showing a button which lets you pick which background, either black or " +"white, to use for the picture you are currently viewing (for images with " +"transparent backgrounds)." +msgstr "" + +#: ../../files/gallery_app.rst:61 +msgid "Setup" +msgstr "" + +#: ../../files/gallery_app.rst:63 +msgid "" +"The configuration file has to be named **gallery.cnf**. You may have " +"multiple per-album **gallery.cnf** files. To enable global features, place " +"one in your top-level folder, which is symbolised in the Web GUI by the home" +" icon. (This puts it in ``data//files/``.) See :ref:`an example below " +"` in the **Global features** section." +msgstr "" + +#: ../../files/gallery_app.rst:69 +msgid "" +"You need to refresh your browser after changing your configuration to see " +"your changes." +msgstr "" + +#: ../../files/gallery_app.rst:73 +msgid "Format" +msgstr "" + +#: ../../files/gallery_app.rst:75 +msgid "" +"UTF-8, **without BOM**. A file created from within the Nextcloud Web GUI " +"works." +msgstr "" + +#: ../../files/gallery_app.rst:78 +msgid "Structure" +msgstr "" + +#: ../../files/gallery_app.rst:80 +msgid "" +"You should include a comment in the file, so that people stumbling upon the " +"file know what it's for. Comments start with #." +msgstr "" + +#: ../../files/gallery_app.rst:83 +msgid "Spacing is created using 2 spaces. **Do not use tabs.**" +msgstr "" + +#: ../../files/gallery_app.rst:85 +msgid "" +"Take a look at the `YAML Format documentation " +"`_ if you " +"are getting error messages." +msgstr "" + +#: ../../files/gallery_app.rst:89 +msgid "Here is an example `gallery.cnf`::" +msgstr "" + +#: ../../files/gallery_app.rst:116 +msgid "Supported variables" +msgstr "" + +#: ../../files/gallery_app.rst:118 +msgid "**Global Features**" +msgstr "" + +#: ../../files/gallery_app.rst:120 +msgid "Place this in your root Nextcloud folder, which is your Home folder." +msgstr "" + +#: ../../files/gallery_app.rst:122 +msgid "" +"**external_shares**: Set to **yes** in your root configuration file if you " +"want to load images stored on external locations, when using the " +"**files_external** app." +msgstr "" + +#: ../../files/gallery_app.rst:125 +msgid "" +"**native_svg**: Set to **yes** in your root configuration file to enable " +"rendering SVG images in your browser. This may represent a security risk if " +"you can't fully trust your SVG files." +msgstr "" + +#: ../../files/gallery_app.rst:128 +msgid "" +"**background_colour_toggle**: Set to **yes** in your root configuration file" +" to enable a button that toggles between black and white backgrounds on " +"transparent images." +msgstr "" + +#: ../../files/gallery_app.rst:132 +msgid "" +"External shares are 20-50 times slower than local shares. Be prepared to " +"wait a long time before being able to see all the images contained in a " +"shared album." +msgstr "" + +#: ../../files/gallery_app.rst:136 +msgid "**Album Configuration**" +msgstr "" + +#: ../../files/gallery_app.rst:138 +msgid "" +"Each album can be individually configured using the following configuration " +"sections. Use the **inherit** parameter to pass configurations on to sub-" +"albums." +msgstr "" + +#: ../../files/gallery_app.rst:142 +msgid "**Design**" +msgstr "" + +#: ../../files/gallery_app.rst:144 +msgid "" +"**background**: Defines the colour of the background of the photowall using " +"the RGB hexadecimal representation of that colour. For example: " +"**\"#ffa033\"**. You must use quotes around the value or it will be ignored." +" It is strongly recommended to use a custom theme, with a CSS loading " +"spinner if you intend to use this feature. You can use `this colour wheel " +"`_ to find a colour you like." +msgstr "" + +#: ../../files/gallery_app.rst:150 ../../files/gallery_app.rst:163 +#: ../../files/gallery_app.rst:175 +msgid "" +"**inherit**: Set to **yes** if you want sub-folders to inherit this part of " +"the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:153 +msgid "**Album Presentation**" +msgstr "" + +#: ../../files/gallery_app.rst:155 +msgid "" +"**description**: A markdown-formatted string which will be displayed in the " +"info box. It can spread over multiple lines using the Yaml markers." +msgstr "" + +#: ../../files/gallery_app.rst:157 +msgid "" +"**description_link**: A markdown file located within the album which will be" +" parsed and displayed in the info box instead of the description." +msgstr "" + +#: ../../files/gallery_app.rst:159 +msgid "" +"**copyright**: A markdown-formatted string. This supports links to external " +"resources." +msgstr "" + +#: ../../files/gallery_app.rst:161 +msgid "" +"**copyright_link**: Any file (e.g. copyright.html), in the album itself, " +"which will be downloaded when the user clicks on the link" +msgstr "" + +#: ../../files/gallery_app.rst:166 +msgid "See ``_ for the markdown syntax." +msgstr "" + +#: ../../files/gallery_app.rst:168 +msgid "" +"Do not add links to your `copyright` string if you use the " +"**copyright_link** variable." +msgstr "" + +#: ../../files/gallery_app.rst:171 +msgid "**Sorting**" +msgstr "" + +#: ../../files/gallery_app.rst:173 +msgid "**sorting**: **date** or **name**. **date** only works for files." +msgstr "" + +#: ../../files/gallery_app.rst:174 +msgid "**sort_order**: **asc** or **des** (Ascending or descending)." +msgstr "" + +#: ../../files/gallery_app.rst:179 +msgid "Notes" +msgstr "" + +#: ../../files/gallery_app.rst:181 +msgid "" +"When only the sort **type** variable has been set, the default sort order " +"will be used." +msgstr "" + +#: ../../files/gallery_app.rst:183 +msgid "" +"When only the sort **order** variable has been found, the sort configuration" +" will be ignored and the script will keep looking for a valid configuration " +"in upper folders." +msgstr "" + +#: ../../files/gallery_app.rst:186 +msgid "" +"To enable a feature such as native SVG in a public share, you need to create" +" in that folder a configuration file containing that feature." +msgstr "" + +#: ../../files/gallery_app.rst:188 +msgid "" +"If you share a folder publicly, don't forget to add all the files you link " +"to (e.g. ``description.md`` or ``copyright.md``) inside the shared folder as" +" the user won't have access to files stored in the parent folder." +msgstr "" + +#: ../../files/gallery_app.rst:191 +msgid "" +"Since people can download a whole folder as an archive, it's usually best to" +" include all files within a shared folder, rather than adding text directly " +"in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:196 +msgid "Examples" +msgstr "" + +#: ../../files/gallery_app.rst:198 +msgid "**Sorting Only**" +msgstr "" + +#: ../../files/gallery_app.rst:200 +msgid "Applies to the current folder only::" +msgstr "" + +#: ../../files/gallery_app.rst:207 +msgid "" +"Short description and link to copyright document, applies to the current " +"folder and all of its sub-folders. This also shows you the syntax you can " +"use to spread a description over multiple lines::" +msgstr "" + +#: ../../files/gallery_app.rst:220 +msgid "**Load Images From External Clouds**" +msgstr "" + +#: ../../files/gallery_app.rst:222 +msgid "Features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:224 ../../files/gallery_app.rst:234 +msgid "" +"You can add standard configuration items to the same configuration file::" +msgstr "" + +#: ../../files/gallery_app.rst:230 +msgid "**Enabling native SVG**" +msgstr "" + +#: ../../files/gallery_app.rst:232 +msgid "Special features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:241 +msgid "Possible future extensions" +msgstr "" + +#: ../../files/gallery_app.rst:243 +msgid "Different sorting parameters for albums." +msgstr "" From 8b2864da88fd7c15156896efb21fae3480a97f6e Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 18:52:31 +0000 Subject: [PATCH 02/29] Translate gallery_app.pot in eu 100% translated source file: 'gallery_app.pot' on 'eu'. --- .../eu/LC_MESSAGES/files/gallery_app.pot | 383 ++++++++++++++++++ 1 file changed, 383 insertions(+) create mode 100644 user_manual/locale/eu/LC_MESSAGES/files/gallery_app.pot diff --git a/user_manual/locale/eu/LC_MESSAGES/files/gallery_app.pot b/user_manual/locale/eu/LC_MESSAGES/files/gallery_app.pot new file mode 100644 index 000000000..933cffe7c --- /dev/null +++ b/user_manual/locale/eu/LC_MESSAGES/files/gallery_app.pot @@ -0,0 +1,383 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2020 Nextcloud GmbH +# This file is distributed under the same license as the Nextcloud latest User Manual package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Transifex Bot <>, 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Nextcloud latest User Manual latest\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-28 07:41+0000\n" +"PO-Revision-Date: 2023-07-26 13:24+0000\n" +"Last-Translator: Transifex Bot <>, 2023\n" +"Language-Team: Basque (https://app.transifex.com/nextcloud/teams/64236/eu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../../files/gallery_app.rst:3 +msgid "Gallery app" +msgstr "" + +#: ../../files/gallery_app.rst:5 +msgid "" +"The Pictures app has been rewritten and improved, and is now called the " +"Gallery app. It supports more image formats, sorting, zoom, and scrolling. " +"It also supports advanced customizations via a simple text file." +msgstr "" + +#: ../../files/gallery_app.rst:9 +msgid "" +"On your main Nextcloud Files page, click the little icon at the top right, " +"underneath your username, to open your Gallery. The Gallery app " +"automatically finds all images in your Nextcloud folders, and overlays the " +"thumbnails with the folder names. Click on the folder thumbnails to open the" +" folders. At the top left you have two sorting options, alphabetical and by " +"date." +msgstr "" + +#: ../../files/gallery_app.rst:18 +msgid "" +"After entering any folder, click on any image to open it in slideshow mode. " +"This has the following features: a download button at the top center, " +"forward and back buttons at the right and left sides, an automatic slideshow" +" button at the bottom right, and a close button at the top right." +msgstr "" + +#: ../../files/gallery_app.rst:27 +msgid "Custom configuration" +msgstr "" + +#: ../../files/gallery_app.rst:29 +msgid "" +"You may customize a Gallery album with a simple text file named " +"**gallery.cnf**, which contains parameters structured using the `Yaml " +"`_ markup language. You may have " +"multiple **gallery.cnf** files; you need one in your own root Nextcloud " +"folder (your Home folder) that defines global features, and then you may " +"have individual per-album **gallery.cnf** files if you want to define " +"different behaviors in different albums." +msgstr "" + +#: ../../files/gallery_app.rst:38 +msgid "Features" +msgstr "" + +#: ../../files/gallery_app.rst:40 +msgid "The following general features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:42 +msgid "Native SVG support." +msgstr "" + +#: ../../files/gallery_app.rst:43 +msgid "Access to external shares." +msgstr "" + +#: ../../files/gallery_app.rst:45 +msgid "The following album features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:47 +msgid "Adding a link to a file containing a description." +msgstr "" + +#: ../../files/gallery_app.rst:48 +msgid "" +"Typing a simple copyright statement directly in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:49 +msgid "Adding a link to a file containing a copyright statement." +msgstr "" + +#: ../../files/gallery_app.rst:50 +msgid "Defining a sort type and order." +msgstr "" + +#: ../../files/gallery_app.rst:51 +msgid "Defining the colour of the background." +msgstr "" + +#: ../../files/gallery_app.rst:52 +msgid "Defining if sub-albums will inherit the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:54 +msgid "The following slideshow features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:56 +msgid "" +"Showing a button which lets you pick which background, either black or " +"white, to use for the picture you are currently viewing (for images with " +"transparent backgrounds)." +msgstr "" + +#: ../../files/gallery_app.rst:61 +msgid "Setup" +msgstr "" + +#: ../../files/gallery_app.rst:63 +msgid "" +"The configuration file has to be named **gallery.cnf**. You may have " +"multiple per-album **gallery.cnf** files. To enable global features, place " +"one in your top-level folder, which is symbolised in the Web GUI by the home" +" icon. (This puts it in ``data//files/``.) See :ref:`an example below " +"` in the **Global features** section." +msgstr "" + +#: ../../files/gallery_app.rst:69 +msgid "" +"You need to refresh your browser after changing your configuration to see " +"your changes." +msgstr "" + +#: ../../files/gallery_app.rst:73 +msgid "Format" +msgstr "" + +#: ../../files/gallery_app.rst:75 +msgid "" +"UTF-8, **without BOM**. A file created from within the Nextcloud Web GUI " +"works." +msgstr "" + +#: ../../files/gallery_app.rst:78 +msgid "Structure" +msgstr "" + +#: ../../files/gallery_app.rst:80 +msgid "" +"You should include a comment in the file, so that people stumbling upon the " +"file know what it's for. Comments start with #." +msgstr "" + +#: ../../files/gallery_app.rst:83 +msgid "Spacing is created using 2 spaces. **Do not use tabs.**" +msgstr "" + +#: ../../files/gallery_app.rst:85 +msgid "" +"Take a look at the `YAML Format documentation " +"`_ if you " +"are getting error messages." +msgstr "" + +#: ../../files/gallery_app.rst:89 +msgid "Here is an example `gallery.cnf`::" +msgstr "" + +#: ../../files/gallery_app.rst:116 +msgid "Supported variables" +msgstr "" + +#: ../../files/gallery_app.rst:118 +msgid "**Global Features**" +msgstr "" + +#: ../../files/gallery_app.rst:120 +msgid "Place this in your root Nextcloud folder, which is your Home folder." +msgstr "" + +#: ../../files/gallery_app.rst:122 +msgid "" +"**external_shares**: Set to **yes** in your root configuration file if you " +"want to load images stored on external locations, when using the " +"**files_external** app." +msgstr "" + +#: ../../files/gallery_app.rst:125 +msgid "" +"**native_svg**: Set to **yes** in your root configuration file to enable " +"rendering SVG images in your browser. This may represent a security risk if " +"you can't fully trust your SVG files." +msgstr "" + +#: ../../files/gallery_app.rst:128 +msgid "" +"**background_colour_toggle**: Set to **yes** in your root configuration file" +" to enable a button that toggles between black and white backgrounds on " +"transparent images." +msgstr "" + +#: ../../files/gallery_app.rst:132 +msgid "" +"External shares are 20-50 times slower than local shares. Be prepared to " +"wait a long time before being able to see all the images contained in a " +"shared album." +msgstr "" + +#: ../../files/gallery_app.rst:136 +msgid "**Album Configuration**" +msgstr "" + +#: ../../files/gallery_app.rst:138 +msgid "" +"Each album can be individually configured using the following configuration " +"sections. Use the **inherit** parameter to pass configurations on to sub-" +"albums." +msgstr "" + +#: ../../files/gallery_app.rst:142 +msgid "**Design**" +msgstr "" + +#: ../../files/gallery_app.rst:144 +msgid "" +"**background**: Defines the colour of the background of the photowall using " +"the RGB hexadecimal representation of that colour. For example: " +"**\"#ffa033\"**. You must use quotes around the value or it will be ignored." +" It is strongly recommended to use a custom theme, with a CSS loading " +"spinner if you intend to use this feature. You can use `this colour wheel " +"`_ to find a colour you like." +msgstr "" + +#: ../../files/gallery_app.rst:150 ../../files/gallery_app.rst:163 +#: ../../files/gallery_app.rst:175 +msgid "" +"**inherit**: Set to **yes** if you want sub-folders to inherit this part of " +"the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:153 +msgid "**Album Presentation**" +msgstr "" + +#: ../../files/gallery_app.rst:155 +msgid "" +"**description**: A markdown-formatted string which will be displayed in the " +"info box. It can spread over multiple lines using the Yaml markers." +msgstr "" + +#: ../../files/gallery_app.rst:157 +msgid "" +"**description_link**: A markdown file located within the album which will be" +" parsed and displayed in the info box instead of the description." +msgstr "" + +#: ../../files/gallery_app.rst:159 +msgid "" +"**copyright**: A markdown-formatted string. This supports links to external " +"resources." +msgstr "" + +#: ../../files/gallery_app.rst:161 +msgid "" +"**copyright_link**: Any file (e.g. copyright.html), in the album itself, " +"which will be downloaded when the user clicks on the link" +msgstr "" + +#: ../../files/gallery_app.rst:166 +msgid "See ``_ for the markdown syntax." +msgstr "" + +#: ../../files/gallery_app.rst:168 +msgid "" +"Do not add links to your `copyright` string if you use the " +"**copyright_link** variable." +msgstr "" + +#: ../../files/gallery_app.rst:171 +msgid "**Sorting**" +msgstr "" + +#: ../../files/gallery_app.rst:173 +msgid "**sorting**: **date** or **name**. **date** only works for files." +msgstr "" + +#: ../../files/gallery_app.rst:174 +msgid "**sort_order**: **asc** or **des** (Ascending or descending)." +msgstr "" + +#: ../../files/gallery_app.rst:179 +msgid "Notes" +msgstr "" + +#: ../../files/gallery_app.rst:181 +msgid "" +"When only the sort **type** variable has been set, the default sort order " +"will be used." +msgstr "" + +#: ../../files/gallery_app.rst:183 +msgid "" +"When only the sort **order** variable has been found, the sort configuration" +" will be ignored and the script will keep looking for a valid configuration " +"in upper folders." +msgstr "" + +#: ../../files/gallery_app.rst:186 +msgid "" +"To enable a feature such as native SVG in a public share, you need to create" +" in that folder a configuration file containing that feature." +msgstr "" + +#: ../../files/gallery_app.rst:188 +msgid "" +"If you share a folder publicly, don't forget to add all the files you link " +"to (e.g. ``description.md`` or ``copyright.md``) inside the shared folder as" +" the user won't have access to files stored in the parent folder." +msgstr "" + +#: ../../files/gallery_app.rst:191 +msgid "" +"Since people can download a whole folder as an archive, it's usually best to" +" include all files within a shared folder, rather than adding text directly " +"in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:196 +msgid "Examples" +msgstr "" + +#: ../../files/gallery_app.rst:198 +msgid "**Sorting Only**" +msgstr "" + +#: ../../files/gallery_app.rst:200 +msgid "Applies to the current folder only::" +msgstr "" + +#: ../../files/gallery_app.rst:207 +msgid "" +"Short description and link to copyright document, applies to the current " +"folder and all of its sub-folders. This also shows you the syntax you can " +"use to spread a description over multiple lines::" +msgstr "" + +#: ../../files/gallery_app.rst:220 +msgid "**Load Images From External Clouds**" +msgstr "" + +#: ../../files/gallery_app.rst:222 +msgid "Features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:224 ../../files/gallery_app.rst:234 +msgid "" +"You can add standard configuration items to the same configuration file::" +msgstr "" + +#: ../../files/gallery_app.rst:230 +msgid "**Enabling native SVG**" +msgstr "" + +#: ../../files/gallery_app.rst:232 +msgid "Special features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:241 +msgid "Possible future extensions" +msgstr "" + +#: ../../files/gallery_app.rst:243 +msgid "Different sorting parameters for albums." +msgstr "" From dc89bab24d4ffbd974e35fbd707ed063b76445dc Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 18:52:42 +0000 Subject: [PATCH 03/29] Translate gallery_app.pot in eo 100% translated source file: 'gallery_app.pot' on 'eo'. --- .../eo/LC_MESSAGES/files/gallery_app.pot | 383 ++++++++++++++++++ 1 file changed, 383 insertions(+) create mode 100644 user_manual/locale/eo/LC_MESSAGES/files/gallery_app.pot diff --git a/user_manual/locale/eo/LC_MESSAGES/files/gallery_app.pot b/user_manual/locale/eo/LC_MESSAGES/files/gallery_app.pot new file mode 100644 index 000000000..1e06f827f --- /dev/null +++ b/user_manual/locale/eo/LC_MESSAGES/files/gallery_app.pot @@ -0,0 +1,383 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2020 Nextcloud GmbH +# This file is distributed under the same license as the Nextcloud latest User Manual package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Transifex Bot <>, 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Nextcloud latest User Manual latest\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-28 07:41+0000\n" +"PO-Revision-Date: 2023-07-26 13:24+0000\n" +"Last-Translator: Transifex Bot <>, 2023\n" +"Language-Team: Esperanto (https://app.transifex.com/nextcloud/teams/64236/eo/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: eo\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../../files/gallery_app.rst:3 +msgid "Gallery app" +msgstr "" + +#: ../../files/gallery_app.rst:5 +msgid "" +"The Pictures app has been rewritten and improved, and is now called the " +"Gallery app. It supports more image formats, sorting, zoom, and scrolling. " +"It also supports advanced customizations via a simple text file." +msgstr "" + +#: ../../files/gallery_app.rst:9 +msgid "" +"On your main Nextcloud Files page, click the little icon at the top right, " +"underneath your username, to open your Gallery. The Gallery app " +"automatically finds all images in your Nextcloud folders, and overlays the " +"thumbnails with the folder names. Click on the folder thumbnails to open the" +" folders. At the top left you have two sorting options, alphabetical and by " +"date." +msgstr "" + +#: ../../files/gallery_app.rst:18 +msgid "" +"After entering any folder, click on any image to open it in slideshow mode. " +"This has the following features: a download button at the top center, " +"forward and back buttons at the right and left sides, an automatic slideshow" +" button at the bottom right, and a close button at the top right." +msgstr "" + +#: ../../files/gallery_app.rst:27 +msgid "Custom configuration" +msgstr "" + +#: ../../files/gallery_app.rst:29 +msgid "" +"You may customize a Gallery album with a simple text file named " +"**gallery.cnf**, which contains parameters structured using the `Yaml " +"`_ markup language. You may have " +"multiple **gallery.cnf** files; you need one in your own root Nextcloud " +"folder (your Home folder) that defines global features, and then you may " +"have individual per-album **gallery.cnf** files if you want to define " +"different behaviors in different albums." +msgstr "" + +#: ../../files/gallery_app.rst:38 +msgid "Features" +msgstr "" + +#: ../../files/gallery_app.rst:40 +msgid "The following general features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:42 +msgid "Native SVG support." +msgstr "" + +#: ../../files/gallery_app.rst:43 +msgid "Access to external shares." +msgstr "" + +#: ../../files/gallery_app.rst:45 +msgid "The following album features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:47 +msgid "Adding a link to a file containing a description." +msgstr "" + +#: ../../files/gallery_app.rst:48 +msgid "" +"Typing a simple copyright statement directly in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:49 +msgid "Adding a link to a file containing a copyright statement." +msgstr "" + +#: ../../files/gallery_app.rst:50 +msgid "Defining a sort type and order." +msgstr "" + +#: ../../files/gallery_app.rst:51 +msgid "Defining the colour of the background." +msgstr "" + +#: ../../files/gallery_app.rst:52 +msgid "Defining if sub-albums will inherit the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:54 +msgid "The following slideshow features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:56 +msgid "" +"Showing a button which lets you pick which background, either black or " +"white, to use for the picture you are currently viewing (for images with " +"transparent backgrounds)." +msgstr "" + +#: ../../files/gallery_app.rst:61 +msgid "Setup" +msgstr "" + +#: ../../files/gallery_app.rst:63 +msgid "" +"The configuration file has to be named **gallery.cnf**. You may have " +"multiple per-album **gallery.cnf** files. To enable global features, place " +"one in your top-level folder, which is symbolised in the Web GUI by the home" +" icon. (This puts it in ``data//files/``.) See :ref:`an example below " +"` in the **Global features** section." +msgstr "" + +#: ../../files/gallery_app.rst:69 +msgid "" +"You need to refresh your browser after changing your configuration to see " +"your changes." +msgstr "" + +#: ../../files/gallery_app.rst:73 +msgid "Format" +msgstr "" + +#: ../../files/gallery_app.rst:75 +msgid "" +"UTF-8, **without BOM**. A file created from within the Nextcloud Web GUI " +"works." +msgstr "" + +#: ../../files/gallery_app.rst:78 +msgid "Structure" +msgstr "" + +#: ../../files/gallery_app.rst:80 +msgid "" +"You should include a comment in the file, so that people stumbling upon the " +"file know what it's for. Comments start with #." +msgstr "" + +#: ../../files/gallery_app.rst:83 +msgid "Spacing is created using 2 spaces. **Do not use tabs.**" +msgstr "" + +#: ../../files/gallery_app.rst:85 +msgid "" +"Take a look at the `YAML Format documentation " +"`_ if you " +"are getting error messages." +msgstr "" + +#: ../../files/gallery_app.rst:89 +msgid "Here is an example `gallery.cnf`::" +msgstr "" + +#: ../../files/gallery_app.rst:116 +msgid "Supported variables" +msgstr "" + +#: ../../files/gallery_app.rst:118 +msgid "**Global Features**" +msgstr "" + +#: ../../files/gallery_app.rst:120 +msgid "Place this in your root Nextcloud folder, which is your Home folder." +msgstr "" + +#: ../../files/gallery_app.rst:122 +msgid "" +"**external_shares**: Set to **yes** in your root configuration file if you " +"want to load images stored on external locations, when using the " +"**files_external** app." +msgstr "" + +#: ../../files/gallery_app.rst:125 +msgid "" +"**native_svg**: Set to **yes** in your root configuration file to enable " +"rendering SVG images in your browser. This may represent a security risk if " +"you can't fully trust your SVG files." +msgstr "" + +#: ../../files/gallery_app.rst:128 +msgid "" +"**background_colour_toggle**: Set to **yes** in your root configuration file" +" to enable a button that toggles between black and white backgrounds on " +"transparent images." +msgstr "" + +#: ../../files/gallery_app.rst:132 +msgid "" +"External shares are 20-50 times slower than local shares. Be prepared to " +"wait a long time before being able to see all the images contained in a " +"shared album." +msgstr "" + +#: ../../files/gallery_app.rst:136 +msgid "**Album Configuration**" +msgstr "" + +#: ../../files/gallery_app.rst:138 +msgid "" +"Each album can be individually configured using the following configuration " +"sections. Use the **inherit** parameter to pass configurations on to sub-" +"albums." +msgstr "" + +#: ../../files/gallery_app.rst:142 +msgid "**Design**" +msgstr "" + +#: ../../files/gallery_app.rst:144 +msgid "" +"**background**: Defines the colour of the background of the photowall using " +"the RGB hexadecimal representation of that colour. For example: " +"**\"#ffa033\"**. You must use quotes around the value or it will be ignored." +" It is strongly recommended to use a custom theme, with a CSS loading " +"spinner if you intend to use this feature. You can use `this colour wheel " +"`_ to find a colour you like." +msgstr "" + +#: ../../files/gallery_app.rst:150 ../../files/gallery_app.rst:163 +#: ../../files/gallery_app.rst:175 +msgid "" +"**inherit**: Set to **yes** if you want sub-folders to inherit this part of " +"the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:153 +msgid "**Album Presentation**" +msgstr "" + +#: ../../files/gallery_app.rst:155 +msgid "" +"**description**: A markdown-formatted string which will be displayed in the " +"info box. It can spread over multiple lines using the Yaml markers." +msgstr "" + +#: ../../files/gallery_app.rst:157 +msgid "" +"**description_link**: A markdown file located within the album which will be" +" parsed and displayed in the info box instead of the description." +msgstr "" + +#: ../../files/gallery_app.rst:159 +msgid "" +"**copyright**: A markdown-formatted string. This supports links to external " +"resources." +msgstr "" + +#: ../../files/gallery_app.rst:161 +msgid "" +"**copyright_link**: Any file (e.g. copyright.html), in the album itself, " +"which will be downloaded when the user clicks on the link" +msgstr "" + +#: ../../files/gallery_app.rst:166 +msgid "See ``_ for the markdown syntax." +msgstr "" + +#: ../../files/gallery_app.rst:168 +msgid "" +"Do not add links to your `copyright` string if you use the " +"**copyright_link** variable." +msgstr "" + +#: ../../files/gallery_app.rst:171 +msgid "**Sorting**" +msgstr "" + +#: ../../files/gallery_app.rst:173 +msgid "**sorting**: **date** or **name**. **date** only works for files." +msgstr "" + +#: ../../files/gallery_app.rst:174 +msgid "**sort_order**: **asc** or **des** (Ascending or descending)." +msgstr "" + +#: ../../files/gallery_app.rst:179 +msgid "Notes" +msgstr "" + +#: ../../files/gallery_app.rst:181 +msgid "" +"When only the sort **type** variable has been set, the default sort order " +"will be used." +msgstr "" + +#: ../../files/gallery_app.rst:183 +msgid "" +"When only the sort **order** variable has been found, the sort configuration" +" will be ignored and the script will keep looking for a valid configuration " +"in upper folders." +msgstr "" + +#: ../../files/gallery_app.rst:186 +msgid "" +"To enable a feature such as native SVG in a public share, you need to create" +" in that folder a configuration file containing that feature." +msgstr "" + +#: ../../files/gallery_app.rst:188 +msgid "" +"If you share a folder publicly, don't forget to add all the files you link " +"to (e.g. ``description.md`` or ``copyright.md``) inside the shared folder as" +" the user won't have access to files stored in the parent folder." +msgstr "" + +#: ../../files/gallery_app.rst:191 +msgid "" +"Since people can download a whole folder as an archive, it's usually best to" +" include all files within a shared folder, rather than adding text directly " +"in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:196 +msgid "Examples" +msgstr "" + +#: ../../files/gallery_app.rst:198 +msgid "**Sorting Only**" +msgstr "" + +#: ../../files/gallery_app.rst:200 +msgid "Applies to the current folder only::" +msgstr "" + +#: ../../files/gallery_app.rst:207 +msgid "" +"Short description and link to copyright document, applies to the current " +"folder and all of its sub-folders. This also shows you the syntax you can " +"use to spread a description over multiple lines::" +msgstr "" + +#: ../../files/gallery_app.rst:220 +msgid "**Load Images From External Clouds**" +msgstr "" + +#: ../../files/gallery_app.rst:222 +msgid "Features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:224 ../../files/gallery_app.rst:234 +msgid "" +"You can add standard configuration items to the same configuration file::" +msgstr "" + +#: ../../files/gallery_app.rst:230 +msgid "**Enabling native SVG**" +msgstr "" + +#: ../../files/gallery_app.rst:232 +msgid "Special features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:241 +msgid "Possible future extensions" +msgstr "" + +#: ../../files/gallery_app.rst:243 +msgid "Different sorting parameters for albums." +msgstr "" From dd5a9466c094c74d3abc68d6e404eb5444b1efca Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 18:52:52 +0000 Subject: [PATCH 04/29] Translate gallery_app.pot in th 100% translated source file: 'gallery_app.pot' on 'th'. --- .../th/LC_MESSAGES/files/gallery_app.pot | 383 ++++++++++++++++++ 1 file changed, 383 insertions(+) create mode 100644 user_manual/locale/th/LC_MESSAGES/files/gallery_app.pot diff --git a/user_manual/locale/th/LC_MESSAGES/files/gallery_app.pot b/user_manual/locale/th/LC_MESSAGES/files/gallery_app.pot new file mode 100644 index 000000000..13fa6c7ee --- /dev/null +++ b/user_manual/locale/th/LC_MESSAGES/files/gallery_app.pot @@ -0,0 +1,383 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2020 Nextcloud GmbH +# This file is distributed under the same license as the Nextcloud latest User Manual package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Transifex Bot <>, 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Nextcloud latest User Manual latest\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-28 07:41+0000\n" +"PO-Revision-Date: 2023-07-26 13:24+0000\n" +"Last-Translator: Transifex Bot <>, 2023\n" +"Language-Team: Thai (https://app.transifex.com/nextcloud/teams/64236/th/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: ../../files/gallery_app.rst:3 +msgid "Gallery app" +msgstr "" + +#: ../../files/gallery_app.rst:5 +msgid "" +"The Pictures app has been rewritten and improved, and is now called the " +"Gallery app. It supports more image formats, sorting, zoom, and scrolling. " +"It also supports advanced customizations via a simple text file." +msgstr "" + +#: ../../files/gallery_app.rst:9 +msgid "" +"On your main Nextcloud Files page, click the little icon at the top right, " +"underneath your username, to open your Gallery. The Gallery app " +"automatically finds all images in your Nextcloud folders, and overlays the " +"thumbnails with the folder names. Click on the folder thumbnails to open the" +" folders. At the top left you have two sorting options, alphabetical and by " +"date." +msgstr "" + +#: ../../files/gallery_app.rst:18 +msgid "" +"After entering any folder, click on any image to open it in slideshow mode. " +"This has the following features: a download button at the top center, " +"forward and back buttons at the right and left sides, an automatic slideshow" +" button at the bottom right, and a close button at the top right." +msgstr "" + +#: ../../files/gallery_app.rst:27 +msgid "Custom configuration" +msgstr "" + +#: ../../files/gallery_app.rst:29 +msgid "" +"You may customize a Gallery album with a simple text file named " +"**gallery.cnf**, which contains parameters structured using the `Yaml " +"`_ markup language. You may have " +"multiple **gallery.cnf** files; you need one in your own root Nextcloud " +"folder (your Home folder) that defines global features, and then you may " +"have individual per-album **gallery.cnf** files if you want to define " +"different behaviors in different albums." +msgstr "" + +#: ../../files/gallery_app.rst:38 +msgid "Features" +msgstr "" + +#: ../../files/gallery_app.rst:40 +msgid "The following general features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:42 +msgid "Native SVG support." +msgstr "" + +#: ../../files/gallery_app.rst:43 +msgid "Access to external shares." +msgstr "" + +#: ../../files/gallery_app.rst:45 +msgid "The following album features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:47 +msgid "Adding a link to a file containing a description." +msgstr "" + +#: ../../files/gallery_app.rst:48 +msgid "" +"Typing a simple copyright statement directly in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:49 +msgid "Adding a link to a file containing a copyright statement." +msgstr "" + +#: ../../files/gallery_app.rst:50 +msgid "Defining a sort type and order." +msgstr "" + +#: ../../files/gallery_app.rst:51 +msgid "Defining the colour of the background." +msgstr "" + +#: ../../files/gallery_app.rst:52 +msgid "Defining if sub-albums will inherit the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:54 +msgid "The following slideshow features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:56 +msgid "" +"Showing a button which lets you pick which background, either black or " +"white, to use for the picture you are currently viewing (for images with " +"transparent backgrounds)." +msgstr "" + +#: ../../files/gallery_app.rst:61 +msgid "Setup" +msgstr "" + +#: ../../files/gallery_app.rst:63 +msgid "" +"The configuration file has to be named **gallery.cnf**. You may have " +"multiple per-album **gallery.cnf** files. To enable global features, place " +"one in your top-level folder, which is symbolised in the Web GUI by the home" +" icon. (This puts it in ``data//files/``.) See :ref:`an example below " +"` in the **Global features** section." +msgstr "" + +#: ../../files/gallery_app.rst:69 +msgid "" +"You need to refresh your browser after changing your configuration to see " +"your changes." +msgstr "" + +#: ../../files/gallery_app.rst:73 +msgid "Format" +msgstr "" + +#: ../../files/gallery_app.rst:75 +msgid "" +"UTF-8, **without BOM**. A file created from within the Nextcloud Web GUI " +"works." +msgstr "" + +#: ../../files/gallery_app.rst:78 +msgid "Structure" +msgstr "" + +#: ../../files/gallery_app.rst:80 +msgid "" +"You should include a comment in the file, so that people stumbling upon the " +"file know what it's for. Comments start with #." +msgstr "" + +#: ../../files/gallery_app.rst:83 +msgid "Spacing is created using 2 spaces. **Do not use tabs.**" +msgstr "" + +#: ../../files/gallery_app.rst:85 +msgid "" +"Take a look at the `YAML Format documentation " +"`_ if you " +"are getting error messages." +msgstr "" + +#: ../../files/gallery_app.rst:89 +msgid "Here is an example `gallery.cnf`::" +msgstr "" + +#: ../../files/gallery_app.rst:116 +msgid "Supported variables" +msgstr "" + +#: ../../files/gallery_app.rst:118 +msgid "**Global Features**" +msgstr "" + +#: ../../files/gallery_app.rst:120 +msgid "Place this in your root Nextcloud folder, which is your Home folder." +msgstr "" + +#: ../../files/gallery_app.rst:122 +msgid "" +"**external_shares**: Set to **yes** in your root configuration file if you " +"want to load images stored on external locations, when using the " +"**files_external** app." +msgstr "" + +#: ../../files/gallery_app.rst:125 +msgid "" +"**native_svg**: Set to **yes** in your root configuration file to enable " +"rendering SVG images in your browser. This may represent a security risk if " +"you can't fully trust your SVG files." +msgstr "" + +#: ../../files/gallery_app.rst:128 +msgid "" +"**background_colour_toggle**: Set to **yes** in your root configuration file" +" to enable a button that toggles between black and white backgrounds on " +"transparent images." +msgstr "" + +#: ../../files/gallery_app.rst:132 +msgid "" +"External shares are 20-50 times slower than local shares. Be prepared to " +"wait a long time before being able to see all the images contained in a " +"shared album." +msgstr "" + +#: ../../files/gallery_app.rst:136 +msgid "**Album Configuration**" +msgstr "" + +#: ../../files/gallery_app.rst:138 +msgid "" +"Each album can be individually configured using the following configuration " +"sections. Use the **inherit** parameter to pass configurations on to sub-" +"albums." +msgstr "" + +#: ../../files/gallery_app.rst:142 +msgid "**Design**" +msgstr "" + +#: ../../files/gallery_app.rst:144 +msgid "" +"**background**: Defines the colour of the background of the photowall using " +"the RGB hexadecimal representation of that colour. For example: " +"**\"#ffa033\"**. You must use quotes around the value or it will be ignored." +" It is strongly recommended to use a custom theme, with a CSS loading " +"spinner if you intend to use this feature. You can use `this colour wheel " +"`_ to find a colour you like." +msgstr "" + +#: ../../files/gallery_app.rst:150 ../../files/gallery_app.rst:163 +#: ../../files/gallery_app.rst:175 +msgid "" +"**inherit**: Set to **yes** if you want sub-folders to inherit this part of " +"the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:153 +msgid "**Album Presentation**" +msgstr "" + +#: ../../files/gallery_app.rst:155 +msgid "" +"**description**: A markdown-formatted string which will be displayed in the " +"info box. It can spread over multiple lines using the Yaml markers." +msgstr "" + +#: ../../files/gallery_app.rst:157 +msgid "" +"**description_link**: A markdown file located within the album which will be" +" parsed and displayed in the info box instead of the description." +msgstr "" + +#: ../../files/gallery_app.rst:159 +msgid "" +"**copyright**: A markdown-formatted string. This supports links to external " +"resources." +msgstr "" + +#: ../../files/gallery_app.rst:161 +msgid "" +"**copyright_link**: Any file (e.g. copyright.html), in the album itself, " +"which will be downloaded when the user clicks on the link" +msgstr "" + +#: ../../files/gallery_app.rst:166 +msgid "See ``_ for the markdown syntax." +msgstr "" + +#: ../../files/gallery_app.rst:168 +msgid "" +"Do not add links to your `copyright` string if you use the " +"**copyright_link** variable." +msgstr "" + +#: ../../files/gallery_app.rst:171 +msgid "**Sorting**" +msgstr "" + +#: ../../files/gallery_app.rst:173 +msgid "**sorting**: **date** or **name**. **date** only works for files." +msgstr "" + +#: ../../files/gallery_app.rst:174 +msgid "**sort_order**: **asc** or **des** (Ascending or descending)." +msgstr "" + +#: ../../files/gallery_app.rst:179 +msgid "Notes" +msgstr "" + +#: ../../files/gallery_app.rst:181 +msgid "" +"When only the sort **type** variable has been set, the default sort order " +"will be used." +msgstr "" + +#: ../../files/gallery_app.rst:183 +msgid "" +"When only the sort **order** variable has been found, the sort configuration" +" will be ignored and the script will keep looking for a valid configuration " +"in upper folders." +msgstr "" + +#: ../../files/gallery_app.rst:186 +msgid "" +"To enable a feature such as native SVG in a public share, you need to create" +" in that folder a configuration file containing that feature." +msgstr "" + +#: ../../files/gallery_app.rst:188 +msgid "" +"If you share a folder publicly, don't forget to add all the files you link " +"to (e.g. ``description.md`` or ``copyright.md``) inside the shared folder as" +" the user won't have access to files stored in the parent folder." +msgstr "" + +#: ../../files/gallery_app.rst:191 +msgid "" +"Since people can download a whole folder as an archive, it's usually best to" +" include all files within a shared folder, rather than adding text directly " +"in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:196 +msgid "Examples" +msgstr "" + +#: ../../files/gallery_app.rst:198 +msgid "**Sorting Only**" +msgstr "" + +#: ../../files/gallery_app.rst:200 +msgid "Applies to the current folder only::" +msgstr "" + +#: ../../files/gallery_app.rst:207 +msgid "" +"Short description and link to copyright document, applies to the current " +"folder and all of its sub-folders. This also shows you the syntax you can " +"use to spread a description over multiple lines::" +msgstr "" + +#: ../../files/gallery_app.rst:220 +msgid "**Load Images From External Clouds**" +msgstr "" + +#: ../../files/gallery_app.rst:222 +msgid "Features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:224 ../../files/gallery_app.rst:234 +msgid "" +"You can add standard configuration items to the same configuration file::" +msgstr "" + +#: ../../files/gallery_app.rst:230 +msgid "**Enabling native SVG**" +msgstr "" + +#: ../../files/gallery_app.rst:232 +msgid "Special features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:241 +msgid "Possible future extensions" +msgstr "" + +#: ../../files/gallery_app.rst:243 +msgid "Different sorting parameters for albums." +msgstr "" From 3c335183f798dfdf4110b76e3fc2b408c1b1b47e Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 18:53:02 +0000 Subject: [PATCH 05/29] Translate gallery_app.pot in ta 100% translated source file: 'gallery_app.pot' on 'ta'. --- .../ta/LC_MESSAGES/files/gallery_app.pot | 383 ++++++++++++++++++ 1 file changed, 383 insertions(+) create mode 100644 user_manual/locale/ta/LC_MESSAGES/files/gallery_app.pot diff --git a/user_manual/locale/ta/LC_MESSAGES/files/gallery_app.pot b/user_manual/locale/ta/LC_MESSAGES/files/gallery_app.pot new file mode 100644 index 000000000..8bc12b877 --- /dev/null +++ b/user_manual/locale/ta/LC_MESSAGES/files/gallery_app.pot @@ -0,0 +1,383 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2020 Nextcloud GmbH +# This file is distributed under the same license as the Nextcloud latest User Manual package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Transifex Bot <>, 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Nextcloud latest User Manual latest\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-28 07:41+0000\n" +"PO-Revision-Date: 2023-07-26 13:24+0000\n" +"Last-Translator: Transifex Bot <>, 2023\n" +"Language-Team: Tamil (https://app.transifex.com/nextcloud/teams/64236/ta/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ta\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../../files/gallery_app.rst:3 +msgid "Gallery app" +msgstr "" + +#: ../../files/gallery_app.rst:5 +msgid "" +"The Pictures app has been rewritten and improved, and is now called the " +"Gallery app. It supports more image formats, sorting, zoom, and scrolling. " +"It also supports advanced customizations via a simple text file." +msgstr "" + +#: ../../files/gallery_app.rst:9 +msgid "" +"On your main Nextcloud Files page, click the little icon at the top right, " +"underneath your username, to open your Gallery. The Gallery app " +"automatically finds all images in your Nextcloud folders, and overlays the " +"thumbnails with the folder names. Click on the folder thumbnails to open the" +" folders. At the top left you have two sorting options, alphabetical and by " +"date." +msgstr "" + +#: ../../files/gallery_app.rst:18 +msgid "" +"After entering any folder, click on any image to open it in slideshow mode. " +"This has the following features: a download button at the top center, " +"forward and back buttons at the right and left sides, an automatic slideshow" +" button at the bottom right, and a close button at the top right." +msgstr "" + +#: ../../files/gallery_app.rst:27 +msgid "Custom configuration" +msgstr "" + +#: ../../files/gallery_app.rst:29 +msgid "" +"You may customize a Gallery album with a simple text file named " +"**gallery.cnf**, which contains parameters structured using the `Yaml " +"`_ markup language. You may have " +"multiple **gallery.cnf** files; you need one in your own root Nextcloud " +"folder (your Home folder) that defines global features, and then you may " +"have individual per-album **gallery.cnf** files if you want to define " +"different behaviors in different albums." +msgstr "" + +#: ../../files/gallery_app.rst:38 +msgid "Features" +msgstr "" + +#: ../../files/gallery_app.rst:40 +msgid "The following general features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:42 +msgid "Native SVG support." +msgstr "" + +#: ../../files/gallery_app.rst:43 +msgid "Access to external shares." +msgstr "" + +#: ../../files/gallery_app.rst:45 +msgid "The following album features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:47 +msgid "Adding a link to a file containing a description." +msgstr "" + +#: ../../files/gallery_app.rst:48 +msgid "" +"Typing a simple copyright statement directly in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:49 +msgid "Adding a link to a file containing a copyright statement." +msgstr "" + +#: ../../files/gallery_app.rst:50 +msgid "Defining a sort type and order." +msgstr "" + +#: ../../files/gallery_app.rst:51 +msgid "Defining the colour of the background." +msgstr "" + +#: ../../files/gallery_app.rst:52 +msgid "Defining if sub-albums will inherit the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:54 +msgid "The following slideshow features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:56 +msgid "" +"Showing a button which lets you pick which background, either black or " +"white, to use for the picture you are currently viewing (for images with " +"transparent backgrounds)." +msgstr "" + +#: ../../files/gallery_app.rst:61 +msgid "Setup" +msgstr "" + +#: ../../files/gallery_app.rst:63 +msgid "" +"The configuration file has to be named **gallery.cnf**. You may have " +"multiple per-album **gallery.cnf** files. To enable global features, place " +"one in your top-level folder, which is symbolised in the Web GUI by the home" +" icon. (This puts it in ``data//files/``.) See :ref:`an example below " +"` in the **Global features** section." +msgstr "" + +#: ../../files/gallery_app.rst:69 +msgid "" +"You need to refresh your browser after changing your configuration to see " +"your changes." +msgstr "" + +#: ../../files/gallery_app.rst:73 +msgid "Format" +msgstr "" + +#: ../../files/gallery_app.rst:75 +msgid "" +"UTF-8, **without BOM**. A file created from within the Nextcloud Web GUI " +"works." +msgstr "" + +#: ../../files/gallery_app.rst:78 +msgid "Structure" +msgstr "" + +#: ../../files/gallery_app.rst:80 +msgid "" +"You should include a comment in the file, so that people stumbling upon the " +"file know what it's for. Comments start with #." +msgstr "" + +#: ../../files/gallery_app.rst:83 +msgid "Spacing is created using 2 spaces. **Do not use tabs.**" +msgstr "" + +#: ../../files/gallery_app.rst:85 +msgid "" +"Take a look at the `YAML Format documentation " +"`_ if you " +"are getting error messages." +msgstr "" + +#: ../../files/gallery_app.rst:89 +msgid "Here is an example `gallery.cnf`::" +msgstr "" + +#: ../../files/gallery_app.rst:116 +msgid "Supported variables" +msgstr "" + +#: ../../files/gallery_app.rst:118 +msgid "**Global Features**" +msgstr "" + +#: ../../files/gallery_app.rst:120 +msgid "Place this in your root Nextcloud folder, which is your Home folder." +msgstr "" + +#: ../../files/gallery_app.rst:122 +msgid "" +"**external_shares**: Set to **yes** in your root configuration file if you " +"want to load images stored on external locations, when using the " +"**files_external** app." +msgstr "" + +#: ../../files/gallery_app.rst:125 +msgid "" +"**native_svg**: Set to **yes** in your root configuration file to enable " +"rendering SVG images in your browser. This may represent a security risk if " +"you can't fully trust your SVG files." +msgstr "" + +#: ../../files/gallery_app.rst:128 +msgid "" +"**background_colour_toggle**: Set to **yes** in your root configuration file" +" to enable a button that toggles between black and white backgrounds on " +"transparent images." +msgstr "" + +#: ../../files/gallery_app.rst:132 +msgid "" +"External shares are 20-50 times slower than local shares. Be prepared to " +"wait a long time before being able to see all the images contained in a " +"shared album." +msgstr "" + +#: ../../files/gallery_app.rst:136 +msgid "**Album Configuration**" +msgstr "" + +#: ../../files/gallery_app.rst:138 +msgid "" +"Each album can be individually configured using the following configuration " +"sections. Use the **inherit** parameter to pass configurations on to sub-" +"albums." +msgstr "" + +#: ../../files/gallery_app.rst:142 +msgid "**Design**" +msgstr "" + +#: ../../files/gallery_app.rst:144 +msgid "" +"**background**: Defines the colour of the background of the photowall using " +"the RGB hexadecimal representation of that colour. For example: " +"**\"#ffa033\"**. You must use quotes around the value or it will be ignored." +" It is strongly recommended to use a custom theme, with a CSS loading " +"spinner if you intend to use this feature. You can use `this colour wheel " +"`_ to find a colour you like." +msgstr "" + +#: ../../files/gallery_app.rst:150 ../../files/gallery_app.rst:163 +#: ../../files/gallery_app.rst:175 +msgid "" +"**inherit**: Set to **yes** if you want sub-folders to inherit this part of " +"the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:153 +msgid "**Album Presentation**" +msgstr "" + +#: ../../files/gallery_app.rst:155 +msgid "" +"**description**: A markdown-formatted string which will be displayed in the " +"info box. It can spread over multiple lines using the Yaml markers." +msgstr "" + +#: ../../files/gallery_app.rst:157 +msgid "" +"**description_link**: A markdown file located within the album which will be" +" parsed and displayed in the info box instead of the description." +msgstr "" + +#: ../../files/gallery_app.rst:159 +msgid "" +"**copyright**: A markdown-formatted string. This supports links to external " +"resources." +msgstr "" + +#: ../../files/gallery_app.rst:161 +msgid "" +"**copyright_link**: Any file (e.g. copyright.html), in the album itself, " +"which will be downloaded when the user clicks on the link" +msgstr "" + +#: ../../files/gallery_app.rst:166 +msgid "See ``_ for the markdown syntax." +msgstr "" + +#: ../../files/gallery_app.rst:168 +msgid "" +"Do not add links to your `copyright` string if you use the " +"**copyright_link** variable." +msgstr "" + +#: ../../files/gallery_app.rst:171 +msgid "**Sorting**" +msgstr "" + +#: ../../files/gallery_app.rst:173 +msgid "**sorting**: **date** or **name**. **date** only works for files." +msgstr "" + +#: ../../files/gallery_app.rst:174 +msgid "**sort_order**: **asc** or **des** (Ascending or descending)." +msgstr "" + +#: ../../files/gallery_app.rst:179 +msgid "Notes" +msgstr "" + +#: ../../files/gallery_app.rst:181 +msgid "" +"When only the sort **type** variable has been set, the default sort order " +"will be used." +msgstr "" + +#: ../../files/gallery_app.rst:183 +msgid "" +"When only the sort **order** variable has been found, the sort configuration" +" will be ignored and the script will keep looking for a valid configuration " +"in upper folders." +msgstr "" + +#: ../../files/gallery_app.rst:186 +msgid "" +"To enable a feature such as native SVG in a public share, you need to create" +" in that folder a configuration file containing that feature." +msgstr "" + +#: ../../files/gallery_app.rst:188 +msgid "" +"If you share a folder publicly, don't forget to add all the files you link " +"to (e.g. ``description.md`` or ``copyright.md``) inside the shared folder as" +" the user won't have access to files stored in the parent folder." +msgstr "" + +#: ../../files/gallery_app.rst:191 +msgid "" +"Since people can download a whole folder as an archive, it's usually best to" +" include all files within a shared folder, rather than adding text directly " +"in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:196 +msgid "Examples" +msgstr "" + +#: ../../files/gallery_app.rst:198 +msgid "**Sorting Only**" +msgstr "" + +#: ../../files/gallery_app.rst:200 +msgid "Applies to the current folder only::" +msgstr "" + +#: ../../files/gallery_app.rst:207 +msgid "" +"Short description and link to copyright document, applies to the current " +"folder and all of its sub-folders. This also shows you the syntax you can " +"use to spread a description over multiple lines::" +msgstr "" + +#: ../../files/gallery_app.rst:220 +msgid "**Load Images From External Clouds**" +msgstr "" + +#: ../../files/gallery_app.rst:222 +msgid "Features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:224 ../../files/gallery_app.rst:234 +msgid "" +"You can add standard configuration items to the same configuration file::" +msgstr "" + +#: ../../files/gallery_app.rst:230 +msgid "**Enabling native SVG**" +msgstr "" + +#: ../../files/gallery_app.rst:232 +msgid "Special features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:241 +msgid "Possible future extensions" +msgstr "" + +#: ../../files/gallery_app.rst:243 +msgid "Different sorting parameters for albums." +msgstr "" From 1ab8867b79b4c9eb3f07675d9a50c00cb83eceb3 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 18:53:13 +0000 Subject: [PATCH 06/29] Translate gallery_app.pot in da 100% translated source file: 'gallery_app.pot' on 'da'. --- .../da/LC_MESSAGES/files/gallery_app.pot | 383 ++++++++++++++++++ 1 file changed, 383 insertions(+) create mode 100644 user_manual/locale/da/LC_MESSAGES/files/gallery_app.pot diff --git a/user_manual/locale/da/LC_MESSAGES/files/gallery_app.pot b/user_manual/locale/da/LC_MESSAGES/files/gallery_app.pot new file mode 100644 index 000000000..23dac7e4d --- /dev/null +++ b/user_manual/locale/da/LC_MESSAGES/files/gallery_app.pot @@ -0,0 +1,383 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2020 Nextcloud GmbH +# This file is distributed under the same license as the Nextcloud latest User Manual package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Transifex Bot <>, 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Nextcloud latest User Manual latest\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-28 07:41+0000\n" +"PO-Revision-Date: 2023-07-26 13:24+0000\n" +"Last-Translator: Transifex Bot <>, 2023\n" +"Language-Team: Danish (https://app.transifex.com/nextcloud/teams/64236/da/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../../files/gallery_app.rst:3 +msgid "Gallery app" +msgstr "" + +#: ../../files/gallery_app.rst:5 +msgid "" +"The Pictures app has been rewritten and improved, and is now called the " +"Gallery app. It supports more image formats, sorting, zoom, and scrolling. " +"It also supports advanced customizations via a simple text file." +msgstr "" + +#: ../../files/gallery_app.rst:9 +msgid "" +"On your main Nextcloud Files page, click the little icon at the top right, " +"underneath your username, to open your Gallery. The Gallery app " +"automatically finds all images in your Nextcloud folders, and overlays the " +"thumbnails with the folder names. Click on the folder thumbnails to open the" +" folders. At the top left you have two sorting options, alphabetical and by " +"date." +msgstr "" + +#: ../../files/gallery_app.rst:18 +msgid "" +"After entering any folder, click on any image to open it in slideshow mode. " +"This has the following features: a download button at the top center, " +"forward and back buttons at the right and left sides, an automatic slideshow" +" button at the bottom right, and a close button at the top right." +msgstr "" + +#: ../../files/gallery_app.rst:27 +msgid "Custom configuration" +msgstr "" + +#: ../../files/gallery_app.rst:29 +msgid "" +"You may customize a Gallery album with a simple text file named " +"**gallery.cnf**, which contains parameters structured using the `Yaml " +"`_ markup language. You may have " +"multiple **gallery.cnf** files; you need one in your own root Nextcloud " +"folder (your Home folder) that defines global features, and then you may " +"have individual per-album **gallery.cnf** files if you want to define " +"different behaviors in different albums." +msgstr "" + +#: ../../files/gallery_app.rst:38 +msgid "Features" +msgstr "" + +#: ../../files/gallery_app.rst:40 +msgid "The following general features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:42 +msgid "Native SVG support." +msgstr "" + +#: ../../files/gallery_app.rst:43 +msgid "Access to external shares." +msgstr "" + +#: ../../files/gallery_app.rst:45 +msgid "The following album features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:47 +msgid "Adding a link to a file containing a description." +msgstr "" + +#: ../../files/gallery_app.rst:48 +msgid "" +"Typing a simple copyright statement directly in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:49 +msgid "Adding a link to a file containing a copyright statement." +msgstr "" + +#: ../../files/gallery_app.rst:50 +msgid "Defining a sort type and order." +msgstr "" + +#: ../../files/gallery_app.rst:51 +msgid "Defining the colour of the background." +msgstr "" + +#: ../../files/gallery_app.rst:52 +msgid "Defining if sub-albums will inherit the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:54 +msgid "The following slideshow features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:56 +msgid "" +"Showing a button which lets you pick which background, either black or " +"white, to use for the picture you are currently viewing (for images with " +"transparent backgrounds)." +msgstr "" + +#: ../../files/gallery_app.rst:61 +msgid "Setup" +msgstr "" + +#: ../../files/gallery_app.rst:63 +msgid "" +"The configuration file has to be named **gallery.cnf**. You may have " +"multiple per-album **gallery.cnf** files. To enable global features, place " +"one in your top-level folder, which is symbolised in the Web GUI by the home" +" icon. (This puts it in ``data//files/``.) See :ref:`an example below " +"` in the **Global features** section." +msgstr "" + +#: ../../files/gallery_app.rst:69 +msgid "" +"You need to refresh your browser after changing your configuration to see " +"your changes." +msgstr "" + +#: ../../files/gallery_app.rst:73 +msgid "Format" +msgstr "" + +#: ../../files/gallery_app.rst:75 +msgid "" +"UTF-8, **without BOM**. A file created from within the Nextcloud Web GUI " +"works." +msgstr "" + +#: ../../files/gallery_app.rst:78 +msgid "Structure" +msgstr "" + +#: ../../files/gallery_app.rst:80 +msgid "" +"You should include a comment in the file, so that people stumbling upon the " +"file know what it's for. Comments start with #." +msgstr "" + +#: ../../files/gallery_app.rst:83 +msgid "Spacing is created using 2 spaces. **Do not use tabs.**" +msgstr "" + +#: ../../files/gallery_app.rst:85 +msgid "" +"Take a look at the `YAML Format documentation " +"`_ if you " +"are getting error messages." +msgstr "" + +#: ../../files/gallery_app.rst:89 +msgid "Here is an example `gallery.cnf`::" +msgstr "" + +#: ../../files/gallery_app.rst:116 +msgid "Supported variables" +msgstr "" + +#: ../../files/gallery_app.rst:118 +msgid "**Global Features**" +msgstr "" + +#: ../../files/gallery_app.rst:120 +msgid "Place this in your root Nextcloud folder, which is your Home folder." +msgstr "" + +#: ../../files/gallery_app.rst:122 +msgid "" +"**external_shares**: Set to **yes** in your root configuration file if you " +"want to load images stored on external locations, when using the " +"**files_external** app." +msgstr "" + +#: ../../files/gallery_app.rst:125 +msgid "" +"**native_svg**: Set to **yes** in your root configuration file to enable " +"rendering SVG images in your browser. This may represent a security risk if " +"you can't fully trust your SVG files." +msgstr "" + +#: ../../files/gallery_app.rst:128 +msgid "" +"**background_colour_toggle**: Set to **yes** in your root configuration file" +" to enable a button that toggles between black and white backgrounds on " +"transparent images." +msgstr "" + +#: ../../files/gallery_app.rst:132 +msgid "" +"External shares are 20-50 times slower than local shares. Be prepared to " +"wait a long time before being able to see all the images contained in a " +"shared album." +msgstr "" + +#: ../../files/gallery_app.rst:136 +msgid "**Album Configuration**" +msgstr "" + +#: ../../files/gallery_app.rst:138 +msgid "" +"Each album can be individually configured using the following configuration " +"sections. Use the **inherit** parameter to pass configurations on to sub-" +"albums." +msgstr "" + +#: ../../files/gallery_app.rst:142 +msgid "**Design**" +msgstr "" + +#: ../../files/gallery_app.rst:144 +msgid "" +"**background**: Defines the colour of the background of the photowall using " +"the RGB hexadecimal representation of that colour. For example: " +"**\"#ffa033\"**. You must use quotes around the value or it will be ignored." +" It is strongly recommended to use a custom theme, with a CSS loading " +"spinner if you intend to use this feature. You can use `this colour wheel " +"`_ to find a colour you like." +msgstr "" + +#: ../../files/gallery_app.rst:150 ../../files/gallery_app.rst:163 +#: ../../files/gallery_app.rst:175 +msgid "" +"**inherit**: Set to **yes** if you want sub-folders to inherit this part of " +"the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:153 +msgid "**Album Presentation**" +msgstr "" + +#: ../../files/gallery_app.rst:155 +msgid "" +"**description**: A markdown-formatted string which will be displayed in the " +"info box. It can spread over multiple lines using the Yaml markers." +msgstr "" + +#: ../../files/gallery_app.rst:157 +msgid "" +"**description_link**: A markdown file located within the album which will be" +" parsed and displayed in the info box instead of the description." +msgstr "" + +#: ../../files/gallery_app.rst:159 +msgid "" +"**copyright**: A markdown-formatted string. This supports links to external " +"resources." +msgstr "" + +#: ../../files/gallery_app.rst:161 +msgid "" +"**copyright_link**: Any file (e.g. copyright.html), in the album itself, " +"which will be downloaded when the user clicks on the link" +msgstr "" + +#: ../../files/gallery_app.rst:166 +msgid "See ``_ for the markdown syntax." +msgstr "" + +#: ../../files/gallery_app.rst:168 +msgid "" +"Do not add links to your `copyright` string if you use the " +"**copyright_link** variable." +msgstr "" + +#: ../../files/gallery_app.rst:171 +msgid "**Sorting**" +msgstr "" + +#: ../../files/gallery_app.rst:173 +msgid "**sorting**: **date** or **name**. **date** only works for files." +msgstr "" + +#: ../../files/gallery_app.rst:174 +msgid "**sort_order**: **asc** or **des** (Ascending or descending)." +msgstr "" + +#: ../../files/gallery_app.rst:179 +msgid "Notes" +msgstr "" + +#: ../../files/gallery_app.rst:181 +msgid "" +"When only the sort **type** variable has been set, the default sort order " +"will be used." +msgstr "" + +#: ../../files/gallery_app.rst:183 +msgid "" +"When only the sort **order** variable has been found, the sort configuration" +" will be ignored and the script will keep looking for a valid configuration " +"in upper folders." +msgstr "" + +#: ../../files/gallery_app.rst:186 +msgid "" +"To enable a feature such as native SVG in a public share, you need to create" +" in that folder a configuration file containing that feature." +msgstr "" + +#: ../../files/gallery_app.rst:188 +msgid "" +"If you share a folder publicly, don't forget to add all the files you link " +"to (e.g. ``description.md`` or ``copyright.md``) inside the shared folder as" +" the user won't have access to files stored in the parent folder." +msgstr "" + +#: ../../files/gallery_app.rst:191 +msgid "" +"Since people can download a whole folder as an archive, it's usually best to" +" include all files within a shared folder, rather than adding text directly " +"in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:196 +msgid "Examples" +msgstr "" + +#: ../../files/gallery_app.rst:198 +msgid "**Sorting Only**" +msgstr "" + +#: ../../files/gallery_app.rst:200 +msgid "Applies to the current folder only::" +msgstr "" + +#: ../../files/gallery_app.rst:207 +msgid "" +"Short description and link to copyright document, applies to the current " +"folder and all of its sub-folders. This also shows you the syntax you can " +"use to spread a description over multiple lines::" +msgstr "" + +#: ../../files/gallery_app.rst:220 +msgid "**Load Images From External Clouds**" +msgstr "" + +#: ../../files/gallery_app.rst:222 +msgid "Features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:224 ../../files/gallery_app.rst:234 +msgid "" +"You can add standard configuration items to the same configuration file::" +msgstr "" + +#: ../../files/gallery_app.rst:230 +msgid "**Enabling native SVG**" +msgstr "" + +#: ../../files/gallery_app.rst:232 +msgid "Special features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:241 +msgid "Possible future extensions" +msgstr "" + +#: ../../files/gallery_app.rst:243 +msgid "Different sorting parameters for albums." +msgstr "" From 32652c91f4aee22cf445c6769eac116f4e06e455 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 18:53:24 +0000 Subject: [PATCH 07/29] Translate gallery_app.pot in zh_HK 100% translated source file: 'gallery_app.pot' on 'zh_HK'. --- .../zh_HK/LC_MESSAGES/files/gallery_app.pot | 383 ++++++++++++++++++ 1 file changed, 383 insertions(+) create mode 100644 user_manual/locale/zh_HK/LC_MESSAGES/files/gallery_app.pot diff --git a/user_manual/locale/zh_HK/LC_MESSAGES/files/gallery_app.pot b/user_manual/locale/zh_HK/LC_MESSAGES/files/gallery_app.pot new file mode 100644 index 000000000..bc2e92eea --- /dev/null +++ b/user_manual/locale/zh_HK/LC_MESSAGES/files/gallery_app.pot @@ -0,0 +1,383 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2020 Nextcloud GmbH +# This file is distributed under the same license as the Nextcloud latest User Manual package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Transifex Bot <>, 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Nextcloud latest User Manual latest\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-28 07:41+0000\n" +"PO-Revision-Date: 2023-07-26 13:24+0000\n" +"Last-Translator: Transifex Bot <>, 2023\n" +"Language-Team: Chinese (Hong Kong) (https://app.transifex.com/nextcloud/teams/64236/zh_HK/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: zh_HK\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: ../../files/gallery_app.rst:3 +msgid "Gallery app" +msgstr "" + +#: ../../files/gallery_app.rst:5 +msgid "" +"The Pictures app has been rewritten and improved, and is now called the " +"Gallery app. It supports more image formats, sorting, zoom, and scrolling. " +"It also supports advanced customizations via a simple text file." +msgstr "" + +#: ../../files/gallery_app.rst:9 +msgid "" +"On your main Nextcloud Files page, click the little icon at the top right, " +"underneath your username, to open your Gallery. The Gallery app " +"automatically finds all images in your Nextcloud folders, and overlays the " +"thumbnails with the folder names. Click on the folder thumbnails to open the" +" folders. At the top left you have two sorting options, alphabetical and by " +"date." +msgstr "" + +#: ../../files/gallery_app.rst:18 +msgid "" +"After entering any folder, click on any image to open it in slideshow mode. " +"This has the following features: a download button at the top center, " +"forward and back buttons at the right and left sides, an automatic slideshow" +" button at the bottom right, and a close button at the top right." +msgstr "" + +#: ../../files/gallery_app.rst:27 +msgid "Custom configuration" +msgstr "" + +#: ../../files/gallery_app.rst:29 +msgid "" +"You may customize a Gallery album with a simple text file named " +"**gallery.cnf**, which contains parameters structured using the `Yaml " +"`_ markup language. You may have " +"multiple **gallery.cnf** files; you need one in your own root Nextcloud " +"folder (your Home folder) that defines global features, and then you may " +"have individual per-album **gallery.cnf** files if you want to define " +"different behaviors in different albums." +msgstr "" + +#: ../../files/gallery_app.rst:38 +msgid "Features" +msgstr "" + +#: ../../files/gallery_app.rst:40 +msgid "The following general features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:42 +msgid "Native SVG support." +msgstr "" + +#: ../../files/gallery_app.rst:43 +msgid "Access to external shares." +msgstr "" + +#: ../../files/gallery_app.rst:45 +msgid "The following album features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:47 +msgid "Adding a link to a file containing a description." +msgstr "" + +#: ../../files/gallery_app.rst:48 +msgid "" +"Typing a simple copyright statement directly in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:49 +msgid "Adding a link to a file containing a copyright statement." +msgstr "" + +#: ../../files/gallery_app.rst:50 +msgid "Defining a sort type and order." +msgstr "" + +#: ../../files/gallery_app.rst:51 +msgid "Defining the colour of the background." +msgstr "" + +#: ../../files/gallery_app.rst:52 +msgid "Defining if sub-albums will inherit the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:54 +msgid "The following slideshow features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:56 +msgid "" +"Showing a button which lets you pick which background, either black or " +"white, to use for the picture you are currently viewing (for images with " +"transparent backgrounds)." +msgstr "" + +#: ../../files/gallery_app.rst:61 +msgid "Setup" +msgstr "" + +#: ../../files/gallery_app.rst:63 +msgid "" +"The configuration file has to be named **gallery.cnf**. You may have " +"multiple per-album **gallery.cnf** files. To enable global features, place " +"one in your top-level folder, which is symbolised in the Web GUI by the home" +" icon. (This puts it in ``data//files/``.) See :ref:`an example below " +"` in the **Global features** section." +msgstr "" + +#: ../../files/gallery_app.rst:69 +msgid "" +"You need to refresh your browser after changing your configuration to see " +"your changes." +msgstr "" + +#: ../../files/gallery_app.rst:73 +msgid "Format" +msgstr "" + +#: ../../files/gallery_app.rst:75 +msgid "" +"UTF-8, **without BOM**. A file created from within the Nextcloud Web GUI " +"works." +msgstr "" + +#: ../../files/gallery_app.rst:78 +msgid "Structure" +msgstr "" + +#: ../../files/gallery_app.rst:80 +msgid "" +"You should include a comment in the file, so that people stumbling upon the " +"file know what it's for. Comments start with #." +msgstr "" + +#: ../../files/gallery_app.rst:83 +msgid "Spacing is created using 2 spaces. **Do not use tabs.**" +msgstr "" + +#: ../../files/gallery_app.rst:85 +msgid "" +"Take a look at the `YAML Format documentation " +"`_ if you " +"are getting error messages." +msgstr "" + +#: ../../files/gallery_app.rst:89 +msgid "Here is an example `gallery.cnf`::" +msgstr "" + +#: ../../files/gallery_app.rst:116 +msgid "Supported variables" +msgstr "" + +#: ../../files/gallery_app.rst:118 +msgid "**Global Features**" +msgstr "" + +#: ../../files/gallery_app.rst:120 +msgid "Place this in your root Nextcloud folder, which is your Home folder." +msgstr "" + +#: ../../files/gallery_app.rst:122 +msgid "" +"**external_shares**: Set to **yes** in your root configuration file if you " +"want to load images stored on external locations, when using the " +"**files_external** app." +msgstr "" + +#: ../../files/gallery_app.rst:125 +msgid "" +"**native_svg**: Set to **yes** in your root configuration file to enable " +"rendering SVG images in your browser. This may represent a security risk if " +"you can't fully trust your SVG files." +msgstr "" + +#: ../../files/gallery_app.rst:128 +msgid "" +"**background_colour_toggle**: Set to **yes** in your root configuration file" +" to enable a button that toggles between black and white backgrounds on " +"transparent images." +msgstr "" + +#: ../../files/gallery_app.rst:132 +msgid "" +"External shares are 20-50 times slower than local shares. Be prepared to " +"wait a long time before being able to see all the images contained in a " +"shared album." +msgstr "" + +#: ../../files/gallery_app.rst:136 +msgid "**Album Configuration**" +msgstr "" + +#: ../../files/gallery_app.rst:138 +msgid "" +"Each album can be individually configured using the following configuration " +"sections. Use the **inherit** parameter to pass configurations on to sub-" +"albums." +msgstr "" + +#: ../../files/gallery_app.rst:142 +msgid "**Design**" +msgstr "" + +#: ../../files/gallery_app.rst:144 +msgid "" +"**background**: Defines the colour of the background of the photowall using " +"the RGB hexadecimal representation of that colour. For example: " +"**\"#ffa033\"**. You must use quotes around the value or it will be ignored." +" It is strongly recommended to use a custom theme, with a CSS loading " +"spinner if you intend to use this feature. You can use `this colour wheel " +"`_ to find a colour you like." +msgstr "" + +#: ../../files/gallery_app.rst:150 ../../files/gallery_app.rst:163 +#: ../../files/gallery_app.rst:175 +msgid "" +"**inherit**: Set to **yes** if you want sub-folders to inherit this part of " +"the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:153 +msgid "**Album Presentation**" +msgstr "" + +#: ../../files/gallery_app.rst:155 +msgid "" +"**description**: A markdown-formatted string which will be displayed in the " +"info box. It can spread over multiple lines using the Yaml markers." +msgstr "" + +#: ../../files/gallery_app.rst:157 +msgid "" +"**description_link**: A markdown file located within the album which will be" +" parsed and displayed in the info box instead of the description." +msgstr "" + +#: ../../files/gallery_app.rst:159 +msgid "" +"**copyright**: A markdown-formatted string. This supports links to external " +"resources." +msgstr "" + +#: ../../files/gallery_app.rst:161 +msgid "" +"**copyright_link**: Any file (e.g. copyright.html), in the album itself, " +"which will be downloaded when the user clicks on the link" +msgstr "" + +#: ../../files/gallery_app.rst:166 +msgid "See ``_ for the markdown syntax." +msgstr "" + +#: ../../files/gallery_app.rst:168 +msgid "" +"Do not add links to your `copyright` string if you use the " +"**copyright_link** variable." +msgstr "" + +#: ../../files/gallery_app.rst:171 +msgid "**Sorting**" +msgstr "" + +#: ../../files/gallery_app.rst:173 +msgid "**sorting**: **date** or **name**. **date** only works for files." +msgstr "" + +#: ../../files/gallery_app.rst:174 +msgid "**sort_order**: **asc** or **des** (Ascending or descending)." +msgstr "" + +#: ../../files/gallery_app.rst:179 +msgid "Notes" +msgstr "" + +#: ../../files/gallery_app.rst:181 +msgid "" +"When only the sort **type** variable has been set, the default sort order " +"will be used." +msgstr "" + +#: ../../files/gallery_app.rst:183 +msgid "" +"When only the sort **order** variable has been found, the sort configuration" +" will be ignored and the script will keep looking for a valid configuration " +"in upper folders." +msgstr "" + +#: ../../files/gallery_app.rst:186 +msgid "" +"To enable a feature such as native SVG in a public share, you need to create" +" in that folder a configuration file containing that feature." +msgstr "" + +#: ../../files/gallery_app.rst:188 +msgid "" +"If you share a folder publicly, don't forget to add all the files you link " +"to (e.g. ``description.md`` or ``copyright.md``) inside the shared folder as" +" the user won't have access to files stored in the parent folder." +msgstr "" + +#: ../../files/gallery_app.rst:191 +msgid "" +"Since people can download a whole folder as an archive, it's usually best to" +" include all files within a shared folder, rather than adding text directly " +"in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:196 +msgid "Examples" +msgstr "" + +#: ../../files/gallery_app.rst:198 +msgid "**Sorting Only**" +msgstr "" + +#: ../../files/gallery_app.rst:200 +msgid "Applies to the current folder only::" +msgstr "" + +#: ../../files/gallery_app.rst:207 +msgid "" +"Short description and link to copyright document, applies to the current " +"folder and all of its sub-folders. This also shows you the syntax you can " +"use to spread a description over multiple lines::" +msgstr "" + +#: ../../files/gallery_app.rst:220 +msgid "**Load Images From External Clouds**" +msgstr "" + +#: ../../files/gallery_app.rst:222 +msgid "Features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:224 ../../files/gallery_app.rst:234 +msgid "" +"You can add standard configuration items to the same configuration file::" +msgstr "" + +#: ../../files/gallery_app.rst:230 +msgid "**Enabling native SVG**" +msgstr "" + +#: ../../files/gallery_app.rst:232 +msgid "Special features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:241 +msgid "Possible future extensions" +msgstr "" + +#: ../../files/gallery_app.rst:243 +msgid "Different sorting parameters for albums." +msgstr "" From e94fb9a063d930508d6b7db115f89468666deb7f Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 18:53:34 +0000 Subject: [PATCH 08/29] Translate gallery_app.pot in nn 100% translated source file: 'gallery_app.pot' on 'nn'. --- .../nn/LC_MESSAGES/files/gallery_app.pot | 383 ++++++++++++++++++ 1 file changed, 383 insertions(+) create mode 100644 user_manual/locale/nn/LC_MESSAGES/files/gallery_app.pot diff --git a/user_manual/locale/nn/LC_MESSAGES/files/gallery_app.pot b/user_manual/locale/nn/LC_MESSAGES/files/gallery_app.pot new file mode 100644 index 000000000..df6942d51 --- /dev/null +++ b/user_manual/locale/nn/LC_MESSAGES/files/gallery_app.pot @@ -0,0 +1,383 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2020 Nextcloud GmbH +# This file is distributed under the same license as the Nextcloud latest User Manual package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Transifex Bot <>, 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Nextcloud latest User Manual latest\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-28 07:41+0000\n" +"PO-Revision-Date: 2023-07-26 13:24+0000\n" +"Last-Translator: Transifex Bot <>, 2023\n" +"Language-Team: Norwegian Nynorsk (https://app.transifex.com/nextcloud/teams/64236/nn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../../files/gallery_app.rst:3 +msgid "Gallery app" +msgstr "" + +#: ../../files/gallery_app.rst:5 +msgid "" +"The Pictures app has been rewritten and improved, and is now called the " +"Gallery app. It supports more image formats, sorting, zoom, and scrolling. " +"It also supports advanced customizations via a simple text file." +msgstr "" + +#: ../../files/gallery_app.rst:9 +msgid "" +"On your main Nextcloud Files page, click the little icon at the top right, " +"underneath your username, to open your Gallery. The Gallery app " +"automatically finds all images in your Nextcloud folders, and overlays the " +"thumbnails with the folder names. Click on the folder thumbnails to open the" +" folders. At the top left you have two sorting options, alphabetical and by " +"date." +msgstr "" + +#: ../../files/gallery_app.rst:18 +msgid "" +"After entering any folder, click on any image to open it in slideshow mode. " +"This has the following features: a download button at the top center, " +"forward and back buttons at the right and left sides, an automatic slideshow" +" button at the bottom right, and a close button at the top right." +msgstr "" + +#: ../../files/gallery_app.rst:27 +msgid "Custom configuration" +msgstr "" + +#: ../../files/gallery_app.rst:29 +msgid "" +"You may customize a Gallery album with a simple text file named " +"**gallery.cnf**, which contains parameters structured using the `Yaml " +"`_ markup language. You may have " +"multiple **gallery.cnf** files; you need one in your own root Nextcloud " +"folder (your Home folder) that defines global features, and then you may " +"have individual per-album **gallery.cnf** files if you want to define " +"different behaviors in different albums." +msgstr "" + +#: ../../files/gallery_app.rst:38 +msgid "Features" +msgstr "" + +#: ../../files/gallery_app.rst:40 +msgid "The following general features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:42 +msgid "Native SVG support." +msgstr "" + +#: ../../files/gallery_app.rst:43 +msgid "Access to external shares." +msgstr "" + +#: ../../files/gallery_app.rst:45 +msgid "The following album features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:47 +msgid "Adding a link to a file containing a description." +msgstr "" + +#: ../../files/gallery_app.rst:48 +msgid "" +"Typing a simple copyright statement directly in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:49 +msgid "Adding a link to a file containing a copyright statement." +msgstr "" + +#: ../../files/gallery_app.rst:50 +msgid "Defining a sort type and order." +msgstr "" + +#: ../../files/gallery_app.rst:51 +msgid "Defining the colour of the background." +msgstr "" + +#: ../../files/gallery_app.rst:52 +msgid "Defining if sub-albums will inherit the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:54 +msgid "The following slideshow features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:56 +msgid "" +"Showing a button which lets you pick which background, either black or " +"white, to use for the picture you are currently viewing (for images with " +"transparent backgrounds)." +msgstr "" + +#: ../../files/gallery_app.rst:61 +msgid "Setup" +msgstr "" + +#: ../../files/gallery_app.rst:63 +msgid "" +"The configuration file has to be named **gallery.cnf**. You may have " +"multiple per-album **gallery.cnf** files. To enable global features, place " +"one in your top-level folder, which is symbolised in the Web GUI by the home" +" icon. (This puts it in ``data//files/``.) See :ref:`an example below " +"` in the **Global features** section." +msgstr "" + +#: ../../files/gallery_app.rst:69 +msgid "" +"You need to refresh your browser after changing your configuration to see " +"your changes." +msgstr "" + +#: ../../files/gallery_app.rst:73 +msgid "Format" +msgstr "" + +#: ../../files/gallery_app.rst:75 +msgid "" +"UTF-8, **without BOM**. A file created from within the Nextcloud Web GUI " +"works." +msgstr "" + +#: ../../files/gallery_app.rst:78 +msgid "Structure" +msgstr "" + +#: ../../files/gallery_app.rst:80 +msgid "" +"You should include a comment in the file, so that people stumbling upon the " +"file know what it's for. Comments start with #." +msgstr "" + +#: ../../files/gallery_app.rst:83 +msgid "Spacing is created using 2 spaces. **Do not use tabs.**" +msgstr "" + +#: ../../files/gallery_app.rst:85 +msgid "" +"Take a look at the `YAML Format documentation " +"`_ if you " +"are getting error messages." +msgstr "" + +#: ../../files/gallery_app.rst:89 +msgid "Here is an example `gallery.cnf`::" +msgstr "" + +#: ../../files/gallery_app.rst:116 +msgid "Supported variables" +msgstr "" + +#: ../../files/gallery_app.rst:118 +msgid "**Global Features**" +msgstr "" + +#: ../../files/gallery_app.rst:120 +msgid "Place this in your root Nextcloud folder, which is your Home folder." +msgstr "" + +#: ../../files/gallery_app.rst:122 +msgid "" +"**external_shares**: Set to **yes** in your root configuration file if you " +"want to load images stored on external locations, when using the " +"**files_external** app." +msgstr "" + +#: ../../files/gallery_app.rst:125 +msgid "" +"**native_svg**: Set to **yes** in your root configuration file to enable " +"rendering SVG images in your browser. This may represent a security risk if " +"you can't fully trust your SVG files." +msgstr "" + +#: ../../files/gallery_app.rst:128 +msgid "" +"**background_colour_toggle**: Set to **yes** in your root configuration file" +" to enable a button that toggles between black and white backgrounds on " +"transparent images." +msgstr "" + +#: ../../files/gallery_app.rst:132 +msgid "" +"External shares are 20-50 times slower than local shares. Be prepared to " +"wait a long time before being able to see all the images contained in a " +"shared album." +msgstr "" + +#: ../../files/gallery_app.rst:136 +msgid "**Album Configuration**" +msgstr "" + +#: ../../files/gallery_app.rst:138 +msgid "" +"Each album can be individually configured using the following configuration " +"sections. Use the **inherit** parameter to pass configurations on to sub-" +"albums." +msgstr "" + +#: ../../files/gallery_app.rst:142 +msgid "**Design**" +msgstr "" + +#: ../../files/gallery_app.rst:144 +msgid "" +"**background**: Defines the colour of the background of the photowall using " +"the RGB hexadecimal representation of that colour. For example: " +"**\"#ffa033\"**. You must use quotes around the value or it will be ignored." +" It is strongly recommended to use a custom theme, with a CSS loading " +"spinner if you intend to use this feature. You can use `this colour wheel " +"`_ to find a colour you like." +msgstr "" + +#: ../../files/gallery_app.rst:150 ../../files/gallery_app.rst:163 +#: ../../files/gallery_app.rst:175 +msgid "" +"**inherit**: Set to **yes** if you want sub-folders to inherit this part of " +"the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:153 +msgid "**Album Presentation**" +msgstr "" + +#: ../../files/gallery_app.rst:155 +msgid "" +"**description**: A markdown-formatted string which will be displayed in the " +"info box. It can spread over multiple lines using the Yaml markers." +msgstr "" + +#: ../../files/gallery_app.rst:157 +msgid "" +"**description_link**: A markdown file located within the album which will be" +" parsed and displayed in the info box instead of the description." +msgstr "" + +#: ../../files/gallery_app.rst:159 +msgid "" +"**copyright**: A markdown-formatted string. This supports links to external " +"resources." +msgstr "" + +#: ../../files/gallery_app.rst:161 +msgid "" +"**copyright_link**: Any file (e.g. copyright.html), in the album itself, " +"which will be downloaded when the user clicks on the link" +msgstr "" + +#: ../../files/gallery_app.rst:166 +msgid "See ``_ for the markdown syntax." +msgstr "" + +#: ../../files/gallery_app.rst:168 +msgid "" +"Do not add links to your `copyright` string if you use the " +"**copyright_link** variable." +msgstr "" + +#: ../../files/gallery_app.rst:171 +msgid "**Sorting**" +msgstr "" + +#: ../../files/gallery_app.rst:173 +msgid "**sorting**: **date** or **name**. **date** only works for files." +msgstr "" + +#: ../../files/gallery_app.rst:174 +msgid "**sort_order**: **asc** or **des** (Ascending or descending)." +msgstr "" + +#: ../../files/gallery_app.rst:179 +msgid "Notes" +msgstr "" + +#: ../../files/gallery_app.rst:181 +msgid "" +"When only the sort **type** variable has been set, the default sort order " +"will be used." +msgstr "" + +#: ../../files/gallery_app.rst:183 +msgid "" +"When only the sort **order** variable has been found, the sort configuration" +" will be ignored and the script will keep looking for a valid configuration " +"in upper folders." +msgstr "" + +#: ../../files/gallery_app.rst:186 +msgid "" +"To enable a feature such as native SVG in a public share, you need to create" +" in that folder a configuration file containing that feature." +msgstr "" + +#: ../../files/gallery_app.rst:188 +msgid "" +"If you share a folder publicly, don't forget to add all the files you link " +"to (e.g. ``description.md`` or ``copyright.md``) inside the shared folder as" +" the user won't have access to files stored in the parent folder." +msgstr "" + +#: ../../files/gallery_app.rst:191 +msgid "" +"Since people can download a whole folder as an archive, it's usually best to" +" include all files within a shared folder, rather than adding text directly " +"in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:196 +msgid "Examples" +msgstr "" + +#: ../../files/gallery_app.rst:198 +msgid "**Sorting Only**" +msgstr "" + +#: ../../files/gallery_app.rst:200 +msgid "Applies to the current folder only::" +msgstr "" + +#: ../../files/gallery_app.rst:207 +msgid "" +"Short description and link to copyright document, applies to the current " +"folder and all of its sub-folders. This also shows you the syntax you can " +"use to spread a description over multiple lines::" +msgstr "" + +#: ../../files/gallery_app.rst:220 +msgid "**Load Images From External Clouds**" +msgstr "" + +#: ../../files/gallery_app.rst:222 +msgid "Features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:224 ../../files/gallery_app.rst:234 +msgid "" +"You can add standard configuration items to the same configuration file::" +msgstr "" + +#: ../../files/gallery_app.rst:230 +msgid "**Enabling native SVG**" +msgstr "" + +#: ../../files/gallery_app.rst:232 +msgid "Special features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:241 +msgid "Possible future extensions" +msgstr "" + +#: ../../files/gallery_app.rst:243 +msgid "Different sorting parameters for albums." +msgstr "" From c27f1163c2f393b1ae62fc37de2021f9645b777c Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 18:53:44 +0000 Subject: [PATCH 09/29] Translate gallery_app.pot in hr 100% translated source file: 'gallery_app.pot' on 'hr'. --- .../hr/LC_MESSAGES/files/gallery_app.pot | 383 ++++++++++++++++++ 1 file changed, 383 insertions(+) create mode 100644 user_manual/locale/hr/LC_MESSAGES/files/gallery_app.pot diff --git a/user_manual/locale/hr/LC_MESSAGES/files/gallery_app.pot b/user_manual/locale/hr/LC_MESSAGES/files/gallery_app.pot new file mode 100644 index 000000000..41c15eb82 --- /dev/null +++ b/user_manual/locale/hr/LC_MESSAGES/files/gallery_app.pot @@ -0,0 +1,383 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2020 Nextcloud GmbH +# This file is distributed under the same license as the Nextcloud latest User Manual package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Transifex Bot <>, 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Nextcloud latest User Manual latest\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-28 07:41+0000\n" +"PO-Revision-Date: 2023-07-26 13:24+0000\n" +"Last-Translator: Transifex Bot <>, 2023\n" +"Language-Team: Croatian (https://app.transifex.com/nextcloud/teams/64236/hr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hr\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" + +#: ../../files/gallery_app.rst:3 +msgid "Gallery app" +msgstr "" + +#: ../../files/gallery_app.rst:5 +msgid "" +"The Pictures app has been rewritten and improved, and is now called the " +"Gallery app. It supports more image formats, sorting, zoom, and scrolling. " +"It also supports advanced customizations via a simple text file." +msgstr "" + +#: ../../files/gallery_app.rst:9 +msgid "" +"On your main Nextcloud Files page, click the little icon at the top right, " +"underneath your username, to open your Gallery. The Gallery app " +"automatically finds all images in your Nextcloud folders, and overlays the " +"thumbnails with the folder names. Click on the folder thumbnails to open the" +" folders. At the top left you have two sorting options, alphabetical and by " +"date." +msgstr "" + +#: ../../files/gallery_app.rst:18 +msgid "" +"After entering any folder, click on any image to open it in slideshow mode. " +"This has the following features: a download button at the top center, " +"forward and back buttons at the right and left sides, an automatic slideshow" +" button at the bottom right, and a close button at the top right." +msgstr "" + +#: ../../files/gallery_app.rst:27 +msgid "Custom configuration" +msgstr "" + +#: ../../files/gallery_app.rst:29 +msgid "" +"You may customize a Gallery album with a simple text file named " +"**gallery.cnf**, which contains parameters structured using the `Yaml " +"`_ markup language. You may have " +"multiple **gallery.cnf** files; you need one in your own root Nextcloud " +"folder (your Home folder) that defines global features, and then you may " +"have individual per-album **gallery.cnf** files if you want to define " +"different behaviors in different albums." +msgstr "" + +#: ../../files/gallery_app.rst:38 +msgid "Features" +msgstr "" + +#: ../../files/gallery_app.rst:40 +msgid "The following general features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:42 +msgid "Native SVG support." +msgstr "" + +#: ../../files/gallery_app.rst:43 +msgid "Access to external shares." +msgstr "" + +#: ../../files/gallery_app.rst:45 +msgid "The following album features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:47 +msgid "Adding a link to a file containing a description." +msgstr "" + +#: ../../files/gallery_app.rst:48 +msgid "" +"Typing a simple copyright statement directly in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:49 +msgid "Adding a link to a file containing a copyright statement." +msgstr "" + +#: ../../files/gallery_app.rst:50 +msgid "Defining a sort type and order." +msgstr "" + +#: ../../files/gallery_app.rst:51 +msgid "Defining the colour of the background." +msgstr "" + +#: ../../files/gallery_app.rst:52 +msgid "Defining if sub-albums will inherit the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:54 +msgid "The following slideshow features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:56 +msgid "" +"Showing a button which lets you pick which background, either black or " +"white, to use for the picture you are currently viewing (for images with " +"transparent backgrounds)." +msgstr "" + +#: ../../files/gallery_app.rst:61 +msgid "Setup" +msgstr "" + +#: ../../files/gallery_app.rst:63 +msgid "" +"The configuration file has to be named **gallery.cnf**. You may have " +"multiple per-album **gallery.cnf** files. To enable global features, place " +"one in your top-level folder, which is symbolised in the Web GUI by the home" +" icon. (This puts it in ``data//files/``.) See :ref:`an example below " +"` in the **Global features** section." +msgstr "" + +#: ../../files/gallery_app.rst:69 +msgid "" +"You need to refresh your browser after changing your configuration to see " +"your changes." +msgstr "" + +#: ../../files/gallery_app.rst:73 +msgid "Format" +msgstr "" + +#: ../../files/gallery_app.rst:75 +msgid "" +"UTF-8, **without BOM**. A file created from within the Nextcloud Web GUI " +"works." +msgstr "" + +#: ../../files/gallery_app.rst:78 +msgid "Structure" +msgstr "" + +#: ../../files/gallery_app.rst:80 +msgid "" +"You should include a comment in the file, so that people stumbling upon the " +"file know what it's for. Comments start with #." +msgstr "" + +#: ../../files/gallery_app.rst:83 +msgid "Spacing is created using 2 spaces. **Do not use tabs.**" +msgstr "" + +#: ../../files/gallery_app.rst:85 +msgid "" +"Take a look at the `YAML Format documentation " +"`_ if you " +"are getting error messages." +msgstr "" + +#: ../../files/gallery_app.rst:89 +msgid "Here is an example `gallery.cnf`::" +msgstr "" + +#: ../../files/gallery_app.rst:116 +msgid "Supported variables" +msgstr "" + +#: ../../files/gallery_app.rst:118 +msgid "**Global Features**" +msgstr "" + +#: ../../files/gallery_app.rst:120 +msgid "Place this in your root Nextcloud folder, which is your Home folder." +msgstr "" + +#: ../../files/gallery_app.rst:122 +msgid "" +"**external_shares**: Set to **yes** in your root configuration file if you " +"want to load images stored on external locations, when using the " +"**files_external** app." +msgstr "" + +#: ../../files/gallery_app.rst:125 +msgid "" +"**native_svg**: Set to **yes** in your root configuration file to enable " +"rendering SVG images in your browser. This may represent a security risk if " +"you can't fully trust your SVG files." +msgstr "" + +#: ../../files/gallery_app.rst:128 +msgid "" +"**background_colour_toggle**: Set to **yes** in your root configuration file" +" to enable a button that toggles between black and white backgrounds on " +"transparent images." +msgstr "" + +#: ../../files/gallery_app.rst:132 +msgid "" +"External shares are 20-50 times slower than local shares. Be prepared to " +"wait a long time before being able to see all the images contained in a " +"shared album." +msgstr "" + +#: ../../files/gallery_app.rst:136 +msgid "**Album Configuration**" +msgstr "" + +#: ../../files/gallery_app.rst:138 +msgid "" +"Each album can be individually configured using the following configuration " +"sections. Use the **inherit** parameter to pass configurations on to sub-" +"albums." +msgstr "" + +#: ../../files/gallery_app.rst:142 +msgid "**Design**" +msgstr "" + +#: ../../files/gallery_app.rst:144 +msgid "" +"**background**: Defines the colour of the background of the photowall using " +"the RGB hexadecimal representation of that colour. For example: " +"**\"#ffa033\"**. You must use quotes around the value or it will be ignored." +" It is strongly recommended to use a custom theme, with a CSS loading " +"spinner if you intend to use this feature. You can use `this colour wheel " +"`_ to find a colour you like." +msgstr "" + +#: ../../files/gallery_app.rst:150 ../../files/gallery_app.rst:163 +#: ../../files/gallery_app.rst:175 +msgid "" +"**inherit**: Set to **yes** if you want sub-folders to inherit this part of " +"the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:153 +msgid "**Album Presentation**" +msgstr "" + +#: ../../files/gallery_app.rst:155 +msgid "" +"**description**: A markdown-formatted string which will be displayed in the " +"info box. It can spread over multiple lines using the Yaml markers." +msgstr "" + +#: ../../files/gallery_app.rst:157 +msgid "" +"**description_link**: A markdown file located within the album which will be" +" parsed and displayed in the info box instead of the description." +msgstr "" + +#: ../../files/gallery_app.rst:159 +msgid "" +"**copyright**: A markdown-formatted string. This supports links to external " +"resources." +msgstr "" + +#: ../../files/gallery_app.rst:161 +msgid "" +"**copyright_link**: Any file (e.g. copyright.html), in the album itself, " +"which will be downloaded when the user clicks on the link" +msgstr "" + +#: ../../files/gallery_app.rst:166 +msgid "See ``_ for the markdown syntax." +msgstr "" + +#: ../../files/gallery_app.rst:168 +msgid "" +"Do not add links to your `copyright` string if you use the " +"**copyright_link** variable." +msgstr "" + +#: ../../files/gallery_app.rst:171 +msgid "**Sorting**" +msgstr "" + +#: ../../files/gallery_app.rst:173 +msgid "**sorting**: **date** or **name**. **date** only works for files." +msgstr "" + +#: ../../files/gallery_app.rst:174 +msgid "**sort_order**: **asc** or **des** (Ascending or descending)." +msgstr "" + +#: ../../files/gallery_app.rst:179 +msgid "Notes" +msgstr "" + +#: ../../files/gallery_app.rst:181 +msgid "" +"When only the sort **type** variable has been set, the default sort order " +"will be used." +msgstr "" + +#: ../../files/gallery_app.rst:183 +msgid "" +"When only the sort **order** variable has been found, the sort configuration" +" will be ignored and the script will keep looking for a valid configuration " +"in upper folders." +msgstr "" + +#: ../../files/gallery_app.rst:186 +msgid "" +"To enable a feature such as native SVG in a public share, you need to create" +" in that folder a configuration file containing that feature." +msgstr "" + +#: ../../files/gallery_app.rst:188 +msgid "" +"If you share a folder publicly, don't forget to add all the files you link " +"to (e.g. ``description.md`` or ``copyright.md``) inside the shared folder as" +" the user won't have access to files stored in the parent folder." +msgstr "" + +#: ../../files/gallery_app.rst:191 +msgid "" +"Since people can download a whole folder as an archive, it's usually best to" +" include all files within a shared folder, rather than adding text directly " +"in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:196 +msgid "Examples" +msgstr "" + +#: ../../files/gallery_app.rst:198 +msgid "**Sorting Only**" +msgstr "" + +#: ../../files/gallery_app.rst:200 +msgid "Applies to the current folder only::" +msgstr "" + +#: ../../files/gallery_app.rst:207 +msgid "" +"Short description and link to copyright document, applies to the current " +"folder and all of its sub-folders. This also shows you the syntax you can " +"use to spread a description over multiple lines::" +msgstr "" + +#: ../../files/gallery_app.rst:220 +msgid "**Load Images From External Clouds**" +msgstr "" + +#: ../../files/gallery_app.rst:222 +msgid "Features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:224 ../../files/gallery_app.rst:234 +msgid "" +"You can add standard configuration items to the same configuration file::" +msgstr "" + +#: ../../files/gallery_app.rst:230 +msgid "**Enabling native SVG**" +msgstr "" + +#: ../../files/gallery_app.rst:232 +msgid "Special features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:241 +msgid "Possible future extensions" +msgstr "" + +#: ../../files/gallery_app.rst:243 +msgid "Different sorting parameters for albums." +msgstr "" From 3270f8e53a76dae5f78f8be25fd43cc3b188963d Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 18:53:55 +0000 Subject: [PATCH 10/29] Translate gallery_app.pot in fi_FI 100% translated source file: 'gallery_app.pot' on 'fi_FI'. --- .../fi_FI/LC_MESSAGES/files/gallery_app.pot | 383 ++++++++++++++++++ 1 file changed, 383 insertions(+) create mode 100644 user_manual/locale/fi_FI/LC_MESSAGES/files/gallery_app.pot diff --git a/user_manual/locale/fi_FI/LC_MESSAGES/files/gallery_app.pot b/user_manual/locale/fi_FI/LC_MESSAGES/files/gallery_app.pot new file mode 100644 index 000000000..994b0ca16 --- /dev/null +++ b/user_manual/locale/fi_FI/LC_MESSAGES/files/gallery_app.pot @@ -0,0 +1,383 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2020 Nextcloud GmbH +# This file is distributed under the same license as the Nextcloud latest User Manual package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Transifex Bot <>, 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Nextcloud latest User Manual latest\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-28 07:41+0000\n" +"PO-Revision-Date: 2023-07-26 13:24+0000\n" +"Last-Translator: Transifex Bot <>, 2023\n" +"Language-Team: Finnish (Finland) (https://app.transifex.com/nextcloud/teams/64236/fi_FI/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fi_FI\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../../files/gallery_app.rst:3 +msgid "Gallery app" +msgstr "" + +#: ../../files/gallery_app.rst:5 +msgid "" +"The Pictures app has been rewritten and improved, and is now called the " +"Gallery app. It supports more image formats, sorting, zoom, and scrolling. " +"It also supports advanced customizations via a simple text file." +msgstr "" + +#: ../../files/gallery_app.rst:9 +msgid "" +"On your main Nextcloud Files page, click the little icon at the top right, " +"underneath your username, to open your Gallery. The Gallery app " +"automatically finds all images in your Nextcloud folders, and overlays the " +"thumbnails with the folder names. Click on the folder thumbnails to open the" +" folders. At the top left you have two sorting options, alphabetical and by " +"date." +msgstr "" + +#: ../../files/gallery_app.rst:18 +msgid "" +"After entering any folder, click on any image to open it in slideshow mode. " +"This has the following features: a download button at the top center, " +"forward and back buttons at the right and left sides, an automatic slideshow" +" button at the bottom right, and a close button at the top right." +msgstr "" + +#: ../../files/gallery_app.rst:27 +msgid "Custom configuration" +msgstr "" + +#: ../../files/gallery_app.rst:29 +msgid "" +"You may customize a Gallery album with a simple text file named " +"**gallery.cnf**, which contains parameters structured using the `Yaml " +"`_ markup language. You may have " +"multiple **gallery.cnf** files; you need one in your own root Nextcloud " +"folder (your Home folder) that defines global features, and then you may " +"have individual per-album **gallery.cnf** files if you want to define " +"different behaviors in different albums." +msgstr "" + +#: ../../files/gallery_app.rst:38 +msgid "Features" +msgstr "" + +#: ../../files/gallery_app.rst:40 +msgid "The following general features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:42 +msgid "Native SVG support." +msgstr "" + +#: ../../files/gallery_app.rst:43 +msgid "Access to external shares." +msgstr "" + +#: ../../files/gallery_app.rst:45 +msgid "The following album features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:47 +msgid "Adding a link to a file containing a description." +msgstr "" + +#: ../../files/gallery_app.rst:48 +msgid "" +"Typing a simple copyright statement directly in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:49 +msgid "Adding a link to a file containing a copyright statement." +msgstr "" + +#: ../../files/gallery_app.rst:50 +msgid "Defining a sort type and order." +msgstr "" + +#: ../../files/gallery_app.rst:51 +msgid "Defining the colour of the background." +msgstr "" + +#: ../../files/gallery_app.rst:52 +msgid "Defining if sub-albums will inherit the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:54 +msgid "The following slideshow features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:56 +msgid "" +"Showing a button which lets you pick which background, either black or " +"white, to use for the picture you are currently viewing (for images with " +"transparent backgrounds)." +msgstr "" + +#: ../../files/gallery_app.rst:61 +msgid "Setup" +msgstr "" + +#: ../../files/gallery_app.rst:63 +msgid "" +"The configuration file has to be named **gallery.cnf**. You may have " +"multiple per-album **gallery.cnf** files. To enable global features, place " +"one in your top-level folder, which is symbolised in the Web GUI by the home" +" icon. (This puts it in ``data//files/``.) See :ref:`an example below " +"` in the **Global features** section." +msgstr "" + +#: ../../files/gallery_app.rst:69 +msgid "" +"You need to refresh your browser after changing your configuration to see " +"your changes." +msgstr "" + +#: ../../files/gallery_app.rst:73 +msgid "Format" +msgstr "" + +#: ../../files/gallery_app.rst:75 +msgid "" +"UTF-8, **without BOM**. A file created from within the Nextcloud Web GUI " +"works." +msgstr "" + +#: ../../files/gallery_app.rst:78 +msgid "Structure" +msgstr "" + +#: ../../files/gallery_app.rst:80 +msgid "" +"You should include a comment in the file, so that people stumbling upon the " +"file know what it's for. Comments start with #." +msgstr "" + +#: ../../files/gallery_app.rst:83 +msgid "Spacing is created using 2 spaces. **Do not use tabs.**" +msgstr "" + +#: ../../files/gallery_app.rst:85 +msgid "" +"Take a look at the `YAML Format documentation " +"`_ if you " +"are getting error messages." +msgstr "" + +#: ../../files/gallery_app.rst:89 +msgid "Here is an example `gallery.cnf`::" +msgstr "" + +#: ../../files/gallery_app.rst:116 +msgid "Supported variables" +msgstr "" + +#: ../../files/gallery_app.rst:118 +msgid "**Global Features**" +msgstr "" + +#: ../../files/gallery_app.rst:120 +msgid "Place this in your root Nextcloud folder, which is your Home folder." +msgstr "" + +#: ../../files/gallery_app.rst:122 +msgid "" +"**external_shares**: Set to **yes** in your root configuration file if you " +"want to load images stored on external locations, when using the " +"**files_external** app." +msgstr "" + +#: ../../files/gallery_app.rst:125 +msgid "" +"**native_svg**: Set to **yes** in your root configuration file to enable " +"rendering SVG images in your browser. This may represent a security risk if " +"you can't fully trust your SVG files." +msgstr "" + +#: ../../files/gallery_app.rst:128 +msgid "" +"**background_colour_toggle**: Set to **yes** in your root configuration file" +" to enable a button that toggles between black and white backgrounds on " +"transparent images." +msgstr "" + +#: ../../files/gallery_app.rst:132 +msgid "" +"External shares are 20-50 times slower than local shares. Be prepared to " +"wait a long time before being able to see all the images contained in a " +"shared album." +msgstr "" + +#: ../../files/gallery_app.rst:136 +msgid "**Album Configuration**" +msgstr "" + +#: ../../files/gallery_app.rst:138 +msgid "" +"Each album can be individually configured using the following configuration " +"sections. Use the **inherit** parameter to pass configurations on to sub-" +"albums." +msgstr "" + +#: ../../files/gallery_app.rst:142 +msgid "**Design**" +msgstr "" + +#: ../../files/gallery_app.rst:144 +msgid "" +"**background**: Defines the colour of the background of the photowall using " +"the RGB hexadecimal representation of that colour. For example: " +"**\"#ffa033\"**. You must use quotes around the value or it will be ignored." +" It is strongly recommended to use a custom theme, with a CSS loading " +"spinner if you intend to use this feature. You can use `this colour wheel " +"`_ to find a colour you like." +msgstr "" + +#: ../../files/gallery_app.rst:150 ../../files/gallery_app.rst:163 +#: ../../files/gallery_app.rst:175 +msgid "" +"**inherit**: Set to **yes** if you want sub-folders to inherit this part of " +"the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:153 +msgid "**Album Presentation**" +msgstr "" + +#: ../../files/gallery_app.rst:155 +msgid "" +"**description**: A markdown-formatted string which will be displayed in the " +"info box. It can spread over multiple lines using the Yaml markers." +msgstr "" + +#: ../../files/gallery_app.rst:157 +msgid "" +"**description_link**: A markdown file located within the album which will be" +" parsed and displayed in the info box instead of the description." +msgstr "" + +#: ../../files/gallery_app.rst:159 +msgid "" +"**copyright**: A markdown-formatted string. This supports links to external " +"resources." +msgstr "" + +#: ../../files/gallery_app.rst:161 +msgid "" +"**copyright_link**: Any file (e.g. copyright.html), in the album itself, " +"which will be downloaded when the user clicks on the link" +msgstr "" + +#: ../../files/gallery_app.rst:166 +msgid "See ``_ for the markdown syntax." +msgstr "" + +#: ../../files/gallery_app.rst:168 +msgid "" +"Do not add links to your `copyright` string if you use the " +"**copyright_link** variable." +msgstr "" + +#: ../../files/gallery_app.rst:171 +msgid "**Sorting**" +msgstr "" + +#: ../../files/gallery_app.rst:173 +msgid "**sorting**: **date** or **name**. **date** only works for files." +msgstr "" + +#: ../../files/gallery_app.rst:174 +msgid "**sort_order**: **asc** or **des** (Ascending or descending)." +msgstr "" + +#: ../../files/gallery_app.rst:179 +msgid "Notes" +msgstr "" + +#: ../../files/gallery_app.rst:181 +msgid "" +"When only the sort **type** variable has been set, the default sort order " +"will be used." +msgstr "" + +#: ../../files/gallery_app.rst:183 +msgid "" +"When only the sort **order** variable has been found, the sort configuration" +" will be ignored and the script will keep looking for a valid configuration " +"in upper folders." +msgstr "" + +#: ../../files/gallery_app.rst:186 +msgid "" +"To enable a feature such as native SVG in a public share, you need to create" +" in that folder a configuration file containing that feature." +msgstr "" + +#: ../../files/gallery_app.rst:188 +msgid "" +"If you share a folder publicly, don't forget to add all the files you link " +"to (e.g. ``description.md`` or ``copyright.md``) inside the shared folder as" +" the user won't have access to files stored in the parent folder." +msgstr "" + +#: ../../files/gallery_app.rst:191 +msgid "" +"Since people can download a whole folder as an archive, it's usually best to" +" include all files within a shared folder, rather than adding text directly " +"in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:196 +msgid "Examples" +msgstr "" + +#: ../../files/gallery_app.rst:198 +msgid "**Sorting Only**" +msgstr "" + +#: ../../files/gallery_app.rst:200 +msgid "Applies to the current folder only::" +msgstr "" + +#: ../../files/gallery_app.rst:207 +msgid "" +"Short description and link to copyright document, applies to the current " +"folder and all of its sub-folders. This also shows you the syntax you can " +"use to spread a description over multiple lines::" +msgstr "" + +#: ../../files/gallery_app.rst:220 +msgid "**Load Images From External Clouds**" +msgstr "" + +#: ../../files/gallery_app.rst:222 +msgid "Features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:224 ../../files/gallery_app.rst:234 +msgid "" +"You can add standard configuration items to the same configuration file::" +msgstr "" + +#: ../../files/gallery_app.rst:230 +msgid "**Enabling native SVG**" +msgstr "" + +#: ../../files/gallery_app.rst:232 +msgid "Special features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:241 +msgid "Possible future extensions" +msgstr "" + +#: ../../files/gallery_app.rst:243 +msgid "Different sorting parameters for albums." +msgstr "" From 0a8eda3ac813391240724cf71916f0aa91b6afb5 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 18:54:07 +0000 Subject: [PATCH 11/29] Translate gallery_app.pot in ja_JP 100% translated source file: 'gallery_app.pot' on 'ja_JP'. --- .../ja_JP/LC_MESSAGES/files/gallery_app.pot | 383 ++++++++++++++++++ 1 file changed, 383 insertions(+) create mode 100644 user_manual/locale/ja_JP/LC_MESSAGES/files/gallery_app.pot diff --git a/user_manual/locale/ja_JP/LC_MESSAGES/files/gallery_app.pot b/user_manual/locale/ja_JP/LC_MESSAGES/files/gallery_app.pot new file mode 100644 index 000000000..516fe6076 --- /dev/null +++ b/user_manual/locale/ja_JP/LC_MESSAGES/files/gallery_app.pot @@ -0,0 +1,383 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2020 Nextcloud GmbH +# This file is distributed under the same license as the Nextcloud latest User Manual package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Transifex Bot <>, 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Nextcloud latest User Manual latest\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-28 07:41+0000\n" +"PO-Revision-Date: 2023-07-26 13:24+0000\n" +"Last-Translator: Transifex Bot <>, 2023\n" +"Language-Team: Japanese (Japan) (https://app.transifex.com/nextcloud/teams/64236/ja_JP/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ja_JP\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: ../../files/gallery_app.rst:3 +msgid "Gallery app" +msgstr "" + +#: ../../files/gallery_app.rst:5 +msgid "" +"The Pictures app has been rewritten and improved, and is now called the " +"Gallery app. It supports more image formats, sorting, zoom, and scrolling. " +"It also supports advanced customizations via a simple text file." +msgstr "" + +#: ../../files/gallery_app.rst:9 +msgid "" +"On your main Nextcloud Files page, click the little icon at the top right, " +"underneath your username, to open your Gallery. The Gallery app " +"automatically finds all images in your Nextcloud folders, and overlays the " +"thumbnails with the folder names. Click on the folder thumbnails to open the" +" folders. At the top left you have two sorting options, alphabetical and by " +"date." +msgstr "" + +#: ../../files/gallery_app.rst:18 +msgid "" +"After entering any folder, click on any image to open it in slideshow mode. " +"This has the following features: a download button at the top center, " +"forward and back buttons at the right and left sides, an automatic slideshow" +" button at the bottom right, and a close button at the top right." +msgstr "" + +#: ../../files/gallery_app.rst:27 +msgid "Custom configuration" +msgstr "" + +#: ../../files/gallery_app.rst:29 +msgid "" +"You may customize a Gallery album with a simple text file named " +"**gallery.cnf**, which contains parameters structured using the `Yaml " +"`_ markup language. You may have " +"multiple **gallery.cnf** files; you need one in your own root Nextcloud " +"folder (your Home folder) that defines global features, and then you may " +"have individual per-album **gallery.cnf** files if you want to define " +"different behaviors in different albums." +msgstr "" + +#: ../../files/gallery_app.rst:38 +msgid "Features" +msgstr "" + +#: ../../files/gallery_app.rst:40 +msgid "The following general features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:42 +msgid "Native SVG support." +msgstr "" + +#: ../../files/gallery_app.rst:43 +msgid "Access to external shares." +msgstr "" + +#: ../../files/gallery_app.rst:45 +msgid "The following album features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:47 +msgid "Adding a link to a file containing a description." +msgstr "" + +#: ../../files/gallery_app.rst:48 +msgid "" +"Typing a simple copyright statement directly in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:49 +msgid "Adding a link to a file containing a copyright statement." +msgstr "" + +#: ../../files/gallery_app.rst:50 +msgid "Defining a sort type and order." +msgstr "" + +#: ../../files/gallery_app.rst:51 +msgid "Defining the colour of the background." +msgstr "" + +#: ../../files/gallery_app.rst:52 +msgid "Defining if sub-albums will inherit the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:54 +msgid "The following slideshow features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:56 +msgid "" +"Showing a button which lets you pick which background, either black or " +"white, to use for the picture you are currently viewing (for images with " +"transparent backgrounds)." +msgstr "" + +#: ../../files/gallery_app.rst:61 +msgid "Setup" +msgstr "" + +#: ../../files/gallery_app.rst:63 +msgid "" +"The configuration file has to be named **gallery.cnf**. You may have " +"multiple per-album **gallery.cnf** files. To enable global features, place " +"one in your top-level folder, which is symbolised in the Web GUI by the home" +" icon. (This puts it in ``data//files/``.) See :ref:`an example below " +"` in the **Global features** section." +msgstr "" + +#: ../../files/gallery_app.rst:69 +msgid "" +"You need to refresh your browser after changing your configuration to see " +"your changes." +msgstr "" + +#: ../../files/gallery_app.rst:73 +msgid "Format" +msgstr "" + +#: ../../files/gallery_app.rst:75 +msgid "" +"UTF-8, **without BOM**. A file created from within the Nextcloud Web GUI " +"works." +msgstr "" + +#: ../../files/gallery_app.rst:78 +msgid "Structure" +msgstr "" + +#: ../../files/gallery_app.rst:80 +msgid "" +"You should include a comment in the file, so that people stumbling upon the " +"file know what it's for. Comments start with #." +msgstr "" + +#: ../../files/gallery_app.rst:83 +msgid "Spacing is created using 2 spaces. **Do not use tabs.**" +msgstr "" + +#: ../../files/gallery_app.rst:85 +msgid "" +"Take a look at the `YAML Format documentation " +"`_ if you " +"are getting error messages." +msgstr "" + +#: ../../files/gallery_app.rst:89 +msgid "Here is an example `gallery.cnf`::" +msgstr "" + +#: ../../files/gallery_app.rst:116 +msgid "Supported variables" +msgstr "" + +#: ../../files/gallery_app.rst:118 +msgid "**Global Features**" +msgstr "" + +#: ../../files/gallery_app.rst:120 +msgid "Place this in your root Nextcloud folder, which is your Home folder." +msgstr "" + +#: ../../files/gallery_app.rst:122 +msgid "" +"**external_shares**: Set to **yes** in your root configuration file if you " +"want to load images stored on external locations, when using the " +"**files_external** app." +msgstr "" + +#: ../../files/gallery_app.rst:125 +msgid "" +"**native_svg**: Set to **yes** in your root configuration file to enable " +"rendering SVG images in your browser. This may represent a security risk if " +"you can't fully trust your SVG files." +msgstr "" + +#: ../../files/gallery_app.rst:128 +msgid "" +"**background_colour_toggle**: Set to **yes** in your root configuration file" +" to enable a button that toggles between black and white backgrounds on " +"transparent images." +msgstr "" + +#: ../../files/gallery_app.rst:132 +msgid "" +"External shares are 20-50 times slower than local shares. Be prepared to " +"wait a long time before being able to see all the images contained in a " +"shared album." +msgstr "" + +#: ../../files/gallery_app.rst:136 +msgid "**Album Configuration**" +msgstr "" + +#: ../../files/gallery_app.rst:138 +msgid "" +"Each album can be individually configured using the following configuration " +"sections. Use the **inherit** parameter to pass configurations on to sub-" +"albums." +msgstr "" + +#: ../../files/gallery_app.rst:142 +msgid "**Design**" +msgstr "" + +#: ../../files/gallery_app.rst:144 +msgid "" +"**background**: Defines the colour of the background of the photowall using " +"the RGB hexadecimal representation of that colour. For example: " +"**\"#ffa033\"**. You must use quotes around the value or it will be ignored." +" It is strongly recommended to use a custom theme, with a CSS loading " +"spinner if you intend to use this feature. You can use `this colour wheel " +"`_ to find a colour you like." +msgstr "" + +#: ../../files/gallery_app.rst:150 ../../files/gallery_app.rst:163 +#: ../../files/gallery_app.rst:175 +msgid "" +"**inherit**: Set to **yes** if you want sub-folders to inherit this part of " +"the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:153 +msgid "**Album Presentation**" +msgstr "" + +#: ../../files/gallery_app.rst:155 +msgid "" +"**description**: A markdown-formatted string which will be displayed in the " +"info box. It can spread over multiple lines using the Yaml markers." +msgstr "" + +#: ../../files/gallery_app.rst:157 +msgid "" +"**description_link**: A markdown file located within the album which will be" +" parsed and displayed in the info box instead of the description." +msgstr "" + +#: ../../files/gallery_app.rst:159 +msgid "" +"**copyright**: A markdown-formatted string. This supports links to external " +"resources." +msgstr "" + +#: ../../files/gallery_app.rst:161 +msgid "" +"**copyright_link**: Any file (e.g. copyright.html), in the album itself, " +"which will be downloaded when the user clicks on the link" +msgstr "" + +#: ../../files/gallery_app.rst:166 +msgid "See ``_ for the markdown syntax." +msgstr "" + +#: ../../files/gallery_app.rst:168 +msgid "" +"Do not add links to your `copyright` string if you use the " +"**copyright_link** variable." +msgstr "" + +#: ../../files/gallery_app.rst:171 +msgid "**Sorting**" +msgstr "" + +#: ../../files/gallery_app.rst:173 +msgid "**sorting**: **date** or **name**. **date** only works for files." +msgstr "" + +#: ../../files/gallery_app.rst:174 +msgid "**sort_order**: **asc** or **des** (Ascending or descending)." +msgstr "" + +#: ../../files/gallery_app.rst:179 +msgid "Notes" +msgstr "" + +#: ../../files/gallery_app.rst:181 +msgid "" +"When only the sort **type** variable has been set, the default sort order " +"will be used." +msgstr "" + +#: ../../files/gallery_app.rst:183 +msgid "" +"When only the sort **order** variable has been found, the sort configuration" +" will be ignored and the script will keep looking for a valid configuration " +"in upper folders." +msgstr "" + +#: ../../files/gallery_app.rst:186 +msgid "" +"To enable a feature such as native SVG in a public share, you need to create" +" in that folder a configuration file containing that feature." +msgstr "" + +#: ../../files/gallery_app.rst:188 +msgid "" +"If you share a folder publicly, don't forget to add all the files you link " +"to (e.g. ``description.md`` or ``copyright.md``) inside the shared folder as" +" the user won't have access to files stored in the parent folder." +msgstr "" + +#: ../../files/gallery_app.rst:191 +msgid "" +"Since people can download a whole folder as an archive, it's usually best to" +" include all files within a shared folder, rather than adding text directly " +"in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:196 +msgid "Examples" +msgstr "" + +#: ../../files/gallery_app.rst:198 +msgid "**Sorting Only**" +msgstr "" + +#: ../../files/gallery_app.rst:200 +msgid "Applies to the current folder only::" +msgstr "" + +#: ../../files/gallery_app.rst:207 +msgid "" +"Short description and link to copyright document, applies to the current " +"folder and all of its sub-folders. This also shows you the syntax you can " +"use to spread a description over multiple lines::" +msgstr "" + +#: ../../files/gallery_app.rst:220 +msgid "**Load Images From External Clouds**" +msgstr "" + +#: ../../files/gallery_app.rst:222 +msgid "Features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:224 ../../files/gallery_app.rst:234 +msgid "" +"You can add standard configuration items to the same configuration file::" +msgstr "" + +#: ../../files/gallery_app.rst:230 +msgid "**Enabling native SVG**" +msgstr "" + +#: ../../files/gallery_app.rst:232 +msgid "Special features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:241 +msgid "Possible future extensions" +msgstr "" + +#: ../../files/gallery_app.rst:243 +msgid "Different sorting parameters for albums." +msgstr "" From 2381f9041d4aaed6a2b7c7dcbf1088d4fa309189 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 18:54:17 +0000 Subject: [PATCH 12/29] Translate gallery_app.pot in sv 100% translated source file: 'gallery_app.pot' on 'sv'. --- .../sv/LC_MESSAGES/files/gallery_app.pot | 383 ++++++++++++++++++ 1 file changed, 383 insertions(+) create mode 100644 user_manual/locale/sv/LC_MESSAGES/files/gallery_app.pot diff --git a/user_manual/locale/sv/LC_MESSAGES/files/gallery_app.pot b/user_manual/locale/sv/LC_MESSAGES/files/gallery_app.pot new file mode 100644 index 000000000..2e1f88ccb --- /dev/null +++ b/user_manual/locale/sv/LC_MESSAGES/files/gallery_app.pot @@ -0,0 +1,383 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2020 Nextcloud GmbH +# This file is distributed under the same license as the Nextcloud latest User Manual package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Transifex Bot <>, 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Nextcloud latest User Manual latest\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-28 07:41+0000\n" +"PO-Revision-Date: 2023-07-26 13:24+0000\n" +"Last-Translator: Transifex Bot <>, 2023\n" +"Language-Team: Swedish (https://app.transifex.com/nextcloud/teams/64236/sv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../../files/gallery_app.rst:3 +msgid "Gallery app" +msgstr "" + +#: ../../files/gallery_app.rst:5 +msgid "" +"The Pictures app has been rewritten and improved, and is now called the " +"Gallery app. It supports more image formats, sorting, zoom, and scrolling. " +"It also supports advanced customizations via a simple text file." +msgstr "" + +#: ../../files/gallery_app.rst:9 +msgid "" +"On your main Nextcloud Files page, click the little icon at the top right, " +"underneath your username, to open your Gallery. The Gallery app " +"automatically finds all images in your Nextcloud folders, and overlays the " +"thumbnails with the folder names. Click on the folder thumbnails to open the" +" folders. At the top left you have two sorting options, alphabetical and by " +"date." +msgstr "" + +#: ../../files/gallery_app.rst:18 +msgid "" +"After entering any folder, click on any image to open it in slideshow mode. " +"This has the following features: a download button at the top center, " +"forward and back buttons at the right and left sides, an automatic slideshow" +" button at the bottom right, and a close button at the top right." +msgstr "" + +#: ../../files/gallery_app.rst:27 +msgid "Custom configuration" +msgstr "" + +#: ../../files/gallery_app.rst:29 +msgid "" +"You may customize a Gallery album with a simple text file named " +"**gallery.cnf**, which contains parameters structured using the `Yaml " +"`_ markup language. You may have " +"multiple **gallery.cnf** files; you need one in your own root Nextcloud " +"folder (your Home folder) that defines global features, and then you may " +"have individual per-album **gallery.cnf** files if you want to define " +"different behaviors in different albums." +msgstr "" + +#: ../../files/gallery_app.rst:38 +msgid "Features" +msgstr "" + +#: ../../files/gallery_app.rst:40 +msgid "The following general features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:42 +msgid "Native SVG support." +msgstr "" + +#: ../../files/gallery_app.rst:43 +msgid "Access to external shares." +msgstr "" + +#: ../../files/gallery_app.rst:45 +msgid "The following album features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:47 +msgid "Adding a link to a file containing a description." +msgstr "" + +#: ../../files/gallery_app.rst:48 +msgid "" +"Typing a simple copyright statement directly in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:49 +msgid "Adding a link to a file containing a copyright statement." +msgstr "" + +#: ../../files/gallery_app.rst:50 +msgid "Defining a sort type and order." +msgstr "" + +#: ../../files/gallery_app.rst:51 +msgid "Defining the colour of the background." +msgstr "" + +#: ../../files/gallery_app.rst:52 +msgid "Defining if sub-albums will inherit the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:54 +msgid "The following slideshow features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:56 +msgid "" +"Showing a button which lets you pick which background, either black or " +"white, to use for the picture you are currently viewing (for images with " +"transparent backgrounds)." +msgstr "" + +#: ../../files/gallery_app.rst:61 +msgid "Setup" +msgstr "" + +#: ../../files/gallery_app.rst:63 +msgid "" +"The configuration file has to be named **gallery.cnf**. You may have " +"multiple per-album **gallery.cnf** files. To enable global features, place " +"one in your top-level folder, which is symbolised in the Web GUI by the home" +" icon. (This puts it in ``data//files/``.) See :ref:`an example below " +"` in the **Global features** section." +msgstr "" + +#: ../../files/gallery_app.rst:69 +msgid "" +"You need to refresh your browser after changing your configuration to see " +"your changes." +msgstr "" + +#: ../../files/gallery_app.rst:73 +msgid "Format" +msgstr "" + +#: ../../files/gallery_app.rst:75 +msgid "" +"UTF-8, **without BOM**. A file created from within the Nextcloud Web GUI " +"works." +msgstr "" + +#: ../../files/gallery_app.rst:78 +msgid "Structure" +msgstr "" + +#: ../../files/gallery_app.rst:80 +msgid "" +"You should include a comment in the file, so that people stumbling upon the " +"file know what it's for. Comments start with #." +msgstr "" + +#: ../../files/gallery_app.rst:83 +msgid "Spacing is created using 2 spaces. **Do not use tabs.**" +msgstr "" + +#: ../../files/gallery_app.rst:85 +msgid "" +"Take a look at the `YAML Format documentation " +"`_ if you " +"are getting error messages." +msgstr "" + +#: ../../files/gallery_app.rst:89 +msgid "Here is an example `gallery.cnf`::" +msgstr "" + +#: ../../files/gallery_app.rst:116 +msgid "Supported variables" +msgstr "" + +#: ../../files/gallery_app.rst:118 +msgid "**Global Features**" +msgstr "" + +#: ../../files/gallery_app.rst:120 +msgid "Place this in your root Nextcloud folder, which is your Home folder." +msgstr "" + +#: ../../files/gallery_app.rst:122 +msgid "" +"**external_shares**: Set to **yes** in your root configuration file if you " +"want to load images stored on external locations, when using the " +"**files_external** app." +msgstr "" + +#: ../../files/gallery_app.rst:125 +msgid "" +"**native_svg**: Set to **yes** in your root configuration file to enable " +"rendering SVG images in your browser. This may represent a security risk if " +"you can't fully trust your SVG files." +msgstr "" + +#: ../../files/gallery_app.rst:128 +msgid "" +"**background_colour_toggle**: Set to **yes** in your root configuration file" +" to enable a button that toggles between black and white backgrounds on " +"transparent images." +msgstr "" + +#: ../../files/gallery_app.rst:132 +msgid "" +"External shares are 20-50 times slower than local shares. Be prepared to " +"wait a long time before being able to see all the images contained in a " +"shared album." +msgstr "" + +#: ../../files/gallery_app.rst:136 +msgid "**Album Configuration**" +msgstr "" + +#: ../../files/gallery_app.rst:138 +msgid "" +"Each album can be individually configured using the following configuration " +"sections. Use the **inherit** parameter to pass configurations on to sub-" +"albums." +msgstr "" + +#: ../../files/gallery_app.rst:142 +msgid "**Design**" +msgstr "" + +#: ../../files/gallery_app.rst:144 +msgid "" +"**background**: Defines the colour of the background of the photowall using " +"the RGB hexadecimal representation of that colour. For example: " +"**\"#ffa033\"**. You must use quotes around the value or it will be ignored." +" It is strongly recommended to use a custom theme, with a CSS loading " +"spinner if you intend to use this feature. You can use `this colour wheel " +"`_ to find a colour you like." +msgstr "" + +#: ../../files/gallery_app.rst:150 ../../files/gallery_app.rst:163 +#: ../../files/gallery_app.rst:175 +msgid "" +"**inherit**: Set to **yes** if you want sub-folders to inherit this part of " +"the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:153 +msgid "**Album Presentation**" +msgstr "" + +#: ../../files/gallery_app.rst:155 +msgid "" +"**description**: A markdown-formatted string which will be displayed in the " +"info box. It can spread over multiple lines using the Yaml markers." +msgstr "" + +#: ../../files/gallery_app.rst:157 +msgid "" +"**description_link**: A markdown file located within the album which will be" +" parsed and displayed in the info box instead of the description." +msgstr "" + +#: ../../files/gallery_app.rst:159 +msgid "" +"**copyright**: A markdown-formatted string. This supports links to external " +"resources." +msgstr "" + +#: ../../files/gallery_app.rst:161 +msgid "" +"**copyright_link**: Any file (e.g. copyright.html), in the album itself, " +"which will be downloaded when the user clicks on the link" +msgstr "" + +#: ../../files/gallery_app.rst:166 +msgid "See ``_ for the markdown syntax." +msgstr "" + +#: ../../files/gallery_app.rst:168 +msgid "" +"Do not add links to your `copyright` string if you use the " +"**copyright_link** variable." +msgstr "" + +#: ../../files/gallery_app.rst:171 +msgid "**Sorting**" +msgstr "" + +#: ../../files/gallery_app.rst:173 +msgid "**sorting**: **date** or **name**. **date** only works for files." +msgstr "" + +#: ../../files/gallery_app.rst:174 +msgid "**sort_order**: **asc** or **des** (Ascending or descending)." +msgstr "" + +#: ../../files/gallery_app.rst:179 +msgid "Notes" +msgstr "" + +#: ../../files/gallery_app.rst:181 +msgid "" +"When only the sort **type** variable has been set, the default sort order " +"will be used." +msgstr "" + +#: ../../files/gallery_app.rst:183 +msgid "" +"When only the sort **order** variable has been found, the sort configuration" +" will be ignored and the script will keep looking for a valid configuration " +"in upper folders." +msgstr "" + +#: ../../files/gallery_app.rst:186 +msgid "" +"To enable a feature such as native SVG in a public share, you need to create" +" in that folder a configuration file containing that feature." +msgstr "" + +#: ../../files/gallery_app.rst:188 +msgid "" +"If you share a folder publicly, don't forget to add all the files you link " +"to (e.g. ``description.md`` or ``copyright.md``) inside the shared folder as" +" the user won't have access to files stored in the parent folder." +msgstr "" + +#: ../../files/gallery_app.rst:191 +msgid "" +"Since people can download a whole folder as an archive, it's usually best to" +" include all files within a shared folder, rather than adding text directly " +"in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:196 +msgid "Examples" +msgstr "" + +#: ../../files/gallery_app.rst:198 +msgid "**Sorting Only**" +msgstr "" + +#: ../../files/gallery_app.rst:200 +msgid "Applies to the current folder only::" +msgstr "" + +#: ../../files/gallery_app.rst:207 +msgid "" +"Short description and link to copyright document, applies to the current " +"folder and all of its sub-folders. This also shows you the syntax you can " +"use to spread a description over multiple lines::" +msgstr "" + +#: ../../files/gallery_app.rst:220 +msgid "**Load Images From External Clouds**" +msgstr "" + +#: ../../files/gallery_app.rst:222 +msgid "Features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:224 ../../files/gallery_app.rst:234 +msgid "" +"You can add standard configuration items to the same configuration file::" +msgstr "" + +#: ../../files/gallery_app.rst:230 +msgid "**Enabling native SVG**" +msgstr "" + +#: ../../files/gallery_app.rst:232 +msgid "Special features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:241 +msgid "Possible future extensions" +msgstr "" + +#: ../../files/gallery_app.rst:243 +msgid "Different sorting parameters for albums." +msgstr "" From cfea4c18de7ac01564c8654914668819dcb4e9a7 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 18:54:27 +0000 Subject: [PATCH 13/29] Translate gallery_app.pot in af 100% translated source file: 'gallery_app.pot' on 'af'. --- .../af/LC_MESSAGES/files/gallery_app.pot | 383 ++++++++++++++++++ 1 file changed, 383 insertions(+) create mode 100644 user_manual/locale/af/LC_MESSAGES/files/gallery_app.pot diff --git a/user_manual/locale/af/LC_MESSAGES/files/gallery_app.pot b/user_manual/locale/af/LC_MESSAGES/files/gallery_app.pot new file mode 100644 index 000000000..8a8d31e6d --- /dev/null +++ b/user_manual/locale/af/LC_MESSAGES/files/gallery_app.pot @@ -0,0 +1,383 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2020 Nextcloud GmbH +# This file is distributed under the same license as the Nextcloud latest User Manual package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Transifex Bot <>, 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Nextcloud latest User Manual latest\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-28 07:41+0000\n" +"PO-Revision-Date: 2023-07-26 13:24+0000\n" +"Last-Translator: Transifex Bot <>, 2023\n" +"Language-Team: Afrikaans (https://app.transifex.com/nextcloud/teams/64236/af/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: af\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../../files/gallery_app.rst:3 +msgid "Gallery app" +msgstr "" + +#: ../../files/gallery_app.rst:5 +msgid "" +"The Pictures app has been rewritten and improved, and is now called the " +"Gallery app. It supports more image formats, sorting, zoom, and scrolling. " +"It also supports advanced customizations via a simple text file." +msgstr "" + +#: ../../files/gallery_app.rst:9 +msgid "" +"On your main Nextcloud Files page, click the little icon at the top right, " +"underneath your username, to open your Gallery. The Gallery app " +"automatically finds all images in your Nextcloud folders, and overlays the " +"thumbnails with the folder names. Click on the folder thumbnails to open the" +" folders. At the top left you have two sorting options, alphabetical and by " +"date." +msgstr "" + +#: ../../files/gallery_app.rst:18 +msgid "" +"After entering any folder, click on any image to open it in slideshow mode. " +"This has the following features: a download button at the top center, " +"forward and back buttons at the right and left sides, an automatic slideshow" +" button at the bottom right, and a close button at the top right." +msgstr "" + +#: ../../files/gallery_app.rst:27 +msgid "Custom configuration" +msgstr "" + +#: ../../files/gallery_app.rst:29 +msgid "" +"You may customize a Gallery album with a simple text file named " +"**gallery.cnf**, which contains parameters structured using the `Yaml " +"`_ markup language. You may have " +"multiple **gallery.cnf** files; you need one in your own root Nextcloud " +"folder (your Home folder) that defines global features, and then you may " +"have individual per-album **gallery.cnf** files if you want to define " +"different behaviors in different albums." +msgstr "" + +#: ../../files/gallery_app.rst:38 +msgid "Features" +msgstr "" + +#: ../../files/gallery_app.rst:40 +msgid "The following general features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:42 +msgid "Native SVG support." +msgstr "" + +#: ../../files/gallery_app.rst:43 +msgid "Access to external shares." +msgstr "" + +#: ../../files/gallery_app.rst:45 +msgid "The following album features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:47 +msgid "Adding a link to a file containing a description." +msgstr "" + +#: ../../files/gallery_app.rst:48 +msgid "" +"Typing a simple copyright statement directly in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:49 +msgid "Adding a link to a file containing a copyright statement." +msgstr "" + +#: ../../files/gallery_app.rst:50 +msgid "Defining a sort type and order." +msgstr "" + +#: ../../files/gallery_app.rst:51 +msgid "Defining the colour of the background." +msgstr "" + +#: ../../files/gallery_app.rst:52 +msgid "Defining if sub-albums will inherit the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:54 +msgid "The following slideshow features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:56 +msgid "" +"Showing a button which lets you pick which background, either black or " +"white, to use for the picture you are currently viewing (for images with " +"transparent backgrounds)." +msgstr "" + +#: ../../files/gallery_app.rst:61 +msgid "Setup" +msgstr "" + +#: ../../files/gallery_app.rst:63 +msgid "" +"The configuration file has to be named **gallery.cnf**. You may have " +"multiple per-album **gallery.cnf** files. To enable global features, place " +"one in your top-level folder, which is symbolised in the Web GUI by the home" +" icon. (This puts it in ``data//files/``.) See :ref:`an example below " +"` in the **Global features** section." +msgstr "" + +#: ../../files/gallery_app.rst:69 +msgid "" +"You need to refresh your browser after changing your configuration to see " +"your changes." +msgstr "" + +#: ../../files/gallery_app.rst:73 +msgid "Format" +msgstr "" + +#: ../../files/gallery_app.rst:75 +msgid "" +"UTF-8, **without BOM**. A file created from within the Nextcloud Web GUI " +"works." +msgstr "" + +#: ../../files/gallery_app.rst:78 +msgid "Structure" +msgstr "" + +#: ../../files/gallery_app.rst:80 +msgid "" +"You should include a comment in the file, so that people stumbling upon the " +"file know what it's for. Comments start with #." +msgstr "" + +#: ../../files/gallery_app.rst:83 +msgid "Spacing is created using 2 spaces. **Do not use tabs.**" +msgstr "" + +#: ../../files/gallery_app.rst:85 +msgid "" +"Take a look at the `YAML Format documentation " +"`_ if you " +"are getting error messages." +msgstr "" + +#: ../../files/gallery_app.rst:89 +msgid "Here is an example `gallery.cnf`::" +msgstr "" + +#: ../../files/gallery_app.rst:116 +msgid "Supported variables" +msgstr "" + +#: ../../files/gallery_app.rst:118 +msgid "**Global Features**" +msgstr "" + +#: ../../files/gallery_app.rst:120 +msgid "Place this in your root Nextcloud folder, which is your Home folder." +msgstr "" + +#: ../../files/gallery_app.rst:122 +msgid "" +"**external_shares**: Set to **yes** in your root configuration file if you " +"want to load images stored on external locations, when using the " +"**files_external** app." +msgstr "" + +#: ../../files/gallery_app.rst:125 +msgid "" +"**native_svg**: Set to **yes** in your root configuration file to enable " +"rendering SVG images in your browser. This may represent a security risk if " +"you can't fully trust your SVG files." +msgstr "" + +#: ../../files/gallery_app.rst:128 +msgid "" +"**background_colour_toggle**: Set to **yes** in your root configuration file" +" to enable a button that toggles between black and white backgrounds on " +"transparent images." +msgstr "" + +#: ../../files/gallery_app.rst:132 +msgid "" +"External shares are 20-50 times slower than local shares. Be prepared to " +"wait a long time before being able to see all the images contained in a " +"shared album." +msgstr "" + +#: ../../files/gallery_app.rst:136 +msgid "**Album Configuration**" +msgstr "" + +#: ../../files/gallery_app.rst:138 +msgid "" +"Each album can be individually configured using the following configuration " +"sections. Use the **inherit** parameter to pass configurations on to sub-" +"albums." +msgstr "" + +#: ../../files/gallery_app.rst:142 +msgid "**Design**" +msgstr "" + +#: ../../files/gallery_app.rst:144 +msgid "" +"**background**: Defines the colour of the background of the photowall using " +"the RGB hexadecimal representation of that colour. For example: " +"**\"#ffa033\"**. You must use quotes around the value or it will be ignored." +" It is strongly recommended to use a custom theme, with a CSS loading " +"spinner if you intend to use this feature. You can use `this colour wheel " +"`_ to find a colour you like." +msgstr "" + +#: ../../files/gallery_app.rst:150 ../../files/gallery_app.rst:163 +#: ../../files/gallery_app.rst:175 +msgid "" +"**inherit**: Set to **yes** if you want sub-folders to inherit this part of " +"the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:153 +msgid "**Album Presentation**" +msgstr "" + +#: ../../files/gallery_app.rst:155 +msgid "" +"**description**: A markdown-formatted string which will be displayed in the " +"info box. It can spread over multiple lines using the Yaml markers." +msgstr "" + +#: ../../files/gallery_app.rst:157 +msgid "" +"**description_link**: A markdown file located within the album which will be" +" parsed and displayed in the info box instead of the description." +msgstr "" + +#: ../../files/gallery_app.rst:159 +msgid "" +"**copyright**: A markdown-formatted string. This supports links to external " +"resources." +msgstr "" + +#: ../../files/gallery_app.rst:161 +msgid "" +"**copyright_link**: Any file (e.g. copyright.html), in the album itself, " +"which will be downloaded when the user clicks on the link" +msgstr "" + +#: ../../files/gallery_app.rst:166 +msgid "See ``_ for the markdown syntax." +msgstr "" + +#: ../../files/gallery_app.rst:168 +msgid "" +"Do not add links to your `copyright` string if you use the " +"**copyright_link** variable." +msgstr "" + +#: ../../files/gallery_app.rst:171 +msgid "**Sorting**" +msgstr "" + +#: ../../files/gallery_app.rst:173 +msgid "**sorting**: **date** or **name**. **date** only works for files." +msgstr "" + +#: ../../files/gallery_app.rst:174 +msgid "**sort_order**: **asc** or **des** (Ascending or descending)." +msgstr "" + +#: ../../files/gallery_app.rst:179 +msgid "Notes" +msgstr "" + +#: ../../files/gallery_app.rst:181 +msgid "" +"When only the sort **type** variable has been set, the default sort order " +"will be used." +msgstr "" + +#: ../../files/gallery_app.rst:183 +msgid "" +"When only the sort **order** variable has been found, the sort configuration" +" will be ignored and the script will keep looking for a valid configuration " +"in upper folders." +msgstr "" + +#: ../../files/gallery_app.rst:186 +msgid "" +"To enable a feature such as native SVG in a public share, you need to create" +" in that folder a configuration file containing that feature." +msgstr "" + +#: ../../files/gallery_app.rst:188 +msgid "" +"If you share a folder publicly, don't forget to add all the files you link " +"to (e.g. ``description.md`` or ``copyright.md``) inside the shared folder as" +" the user won't have access to files stored in the parent folder." +msgstr "" + +#: ../../files/gallery_app.rst:191 +msgid "" +"Since people can download a whole folder as an archive, it's usually best to" +" include all files within a shared folder, rather than adding text directly " +"in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:196 +msgid "Examples" +msgstr "" + +#: ../../files/gallery_app.rst:198 +msgid "**Sorting Only**" +msgstr "" + +#: ../../files/gallery_app.rst:200 +msgid "Applies to the current folder only::" +msgstr "" + +#: ../../files/gallery_app.rst:207 +msgid "" +"Short description and link to copyright document, applies to the current " +"folder and all of its sub-folders. This also shows you the syntax you can " +"use to spread a description over multiple lines::" +msgstr "" + +#: ../../files/gallery_app.rst:220 +msgid "**Load Images From External Clouds**" +msgstr "" + +#: ../../files/gallery_app.rst:222 +msgid "Features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:224 ../../files/gallery_app.rst:234 +msgid "" +"You can add standard configuration items to the same configuration file::" +msgstr "" + +#: ../../files/gallery_app.rst:230 +msgid "**Enabling native SVG**" +msgstr "" + +#: ../../files/gallery_app.rst:232 +msgid "Special features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:241 +msgid "Possible future extensions" +msgstr "" + +#: ../../files/gallery_app.rst:243 +msgid "Different sorting parameters for albums." +msgstr "" From 182002b213c1400cd56853ba686d6c6847a05f24 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 18:54:37 +0000 Subject: [PATCH 14/29] Translate gallery_app.pot in vi 100% translated source file: 'gallery_app.pot' on 'vi'. --- .../vi/LC_MESSAGES/files/gallery_app.pot | 383 ++++++++++++++++++ 1 file changed, 383 insertions(+) create mode 100644 user_manual/locale/vi/LC_MESSAGES/files/gallery_app.pot diff --git a/user_manual/locale/vi/LC_MESSAGES/files/gallery_app.pot b/user_manual/locale/vi/LC_MESSAGES/files/gallery_app.pot new file mode 100644 index 000000000..3d0eaef3a --- /dev/null +++ b/user_manual/locale/vi/LC_MESSAGES/files/gallery_app.pot @@ -0,0 +1,383 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2020 Nextcloud GmbH +# This file is distributed under the same license as the Nextcloud latest User Manual package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Transifex Bot <>, 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Nextcloud latest User Manual latest\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-28 07:41+0000\n" +"PO-Revision-Date: 2023-07-26 13:24+0000\n" +"Last-Translator: Transifex Bot <>, 2023\n" +"Language-Team: Vietnamese (https://app.transifex.com/nextcloud/teams/64236/vi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: ../../files/gallery_app.rst:3 +msgid "Gallery app" +msgstr "" + +#: ../../files/gallery_app.rst:5 +msgid "" +"The Pictures app has been rewritten and improved, and is now called the " +"Gallery app. It supports more image formats, sorting, zoom, and scrolling. " +"It also supports advanced customizations via a simple text file." +msgstr "" + +#: ../../files/gallery_app.rst:9 +msgid "" +"On your main Nextcloud Files page, click the little icon at the top right, " +"underneath your username, to open your Gallery. The Gallery app " +"automatically finds all images in your Nextcloud folders, and overlays the " +"thumbnails with the folder names. Click on the folder thumbnails to open the" +" folders. At the top left you have two sorting options, alphabetical and by " +"date." +msgstr "" + +#: ../../files/gallery_app.rst:18 +msgid "" +"After entering any folder, click on any image to open it in slideshow mode. " +"This has the following features: a download button at the top center, " +"forward and back buttons at the right and left sides, an automatic slideshow" +" button at the bottom right, and a close button at the top right." +msgstr "" + +#: ../../files/gallery_app.rst:27 +msgid "Custom configuration" +msgstr "" + +#: ../../files/gallery_app.rst:29 +msgid "" +"You may customize a Gallery album with a simple text file named " +"**gallery.cnf**, which contains parameters structured using the `Yaml " +"`_ markup language. You may have " +"multiple **gallery.cnf** files; you need one in your own root Nextcloud " +"folder (your Home folder) that defines global features, and then you may " +"have individual per-album **gallery.cnf** files if you want to define " +"different behaviors in different albums." +msgstr "" + +#: ../../files/gallery_app.rst:38 +msgid "Features" +msgstr "" + +#: ../../files/gallery_app.rst:40 +msgid "The following general features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:42 +msgid "Native SVG support." +msgstr "" + +#: ../../files/gallery_app.rst:43 +msgid "Access to external shares." +msgstr "" + +#: ../../files/gallery_app.rst:45 +msgid "The following album features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:47 +msgid "Adding a link to a file containing a description." +msgstr "" + +#: ../../files/gallery_app.rst:48 +msgid "" +"Typing a simple copyright statement directly in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:49 +msgid "Adding a link to a file containing a copyright statement." +msgstr "" + +#: ../../files/gallery_app.rst:50 +msgid "Defining a sort type and order." +msgstr "" + +#: ../../files/gallery_app.rst:51 +msgid "Defining the colour of the background." +msgstr "" + +#: ../../files/gallery_app.rst:52 +msgid "Defining if sub-albums will inherit the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:54 +msgid "The following slideshow features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:56 +msgid "" +"Showing a button which lets you pick which background, either black or " +"white, to use for the picture you are currently viewing (for images with " +"transparent backgrounds)." +msgstr "" + +#: ../../files/gallery_app.rst:61 +msgid "Setup" +msgstr "" + +#: ../../files/gallery_app.rst:63 +msgid "" +"The configuration file has to be named **gallery.cnf**. You may have " +"multiple per-album **gallery.cnf** files. To enable global features, place " +"one in your top-level folder, which is symbolised in the Web GUI by the home" +" icon. (This puts it in ``data//files/``.) See :ref:`an example below " +"` in the **Global features** section." +msgstr "" + +#: ../../files/gallery_app.rst:69 +msgid "" +"You need to refresh your browser after changing your configuration to see " +"your changes." +msgstr "" + +#: ../../files/gallery_app.rst:73 +msgid "Format" +msgstr "" + +#: ../../files/gallery_app.rst:75 +msgid "" +"UTF-8, **without BOM**. A file created from within the Nextcloud Web GUI " +"works." +msgstr "" + +#: ../../files/gallery_app.rst:78 +msgid "Structure" +msgstr "" + +#: ../../files/gallery_app.rst:80 +msgid "" +"You should include a comment in the file, so that people stumbling upon the " +"file know what it's for. Comments start with #." +msgstr "" + +#: ../../files/gallery_app.rst:83 +msgid "Spacing is created using 2 spaces. **Do not use tabs.**" +msgstr "" + +#: ../../files/gallery_app.rst:85 +msgid "" +"Take a look at the `YAML Format documentation " +"`_ if you " +"are getting error messages." +msgstr "" + +#: ../../files/gallery_app.rst:89 +msgid "Here is an example `gallery.cnf`::" +msgstr "" + +#: ../../files/gallery_app.rst:116 +msgid "Supported variables" +msgstr "" + +#: ../../files/gallery_app.rst:118 +msgid "**Global Features**" +msgstr "" + +#: ../../files/gallery_app.rst:120 +msgid "Place this in your root Nextcloud folder, which is your Home folder." +msgstr "" + +#: ../../files/gallery_app.rst:122 +msgid "" +"**external_shares**: Set to **yes** in your root configuration file if you " +"want to load images stored on external locations, when using the " +"**files_external** app." +msgstr "" + +#: ../../files/gallery_app.rst:125 +msgid "" +"**native_svg**: Set to **yes** in your root configuration file to enable " +"rendering SVG images in your browser. This may represent a security risk if " +"you can't fully trust your SVG files." +msgstr "" + +#: ../../files/gallery_app.rst:128 +msgid "" +"**background_colour_toggle**: Set to **yes** in your root configuration file" +" to enable a button that toggles between black and white backgrounds on " +"transparent images." +msgstr "" + +#: ../../files/gallery_app.rst:132 +msgid "" +"External shares are 20-50 times slower than local shares. Be prepared to " +"wait a long time before being able to see all the images contained in a " +"shared album." +msgstr "" + +#: ../../files/gallery_app.rst:136 +msgid "**Album Configuration**" +msgstr "" + +#: ../../files/gallery_app.rst:138 +msgid "" +"Each album can be individually configured using the following configuration " +"sections. Use the **inherit** parameter to pass configurations on to sub-" +"albums." +msgstr "" + +#: ../../files/gallery_app.rst:142 +msgid "**Design**" +msgstr "" + +#: ../../files/gallery_app.rst:144 +msgid "" +"**background**: Defines the colour of the background of the photowall using " +"the RGB hexadecimal representation of that colour. For example: " +"**\"#ffa033\"**. You must use quotes around the value or it will be ignored." +" It is strongly recommended to use a custom theme, with a CSS loading " +"spinner if you intend to use this feature. You can use `this colour wheel " +"`_ to find a colour you like." +msgstr "" + +#: ../../files/gallery_app.rst:150 ../../files/gallery_app.rst:163 +#: ../../files/gallery_app.rst:175 +msgid "" +"**inherit**: Set to **yes** if you want sub-folders to inherit this part of " +"the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:153 +msgid "**Album Presentation**" +msgstr "" + +#: ../../files/gallery_app.rst:155 +msgid "" +"**description**: A markdown-formatted string which will be displayed in the " +"info box. It can spread over multiple lines using the Yaml markers." +msgstr "" + +#: ../../files/gallery_app.rst:157 +msgid "" +"**description_link**: A markdown file located within the album which will be" +" parsed and displayed in the info box instead of the description." +msgstr "" + +#: ../../files/gallery_app.rst:159 +msgid "" +"**copyright**: A markdown-formatted string. This supports links to external " +"resources." +msgstr "" + +#: ../../files/gallery_app.rst:161 +msgid "" +"**copyright_link**: Any file (e.g. copyright.html), in the album itself, " +"which will be downloaded when the user clicks on the link" +msgstr "" + +#: ../../files/gallery_app.rst:166 +msgid "See ``_ for the markdown syntax." +msgstr "" + +#: ../../files/gallery_app.rst:168 +msgid "" +"Do not add links to your `copyright` string if you use the " +"**copyright_link** variable." +msgstr "" + +#: ../../files/gallery_app.rst:171 +msgid "**Sorting**" +msgstr "" + +#: ../../files/gallery_app.rst:173 +msgid "**sorting**: **date** or **name**. **date** only works for files." +msgstr "" + +#: ../../files/gallery_app.rst:174 +msgid "**sort_order**: **asc** or **des** (Ascending or descending)." +msgstr "" + +#: ../../files/gallery_app.rst:179 +msgid "Notes" +msgstr "" + +#: ../../files/gallery_app.rst:181 +msgid "" +"When only the sort **type** variable has been set, the default sort order " +"will be used." +msgstr "" + +#: ../../files/gallery_app.rst:183 +msgid "" +"When only the sort **order** variable has been found, the sort configuration" +" will be ignored and the script will keep looking for a valid configuration " +"in upper folders." +msgstr "" + +#: ../../files/gallery_app.rst:186 +msgid "" +"To enable a feature such as native SVG in a public share, you need to create" +" in that folder a configuration file containing that feature." +msgstr "" + +#: ../../files/gallery_app.rst:188 +msgid "" +"If you share a folder publicly, don't forget to add all the files you link " +"to (e.g. ``description.md`` or ``copyright.md``) inside the shared folder as" +" the user won't have access to files stored in the parent folder." +msgstr "" + +#: ../../files/gallery_app.rst:191 +msgid "" +"Since people can download a whole folder as an archive, it's usually best to" +" include all files within a shared folder, rather than adding text directly " +"in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:196 +msgid "Examples" +msgstr "" + +#: ../../files/gallery_app.rst:198 +msgid "**Sorting Only**" +msgstr "" + +#: ../../files/gallery_app.rst:200 +msgid "Applies to the current folder only::" +msgstr "" + +#: ../../files/gallery_app.rst:207 +msgid "" +"Short description and link to copyright document, applies to the current " +"folder and all of its sub-folders. This also shows you the syntax you can " +"use to spread a description over multiple lines::" +msgstr "" + +#: ../../files/gallery_app.rst:220 +msgid "**Load Images From External Clouds**" +msgstr "" + +#: ../../files/gallery_app.rst:222 +msgid "Features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:224 ../../files/gallery_app.rst:234 +msgid "" +"You can add standard configuration items to the same configuration file::" +msgstr "" + +#: ../../files/gallery_app.rst:230 +msgid "**Enabling native SVG**" +msgstr "" + +#: ../../files/gallery_app.rst:232 +msgid "Special features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:241 +msgid "Possible future extensions" +msgstr "" + +#: ../../files/gallery_app.rst:243 +msgid "Different sorting parameters for albums." +msgstr "" From 429cda49079b4154f3cec570fa0f6a822a539ee5 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 18:54:48 +0000 Subject: [PATCH 15/29] Translate gallery_app.pot in mn 100% translated source file: 'gallery_app.pot' on 'mn'. --- .../mn/LC_MESSAGES/files/gallery_app.pot | 383 ++++++++++++++++++ 1 file changed, 383 insertions(+) create mode 100644 user_manual/locale/mn/LC_MESSAGES/files/gallery_app.pot diff --git a/user_manual/locale/mn/LC_MESSAGES/files/gallery_app.pot b/user_manual/locale/mn/LC_MESSAGES/files/gallery_app.pot new file mode 100644 index 000000000..45f5fd335 --- /dev/null +++ b/user_manual/locale/mn/LC_MESSAGES/files/gallery_app.pot @@ -0,0 +1,383 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2020 Nextcloud GmbH +# This file is distributed under the same license as the Nextcloud latest User Manual package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Transifex Bot <>, 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Nextcloud latest User Manual latest\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-28 07:41+0000\n" +"PO-Revision-Date: 2023-07-26 13:24+0000\n" +"Last-Translator: Transifex Bot <>, 2023\n" +"Language-Team: Mongolian (https://app.transifex.com/nextcloud/teams/64236/mn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: mn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../../files/gallery_app.rst:3 +msgid "Gallery app" +msgstr "" + +#: ../../files/gallery_app.rst:5 +msgid "" +"The Pictures app has been rewritten and improved, and is now called the " +"Gallery app. It supports more image formats, sorting, zoom, and scrolling. " +"It also supports advanced customizations via a simple text file." +msgstr "" + +#: ../../files/gallery_app.rst:9 +msgid "" +"On your main Nextcloud Files page, click the little icon at the top right, " +"underneath your username, to open your Gallery. The Gallery app " +"automatically finds all images in your Nextcloud folders, and overlays the " +"thumbnails with the folder names. Click on the folder thumbnails to open the" +" folders. At the top left you have two sorting options, alphabetical and by " +"date." +msgstr "" + +#: ../../files/gallery_app.rst:18 +msgid "" +"After entering any folder, click on any image to open it in slideshow mode. " +"This has the following features: a download button at the top center, " +"forward and back buttons at the right and left sides, an automatic slideshow" +" button at the bottom right, and a close button at the top right." +msgstr "" + +#: ../../files/gallery_app.rst:27 +msgid "Custom configuration" +msgstr "" + +#: ../../files/gallery_app.rst:29 +msgid "" +"You may customize a Gallery album with a simple text file named " +"**gallery.cnf**, which contains parameters structured using the `Yaml " +"`_ markup language. You may have " +"multiple **gallery.cnf** files; you need one in your own root Nextcloud " +"folder (your Home folder) that defines global features, and then you may " +"have individual per-album **gallery.cnf** files if you want to define " +"different behaviors in different albums." +msgstr "" + +#: ../../files/gallery_app.rst:38 +msgid "Features" +msgstr "" + +#: ../../files/gallery_app.rst:40 +msgid "The following general features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:42 +msgid "Native SVG support." +msgstr "" + +#: ../../files/gallery_app.rst:43 +msgid "Access to external shares." +msgstr "" + +#: ../../files/gallery_app.rst:45 +msgid "The following album features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:47 +msgid "Adding a link to a file containing a description." +msgstr "" + +#: ../../files/gallery_app.rst:48 +msgid "" +"Typing a simple copyright statement directly in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:49 +msgid "Adding a link to a file containing a copyright statement." +msgstr "" + +#: ../../files/gallery_app.rst:50 +msgid "Defining a sort type and order." +msgstr "" + +#: ../../files/gallery_app.rst:51 +msgid "Defining the colour of the background." +msgstr "" + +#: ../../files/gallery_app.rst:52 +msgid "Defining if sub-albums will inherit the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:54 +msgid "The following slideshow features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:56 +msgid "" +"Showing a button which lets you pick which background, either black or " +"white, to use for the picture you are currently viewing (for images with " +"transparent backgrounds)." +msgstr "" + +#: ../../files/gallery_app.rst:61 +msgid "Setup" +msgstr "" + +#: ../../files/gallery_app.rst:63 +msgid "" +"The configuration file has to be named **gallery.cnf**. You may have " +"multiple per-album **gallery.cnf** files. To enable global features, place " +"one in your top-level folder, which is symbolised in the Web GUI by the home" +" icon. (This puts it in ``data//files/``.) See :ref:`an example below " +"` in the **Global features** section." +msgstr "" + +#: ../../files/gallery_app.rst:69 +msgid "" +"You need to refresh your browser after changing your configuration to see " +"your changes." +msgstr "" + +#: ../../files/gallery_app.rst:73 +msgid "Format" +msgstr "" + +#: ../../files/gallery_app.rst:75 +msgid "" +"UTF-8, **without BOM**. A file created from within the Nextcloud Web GUI " +"works." +msgstr "" + +#: ../../files/gallery_app.rst:78 +msgid "Structure" +msgstr "" + +#: ../../files/gallery_app.rst:80 +msgid "" +"You should include a comment in the file, so that people stumbling upon the " +"file know what it's for. Comments start with #." +msgstr "" + +#: ../../files/gallery_app.rst:83 +msgid "Spacing is created using 2 spaces. **Do not use tabs.**" +msgstr "" + +#: ../../files/gallery_app.rst:85 +msgid "" +"Take a look at the `YAML Format documentation " +"`_ if you " +"are getting error messages." +msgstr "" + +#: ../../files/gallery_app.rst:89 +msgid "Here is an example `gallery.cnf`::" +msgstr "" + +#: ../../files/gallery_app.rst:116 +msgid "Supported variables" +msgstr "" + +#: ../../files/gallery_app.rst:118 +msgid "**Global Features**" +msgstr "" + +#: ../../files/gallery_app.rst:120 +msgid "Place this in your root Nextcloud folder, which is your Home folder." +msgstr "" + +#: ../../files/gallery_app.rst:122 +msgid "" +"**external_shares**: Set to **yes** in your root configuration file if you " +"want to load images stored on external locations, when using the " +"**files_external** app." +msgstr "" + +#: ../../files/gallery_app.rst:125 +msgid "" +"**native_svg**: Set to **yes** in your root configuration file to enable " +"rendering SVG images in your browser. This may represent a security risk if " +"you can't fully trust your SVG files." +msgstr "" + +#: ../../files/gallery_app.rst:128 +msgid "" +"**background_colour_toggle**: Set to **yes** in your root configuration file" +" to enable a button that toggles between black and white backgrounds on " +"transparent images." +msgstr "" + +#: ../../files/gallery_app.rst:132 +msgid "" +"External shares are 20-50 times slower than local shares. Be prepared to " +"wait a long time before being able to see all the images contained in a " +"shared album." +msgstr "" + +#: ../../files/gallery_app.rst:136 +msgid "**Album Configuration**" +msgstr "" + +#: ../../files/gallery_app.rst:138 +msgid "" +"Each album can be individually configured using the following configuration " +"sections. Use the **inherit** parameter to pass configurations on to sub-" +"albums." +msgstr "" + +#: ../../files/gallery_app.rst:142 +msgid "**Design**" +msgstr "" + +#: ../../files/gallery_app.rst:144 +msgid "" +"**background**: Defines the colour of the background of the photowall using " +"the RGB hexadecimal representation of that colour. For example: " +"**\"#ffa033\"**. You must use quotes around the value or it will be ignored." +" It is strongly recommended to use a custom theme, with a CSS loading " +"spinner if you intend to use this feature. You can use `this colour wheel " +"`_ to find a colour you like." +msgstr "" + +#: ../../files/gallery_app.rst:150 ../../files/gallery_app.rst:163 +#: ../../files/gallery_app.rst:175 +msgid "" +"**inherit**: Set to **yes** if you want sub-folders to inherit this part of " +"the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:153 +msgid "**Album Presentation**" +msgstr "" + +#: ../../files/gallery_app.rst:155 +msgid "" +"**description**: A markdown-formatted string which will be displayed in the " +"info box. It can spread over multiple lines using the Yaml markers." +msgstr "" + +#: ../../files/gallery_app.rst:157 +msgid "" +"**description_link**: A markdown file located within the album which will be" +" parsed and displayed in the info box instead of the description." +msgstr "" + +#: ../../files/gallery_app.rst:159 +msgid "" +"**copyright**: A markdown-formatted string. This supports links to external " +"resources." +msgstr "" + +#: ../../files/gallery_app.rst:161 +msgid "" +"**copyright_link**: Any file (e.g. copyright.html), in the album itself, " +"which will be downloaded when the user clicks on the link" +msgstr "" + +#: ../../files/gallery_app.rst:166 +msgid "See ``_ for the markdown syntax." +msgstr "" + +#: ../../files/gallery_app.rst:168 +msgid "" +"Do not add links to your `copyright` string if you use the " +"**copyright_link** variable." +msgstr "" + +#: ../../files/gallery_app.rst:171 +msgid "**Sorting**" +msgstr "" + +#: ../../files/gallery_app.rst:173 +msgid "**sorting**: **date** or **name**. **date** only works for files." +msgstr "" + +#: ../../files/gallery_app.rst:174 +msgid "**sort_order**: **asc** or **des** (Ascending or descending)." +msgstr "" + +#: ../../files/gallery_app.rst:179 +msgid "Notes" +msgstr "" + +#: ../../files/gallery_app.rst:181 +msgid "" +"When only the sort **type** variable has been set, the default sort order " +"will be used." +msgstr "" + +#: ../../files/gallery_app.rst:183 +msgid "" +"When only the sort **order** variable has been found, the sort configuration" +" will be ignored and the script will keep looking for a valid configuration " +"in upper folders." +msgstr "" + +#: ../../files/gallery_app.rst:186 +msgid "" +"To enable a feature such as native SVG in a public share, you need to create" +" in that folder a configuration file containing that feature." +msgstr "" + +#: ../../files/gallery_app.rst:188 +msgid "" +"If you share a folder publicly, don't forget to add all the files you link " +"to (e.g. ``description.md`` or ``copyright.md``) inside the shared folder as" +" the user won't have access to files stored in the parent folder." +msgstr "" + +#: ../../files/gallery_app.rst:191 +msgid "" +"Since people can download a whole folder as an archive, it's usually best to" +" include all files within a shared folder, rather than adding text directly " +"in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:196 +msgid "Examples" +msgstr "" + +#: ../../files/gallery_app.rst:198 +msgid "**Sorting Only**" +msgstr "" + +#: ../../files/gallery_app.rst:200 +msgid "Applies to the current folder only::" +msgstr "" + +#: ../../files/gallery_app.rst:207 +msgid "" +"Short description and link to copyright document, applies to the current " +"folder and all of its sub-folders. This also shows you the syntax you can " +"use to spread a description over multiple lines::" +msgstr "" + +#: ../../files/gallery_app.rst:220 +msgid "**Load Images From External Clouds**" +msgstr "" + +#: ../../files/gallery_app.rst:222 +msgid "Features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:224 ../../files/gallery_app.rst:234 +msgid "" +"You can add standard configuration items to the same configuration file::" +msgstr "" + +#: ../../files/gallery_app.rst:230 +msgid "**Enabling native SVG**" +msgstr "" + +#: ../../files/gallery_app.rst:232 +msgid "Special features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:241 +msgid "Possible future extensions" +msgstr "" + +#: ../../files/gallery_app.rst:243 +msgid "Different sorting parameters for albums." +msgstr "" From 6b66ef3fca6eca3ece702e3779b5e830196a701c Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 18:54:59 +0000 Subject: [PATCH 16/29] Translate gallery_app.pot in ko 100% translated source file: 'gallery_app.pot' on 'ko'. --- .../ko/LC_MESSAGES/files/gallery_app.pot | 383 ++++++++++++++++++ 1 file changed, 383 insertions(+) create mode 100644 user_manual/locale/ko/LC_MESSAGES/files/gallery_app.pot diff --git a/user_manual/locale/ko/LC_MESSAGES/files/gallery_app.pot b/user_manual/locale/ko/LC_MESSAGES/files/gallery_app.pot new file mode 100644 index 000000000..7c67695dc --- /dev/null +++ b/user_manual/locale/ko/LC_MESSAGES/files/gallery_app.pot @@ -0,0 +1,383 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2020 Nextcloud GmbH +# This file is distributed under the same license as the Nextcloud latest User Manual package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Transifex Bot <>, 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Nextcloud latest User Manual latest\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-28 07:41+0000\n" +"PO-Revision-Date: 2023-07-26 13:24+0000\n" +"Last-Translator: Transifex Bot <>, 2023\n" +"Language-Team: Korean (https://app.transifex.com/nextcloud/teams/64236/ko/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: ../../files/gallery_app.rst:3 +msgid "Gallery app" +msgstr "" + +#: ../../files/gallery_app.rst:5 +msgid "" +"The Pictures app has been rewritten and improved, and is now called the " +"Gallery app. It supports more image formats, sorting, zoom, and scrolling. " +"It also supports advanced customizations via a simple text file." +msgstr "" + +#: ../../files/gallery_app.rst:9 +msgid "" +"On your main Nextcloud Files page, click the little icon at the top right, " +"underneath your username, to open your Gallery. The Gallery app " +"automatically finds all images in your Nextcloud folders, and overlays the " +"thumbnails with the folder names. Click on the folder thumbnails to open the" +" folders. At the top left you have two sorting options, alphabetical and by " +"date." +msgstr "" + +#: ../../files/gallery_app.rst:18 +msgid "" +"After entering any folder, click on any image to open it in slideshow mode. " +"This has the following features: a download button at the top center, " +"forward and back buttons at the right and left sides, an automatic slideshow" +" button at the bottom right, and a close button at the top right." +msgstr "" + +#: ../../files/gallery_app.rst:27 +msgid "Custom configuration" +msgstr "" + +#: ../../files/gallery_app.rst:29 +msgid "" +"You may customize a Gallery album with a simple text file named " +"**gallery.cnf**, which contains parameters structured using the `Yaml " +"`_ markup language. You may have " +"multiple **gallery.cnf** files; you need one in your own root Nextcloud " +"folder (your Home folder) that defines global features, and then you may " +"have individual per-album **gallery.cnf** files if you want to define " +"different behaviors in different albums." +msgstr "" + +#: ../../files/gallery_app.rst:38 +msgid "Features" +msgstr "" + +#: ../../files/gallery_app.rst:40 +msgid "The following general features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:42 +msgid "Native SVG support." +msgstr "" + +#: ../../files/gallery_app.rst:43 +msgid "Access to external shares." +msgstr "" + +#: ../../files/gallery_app.rst:45 +msgid "The following album features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:47 +msgid "Adding a link to a file containing a description." +msgstr "" + +#: ../../files/gallery_app.rst:48 +msgid "" +"Typing a simple copyright statement directly in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:49 +msgid "Adding a link to a file containing a copyright statement." +msgstr "" + +#: ../../files/gallery_app.rst:50 +msgid "Defining a sort type and order." +msgstr "" + +#: ../../files/gallery_app.rst:51 +msgid "Defining the colour of the background." +msgstr "" + +#: ../../files/gallery_app.rst:52 +msgid "Defining if sub-albums will inherit the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:54 +msgid "The following slideshow features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:56 +msgid "" +"Showing a button which lets you pick which background, either black or " +"white, to use for the picture you are currently viewing (for images with " +"transparent backgrounds)." +msgstr "" + +#: ../../files/gallery_app.rst:61 +msgid "Setup" +msgstr "" + +#: ../../files/gallery_app.rst:63 +msgid "" +"The configuration file has to be named **gallery.cnf**. You may have " +"multiple per-album **gallery.cnf** files. To enable global features, place " +"one in your top-level folder, which is symbolised in the Web GUI by the home" +" icon. (This puts it in ``data//files/``.) See :ref:`an example below " +"` in the **Global features** section." +msgstr "" + +#: ../../files/gallery_app.rst:69 +msgid "" +"You need to refresh your browser after changing your configuration to see " +"your changes." +msgstr "" + +#: ../../files/gallery_app.rst:73 +msgid "Format" +msgstr "" + +#: ../../files/gallery_app.rst:75 +msgid "" +"UTF-8, **without BOM**. A file created from within the Nextcloud Web GUI " +"works." +msgstr "" + +#: ../../files/gallery_app.rst:78 +msgid "Structure" +msgstr "" + +#: ../../files/gallery_app.rst:80 +msgid "" +"You should include a comment in the file, so that people stumbling upon the " +"file know what it's for. Comments start with #." +msgstr "" + +#: ../../files/gallery_app.rst:83 +msgid "Spacing is created using 2 spaces. **Do not use tabs.**" +msgstr "" + +#: ../../files/gallery_app.rst:85 +msgid "" +"Take a look at the `YAML Format documentation " +"`_ if you " +"are getting error messages." +msgstr "" + +#: ../../files/gallery_app.rst:89 +msgid "Here is an example `gallery.cnf`::" +msgstr "" + +#: ../../files/gallery_app.rst:116 +msgid "Supported variables" +msgstr "" + +#: ../../files/gallery_app.rst:118 +msgid "**Global Features**" +msgstr "" + +#: ../../files/gallery_app.rst:120 +msgid "Place this in your root Nextcloud folder, which is your Home folder." +msgstr "" + +#: ../../files/gallery_app.rst:122 +msgid "" +"**external_shares**: Set to **yes** in your root configuration file if you " +"want to load images stored on external locations, when using the " +"**files_external** app." +msgstr "" + +#: ../../files/gallery_app.rst:125 +msgid "" +"**native_svg**: Set to **yes** in your root configuration file to enable " +"rendering SVG images in your browser. This may represent a security risk if " +"you can't fully trust your SVG files." +msgstr "" + +#: ../../files/gallery_app.rst:128 +msgid "" +"**background_colour_toggle**: Set to **yes** in your root configuration file" +" to enable a button that toggles between black and white backgrounds on " +"transparent images." +msgstr "" + +#: ../../files/gallery_app.rst:132 +msgid "" +"External shares are 20-50 times slower than local shares. Be prepared to " +"wait a long time before being able to see all the images contained in a " +"shared album." +msgstr "" + +#: ../../files/gallery_app.rst:136 +msgid "**Album Configuration**" +msgstr "" + +#: ../../files/gallery_app.rst:138 +msgid "" +"Each album can be individually configured using the following configuration " +"sections. Use the **inherit** parameter to pass configurations on to sub-" +"albums." +msgstr "" + +#: ../../files/gallery_app.rst:142 +msgid "**Design**" +msgstr "" + +#: ../../files/gallery_app.rst:144 +msgid "" +"**background**: Defines the colour of the background of the photowall using " +"the RGB hexadecimal representation of that colour. For example: " +"**\"#ffa033\"**. You must use quotes around the value or it will be ignored." +" It is strongly recommended to use a custom theme, with a CSS loading " +"spinner if you intend to use this feature. You can use `this colour wheel " +"`_ to find a colour you like." +msgstr "" + +#: ../../files/gallery_app.rst:150 ../../files/gallery_app.rst:163 +#: ../../files/gallery_app.rst:175 +msgid "" +"**inherit**: Set to **yes** if you want sub-folders to inherit this part of " +"the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:153 +msgid "**Album Presentation**" +msgstr "" + +#: ../../files/gallery_app.rst:155 +msgid "" +"**description**: A markdown-formatted string which will be displayed in the " +"info box. It can spread over multiple lines using the Yaml markers." +msgstr "" + +#: ../../files/gallery_app.rst:157 +msgid "" +"**description_link**: A markdown file located within the album which will be" +" parsed and displayed in the info box instead of the description." +msgstr "" + +#: ../../files/gallery_app.rst:159 +msgid "" +"**copyright**: A markdown-formatted string. This supports links to external " +"resources." +msgstr "" + +#: ../../files/gallery_app.rst:161 +msgid "" +"**copyright_link**: Any file (e.g. copyright.html), in the album itself, " +"which will be downloaded when the user clicks on the link" +msgstr "" + +#: ../../files/gallery_app.rst:166 +msgid "See ``_ for the markdown syntax." +msgstr "" + +#: ../../files/gallery_app.rst:168 +msgid "" +"Do not add links to your `copyright` string if you use the " +"**copyright_link** variable." +msgstr "" + +#: ../../files/gallery_app.rst:171 +msgid "**Sorting**" +msgstr "" + +#: ../../files/gallery_app.rst:173 +msgid "**sorting**: **date** or **name**. **date** only works for files." +msgstr "" + +#: ../../files/gallery_app.rst:174 +msgid "**sort_order**: **asc** or **des** (Ascending or descending)." +msgstr "" + +#: ../../files/gallery_app.rst:179 +msgid "Notes" +msgstr "" + +#: ../../files/gallery_app.rst:181 +msgid "" +"When only the sort **type** variable has been set, the default sort order " +"will be used." +msgstr "" + +#: ../../files/gallery_app.rst:183 +msgid "" +"When only the sort **order** variable has been found, the sort configuration" +" will be ignored and the script will keep looking for a valid configuration " +"in upper folders." +msgstr "" + +#: ../../files/gallery_app.rst:186 +msgid "" +"To enable a feature such as native SVG in a public share, you need to create" +" in that folder a configuration file containing that feature." +msgstr "" + +#: ../../files/gallery_app.rst:188 +msgid "" +"If you share a folder publicly, don't forget to add all the files you link " +"to (e.g. ``description.md`` or ``copyright.md``) inside the shared folder as" +" the user won't have access to files stored in the parent folder." +msgstr "" + +#: ../../files/gallery_app.rst:191 +msgid "" +"Since people can download a whole folder as an archive, it's usually best to" +" include all files within a shared folder, rather than adding text directly " +"in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:196 +msgid "Examples" +msgstr "" + +#: ../../files/gallery_app.rst:198 +msgid "**Sorting Only**" +msgstr "" + +#: ../../files/gallery_app.rst:200 +msgid "Applies to the current folder only::" +msgstr "" + +#: ../../files/gallery_app.rst:207 +msgid "" +"Short description and link to copyright document, applies to the current " +"folder and all of its sub-folders. This also shows you the syntax you can " +"use to spread a description over multiple lines::" +msgstr "" + +#: ../../files/gallery_app.rst:220 +msgid "**Load Images From External Clouds**" +msgstr "" + +#: ../../files/gallery_app.rst:222 +msgid "Features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:224 ../../files/gallery_app.rst:234 +msgid "" +"You can add standard configuration items to the same configuration file::" +msgstr "" + +#: ../../files/gallery_app.rst:230 +msgid "**Enabling native SVG**" +msgstr "" + +#: ../../files/gallery_app.rst:232 +msgid "Special features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:241 +msgid "Possible future extensions" +msgstr "" + +#: ../../files/gallery_app.rst:243 +msgid "Different sorting parameters for albums." +msgstr "" From fc726c8fa141d22c3cbbd766b3982a71fdd1ffec Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 18:55:11 +0000 Subject: [PATCH 17/29] Translate gallery_app.pot in hu 100% translated source file: 'gallery_app.pot' on 'hu'. --- .../hu/LC_MESSAGES/files/gallery_app.pot | 383 ++++++++++++++++++ 1 file changed, 383 insertions(+) create mode 100644 user_manual/locale/hu/LC_MESSAGES/files/gallery_app.pot diff --git a/user_manual/locale/hu/LC_MESSAGES/files/gallery_app.pot b/user_manual/locale/hu/LC_MESSAGES/files/gallery_app.pot new file mode 100644 index 000000000..0eebceb7b --- /dev/null +++ b/user_manual/locale/hu/LC_MESSAGES/files/gallery_app.pot @@ -0,0 +1,383 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2020 Nextcloud GmbH +# This file is distributed under the same license as the Nextcloud latest User Manual package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Transifex Bot <>, 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Nextcloud latest User Manual latest\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-28 07:41+0000\n" +"PO-Revision-Date: 2023-07-26 13:24+0000\n" +"Last-Translator: Transifex Bot <>, 2023\n" +"Language-Team: Hungarian (https://app.transifex.com/nextcloud/teams/64236/hu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../../files/gallery_app.rst:3 +msgid "Gallery app" +msgstr "" + +#: ../../files/gallery_app.rst:5 +msgid "" +"The Pictures app has been rewritten and improved, and is now called the " +"Gallery app. It supports more image formats, sorting, zoom, and scrolling. " +"It also supports advanced customizations via a simple text file." +msgstr "" + +#: ../../files/gallery_app.rst:9 +msgid "" +"On your main Nextcloud Files page, click the little icon at the top right, " +"underneath your username, to open your Gallery. The Gallery app " +"automatically finds all images in your Nextcloud folders, and overlays the " +"thumbnails with the folder names. Click on the folder thumbnails to open the" +" folders. At the top left you have two sorting options, alphabetical and by " +"date." +msgstr "" + +#: ../../files/gallery_app.rst:18 +msgid "" +"After entering any folder, click on any image to open it in slideshow mode. " +"This has the following features: a download button at the top center, " +"forward and back buttons at the right and left sides, an automatic slideshow" +" button at the bottom right, and a close button at the top right." +msgstr "" + +#: ../../files/gallery_app.rst:27 +msgid "Custom configuration" +msgstr "" + +#: ../../files/gallery_app.rst:29 +msgid "" +"You may customize a Gallery album with a simple text file named " +"**gallery.cnf**, which contains parameters structured using the `Yaml " +"`_ markup language. You may have " +"multiple **gallery.cnf** files; you need one in your own root Nextcloud " +"folder (your Home folder) that defines global features, and then you may " +"have individual per-album **gallery.cnf** files if you want to define " +"different behaviors in different albums." +msgstr "" + +#: ../../files/gallery_app.rst:38 +msgid "Features" +msgstr "" + +#: ../../files/gallery_app.rst:40 +msgid "The following general features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:42 +msgid "Native SVG support." +msgstr "" + +#: ../../files/gallery_app.rst:43 +msgid "Access to external shares." +msgstr "" + +#: ../../files/gallery_app.rst:45 +msgid "The following album features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:47 +msgid "Adding a link to a file containing a description." +msgstr "" + +#: ../../files/gallery_app.rst:48 +msgid "" +"Typing a simple copyright statement directly in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:49 +msgid "Adding a link to a file containing a copyright statement." +msgstr "" + +#: ../../files/gallery_app.rst:50 +msgid "Defining a sort type and order." +msgstr "" + +#: ../../files/gallery_app.rst:51 +msgid "Defining the colour of the background." +msgstr "" + +#: ../../files/gallery_app.rst:52 +msgid "Defining if sub-albums will inherit the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:54 +msgid "The following slideshow features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:56 +msgid "" +"Showing a button which lets you pick which background, either black or " +"white, to use for the picture you are currently viewing (for images with " +"transparent backgrounds)." +msgstr "" + +#: ../../files/gallery_app.rst:61 +msgid "Setup" +msgstr "" + +#: ../../files/gallery_app.rst:63 +msgid "" +"The configuration file has to be named **gallery.cnf**. You may have " +"multiple per-album **gallery.cnf** files. To enable global features, place " +"one in your top-level folder, which is symbolised in the Web GUI by the home" +" icon. (This puts it in ``data//files/``.) See :ref:`an example below " +"` in the **Global features** section." +msgstr "" + +#: ../../files/gallery_app.rst:69 +msgid "" +"You need to refresh your browser after changing your configuration to see " +"your changes." +msgstr "" + +#: ../../files/gallery_app.rst:73 +msgid "Format" +msgstr "" + +#: ../../files/gallery_app.rst:75 +msgid "" +"UTF-8, **without BOM**. A file created from within the Nextcloud Web GUI " +"works." +msgstr "" + +#: ../../files/gallery_app.rst:78 +msgid "Structure" +msgstr "" + +#: ../../files/gallery_app.rst:80 +msgid "" +"You should include a comment in the file, so that people stumbling upon the " +"file know what it's for. Comments start with #." +msgstr "" + +#: ../../files/gallery_app.rst:83 +msgid "Spacing is created using 2 spaces. **Do not use tabs.**" +msgstr "" + +#: ../../files/gallery_app.rst:85 +msgid "" +"Take a look at the `YAML Format documentation " +"`_ if you " +"are getting error messages." +msgstr "" + +#: ../../files/gallery_app.rst:89 +msgid "Here is an example `gallery.cnf`::" +msgstr "" + +#: ../../files/gallery_app.rst:116 +msgid "Supported variables" +msgstr "" + +#: ../../files/gallery_app.rst:118 +msgid "**Global Features**" +msgstr "" + +#: ../../files/gallery_app.rst:120 +msgid "Place this in your root Nextcloud folder, which is your Home folder." +msgstr "" + +#: ../../files/gallery_app.rst:122 +msgid "" +"**external_shares**: Set to **yes** in your root configuration file if you " +"want to load images stored on external locations, when using the " +"**files_external** app." +msgstr "" + +#: ../../files/gallery_app.rst:125 +msgid "" +"**native_svg**: Set to **yes** in your root configuration file to enable " +"rendering SVG images in your browser. This may represent a security risk if " +"you can't fully trust your SVG files." +msgstr "" + +#: ../../files/gallery_app.rst:128 +msgid "" +"**background_colour_toggle**: Set to **yes** in your root configuration file" +" to enable a button that toggles between black and white backgrounds on " +"transparent images." +msgstr "" + +#: ../../files/gallery_app.rst:132 +msgid "" +"External shares are 20-50 times slower than local shares. Be prepared to " +"wait a long time before being able to see all the images contained in a " +"shared album." +msgstr "" + +#: ../../files/gallery_app.rst:136 +msgid "**Album Configuration**" +msgstr "" + +#: ../../files/gallery_app.rst:138 +msgid "" +"Each album can be individually configured using the following configuration " +"sections. Use the **inherit** parameter to pass configurations on to sub-" +"albums." +msgstr "" + +#: ../../files/gallery_app.rst:142 +msgid "**Design**" +msgstr "" + +#: ../../files/gallery_app.rst:144 +msgid "" +"**background**: Defines the colour of the background of the photowall using " +"the RGB hexadecimal representation of that colour. For example: " +"**\"#ffa033\"**. You must use quotes around the value or it will be ignored." +" It is strongly recommended to use a custom theme, with a CSS loading " +"spinner if you intend to use this feature. You can use `this colour wheel " +"`_ to find a colour you like." +msgstr "" + +#: ../../files/gallery_app.rst:150 ../../files/gallery_app.rst:163 +#: ../../files/gallery_app.rst:175 +msgid "" +"**inherit**: Set to **yes** if you want sub-folders to inherit this part of " +"the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:153 +msgid "**Album Presentation**" +msgstr "" + +#: ../../files/gallery_app.rst:155 +msgid "" +"**description**: A markdown-formatted string which will be displayed in the " +"info box. It can spread over multiple lines using the Yaml markers." +msgstr "" + +#: ../../files/gallery_app.rst:157 +msgid "" +"**description_link**: A markdown file located within the album which will be" +" parsed and displayed in the info box instead of the description." +msgstr "" + +#: ../../files/gallery_app.rst:159 +msgid "" +"**copyright**: A markdown-formatted string. This supports links to external " +"resources." +msgstr "" + +#: ../../files/gallery_app.rst:161 +msgid "" +"**copyright_link**: Any file (e.g. copyright.html), in the album itself, " +"which will be downloaded when the user clicks on the link" +msgstr "" + +#: ../../files/gallery_app.rst:166 +msgid "See ``_ for the markdown syntax." +msgstr "" + +#: ../../files/gallery_app.rst:168 +msgid "" +"Do not add links to your `copyright` string if you use the " +"**copyright_link** variable." +msgstr "" + +#: ../../files/gallery_app.rst:171 +msgid "**Sorting**" +msgstr "" + +#: ../../files/gallery_app.rst:173 +msgid "**sorting**: **date** or **name**. **date** only works for files." +msgstr "" + +#: ../../files/gallery_app.rst:174 +msgid "**sort_order**: **asc** or **des** (Ascending or descending)." +msgstr "" + +#: ../../files/gallery_app.rst:179 +msgid "Notes" +msgstr "" + +#: ../../files/gallery_app.rst:181 +msgid "" +"When only the sort **type** variable has been set, the default sort order " +"will be used." +msgstr "" + +#: ../../files/gallery_app.rst:183 +msgid "" +"When only the sort **order** variable has been found, the sort configuration" +" will be ignored and the script will keep looking for a valid configuration " +"in upper folders." +msgstr "" + +#: ../../files/gallery_app.rst:186 +msgid "" +"To enable a feature such as native SVG in a public share, you need to create" +" in that folder a configuration file containing that feature." +msgstr "" + +#: ../../files/gallery_app.rst:188 +msgid "" +"If you share a folder publicly, don't forget to add all the files you link " +"to (e.g. ``description.md`` or ``copyright.md``) inside the shared folder as" +" the user won't have access to files stored in the parent folder." +msgstr "" + +#: ../../files/gallery_app.rst:191 +msgid "" +"Since people can download a whole folder as an archive, it's usually best to" +" include all files within a shared folder, rather than adding text directly " +"in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:196 +msgid "Examples" +msgstr "" + +#: ../../files/gallery_app.rst:198 +msgid "**Sorting Only**" +msgstr "" + +#: ../../files/gallery_app.rst:200 +msgid "Applies to the current folder only::" +msgstr "" + +#: ../../files/gallery_app.rst:207 +msgid "" +"Short description and link to copyright document, applies to the current " +"folder and all of its sub-folders. This also shows you the syntax you can " +"use to spread a description over multiple lines::" +msgstr "" + +#: ../../files/gallery_app.rst:220 +msgid "**Load Images From External Clouds**" +msgstr "" + +#: ../../files/gallery_app.rst:222 +msgid "Features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:224 ../../files/gallery_app.rst:234 +msgid "" +"You can add standard configuration items to the same configuration file::" +msgstr "" + +#: ../../files/gallery_app.rst:230 +msgid "**Enabling native SVG**" +msgstr "" + +#: ../../files/gallery_app.rst:232 +msgid "Special features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:241 +msgid "Possible future extensions" +msgstr "" + +#: ../../files/gallery_app.rst:243 +msgid "Different sorting parameters for albums." +msgstr "" From 2fd8c8e012f38d44b8118884d07fe8f297978feb Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 18:55:21 +0000 Subject: [PATCH 18/29] Translate gallery_app.pot in sk_SK 100% translated source file: 'gallery_app.pot' on 'sk_SK'. --- .../sk_SK/LC_MESSAGES/files/gallery_app.pot | 383 ++++++++++++++++++ 1 file changed, 383 insertions(+) create mode 100644 user_manual/locale/sk_SK/LC_MESSAGES/files/gallery_app.pot diff --git a/user_manual/locale/sk_SK/LC_MESSAGES/files/gallery_app.pot b/user_manual/locale/sk_SK/LC_MESSAGES/files/gallery_app.pot new file mode 100644 index 000000000..fdc4fb49e --- /dev/null +++ b/user_manual/locale/sk_SK/LC_MESSAGES/files/gallery_app.pot @@ -0,0 +1,383 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2020 Nextcloud GmbH +# This file is distributed under the same license as the Nextcloud latest User Manual package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Transifex Bot <>, 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Nextcloud latest User Manual latest\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-28 07:41+0000\n" +"PO-Revision-Date: 2023-07-26 13:24+0000\n" +"Last-Translator: Transifex Bot <>, 2023\n" +"Language-Team: Slovak (Slovakia) (https://app.transifex.com/nextcloud/teams/64236/sk_SK/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sk_SK\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" + +#: ../../files/gallery_app.rst:3 +msgid "Gallery app" +msgstr "" + +#: ../../files/gallery_app.rst:5 +msgid "" +"The Pictures app has been rewritten and improved, and is now called the " +"Gallery app. It supports more image formats, sorting, zoom, and scrolling. " +"It also supports advanced customizations via a simple text file." +msgstr "" + +#: ../../files/gallery_app.rst:9 +msgid "" +"On your main Nextcloud Files page, click the little icon at the top right, " +"underneath your username, to open your Gallery. The Gallery app " +"automatically finds all images in your Nextcloud folders, and overlays the " +"thumbnails with the folder names. Click on the folder thumbnails to open the" +" folders. At the top left you have two sorting options, alphabetical and by " +"date." +msgstr "" + +#: ../../files/gallery_app.rst:18 +msgid "" +"After entering any folder, click on any image to open it in slideshow mode. " +"This has the following features: a download button at the top center, " +"forward and back buttons at the right and left sides, an automatic slideshow" +" button at the bottom right, and a close button at the top right." +msgstr "" + +#: ../../files/gallery_app.rst:27 +msgid "Custom configuration" +msgstr "" + +#: ../../files/gallery_app.rst:29 +msgid "" +"You may customize a Gallery album with a simple text file named " +"**gallery.cnf**, which contains parameters structured using the `Yaml " +"`_ markup language. You may have " +"multiple **gallery.cnf** files; you need one in your own root Nextcloud " +"folder (your Home folder) that defines global features, and then you may " +"have individual per-album **gallery.cnf** files if you want to define " +"different behaviors in different albums." +msgstr "" + +#: ../../files/gallery_app.rst:38 +msgid "Features" +msgstr "" + +#: ../../files/gallery_app.rst:40 +msgid "The following general features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:42 +msgid "Native SVG support." +msgstr "" + +#: ../../files/gallery_app.rst:43 +msgid "Access to external shares." +msgstr "" + +#: ../../files/gallery_app.rst:45 +msgid "The following album features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:47 +msgid "Adding a link to a file containing a description." +msgstr "" + +#: ../../files/gallery_app.rst:48 +msgid "" +"Typing a simple copyright statement directly in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:49 +msgid "Adding a link to a file containing a copyright statement." +msgstr "" + +#: ../../files/gallery_app.rst:50 +msgid "Defining a sort type and order." +msgstr "" + +#: ../../files/gallery_app.rst:51 +msgid "Defining the colour of the background." +msgstr "" + +#: ../../files/gallery_app.rst:52 +msgid "Defining if sub-albums will inherit the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:54 +msgid "The following slideshow features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:56 +msgid "" +"Showing a button which lets you pick which background, either black or " +"white, to use for the picture you are currently viewing (for images with " +"transparent backgrounds)." +msgstr "" + +#: ../../files/gallery_app.rst:61 +msgid "Setup" +msgstr "" + +#: ../../files/gallery_app.rst:63 +msgid "" +"The configuration file has to be named **gallery.cnf**. You may have " +"multiple per-album **gallery.cnf** files. To enable global features, place " +"one in your top-level folder, which is symbolised in the Web GUI by the home" +" icon. (This puts it in ``data//files/``.) See :ref:`an example below " +"` in the **Global features** section." +msgstr "" + +#: ../../files/gallery_app.rst:69 +msgid "" +"You need to refresh your browser after changing your configuration to see " +"your changes." +msgstr "" + +#: ../../files/gallery_app.rst:73 +msgid "Format" +msgstr "" + +#: ../../files/gallery_app.rst:75 +msgid "" +"UTF-8, **without BOM**. A file created from within the Nextcloud Web GUI " +"works." +msgstr "" + +#: ../../files/gallery_app.rst:78 +msgid "Structure" +msgstr "" + +#: ../../files/gallery_app.rst:80 +msgid "" +"You should include a comment in the file, so that people stumbling upon the " +"file know what it's for. Comments start with #." +msgstr "" + +#: ../../files/gallery_app.rst:83 +msgid "Spacing is created using 2 spaces. **Do not use tabs.**" +msgstr "" + +#: ../../files/gallery_app.rst:85 +msgid "" +"Take a look at the `YAML Format documentation " +"`_ if you " +"are getting error messages." +msgstr "" + +#: ../../files/gallery_app.rst:89 +msgid "Here is an example `gallery.cnf`::" +msgstr "" + +#: ../../files/gallery_app.rst:116 +msgid "Supported variables" +msgstr "" + +#: ../../files/gallery_app.rst:118 +msgid "**Global Features**" +msgstr "" + +#: ../../files/gallery_app.rst:120 +msgid "Place this in your root Nextcloud folder, which is your Home folder." +msgstr "" + +#: ../../files/gallery_app.rst:122 +msgid "" +"**external_shares**: Set to **yes** in your root configuration file if you " +"want to load images stored on external locations, when using the " +"**files_external** app." +msgstr "" + +#: ../../files/gallery_app.rst:125 +msgid "" +"**native_svg**: Set to **yes** in your root configuration file to enable " +"rendering SVG images in your browser. This may represent a security risk if " +"you can't fully trust your SVG files." +msgstr "" + +#: ../../files/gallery_app.rst:128 +msgid "" +"**background_colour_toggle**: Set to **yes** in your root configuration file" +" to enable a button that toggles between black and white backgrounds on " +"transparent images." +msgstr "" + +#: ../../files/gallery_app.rst:132 +msgid "" +"External shares are 20-50 times slower than local shares. Be prepared to " +"wait a long time before being able to see all the images contained in a " +"shared album." +msgstr "" + +#: ../../files/gallery_app.rst:136 +msgid "**Album Configuration**" +msgstr "" + +#: ../../files/gallery_app.rst:138 +msgid "" +"Each album can be individually configured using the following configuration " +"sections. Use the **inherit** parameter to pass configurations on to sub-" +"albums." +msgstr "" + +#: ../../files/gallery_app.rst:142 +msgid "**Design**" +msgstr "" + +#: ../../files/gallery_app.rst:144 +msgid "" +"**background**: Defines the colour of the background of the photowall using " +"the RGB hexadecimal representation of that colour. For example: " +"**\"#ffa033\"**. You must use quotes around the value or it will be ignored." +" It is strongly recommended to use a custom theme, with a CSS loading " +"spinner if you intend to use this feature. You can use `this colour wheel " +"`_ to find a colour you like." +msgstr "" + +#: ../../files/gallery_app.rst:150 ../../files/gallery_app.rst:163 +#: ../../files/gallery_app.rst:175 +msgid "" +"**inherit**: Set to **yes** if you want sub-folders to inherit this part of " +"the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:153 +msgid "**Album Presentation**" +msgstr "" + +#: ../../files/gallery_app.rst:155 +msgid "" +"**description**: A markdown-formatted string which will be displayed in the " +"info box. It can spread over multiple lines using the Yaml markers." +msgstr "" + +#: ../../files/gallery_app.rst:157 +msgid "" +"**description_link**: A markdown file located within the album which will be" +" parsed and displayed in the info box instead of the description." +msgstr "" + +#: ../../files/gallery_app.rst:159 +msgid "" +"**copyright**: A markdown-formatted string. This supports links to external " +"resources." +msgstr "" + +#: ../../files/gallery_app.rst:161 +msgid "" +"**copyright_link**: Any file (e.g. copyright.html), in the album itself, " +"which will be downloaded when the user clicks on the link" +msgstr "" + +#: ../../files/gallery_app.rst:166 +msgid "See ``_ for the markdown syntax." +msgstr "" + +#: ../../files/gallery_app.rst:168 +msgid "" +"Do not add links to your `copyright` string if you use the " +"**copyright_link** variable." +msgstr "" + +#: ../../files/gallery_app.rst:171 +msgid "**Sorting**" +msgstr "" + +#: ../../files/gallery_app.rst:173 +msgid "**sorting**: **date** or **name**. **date** only works for files." +msgstr "" + +#: ../../files/gallery_app.rst:174 +msgid "**sort_order**: **asc** or **des** (Ascending or descending)." +msgstr "" + +#: ../../files/gallery_app.rst:179 +msgid "Notes" +msgstr "" + +#: ../../files/gallery_app.rst:181 +msgid "" +"When only the sort **type** variable has been set, the default sort order " +"will be used." +msgstr "" + +#: ../../files/gallery_app.rst:183 +msgid "" +"When only the sort **order** variable has been found, the sort configuration" +" will be ignored and the script will keep looking for a valid configuration " +"in upper folders." +msgstr "" + +#: ../../files/gallery_app.rst:186 +msgid "" +"To enable a feature such as native SVG in a public share, you need to create" +" in that folder a configuration file containing that feature." +msgstr "" + +#: ../../files/gallery_app.rst:188 +msgid "" +"If you share a folder publicly, don't forget to add all the files you link " +"to (e.g. ``description.md`` or ``copyright.md``) inside the shared folder as" +" the user won't have access to files stored in the parent folder." +msgstr "" + +#: ../../files/gallery_app.rst:191 +msgid "" +"Since people can download a whole folder as an archive, it's usually best to" +" include all files within a shared folder, rather than adding text directly " +"in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:196 +msgid "Examples" +msgstr "" + +#: ../../files/gallery_app.rst:198 +msgid "**Sorting Only**" +msgstr "" + +#: ../../files/gallery_app.rst:200 +msgid "Applies to the current folder only::" +msgstr "" + +#: ../../files/gallery_app.rst:207 +msgid "" +"Short description and link to copyright document, applies to the current " +"folder and all of its sub-folders. This also shows you the syntax you can " +"use to spread a description over multiple lines::" +msgstr "" + +#: ../../files/gallery_app.rst:220 +msgid "**Load Images From External Clouds**" +msgstr "" + +#: ../../files/gallery_app.rst:222 +msgid "Features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:224 ../../files/gallery_app.rst:234 +msgid "" +"You can add standard configuration items to the same configuration file::" +msgstr "" + +#: ../../files/gallery_app.rst:230 +msgid "**Enabling native SVG**" +msgstr "" + +#: ../../files/gallery_app.rst:232 +msgid "Special features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:241 +msgid "Possible future extensions" +msgstr "" + +#: ../../files/gallery_app.rst:243 +msgid "Different sorting parameters for albums." +msgstr "" From 747170b55db450b82c466362ade5e7bb440f30a3 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 18:55:32 +0000 Subject: [PATCH 19/29] Translate gallery_app.pot in nb_NO 100% translated source file: 'gallery_app.pot' on 'nb_NO'. --- .../nb_NO/LC_MESSAGES/files/gallery_app.pot | 383 ++++++++++++++++++ 1 file changed, 383 insertions(+) create mode 100644 user_manual/locale/nb_NO/LC_MESSAGES/files/gallery_app.pot diff --git a/user_manual/locale/nb_NO/LC_MESSAGES/files/gallery_app.pot b/user_manual/locale/nb_NO/LC_MESSAGES/files/gallery_app.pot new file mode 100644 index 000000000..e32417e56 --- /dev/null +++ b/user_manual/locale/nb_NO/LC_MESSAGES/files/gallery_app.pot @@ -0,0 +1,383 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2020 Nextcloud GmbH +# This file is distributed under the same license as the Nextcloud latest User Manual package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Transifex Bot <>, 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Nextcloud latest User Manual latest\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-28 07:41+0000\n" +"PO-Revision-Date: 2023-07-26 13:24+0000\n" +"Last-Translator: Transifex Bot <>, 2023\n" +"Language-Team: Norwegian Bokmål (Norway) (https://app.transifex.com/nextcloud/teams/64236/nb_NO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nb_NO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../../files/gallery_app.rst:3 +msgid "Gallery app" +msgstr "" + +#: ../../files/gallery_app.rst:5 +msgid "" +"The Pictures app has been rewritten and improved, and is now called the " +"Gallery app. It supports more image formats, sorting, zoom, and scrolling. " +"It also supports advanced customizations via a simple text file." +msgstr "" + +#: ../../files/gallery_app.rst:9 +msgid "" +"On your main Nextcloud Files page, click the little icon at the top right, " +"underneath your username, to open your Gallery. The Gallery app " +"automatically finds all images in your Nextcloud folders, and overlays the " +"thumbnails with the folder names. Click on the folder thumbnails to open the" +" folders. At the top left you have two sorting options, alphabetical and by " +"date." +msgstr "" + +#: ../../files/gallery_app.rst:18 +msgid "" +"After entering any folder, click on any image to open it in slideshow mode. " +"This has the following features: a download button at the top center, " +"forward and back buttons at the right and left sides, an automatic slideshow" +" button at the bottom right, and a close button at the top right." +msgstr "" + +#: ../../files/gallery_app.rst:27 +msgid "Custom configuration" +msgstr "" + +#: ../../files/gallery_app.rst:29 +msgid "" +"You may customize a Gallery album with a simple text file named " +"**gallery.cnf**, which contains parameters structured using the `Yaml " +"`_ markup language. You may have " +"multiple **gallery.cnf** files; you need one in your own root Nextcloud " +"folder (your Home folder) that defines global features, and then you may " +"have individual per-album **gallery.cnf** files if you want to define " +"different behaviors in different albums." +msgstr "" + +#: ../../files/gallery_app.rst:38 +msgid "Features" +msgstr "" + +#: ../../files/gallery_app.rst:40 +msgid "The following general features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:42 +msgid "Native SVG support." +msgstr "" + +#: ../../files/gallery_app.rst:43 +msgid "Access to external shares." +msgstr "" + +#: ../../files/gallery_app.rst:45 +msgid "The following album features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:47 +msgid "Adding a link to a file containing a description." +msgstr "" + +#: ../../files/gallery_app.rst:48 +msgid "" +"Typing a simple copyright statement directly in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:49 +msgid "Adding a link to a file containing a copyright statement." +msgstr "" + +#: ../../files/gallery_app.rst:50 +msgid "Defining a sort type and order." +msgstr "" + +#: ../../files/gallery_app.rst:51 +msgid "Defining the colour of the background." +msgstr "" + +#: ../../files/gallery_app.rst:52 +msgid "Defining if sub-albums will inherit the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:54 +msgid "The following slideshow features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:56 +msgid "" +"Showing a button which lets you pick which background, either black or " +"white, to use for the picture you are currently viewing (for images with " +"transparent backgrounds)." +msgstr "" + +#: ../../files/gallery_app.rst:61 +msgid "Setup" +msgstr "" + +#: ../../files/gallery_app.rst:63 +msgid "" +"The configuration file has to be named **gallery.cnf**. You may have " +"multiple per-album **gallery.cnf** files. To enable global features, place " +"one in your top-level folder, which is symbolised in the Web GUI by the home" +" icon. (This puts it in ``data//files/``.) See :ref:`an example below " +"` in the **Global features** section." +msgstr "" + +#: ../../files/gallery_app.rst:69 +msgid "" +"You need to refresh your browser after changing your configuration to see " +"your changes." +msgstr "" + +#: ../../files/gallery_app.rst:73 +msgid "Format" +msgstr "" + +#: ../../files/gallery_app.rst:75 +msgid "" +"UTF-8, **without BOM**. A file created from within the Nextcloud Web GUI " +"works." +msgstr "" + +#: ../../files/gallery_app.rst:78 +msgid "Structure" +msgstr "" + +#: ../../files/gallery_app.rst:80 +msgid "" +"You should include a comment in the file, so that people stumbling upon the " +"file know what it's for. Comments start with #." +msgstr "" + +#: ../../files/gallery_app.rst:83 +msgid "Spacing is created using 2 spaces. **Do not use tabs.**" +msgstr "" + +#: ../../files/gallery_app.rst:85 +msgid "" +"Take a look at the `YAML Format documentation " +"`_ if you " +"are getting error messages." +msgstr "" + +#: ../../files/gallery_app.rst:89 +msgid "Here is an example `gallery.cnf`::" +msgstr "" + +#: ../../files/gallery_app.rst:116 +msgid "Supported variables" +msgstr "" + +#: ../../files/gallery_app.rst:118 +msgid "**Global Features**" +msgstr "" + +#: ../../files/gallery_app.rst:120 +msgid "Place this in your root Nextcloud folder, which is your Home folder." +msgstr "" + +#: ../../files/gallery_app.rst:122 +msgid "" +"**external_shares**: Set to **yes** in your root configuration file if you " +"want to load images stored on external locations, when using the " +"**files_external** app." +msgstr "" + +#: ../../files/gallery_app.rst:125 +msgid "" +"**native_svg**: Set to **yes** in your root configuration file to enable " +"rendering SVG images in your browser. This may represent a security risk if " +"you can't fully trust your SVG files." +msgstr "" + +#: ../../files/gallery_app.rst:128 +msgid "" +"**background_colour_toggle**: Set to **yes** in your root configuration file" +" to enable a button that toggles between black and white backgrounds on " +"transparent images." +msgstr "" + +#: ../../files/gallery_app.rst:132 +msgid "" +"External shares are 20-50 times slower than local shares. Be prepared to " +"wait a long time before being able to see all the images contained in a " +"shared album." +msgstr "" + +#: ../../files/gallery_app.rst:136 +msgid "**Album Configuration**" +msgstr "" + +#: ../../files/gallery_app.rst:138 +msgid "" +"Each album can be individually configured using the following configuration " +"sections. Use the **inherit** parameter to pass configurations on to sub-" +"albums." +msgstr "" + +#: ../../files/gallery_app.rst:142 +msgid "**Design**" +msgstr "" + +#: ../../files/gallery_app.rst:144 +msgid "" +"**background**: Defines the colour of the background of the photowall using " +"the RGB hexadecimal representation of that colour. For example: " +"**\"#ffa033\"**. You must use quotes around the value or it will be ignored." +" It is strongly recommended to use a custom theme, with a CSS loading " +"spinner if you intend to use this feature. You can use `this colour wheel " +"`_ to find a colour you like." +msgstr "" + +#: ../../files/gallery_app.rst:150 ../../files/gallery_app.rst:163 +#: ../../files/gallery_app.rst:175 +msgid "" +"**inherit**: Set to **yes** if you want sub-folders to inherit this part of " +"the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:153 +msgid "**Album Presentation**" +msgstr "" + +#: ../../files/gallery_app.rst:155 +msgid "" +"**description**: A markdown-formatted string which will be displayed in the " +"info box. It can spread over multiple lines using the Yaml markers." +msgstr "" + +#: ../../files/gallery_app.rst:157 +msgid "" +"**description_link**: A markdown file located within the album which will be" +" parsed and displayed in the info box instead of the description." +msgstr "" + +#: ../../files/gallery_app.rst:159 +msgid "" +"**copyright**: A markdown-formatted string. This supports links to external " +"resources." +msgstr "" + +#: ../../files/gallery_app.rst:161 +msgid "" +"**copyright_link**: Any file (e.g. copyright.html), in the album itself, " +"which will be downloaded when the user clicks on the link" +msgstr "" + +#: ../../files/gallery_app.rst:166 +msgid "See ``_ for the markdown syntax." +msgstr "" + +#: ../../files/gallery_app.rst:168 +msgid "" +"Do not add links to your `copyright` string if you use the " +"**copyright_link** variable." +msgstr "" + +#: ../../files/gallery_app.rst:171 +msgid "**Sorting**" +msgstr "" + +#: ../../files/gallery_app.rst:173 +msgid "**sorting**: **date** or **name**. **date** only works for files." +msgstr "" + +#: ../../files/gallery_app.rst:174 +msgid "**sort_order**: **asc** or **des** (Ascending or descending)." +msgstr "" + +#: ../../files/gallery_app.rst:179 +msgid "Notes" +msgstr "" + +#: ../../files/gallery_app.rst:181 +msgid "" +"When only the sort **type** variable has been set, the default sort order " +"will be used." +msgstr "" + +#: ../../files/gallery_app.rst:183 +msgid "" +"When only the sort **order** variable has been found, the sort configuration" +" will be ignored and the script will keep looking for a valid configuration " +"in upper folders." +msgstr "" + +#: ../../files/gallery_app.rst:186 +msgid "" +"To enable a feature such as native SVG in a public share, you need to create" +" in that folder a configuration file containing that feature." +msgstr "" + +#: ../../files/gallery_app.rst:188 +msgid "" +"If you share a folder publicly, don't forget to add all the files you link " +"to (e.g. ``description.md`` or ``copyright.md``) inside the shared folder as" +" the user won't have access to files stored in the parent folder." +msgstr "" + +#: ../../files/gallery_app.rst:191 +msgid "" +"Since people can download a whole folder as an archive, it's usually best to" +" include all files within a shared folder, rather than adding text directly " +"in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:196 +msgid "Examples" +msgstr "" + +#: ../../files/gallery_app.rst:198 +msgid "**Sorting Only**" +msgstr "" + +#: ../../files/gallery_app.rst:200 +msgid "Applies to the current folder only::" +msgstr "" + +#: ../../files/gallery_app.rst:207 +msgid "" +"Short description and link to copyright document, applies to the current " +"folder and all of its sub-folders. This also shows you the syntax you can " +"use to spread a description over multiple lines::" +msgstr "" + +#: ../../files/gallery_app.rst:220 +msgid "**Load Images From External Clouds**" +msgstr "" + +#: ../../files/gallery_app.rst:222 +msgid "Features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:224 ../../files/gallery_app.rst:234 +msgid "" +"You can add standard configuration items to the same configuration file::" +msgstr "" + +#: ../../files/gallery_app.rst:230 +msgid "**Enabling native SVG**" +msgstr "" + +#: ../../files/gallery_app.rst:232 +msgid "Special features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:241 +msgid "Possible future extensions" +msgstr "" + +#: ../../files/gallery_app.rst:243 +msgid "Different sorting parameters for albums." +msgstr "" From 3b8261794a8cd11a0422de0c4a5e75a497873c7e Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 18:55:43 +0000 Subject: [PATCH 20/29] Translate gallery_app.pot in si 100% translated source file: 'gallery_app.pot' on 'si'. --- .../si/LC_MESSAGES/files/gallery_app.pot | 383 ++++++++++++++++++ 1 file changed, 383 insertions(+) create mode 100644 user_manual/locale/si/LC_MESSAGES/files/gallery_app.pot diff --git a/user_manual/locale/si/LC_MESSAGES/files/gallery_app.pot b/user_manual/locale/si/LC_MESSAGES/files/gallery_app.pot new file mode 100644 index 000000000..163f2992d --- /dev/null +++ b/user_manual/locale/si/LC_MESSAGES/files/gallery_app.pot @@ -0,0 +1,383 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2020 Nextcloud GmbH +# This file is distributed under the same license as the Nextcloud latest User Manual package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Transifex Bot <>, 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Nextcloud latest User Manual latest\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-28 07:41+0000\n" +"PO-Revision-Date: 2023-07-26 13:24+0000\n" +"Last-Translator: Transifex Bot <>, 2023\n" +"Language-Team: Sinhala (https://app.transifex.com/nextcloud/teams/64236/si/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: si\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../../files/gallery_app.rst:3 +msgid "Gallery app" +msgstr "" + +#: ../../files/gallery_app.rst:5 +msgid "" +"The Pictures app has been rewritten and improved, and is now called the " +"Gallery app. It supports more image formats, sorting, zoom, and scrolling. " +"It also supports advanced customizations via a simple text file." +msgstr "" + +#: ../../files/gallery_app.rst:9 +msgid "" +"On your main Nextcloud Files page, click the little icon at the top right, " +"underneath your username, to open your Gallery. The Gallery app " +"automatically finds all images in your Nextcloud folders, and overlays the " +"thumbnails with the folder names. Click on the folder thumbnails to open the" +" folders. At the top left you have two sorting options, alphabetical and by " +"date." +msgstr "" + +#: ../../files/gallery_app.rst:18 +msgid "" +"After entering any folder, click on any image to open it in slideshow mode. " +"This has the following features: a download button at the top center, " +"forward and back buttons at the right and left sides, an automatic slideshow" +" button at the bottom right, and a close button at the top right." +msgstr "" + +#: ../../files/gallery_app.rst:27 +msgid "Custom configuration" +msgstr "" + +#: ../../files/gallery_app.rst:29 +msgid "" +"You may customize a Gallery album with a simple text file named " +"**gallery.cnf**, which contains parameters structured using the `Yaml " +"`_ markup language. You may have " +"multiple **gallery.cnf** files; you need one in your own root Nextcloud " +"folder (your Home folder) that defines global features, and then you may " +"have individual per-album **gallery.cnf** files if you want to define " +"different behaviors in different albums." +msgstr "" + +#: ../../files/gallery_app.rst:38 +msgid "Features" +msgstr "" + +#: ../../files/gallery_app.rst:40 +msgid "The following general features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:42 +msgid "Native SVG support." +msgstr "" + +#: ../../files/gallery_app.rst:43 +msgid "Access to external shares." +msgstr "" + +#: ../../files/gallery_app.rst:45 +msgid "The following album features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:47 +msgid "Adding a link to a file containing a description." +msgstr "" + +#: ../../files/gallery_app.rst:48 +msgid "" +"Typing a simple copyright statement directly in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:49 +msgid "Adding a link to a file containing a copyright statement." +msgstr "" + +#: ../../files/gallery_app.rst:50 +msgid "Defining a sort type and order." +msgstr "" + +#: ../../files/gallery_app.rst:51 +msgid "Defining the colour of the background." +msgstr "" + +#: ../../files/gallery_app.rst:52 +msgid "Defining if sub-albums will inherit the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:54 +msgid "The following slideshow features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:56 +msgid "" +"Showing a button which lets you pick which background, either black or " +"white, to use for the picture you are currently viewing (for images with " +"transparent backgrounds)." +msgstr "" + +#: ../../files/gallery_app.rst:61 +msgid "Setup" +msgstr "" + +#: ../../files/gallery_app.rst:63 +msgid "" +"The configuration file has to be named **gallery.cnf**. You may have " +"multiple per-album **gallery.cnf** files. To enable global features, place " +"one in your top-level folder, which is symbolised in the Web GUI by the home" +" icon. (This puts it in ``data//files/``.) See :ref:`an example below " +"` in the **Global features** section." +msgstr "" + +#: ../../files/gallery_app.rst:69 +msgid "" +"You need to refresh your browser after changing your configuration to see " +"your changes." +msgstr "" + +#: ../../files/gallery_app.rst:73 +msgid "Format" +msgstr "" + +#: ../../files/gallery_app.rst:75 +msgid "" +"UTF-8, **without BOM**. A file created from within the Nextcloud Web GUI " +"works." +msgstr "" + +#: ../../files/gallery_app.rst:78 +msgid "Structure" +msgstr "" + +#: ../../files/gallery_app.rst:80 +msgid "" +"You should include a comment in the file, so that people stumbling upon the " +"file know what it's for. Comments start with #." +msgstr "" + +#: ../../files/gallery_app.rst:83 +msgid "Spacing is created using 2 spaces. **Do not use tabs.**" +msgstr "" + +#: ../../files/gallery_app.rst:85 +msgid "" +"Take a look at the `YAML Format documentation " +"`_ if you " +"are getting error messages." +msgstr "" + +#: ../../files/gallery_app.rst:89 +msgid "Here is an example `gallery.cnf`::" +msgstr "" + +#: ../../files/gallery_app.rst:116 +msgid "Supported variables" +msgstr "" + +#: ../../files/gallery_app.rst:118 +msgid "**Global Features**" +msgstr "" + +#: ../../files/gallery_app.rst:120 +msgid "Place this in your root Nextcloud folder, which is your Home folder." +msgstr "" + +#: ../../files/gallery_app.rst:122 +msgid "" +"**external_shares**: Set to **yes** in your root configuration file if you " +"want to load images stored on external locations, when using the " +"**files_external** app." +msgstr "" + +#: ../../files/gallery_app.rst:125 +msgid "" +"**native_svg**: Set to **yes** in your root configuration file to enable " +"rendering SVG images in your browser. This may represent a security risk if " +"you can't fully trust your SVG files." +msgstr "" + +#: ../../files/gallery_app.rst:128 +msgid "" +"**background_colour_toggle**: Set to **yes** in your root configuration file" +" to enable a button that toggles between black and white backgrounds on " +"transparent images." +msgstr "" + +#: ../../files/gallery_app.rst:132 +msgid "" +"External shares are 20-50 times slower than local shares. Be prepared to " +"wait a long time before being able to see all the images contained in a " +"shared album." +msgstr "" + +#: ../../files/gallery_app.rst:136 +msgid "**Album Configuration**" +msgstr "" + +#: ../../files/gallery_app.rst:138 +msgid "" +"Each album can be individually configured using the following configuration " +"sections. Use the **inherit** parameter to pass configurations on to sub-" +"albums." +msgstr "" + +#: ../../files/gallery_app.rst:142 +msgid "**Design**" +msgstr "" + +#: ../../files/gallery_app.rst:144 +msgid "" +"**background**: Defines the colour of the background of the photowall using " +"the RGB hexadecimal representation of that colour. For example: " +"**\"#ffa033\"**. You must use quotes around the value or it will be ignored." +" It is strongly recommended to use a custom theme, with a CSS loading " +"spinner if you intend to use this feature. You can use `this colour wheel " +"`_ to find a colour you like." +msgstr "" + +#: ../../files/gallery_app.rst:150 ../../files/gallery_app.rst:163 +#: ../../files/gallery_app.rst:175 +msgid "" +"**inherit**: Set to **yes** if you want sub-folders to inherit this part of " +"the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:153 +msgid "**Album Presentation**" +msgstr "" + +#: ../../files/gallery_app.rst:155 +msgid "" +"**description**: A markdown-formatted string which will be displayed in the " +"info box. It can spread over multiple lines using the Yaml markers." +msgstr "" + +#: ../../files/gallery_app.rst:157 +msgid "" +"**description_link**: A markdown file located within the album which will be" +" parsed and displayed in the info box instead of the description." +msgstr "" + +#: ../../files/gallery_app.rst:159 +msgid "" +"**copyright**: A markdown-formatted string. This supports links to external " +"resources." +msgstr "" + +#: ../../files/gallery_app.rst:161 +msgid "" +"**copyright_link**: Any file (e.g. copyright.html), in the album itself, " +"which will be downloaded when the user clicks on the link" +msgstr "" + +#: ../../files/gallery_app.rst:166 +msgid "See ``_ for the markdown syntax." +msgstr "" + +#: ../../files/gallery_app.rst:168 +msgid "" +"Do not add links to your `copyright` string if you use the " +"**copyright_link** variable." +msgstr "" + +#: ../../files/gallery_app.rst:171 +msgid "**Sorting**" +msgstr "" + +#: ../../files/gallery_app.rst:173 +msgid "**sorting**: **date** or **name**. **date** only works for files." +msgstr "" + +#: ../../files/gallery_app.rst:174 +msgid "**sort_order**: **asc** or **des** (Ascending or descending)." +msgstr "" + +#: ../../files/gallery_app.rst:179 +msgid "Notes" +msgstr "" + +#: ../../files/gallery_app.rst:181 +msgid "" +"When only the sort **type** variable has been set, the default sort order " +"will be used." +msgstr "" + +#: ../../files/gallery_app.rst:183 +msgid "" +"When only the sort **order** variable has been found, the sort configuration" +" will be ignored and the script will keep looking for a valid configuration " +"in upper folders." +msgstr "" + +#: ../../files/gallery_app.rst:186 +msgid "" +"To enable a feature such as native SVG in a public share, you need to create" +" in that folder a configuration file containing that feature." +msgstr "" + +#: ../../files/gallery_app.rst:188 +msgid "" +"If you share a folder publicly, don't forget to add all the files you link " +"to (e.g. ``description.md`` or ``copyright.md``) inside the shared folder as" +" the user won't have access to files stored in the parent folder." +msgstr "" + +#: ../../files/gallery_app.rst:191 +msgid "" +"Since people can download a whole folder as an archive, it's usually best to" +" include all files within a shared folder, rather than adding text directly " +"in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:196 +msgid "Examples" +msgstr "" + +#: ../../files/gallery_app.rst:198 +msgid "**Sorting Only**" +msgstr "" + +#: ../../files/gallery_app.rst:200 +msgid "Applies to the current folder only::" +msgstr "" + +#: ../../files/gallery_app.rst:207 +msgid "" +"Short description and link to copyright document, applies to the current " +"folder and all of its sub-folders. This also shows you the syntax you can " +"use to spread a description over multiple lines::" +msgstr "" + +#: ../../files/gallery_app.rst:220 +msgid "**Load Images From External Clouds**" +msgstr "" + +#: ../../files/gallery_app.rst:222 +msgid "Features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:224 ../../files/gallery_app.rst:234 +msgid "" +"You can add standard configuration items to the same configuration file::" +msgstr "" + +#: ../../files/gallery_app.rst:230 +msgid "**Enabling native SVG**" +msgstr "" + +#: ../../files/gallery_app.rst:232 +msgid "Special features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:241 +msgid "Possible future extensions" +msgstr "" + +#: ../../files/gallery_app.rst:243 +msgid "Different sorting parameters for albums." +msgstr "" From 43e0727e8c0604e65b3463369ceb622b0292cf45 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 18:55:55 +0000 Subject: [PATCH 21/29] Translate gallery_app.pot in id 100% translated source file: 'gallery_app.pot' on 'id'. --- .../id/LC_MESSAGES/files/gallery_app.pot | 383 ++++++++++++++++++ 1 file changed, 383 insertions(+) create mode 100644 user_manual/locale/id/LC_MESSAGES/files/gallery_app.pot diff --git a/user_manual/locale/id/LC_MESSAGES/files/gallery_app.pot b/user_manual/locale/id/LC_MESSAGES/files/gallery_app.pot new file mode 100644 index 000000000..d73d884ec --- /dev/null +++ b/user_manual/locale/id/LC_MESSAGES/files/gallery_app.pot @@ -0,0 +1,383 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2020 Nextcloud GmbH +# This file is distributed under the same license as the Nextcloud latest User Manual package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Transifex Bot <>, 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Nextcloud latest User Manual latest\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-28 07:41+0000\n" +"PO-Revision-Date: 2023-07-26 13:24+0000\n" +"Last-Translator: Transifex Bot <>, 2023\n" +"Language-Team: Indonesian (https://app.transifex.com/nextcloud/teams/64236/id/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: ../../files/gallery_app.rst:3 +msgid "Gallery app" +msgstr "" + +#: ../../files/gallery_app.rst:5 +msgid "" +"The Pictures app has been rewritten and improved, and is now called the " +"Gallery app. It supports more image formats, sorting, zoom, and scrolling. " +"It also supports advanced customizations via a simple text file." +msgstr "" + +#: ../../files/gallery_app.rst:9 +msgid "" +"On your main Nextcloud Files page, click the little icon at the top right, " +"underneath your username, to open your Gallery. The Gallery app " +"automatically finds all images in your Nextcloud folders, and overlays the " +"thumbnails with the folder names. Click on the folder thumbnails to open the" +" folders. At the top left you have two sorting options, alphabetical and by " +"date." +msgstr "" + +#: ../../files/gallery_app.rst:18 +msgid "" +"After entering any folder, click on any image to open it in slideshow mode. " +"This has the following features: a download button at the top center, " +"forward and back buttons at the right and left sides, an automatic slideshow" +" button at the bottom right, and a close button at the top right." +msgstr "" + +#: ../../files/gallery_app.rst:27 +msgid "Custom configuration" +msgstr "" + +#: ../../files/gallery_app.rst:29 +msgid "" +"You may customize a Gallery album with a simple text file named " +"**gallery.cnf**, which contains parameters structured using the `Yaml " +"`_ markup language. You may have " +"multiple **gallery.cnf** files; you need one in your own root Nextcloud " +"folder (your Home folder) that defines global features, and then you may " +"have individual per-album **gallery.cnf** files if you want to define " +"different behaviors in different albums." +msgstr "" + +#: ../../files/gallery_app.rst:38 +msgid "Features" +msgstr "" + +#: ../../files/gallery_app.rst:40 +msgid "The following general features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:42 +msgid "Native SVG support." +msgstr "" + +#: ../../files/gallery_app.rst:43 +msgid "Access to external shares." +msgstr "" + +#: ../../files/gallery_app.rst:45 +msgid "The following album features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:47 +msgid "Adding a link to a file containing a description." +msgstr "" + +#: ../../files/gallery_app.rst:48 +msgid "" +"Typing a simple copyright statement directly in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:49 +msgid "Adding a link to a file containing a copyright statement." +msgstr "" + +#: ../../files/gallery_app.rst:50 +msgid "Defining a sort type and order." +msgstr "" + +#: ../../files/gallery_app.rst:51 +msgid "Defining the colour of the background." +msgstr "" + +#: ../../files/gallery_app.rst:52 +msgid "Defining if sub-albums will inherit the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:54 +msgid "The following slideshow features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:56 +msgid "" +"Showing a button which lets you pick which background, either black or " +"white, to use for the picture you are currently viewing (for images with " +"transparent backgrounds)." +msgstr "" + +#: ../../files/gallery_app.rst:61 +msgid "Setup" +msgstr "" + +#: ../../files/gallery_app.rst:63 +msgid "" +"The configuration file has to be named **gallery.cnf**. You may have " +"multiple per-album **gallery.cnf** files. To enable global features, place " +"one in your top-level folder, which is symbolised in the Web GUI by the home" +" icon. (This puts it in ``data//files/``.) See :ref:`an example below " +"` in the **Global features** section." +msgstr "" + +#: ../../files/gallery_app.rst:69 +msgid "" +"You need to refresh your browser after changing your configuration to see " +"your changes." +msgstr "" + +#: ../../files/gallery_app.rst:73 +msgid "Format" +msgstr "" + +#: ../../files/gallery_app.rst:75 +msgid "" +"UTF-8, **without BOM**. A file created from within the Nextcloud Web GUI " +"works." +msgstr "" + +#: ../../files/gallery_app.rst:78 +msgid "Structure" +msgstr "" + +#: ../../files/gallery_app.rst:80 +msgid "" +"You should include a comment in the file, so that people stumbling upon the " +"file know what it's for. Comments start with #." +msgstr "" + +#: ../../files/gallery_app.rst:83 +msgid "Spacing is created using 2 spaces. **Do not use tabs.**" +msgstr "" + +#: ../../files/gallery_app.rst:85 +msgid "" +"Take a look at the `YAML Format documentation " +"`_ if you " +"are getting error messages." +msgstr "" + +#: ../../files/gallery_app.rst:89 +msgid "Here is an example `gallery.cnf`::" +msgstr "" + +#: ../../files/gallery_app.rst:116 +msgid "Supported variables" +msgstr "" + +#: ../../files/gallery_app.rst:118 +msgid "**Global Features**" +msgstr "" + +#: ../../files/gallery_app.rst:120 +msgid "Place this in your root Nextcloud folder, which is your Home folder." +msgstr "" + +#: ../../files/gallery_app.rst:122 +msgid "" +"**external_shares**: Set to **yes** in your root configuration file if you " +"want to load images stored on external locations, when using the " +"**files_external** app." +msgstr "" + +#: ../../files/gallery_app.rst:125 +msgid "" +"**native_svg**: Set to **yes** in your root configuration file to enable " +"rendering SVG images in your browser. This may represent a security risk if " +"you can't fully trust your SVG files." +msgstr "" + +#: ../../files/gallery_app.rst:128 +msgid "" +"**background_colour_toggle**: Set to **yes** in your root configuration file" +" to enable a button that toggles between black and white backgrounds on " +"transparent images." +msgstr "" + +#: ../../files/gallery_app.rst:132 +msgid "" +"External shares are 20-50 times slower than local shares. Be prepared to " +"wait a long time before being able to see all the images contained in a " +"shared album." +msgstr "" + +#: ../../files/gallery_app.rst:136 +msgid "**Album Configuration**" +msgstr "" + +#: ../../files/gallery_app.rst:138 +msgid "" +"Each album can be individually configured using the following configuration " +"sections. Use the **inherit** parameter to pass configurations on to sub-" +"albums." +msgstr "" + +#: ../../files/gallery_app.rst:142 +msgid "**Design**" +msgstr "" + +#: ../../files/gallery_app.rst:144 +msgid "" +"**background**: Defines the colour of the background of the photowall using " +"the RGB hexadecimal representation of that colour. For example: " +"**\"#ffa033\"**. You must use quotes around the value or it will be ignored." +" It is strongly recommended to use a custom theme, with a CSS loading " +"spinner if you intend to use this feature. You can use `this colour wheel " +"`_ to find a colour you like." +msgstr "" + +#: ../../files/gallery_app.rst:150 ../../files/gallery_app.rst:163 +#: ../../files/gallery_app.rst:175 +msgid "" +"**inherit**: Set to **yes** if you want sub-folders to inherit this part of " +"the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:153 +msgid "**Album Presentation**" +msgstr "" + +#: ../../files/gallery_app.rst:155 +msgid "" +"**description**: A markdown-formatted string which will be displayed in the " +"info box. It can spread over multiple lines using the Yaml markers." +msgstr "" + +#: ../../files/gallery_app.rst:157 +msgid "" +"**description_link**: A markdown file located within the album which will be" +" parsed and displayed in the info box instead of the description." +msgstr "" + +#: ../../files/gallery_app.rst:159 +msgid "" +"**copyright**: A markdown-formatted string. This supports links to external " +"resources." +msgstr "" + +#: ../../files/gallery_app.rst:161 +msgid "" +"**copyright_link**: Any file (e.g. copyright.html), in the album itself, " +"which will be downloaded when the user clicks on the link" +msgstr "" + +#: ../../files/gallery_app.rst:166 +msgid "See ``_ for the markdown syntax." +msgstr "" + +#: ../../files/gallery_app.rst:168 +msgid "" +"Do not add links to your `copyright` string if you use the " +"**copyright_link** variable." +msgstr "" + +#: ../../files/gallery_app.rst:171 +msgid "**Sorting**" +msgstr "" + +#: ../../files/gallery_app.rst:173 +msgid "**sorting**: **date** or **name**. **date** only works for files." +msgstr "" + +#: ../../files/gallery_app.rst:174 +msgid "**sort_order**: **asc** or **des** (Ascending or descending)." +msgstr "" + +#: ../../files/gallery_app.rst:179 +msgid "Notes" +msgstr "" + +#: ../../files/gallery_app.rst:181 +msgid "" +"When only the sort **type** variable has been set, the default sort order " +"will be used." +msgstr "" + +#: ../../files/gallery_app.rst:183 +msgid "" +"When only the sort **order** variable has been found, the sort configuration" +" will be ignored and the script will keep looking for a valid configuration " +"in upper folders." +msgstr "" + +#: ../../files/gallery_app.rst:186 +msgid "" +"To enable a feature such as native SVG in a public share, you need to create" +" in that folder a configuration file containing that feature." +msgstr "" + +#: ../../files/gallery_app.rst:188 +msgid "" +"If you share a folder publicly, don't forget to add all the files you link " +"to (e.g. ``description.md`` or ``copyright.md``) inside the shared folder as" +" the user won't have access to files stored in the parent folder." +msgstr "" + +#: ../../files/gallery_app.rst:191 +msgid "" +"Since people can download a whole folder as an archive, it's usually best to" +" include all files within a shared folder, rather than adding text directly " +"in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:196 +msgid "Examples" +msgstr "" + +#: ../../files/gallery_app.rst:198 +msgid "**Sorting Only**" +msgstr "" + +#: ../../files/gallery_app.rst:200 +msgid "Applies to the current folder only::" +msgstr "" + +#: ../../files/gallery_app.rst:207 +msgid "" +"Short description and link to copyright document, applies to the current " +"folder and all of its sub-folders. This also shows you the syntax you can " +"use to spread a description over multiple lines::" +msgstr "" + +#: ../../files/gallery_app.rst:220 +msgid "**Load Images From External Clouds**" +msgstr "" + +#: ../../files/gallery_app.rst:222 +msgid "Features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:224 ../../files/gallery_app.rst:234 +msgid "" +"You can add standard configuration items to the same configuration file::" +msgstr "" + +#: ../../files/gallery_app.rst:230 +msgid "**Enabling native SVG**" +msgstr "" + +#: ../../files/gallery_app.rst:232 +msgid "Special features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:241 +msgid "Possible future extensions" +msgstr "" + +#: ../../files/gallery_app.rst:243 +msgid "Different sorting parameters for albums." +msgstr "" From 7aa5081d33c9d9864847dab36c10ee0cd2b283b4 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 18:56:07 +0000 Subject: [PATCH 22/29] Translate gallery_app.pot in uz 100% translated source file: 'gallery_app.pot' on 'uz'. --- .../uz/LC_MESSAGES/files/gallery_app.pot | 383 ++++++++++++++++++ 1 file changed, 383 insertions(+) create mode 100644 user_manual/locale/uz/LC_MESSAGES/files/gallery_app.pot diff --git a/user_manual/locale/uz/LC_MESSAGES/files/gallery_app.pot b/user_manual/locale/uz/LC_MESSAGES/files/gallery_app.pot new file mode 100644 index 000000000..9f91e1722 --- /dev/null +++ b/user_manual/locale/uz/LC_MESSAGES/files/gallery_app.pot @@ -0,0 +1,383 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2020 Nextcloud GmbH +# This file is distributed under the same license as the Nextcloud latest User Manual package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Transifex Bot <>, 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Nextcloud latest User Manual latest\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-28 07:41+0000\n" +"PO-Revision-Date: 2023-07-26 13:24+0000\n" +"Last-Translator: Transifex Bot <>, 2023\n" +"Language-Team: Uzbek (https://app.transifex.com/nextcloud/teams/64236/uz/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: uz\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: ../../files/gallery_app.rst:3 +msgid "Gallery app" +msgstr "" + +#: ../../files/gallery_app.rst:5 +msgid "" +"The Pictures app has been rewritten and improved, and is now called the " +"Gallery app. It supports more image formats, sorting, zoom, and scrolling. " +"It also supports advanced customizations via a simple text file." +msgstr "" + +#: ../../files/gallery_app.rst:9 +msgid "" +"On your main Nextcloud Files page, click the little icon at the top right, " +"underneath your username, to open your Gallery. The Gallery app " +"automatically finds all images in your Nextcloud folders, and overlays the " +"thumbnails with the folder names. Click on the folder thumbnails to open the" +" folders. At the top left you have two sorting options, alphabetical and by " +"date." +msgstr "" + +#: ../../files/gallery_app.rst:18 +msgid "" +"After entering any folder, click on any image to open it in slideshow mode. " +"This has the following features: a download button at the top center, " +"forward and back buttons at the right and left sides, an automatic slideshow" +" button at the bottom right, and a close button at the top right." +msgstr "" + +#: ../../files/gallery_app.rst:27 +msgid "Custom configuration" +msgstr "" + +#: ../../files/gallery_app.rst:29 +msgid "" +"You may customize a Gallery album with a simple text file named " +"**gallery.cnf**, which contains parameters structured using the `Yaml " +"`_ markup language. You may have " +"multiple **gallery.cnf** files; you need one in your own root Nextcloud " +"folder (your Home folder) that defines global features, and then you may " +"have individual per-album **gallery.cnf** files if you want to define " +"different behaviors in different albums." +msgstr "" + +#: ../../files/gallery_app.rst:38 +msgid "Features" +msgstr "" + +#: ../../files/gallery_app.rst:40 +msgid "The following general features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:42 +msgid "Native SVG support." +msgstr "" + +#: ../../files/gallery_app.rst:43 +msgid "Access to external shares." +msgstr "" + +#: ../../files/gallery_app.rst:45 +msgid "The following album features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:47 +msgid "Adding a link to a file containing a description." +msgstr "" + +#: ../../files/gallery_app.rst:48 +msgid "" +"Typing a simple copyright statement directly in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:49 +msgid "Adding a link to a file containing a copyright statement." +msgstr "" + +#: ../../files/gallery_app.rst:50 +msgid "Defining a sort type and order." +msgstr "" + +#: ../../files/gallery_app.rst:51 +msgid "Defining the colour of the background." +msgstr "" + +#: ../../files/gallery_app.rst:52 +msgid "Defining if sub-albums will inherit the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:54 +msgid "The following slideshow features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:56 +msgid "" +"Showing a button which lets you pick which background, either black or " +"white, to use for the picture you are currently viewing (for images with " +"transparent backgrounds)." +msgstr "" + +#: ../../files/gallery_app.rst:61 +msgid "Setup" +msgstr "" + +#: ../../files/gallery_app.rst:63 +msgid "" +"The configuration file has to be named **gallery.cnf**. You may have " +"multiple per-album **gallery.cnf** files. To enable global features, place " +"one in your top-level folder, which is symbolised in the Web GUI by the home" +" icon. (This puts it in ``data//files/``.) See :ref:`an example below " +"` in the **Global features** section." +msgstr "" + +#: ../../files/gallery_app.rst:69 +msgid "" +"You need to refresh your browser after changing your configuration to see " +"your changes." +msgstr "" + +#: ../../files/gallery_app.rst:73 +msgid "Format" +msgstr "" + +#: ../../files/gallery_app.rst:75 +msgid "" +"UTF-8, **without BOM**. A file created from within the Nextcloud Web GUI " +"works." +msgstr "" + +#: ../../files/gallery_app.rst:78 +msgid "Structure" +msgstr "" + +#: ../../files/gallery_app.rst:80 +msgid "" +"You should include a comment in the file, so that people stumbling upon the " +"file know what it's for. Comments start with #." +msgstr "" + +#: ../../files/gallery_app.rst:83 +msgid "Spacing is created using 2 spaces. **Do not use tabs.**" +msgstr "" + +#: ../../files/gallery_app.rst:85 +msgid "" +"Take a look at the `YAML Format documentation " +"`_ if you " +"are getting error messages." +msgstr "" + +#: ../../files/gallery_app.rst:89 +msgid "Here is an example `gallery.cnf`::" +msgstr "" + +#: ../../files/gallery_app.rst:116 +msgid "Supported variables" +msgstr "" + +#: ../../files/gallery_app.rst:118 +msgid "**Global Features**" +msgstr "" + +#: ../../files/gallery_app.rst:120 +msgid "Place this in your root Nextcloud folder, which is your Home folder." +msgstr "" + +#: ../../files/gallery_app.rst:122 +msgid "" +"**external_shares**: Set to **yes** in your root configuration file if you " +"want to load images stored on external locations, when using the " +"**files_external** app." +msgstr "" + +#: ../../files/gallery_app.rst:125 +msgid "" +"**native_svg**: Set to **yes** in your root configuration file to enable " +"rendering SVG images in your browser. This may represent a security risk if " +"you can't fully trust your SVG files." +msgstr "" + +#: ../../files/gallery_app.rst:128 +msgid "" +"**background_colour_toggle**: Set to **yes** in your root configuration file" +" to enable a button that toggles between black and white backgrounds on " +"transparent images." +msgstr "" + +#: ../../files/gallery_app.rst:132 +msgid "" +"External shares are 20-50 times slower than local shares. Be prepared to " +"wait a long time before being able to see all the images contained in a " +"shared album." +msgstr "" + +#: ../../files/gallery_app.rst:136 +msgid "**Album Configuration**" +msgstr "" + +#: ../../files/gallery_app.rst:138 +msgid "" +"Each album can be individually configured using the following configuration " +"sections. Use the **inherit** parameter to pass configurations on to sub-" +"albums." +msgstr "" + +#: ../../files/gallery_app.rst:142 +msgid "**Design**" +msgstr "" + +#: ../../files/gallery_app.rst:144 +msgid "" +"**background**: Defines the colour of the background of the photowall using " +"the RGB hexadecimal representation of that colour. For example: " +"**\"#ffa033\"**. You must use quotes around the value or it will be ignored." +" It is strongly recommended to use a custom theme, with a CSS loading " +"spinner if you intend to use this feature. You can use `this colour wheel " +"`_ to find a colour you like." +msgstr "" + +#: ../../files/gallery_app.rst:150 ../../files/gallery_app.rst:163 +#: ../../files/gallery_app.rst:175 +msgid "" +"**inherit**: Set to **yes** if you want sub-folders to inherit this part of " +"the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:153 +msgid "**Album Presentation**" +msgstr "" + +#: ../../files/gallery_app.rst:155 +msgid "" +"**description**: A markdown-formatted string which will be displayed in the " +"info box. It can spread over multiple lines using the Yaml markers." +msgstr "" + +#: ../../files/gallery_app.rst:157 +msgid "" +"**description_link**: A markdown file located within the album which will be" +" parsed and displayed in the info box instead of the description." +msgstr "" + +#: ../../files/gallery_app.rst:159 +msgid "" +"**copyright**: A markdown-formatted string. This supports links to external " +"resources." +msgstr "" + +#: ../../files/gallery_app.rst:161 +msgid "" +"**copyright_link**: Any file (e.g. copyright.html), in the album itself, " +"which will be downloaded when the user clicks on the link" +msgstr "" + +#: ../../files/gallery_app.rst:166 +msgid "See ``_ for the markdown syntax." +msgstr "" + +#: ../../files/gallery_app.rst:168 +msgid "" +"Do not add links to your `copyright` string if you use the " +"**copyright_link** variable." +msgstr "" + +#: ../../files/gallery_app.rst:171 +msgid "**Sorting**" +msgstr "" + +#: ../../files/gallery_app.rst:173 +msgid "**sorting**: **date** or **name**. **date** only works for files." +msgstr "" + +#: ../../files/gallery_app.rst:174 +msgid "**sort_order**: **asc** or **des** (Ascending or descending)." +msgstr "" + +#: ../../files/gallery_app.rst:179 +msgid "Notes" +msgstr "" + +#: ../../files/gallery_app.rst:181 +msgid "" +"When only the sort **type** variable has been set, the default sort order " +"will be used." +msgstr "" + +#: ../../files/gallery_app.rst:183 +msgid "" +"When only the sort **order** variable has been found, the sort configuration" +" will be ignored and the script will keep looking for a valid configuration " +"in upper folders." +msgstr "" + +#: ../../files/gallery_app.rst:186 +msgid "" +"To enable a feature such as native SVG in a public share, you need to create" +" in that folder a configuration file containing that feature." +msgstr "" + +#: ../../files/gallery_app.rst:188 +msgid "" +"If you share a folder publicly, don't forget to add all the files you link " +"to (e.g. ``description.md`` or ``copyright.md``) inside the shared folder as" +" the user won't have access to files stored in the parent folder." +msgstr "" + +#: ../../files/gallery_app.rst:191 +msgid "" +"Since people can download a whole folder as an archive, it's usually best to" +" include all files within a shared folder, rather than adding text directly " +"in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:196 +msgid "Examples" +msgstr "" + +#: ../../files/gallery_app.rst:198 +msgid "**Sorting Only**" +msgstr "" + +#: ../../files/gallery_app.rst:200 +msgid "Applies to the current folder only::" +msgstr "" + +#: ../../files/gallery_app.rst:207 +msgid "" +"Short description and link to copyright document, applies to the current " +"folder and all of its sub-folders. This also shows you the syntax you can " +"use to spread a description over multiple lines::" +msgstr "" + +#: ../../files/gallery_app.rst:220 +msgid "**Load Images From External Clouds**" +msgstr "" + +#: ../../files/gallery_app.rst:222 +msgid "Features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:224 ../../files/gallery_app.rst:234 +msgid "" +"You can add standard configuration items to the same configuration file::" +msgstr "" + +#: ../../files/gallery_app.rst:230 +msgid "**Enabling native SVG**" +msgstr "" + +#: ../../files/gallery_app.rst:232 +msgid "Special features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:241 +msgid "Possible future extensions" +msgstr "" + +#: ../../files/gallery_app.rst:243 +msgid "Different sorting parameters for albums." +msgstr "" From f6e3e2b605d9848ba81fcb00a6e066645dc85f76 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 18:56:19 +0000 Subject: [PATCH 23/29] Translate gallery_app.pot in sq 100% translated source file: 'gallery_app.pot' on 'sq'. --- .../sq/LC_MESSAGES/files/gallery_app.pot | 383 ++++++++++++++++++ 1 file changed, 383 insertions(+) create mode 100644 user_manual/locale/sq/LC_MESSAGES/files/gallery_app.pot diff --git a/user_manual/locale/sq/LC_MESSAGES/files/gallery_app.pot b/user_manual/locale/sq/LC_MESSAGES/files/gallery_app.pot new file mode 100644 index 000000000..2fb0ae0b2 --- /dev/null +++ b/user_manual/locale/sq/LC_MESSAGES/files/gallery_app.pot @@ -0,0 +1,383 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2020 Nextcloud GmbH +# This file is distributed under the same license as the Nextcloud latest User Manual package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Transifex Bot <>, 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Nextcloud latest User Manual latest\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-28 07:41+0000\n" +"PO-Revision-Date: 2023-07-26 13:24+0000\n" +"Last-Translator: Transifex Bot <>, 2023\n" +"Language-Team: Albanian (https://app.transifex.com/nextcloud/teams/64236/sq/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sq\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../../files/gallery_app.rst:3 +msgid "Gallery app" +msgstr "" + +#: ../../files/gallery_app.rst:5 +msgid "" +"The Pictures app has been rewritten and improved, and is now called the " +"Gallery app. It supports more image formats, sorting, zoom, and scrolling. " +"It also supports advanced customizations via a simple text file." +msgstr "" + +#: ../../files/gallery_app.rst:9 +msgid "" +"On your main Nextcloud Files page, click the little icon at the top right, " +"underneath your username, to open your Gallery. The Gallery app " +"automatically finds all images in your Nextcloud folders, and overlays the " +"thumbnails with the folder names. Click on the folder thumbnails to open the" +" folders. At the top left you have two sorting options, alphabetical and by " +"date." +msgstr "" + +#: ../../files/gallery_app.rst:18 +msgid "" +"After entering any folder, click on any image to open it in slideshow mode. " +"This has the following features: a download button at the top center, " +"forward and back buttons at the right and left sides, an automatic slideshow" +" button at the bottom right, and a close button at the top right." +msgstr "" + +#: ../../files/gallery_app.rst:27 +msgid "Custom configuration" +msgstr "" + +#: ../../files/gallery_app.rst:29 +msgid "" +"You may customize a Gallery album with a simple text file named " +"**gallery.cnf**, which contains parameters structured using the `Yaml " +"`_ markup language. You may have " +"multiple **gallery.cnf** files; you need one in your own root Nextcloud " +"folder (your Home folder) that defines global features, and then you may " +"have individual per-album **gallery.cnf** files if you want to define " +"different behaviors in different albums." +msgstr "" + +#: ../../files/gallery_app.rst:38 +msgid "Features" +msgstr "" + +#: ../../files/gallery_app.rst:40 +msgid "The following general features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:42 +msgid "Native SVG support." +msgstr "" + +#: ../../files/gallery_app.rst:43 +msgid "Access to external shares." +msgstr "" + +#: ../../files/gallery_app.rst:45 +msgid "The following album features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:47 +msgid "Adding a link to a file containing a description." +msgstr "" + +#: ../../files/gallery_app.rst:48 +msgid "" +"Typing a simple copyright statement directly in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:49 +msgid "Adding a link to a file containing a copyright statement." +msgstr "" + +#: ../../files/gallery_app.rst:50 +msgid "Defining a sort type and order." +msgstr "" + +#: ../../files/gallery_app.rst:51 +msgid "Defining the colour of the background." +msgstr "" + +#: ../../files/gallery_app.rst:52 +msgid "Defining if sub-albums will inherit the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:54 +msgid "The following slideshow features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:56 +msgid "" +"Showing a button which lets you pick which background, either black or " +"white, to use for the picture you are currently viewing (for images with " +"transparent backgrounds)." +msgstr "" + +#: ../../files/gallery_app.rst:61 +msgid "Setup" +msgstr "" + +#: ../../files/gallery_app.rst:63 +msgid "" +"The configuration file has to be named **gallery.cnf**. You may have " +"multiple per-album **gallery.cnf** files. To enable global features, place " +"one in your top-level folder, which is symbolised in the Web GUI by the home" +" icon. (This puts it in ``data//files/``.) See :ref:`an example below " +"` in the **Global features** section." +msgstr "" + +#: ../../files/gallery_app.rst:69 +msgid "" +"You need to refresh your browser after changing your configuration to see " +"your changes." +msgstr "" + +#: ../../files/gallery_app.rst:73 +msgid "Format" +msgstr "" + +#: ../../files/gallery_app.rst:75 +msgid "" +"UTF-8, **without BOM**. A file created from within the Nextcloud Web GUI " +"works." +msgstr "" + +#: ../../files/gallery_app.rst:78 +msgid "Structure" +msgstr "" + +#: ../../files/gallery_app.rst:80 +msgid "" +"You should include a comment in the file, so that people stumbling upon the " +"file know what it's for. Comments start with #." +msgstr "" + +#: ../../files/gallery_app.rst:83 +msgid "Spacing is created using 2 spaces. **Do not use tabs.**" +msgstr "" + +#: ../../files/gallery_app.rst:85 +msgid "" +"Take a look at the `YAML Format documentation " +"`_ if you " +"are getting error messages." +msgstr "" + +#: ../../files/gallery_app.rst:89 +msgid "Here is an example `gallery.cnf`::" +msgstr "" + +#: ../../files/gallery_app.rst:116 +msgid "Supported variables" +msgstr "" + +#: ../../files/gallery_app.rst:118 +msgid "**Global Features**" +msgstr "" + +#: ../../files/gallery_app.rst:120 +msgid "Place this in your root Nextcloud folder, which is your Home folder." +msgstr "" + +#: ../../files/gallery_app.rst:122 +msgid "" +"**external_shares**: Set to **yes** in your root configuration file if you " +"want to load images stored on external locations, when using the " +"**files_external** app." +msgstr "" + +#: ../../files/gallery_app.rst:125 +msgid "" +"**native_svg**: Set to **yes** in your root configuration file to enable " +"rendering SVG images in your browser. This may represent a security risk if " +"you can't fully trust your SVG files." +msgstr "" + +#: ../../files/gallery_app.rst:128 +msgid "" +"**background_colour_toggle**: Set to **yes** in your root configuration file" +" to enable a button that toggles between black and white backgrounds on " +"transparent images." +msgstr "" + +#: ../../files/gallery_app.rst:132 +msgid "" +"External shares are 20-50 times slower than local shares. Be prepared to " +"wait a long time before being able to see all the images contained in a " +"shared album." +msgstr "" + +#: ../../files/gallery_app.rst:136 +msgid "**Album Configuration**" +msgstr "" + +#: ../../files/gallery_app.rst:138 +msgid "" +"Each album can be individually configured using the following configuration " +"sections. Use the **inherit** parameter to pass configurations on to sub-" +"albums." +msgstr "" + +#: ../../files/gallery_app.rst:142 +msgid "**Design**" +msgstr "" + +#: ../../files/gallery_app.rst:144 +msgid "" +"**background**: Defines the colour of the background of the photowall using " +"the RGB hexadecimal representation of that colour. For example: " +"**\"#ffa033\"**. You must use quotes around the value or it will be ignored." +" It is strongly recommended to use a custom theme, with a CSS loading " +"spinner if you intend to use this feature. You can use `this colour wheel " +"`_ to find a colour you like." +msgstr "" + +#: ../../files/gallery_app.rst:150 ../../files/gallery_app.rst:163 +#: ../../files/gallery_app.rst:175 +msgid "" +"**inherit**: Set to **yes** if you want sub-folders to inherit this part of " +"the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:153 +msgid "**Album Presentation**" +msgstr "" + +#: ../../files/gallery_app.rst:155 +msgid "" +"**description**: A markdown-formatted string which will be displayed in the " +"info box. It can spread over multiple lines using the Yaml markers." +msgstr "" + +#: ../../files/gallery_app.rst:157 +msgid "" +"**description_link**: A markdown file located within the album which will be" +" parsed and displayed in the info box instead of the description." +msgstr "" + +#: ../../files/gallery_app.rst:159 +msgid "" +"**copyright**: A markdown-formatted string. This supports links to external " +"resources." +msgstr "" + +#: ../../files/gallery_app.rst:161 +msgid "" +"**copyright_link**: Any file (e.g. copyright.html), in the album itself, " +"which will be downloaded when the user clicks on the link" +msgstr "" + +#: ../../files/gallery_app.rst:166 +msgid "See ``_ for the markdown syntax." +msgstr "" + +#: ../../files/gallery_app.rst:168 +msgid "" +"Do not add links to your `copyright` string if you use the " +"**copyright_link** variable." +msgstr "" + +#: ../../files/gallery_app.rst:171 +msgid "**Sorting**" +msgstr "" + +#: ../../files/gallery_app.rst:173 +msgid "**sorting**: **date** or **name**. **date** only works for files." +msgstr "" + +#: ../../files/gallery_app.rst:174 +msgid "**sort_order**: **asc** or **des** (Ascending or descending)." +msgstr "" + +#: ../../files/gallery_app.rst:179 +msgid "Notes" +msgstr "" + +#: ../../files/gallery_app.rst:181 +msgid "" +"When only the sort **type** variable has been set, the default sort order " +"will be used." +msgstr "" + +#: ../../files/gallery_app.rst:183 +msgid "" +"When only the sort **order** variable has been found, the sort configuration" +" will be ignored and the script will keep looking for a valid configuration " +"in upper folders." +msgstr "" + +#: ../../files/gallery_app.rst:186 +msgid "" +"To enable a feature such as native SVG in a public share, you need to create" +" in that folder a configuration file containing that feature." +msgstr "" + +#: ../../files/gallery_app.rst:188 +msgid "" +"If you share a folder publicly, don't forget to add all the files you link " +"to (e.g. ``description.md`` or ``copyright.md``) inside the shared folder as" +" the user won't have access to files stored in the parent folder." +msgstr "" + +#: ../../files/gallery_app.rst:191 +msgid "" +"Since people can download a whole folder as an archive, it's usually best to" +" include all files within a shared folder, rather than adding text directly " +"in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:196 +msgid "Examples" +msgstr "" + +#: ../../files/gallery_app.rst:198 +msgid "**Sorting Only**" +msgstr "" + +#: ../../files/gallery_app.rst:200 +msgid "Applies to the current folder only::" +msgstr "" + +#: ../../files/gallery_app.rst:207 +msgid "" +"Short description and link to copyright document, applies to the current " +"folder and all of its sub-folders. This also shows you the syntax you can " +"use to spread a description over multiple lines::" +msgstr "" + +#: ../../files/gallery_app.rst:220 +msgid "**Load Images From External Clouds**" +msgstr "" + +#: ../../files/gallery_app.rst:222 +msgid "Features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:224 ../../files/gallery_app.rst:234 +msgid "" +"You can add standard configuration items to the same configuration file::" +msgstr "" + +#: ../../files/gallery_app.rst:230 +msgid "**Enabling native SVG**" +msgstr "" + +#: ../../files/gallery_app.rst:232 +msgid "Special features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:241 +msgid "Possible future extensions" +msgstr "" + +#: ../../files/gallery_app.rst:243 +msgid "Different sorting parameters for albums." +msgstr "" From 8dcfd0a35754703255b7629b466a2d95a26de82b Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 18:56:33 +0000 Subject: [PATCH 24/29] Translate gallery_app.pot in hu_HU 100% translated source file: 'gallery_app.pot' on 'hu_HU'. --- .../hu_HU/LC_MESSAGES/files/gallery_app.pot | 383 ++++++++++++++++++ 1 file changed, 383 insertions(+) create mode 100644 user_manual/locale/hu_HU/LC_MESSAGES/files/gallery_app.pot diff --git a/user_manual/locale/hu_HU/LC_MESSAGES/files/gallery_app.pot b/user_manual/locale/hu_HU/LC_MESSAGES/files/gallery_app.pot new file mode 100644 index 000000000..03aee68f5 --- /dev/null +++ b/user_manual/locale/hu_HU/LC_MESSAGES/files/gallery_app.pot @@ -0,0 +1,383 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2020 Nextcloud GmbH +# This file is distributed under the same license as the Nextcloud latest User Manual package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Transifex Bot <>, 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Nextcloud latest User Manual latest\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-28 07:41+0000\n" +"PO-Revision-Date: 2023-07-26 13:24+0000\n" +"Last-Translator: Transifex Bot <>, 2023\n" +"Language-Team: Hungarian (Hungary) (https://app.transifex.com/nextcloud/teams/64236/hu_HU/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hu_HU\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../../files/gallery_app.rst:3 +msgid "Gallery app" +msgstr "" + +#: ../../files/gallery_app.rst:5 +msgid "" +"The Pictures app has been rewritten and improved, and is now called the " +"Gallery app. It supports more image formats, sorting, zoom, and scrolling. " +"It also supports advanced customizations via a simple text file." +msgstr "" + +#: ../../files/gallery_app.rst:9 +msgid "" +"On your main Nextcloud Files page, click the little icon at the top right, " +"underneath your username, to open your Gallery. The Gallery app " +"automatically finds all images in your Nextcloud folders, and overlays the " +"thumbnails with the folder names. Click on the folder thumbnails to open the" +" folders. At the top left you have two sorting options, alphabetical and by " +"date." +msgstr "" + +#: ../../files/gallery_app.rst:18 +msgid "" +"After entering any folder, click on any image to open it in slideshow mode. " +"This has the following features: a download button at the top center, " +"forward and back buttons at the right and left sides, an automatic slideshow" +" button at the bottom right, and a close button at the top right." +msgstr "" + +#: ../../files/gallery_app.rst:27 +msgid "Custom configuration" +msgstr "" + +#: ../../files/gallery_app.rst:29 +msgid "" +"You may customize a Gallery album with a simple text file named " +"**gallery.cnf**, which contains parameters structured using the `Yaml " +"`_ markup language. You may have " +"multiple **gallery.cnf** files; you need one in your own root Nextcloud " +"folder (your Home folder) that defines global features, and then you may " +"have individual per-album **gallery.cnf** files if you want to define " +"different behaviors in different albums." +msgstr "" + +#: ../../files/gallery_app.rst:38 +msgid "Features" +msgstr "" + +#: ../../files/gallery_app.rst:40 +msgid "The following general features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:42 +msgid "Native SVG support." +msgstr "" + +#: ../../files/gallery_app.rst:43 +msgid "Access to external shares." +msgstr "" + +#: ../../files/gallery_app.rst:45 +msgid "The following album features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:47 +msgid "Adding a link to a file containing a description." +msgstr "" + +#: ../../files/gallery_app.rst:48 +msgid "" +"Typing a simple copyright statement directly in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:49 +msgid "Adding a link to a file containing a copyright statement." +msgstr "" + +#: ../../files/gallery_app.rst:50 +msgid "Defining a sort type and order." +msgstr "" + +#: ../../files/gallery_app.rst:51 +msgid "Defining the colour of the background." +msgstr "" + +#: ../../files/gallery_app.rst:52 +msgid "Defining if sub-albums will inherit the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:54 +msgid "The following slideshow features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:56 +msgid "" +"Showing a button which lets you pick which background, either black or " +"white, to use for the picture you are currently viewing (for images with " +"transparent backgrounds)." +msgstr "" + +#: ../../files/gallery_app.rst:61 +msgid "Setup" +msgstr "" + +#: ../../files/gallery_app.rst:63 +msgid "" +"The configuration file has to be named **gallery.cnf**. You may have " +"multiple per-album **gallery.cnf** files. To enable global features, place " +"one in your top-level folder, which is symbolised in the Web GUI by the home" +" icon. (This puts it in ``data//files/``.) See :ref:`an example below " +"` in the **Global features** section." +msgstr "" + +#: ../../files/gallery_app.rst:69 +msgid "" +"You need to refresh your browser after changing your configuration to see " +"your changes." +msgstr "" + +#: ../../files/gallery_app.rst:73 +msgid "Format" +msgstr "" + +#: ../../files/gallery_app.rst:75 +msgid "" +"UTF-8, **without BOM**. A file created from within the Nextcloud Web GUI " +"works." +msgstr "" + +#: ../../files/gallery_app.rst:78 +msgid "Structure" +msgstr "" + +#: ../../files/gallery_app.rst:80 +msgid "" +"You should include a comment in the file, so that people stumbling upon the " +"file know what it's for. Comments start with #." +msgstr "" + +#: ../../files/gallery_app.rst:83 +msgid "Spacing is created using 2 spaces. **Do not use tabs.**" +msgstr "" + +#: ../../files/gallery_app.rst:85 +msgid "" +"Take a look at the `YAML Format documentation " +"`_ if you " +"are getting error messages." +msgstr "" + +#: ../../files/gallery_app.rst:89 +msgid "Here is an example `gallery.cnf`::" +msgstr "" + +#: ../../files/gallery_app.rst:116 +msgid "Supported variables" +msgstr "" + +#: ../../files/gallery_app.rst:118 +msgid "**Global Features**" +msgstr "" + +#: ../../files/gallery_app.rst:120 +msgid "Place this in your root Nextcloud folder, which is your Home folder." +msgstr "" + +#: ../../files/gallery_app.rst:122 +msgid "" +"**external_shares**: Set to **yes** in your root configuration file if you " +"want to load images stored on external locations, when using the " +"**files_external** app." +msgstr "" + +#: ../../files/gallery_app.rst:125 +msgid "" +"**native_svg**: Set to **yes** in your root configuration file to enable " +"rendering SVG images in your browser. This may represent a security risk if " +"you can't fully trust your SVG files." +msgstr "" + +#: ../../files/gallery_app.rst:128 +msgid "" +"**background_colour_toggle**: Set to **yes** in your root configuration file" +" to enable a button that toggles between black and white backgrounds on " +"transparent images." +msgstr "" + +#: ../../files/gallery_app.rst:132 +msgid "" +"External shares are 20-50 times slower than local shares. Be prepared to " +"wait a long time before being able to see all the images contained in a " +"shared album." +msgstr "" + +#: ../../files/gallery_app.rst:136 +msgid "**Album Configuration**" +msgstr "" + +#: ../../files/gallery_app.rst:138 +msgid "" +"Each album can be individually configured using the following configuration " +"sections. Use the **inherit** parameter to pass configurations on to sub-" +"albums." +msgstr "" + +#: ../../files/gallery_app.rst:142 +msgid "**Design**" +msgstr "" + +#: ../../files/gallery_app.rst:144 +msgid "" +"**background**: Defines the colour of the background of the photowall using " +"the RGB hexadecimal representation of that colour. For example: " +"**\"#ffa033\"**. You must use quotes around the value or it will be ignored." +" It is strongly recommended to use a custom theme, with a CSS loading " +"spinner if you intend to use this feature. You can use `this colour wheel " +"`_ to find a colour you like." +msgstr "" + +#: ../../files/gallery_app.rst:150 ../../files/gallery_app.rst:163 +#: ../../files/gallery_app.rst:175 +msgid "" +"**inherit**: Set to **yes** if you want sub-folders to inherit this part of " +"the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:153 +msgid "**Album Presentation**" +msgstr "" + +#: ../../files/gallery_app.rst:155 +msgid "" +"**description**: A markdown-formatted string which will be displayed in the " +"info box. It can spread over multiple lines using the Yaml markers." +msgstr "" + +#: ../../files/gallery_app.rst:157 +msgid "" +"**description_link**: A markdown file located within the album which will be" +" parsed and displayed in the info box instead of the description." +msgstr "" + +#: ../../files/gallery_app.rst:159 +msgid "" +"**copyright**: A markdown-formatted string. This supports links to external " +"resources." +msgstr "" + +#: ../../files/gallery_app.rst:161 +msgid "" +"**copyright_link**: Any file (e.g. copyright.html), in the album itself, " +"which will be downloaded when the user clicks on the link" +msgstr "" + +#: ../../files/gallery_app.rst:166 +msgid "See ``_ for the markdown syntax." +msgstr "" + +#: ../../files/gallery_app.rst:168 +msgid "" +"Do not add links to your `copyright` string if you use the " +"**copyright_link** variable." +msgstr "" + +#: ../../files/gallery_app.rst:171 +msgid "**Sorting**" +msgstr "" + +#: ../../files/gallery_app.rst:173 +msgid "**sorting**: **date** or **name**. **date** only works for files." +msgstr "" + +#: ../../files/gallery_app.rst:174 +msgid "**sort_order**: **asc** or **des** (Ascending or descending)." +msgstr "" + +#: ../../files/gallery_app.rst:179 +msgid "Notes" +msgstr "" + +#: ../../files/gallery_app.rst:181 +msgid "" +"When only the sort **type** variable has been set, the default sort order " +"will be used." +msgstr "" + +#: ../../files/gallery_app.rst:183 +msgid "" +"When only the sort **order** variable has been found, the sort configuration" +" will be ignored and the script will keep looking for a valid configuration " +"in upper folders." +msgstr "" + +#: ../../files/gallery_app.rst:186 +msgid "" +"To enable a feature such as native SVG in a public share, you need to create" +" in that folder a configuration file containing that feature." +msgstr "" + +#: ../../files/gallery_app.rst:188 +msgid "" +"If you share a folder publicly, don't forget to add all the files you link " +"to (e.g. ``description.md`` or ``copyright.md``) inside the shared folder as" +" the user won't have access to files stored in the parent folder." +msgstr "" + +#: ../../files/gallery_app.rst:191 +msgid "" +"Since people can download a whole folder as an archive, it's usually best to" +" include all files within a shared folder, rather than adding text directly " +"in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:196 +msgid "Examples" +msgstr "" + +#: ../../files/gallery_app.rst:198 +msgid "**Sorting Only**" +msgstr "" + +#: ../../files/gallery_app.rst:200 +msgid "Applies to the current folder only::" +msgstr "" + +#: ../../files/gallery_app.rst:207 +msgid "" +"Short description and link to copyright document, applies to the current " +"folder and all of its sub-folders. This also shows you the syntax you can " +"use to spread a description over multiple lines::" +msgstr "" + +#: ../../files/gallery_app.rst:220 +msgid "**Load Images From External Clouds**" +msgstr "" + +#: ../../files/gallery_app.rst:222 +msgid "Features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:224 ../../files/gallery_app.rst:234 +msgid "" +"You can add standard configuration items to the same configuration file::" +msgstr "" + +#: ../../files/gallery_app.rst:230 +msgid "**Enabling native SVG**" +msgstr "" + +#: ../../files/gallery_app.rst:232 +msgid "Special features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:241 +msgid "Possible future extensions" +msgstr "" + +#: ../../files/gallery_app.rst:243 +msgid "Different sorting parameters for albums." +msgstr "" From 18c7761a45fa9116955533a55da650085e48d7e9 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 18:56:45 +0000 Subject: [PATCH 25/29] Translate gallery_app.pot in uk 100% translated source file: 'gallery_app.pot' on 'uk'. --- .../uk/LC_MESSAGES/files/gallery_app.pot | 383 ++++++++++++++++++ 1 file changed, 383 insertions(+) create mode 100644 user_manual/locale/uk/LC_MESSAGES/files/gallery_app.pot diff --git a/user_manual/locale/uk/LC_MESSAGES/files/gallery_app.pot b/user_manual/locale/uk/LC_MESSAGES/files/gallery_app.pot new file mode 100644 index 000000000..d74472b6d --- /dev/null +++ b/user_manual/locale/uk/LC_MESSAGES/files/gallery_app.pot @@ -0,0 +1,383 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2020 Nextcloud GmbH +# This file is distributed under the same license as the Nextcloud latest User Manual package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Transifex Bot <>, 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Nextcloud latest User Manual latest\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-28 07:41+0000\n" +"PO-Revision-Date: 2023-07-26 13:24+0000\n" +"Last-Translator: Transifex Bot <>, 2023\n" +"Language-Team: Ukrainian (https://app.transifex.com/nextcloud/teams/64236/uk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: uk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" + +#: ../../files/gallery_app.rst:3 +msgid "Gallery app" +msgstr "" + +#: ../../files/gallery_app.rst:5 +msgid "" +"The Pictures app has been rewritten and improved, and is now called the " +"Gallery app. It supports more image formats, sorting, zoom, and scrolling. " +"It also supports advanced customizations via a simple text file." +msgstr "" + +#: ../../files/gallery_app.rst:9 +msgid "" +"On your main Nextcloud Files page, click the little icon at the top right, " +"underneath your username, to open your Gallery. The Gallery app " +"automatically finds all images in your Nextcloud folders, and overlays the " +"thumbnails with the folder names. Click on the folder thumbnails to open the" +" folders. At the top left you have two sorting options, alphabetical and by " +"date." +msgstr "" + +#: ../../files/gallery_app.rst:18 +msgid "" +"After entering any folder, click on any image to open it in slideshow mode. " +"This has the following features: a download button at the top center, " +"forward and back buttons at the right and left sides, an automatic slideshow" +" button at the bottom right, and a close button at the top right." +msgstr "" + +#: ../../files/gallery_app.rst:27 +msgid "Custom configuration" +msgstr "" + +#: ../../files/gallery_app.rst:29 +msgid "" +"You may customize a Gallery album with a simple text file named " +"**gallery.cnf**, which contains parameters structured using the `Yaml " +"`_ markup language. You may have " +"multiple **gallery.cnf** files; you need one in your own root Nextcloud " +"folder (your Home folder) that defines global features, and then you may " +"have individual per-album **gallery.cnf** files if you want to define " +"different behaviors in different albums." +msgstr "" + +#: ../../files/gallery_app.rst:38 +msgid "Features" +msgstr "" + +#: ../../files/gallery_app.rst:40 +msgid "The following general features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:42 +msgid "Native SVG support." +msgstr "" + +#: ../../files/gallery_app.rst:43 +msgid "Access to external shares." +msgstr "" + +#: ../../files/gallery_app.rst:45 +msgid "The following album features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:47 +msgid "Adding a link to a file containing a description." +msgstr "" + +#: ../../files/gallery_app.rst:48 +msgid "" +"Typing a simple copyright statement directly in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:49 +msgid "Adding a link to a file containing a copyright statement." +msgstr "" + +#: ../../files/gallery_app.rst:50 +msgid "Defining a sort type and order." +msgstr "" + +#: ../../files/gallery_app.rst:51 +msgid "Defining the colour of the background." +msgstr "" + +#: ../../files/gallery_app.rst:52 +msgid "Defining if sub-albums will inherit the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:54 +msgid "The following slideshow features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:56 +msgid "" +"Showing a button which lets you pick which background, either black or " +"white, to use for the picture you are currently viewing (for images with " +"transparent backgrounds)." +msgstr "" + +#: ../../files/gallery_app.rst:61 +msgid "Setup" +msgstr "" + +#: ../../files/gallery_app.rst:63 +msgid "" +"The configuration file has to be named **gallery.cnf**. You may have " +"multiple per-album **gallery.cnf** files. To enable global features, place " +"one in your top-level folder, which is symbolised in the Web GUI by the home" +" icon. (This puts it in ``data//files/``.) See :ref:`an example below " +"` in the **Global features** section." +msgstr "" + +#: ../../files/gallery_app.rst:69 +msgid "" +"You need to refresh your browser after changing your configuration to see " +"your changes." +msgstr "" + +#: ../../files/gallery_app.rst:73 +msgid "Format" +msgstr "" + +#: ../../files/gallery_app.rst:75 +msgid "" +"UTF-8, **without BOM**. A file created from within the Nextcloud Web GUI " +"works." +msgstr "" + +#: ../../files/gallery_app.rst:78 +msgid "Structure" +msgstr "" + +#: ../../files/gallery_app.rst:80 +msgid "" +"You should include a comment in the file, so that people stumbling upon the " +"file know what it's for. Comments start with #." +msgstr "" + +#: ../../files/gallery_app.rst:83 +msgid "Spacing is created using 2 spaces. **Do not use tabs.**" +msgstr "" + +#: ../../files/gallery_app.rst:85 +msgid "" +"Take a look at the `YAML Format documentation " +"`_ if you " +"are getting error messages." +msgstr "" + +#: ../../files/gallery_app.rst:89 +msgid "Here is an example `gallery.cnf`::" +msgstr "" + +#: ../../files/gallery_app.rst:116 +msgid "Supported variables" +msgstr "" + +#: ../../files/gallery_app.rst:118 +msgid "**Global Features**" +msgstr "" + +#: ../../files/gallery_app.rst:120 +msgid "Place this in your root Nextcloud folder, which is your Home folder." +msgstr "" + +#: ../../files/gallery_app.rst:122 +msgid "" +"**external_shares**: Set to **yes** in your root configuration file if you " +"want to load images stored on external locations, when using the " +"**files_external** app." +msgstr "" + +#: ../../files/gallery_app.rst:125 +msgid "" +"**native_svg**: Set to **yes** in your root configuration file to enable " +"rendering SVG images in your browser. This may represent a security risk if " +"you can't fully trust your SVG files." +msgstr "" + +#: ../../files/gallery_app.rst:128 +msgid "" +"**background_colour_toggle**: Set to **yes** in your root configuration file" +" to enable a button that toggles between black and white backgrounds on " +"transparent images." +msgstr "" + +#: ../../files/gallery_app.rst:132 +msgid "" +"External shares are 20-50 times slower than local shares. Be prepared to " +"wait a long time before being able to see all the images contained in a " +"shared album." +msgstr "" + +#: ../../files/gallery_app.rst:136 +msgid "**Album Configuration**" +msgstr "" + +#: ../../files/gallery_app.rst:138 +msgid "" +"Each album can be individually configured using the following configuration " +"sections. Use the **inherit** parameter to pass configurations on to sub-" +"albums." +msgstr "" + +#: ../../files/gallery_app.rst:142 +msgid "**Design**" +msgstr "" + +#: ../../files/gallery_app.rst:144 +msgid "" +"**background**: Defines the colour of the background of the photowall using " +"the RGB hexadecimal representation of that colour. For example: " +"**\"#ffa033\"**. You must use quotes around the value or it will be ignored." +" It is strongly recommended to use a custom theme, with a CSS loading " +"spinner if you intend to use this feature. You can use `this colour wheel " +"`_ to find a colour you like." +msgstr "" + +#: ../../files/gallery_app.rst:150 ../../files/gallery_app.rst:163 +#: ../../files/gallery_app.rst:175 +msgid "" +"**inherit**: Set to **yes** if you want sub-folders to inherit this part of " +"the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:153 +msgid "**Album Presentation**" +msgstr "" + +#: ../../files/gallery_app.rst:155 +msgid "" +"**description**: A markdown-formatted string which will be displayed in the " +"info box. It can spread over multiple lines using the Yaml markers." +msgstr "" + +#: ../../files/gallery_app.rst:157 +msgid "" +"**description_link**: A markdown file located within the album which will be" +" parsed and displayed in the info box instead of the description." +msgstr "" + +#: ../../files/gallery_app.rst:159 +msgid "" +"**copyright**: A markdown-formatted string. This supports links to external " +"resources." +msgstr "" + +#: ../../files/gallery_app.rst:161 +msgid "" +"**copyright_link**: Any file (e.g. copyright.html), in the album itself, " +"which will be downloaded when the user clicks on the link" +msgstr "" + +#: ../../files/gallery_app.rst:166 +msgid "See ``_ for the markdown syntax." +msgstr "" + +#: ../../files/gallery_app.rst:168 +msgid "" +"Do not add links to your `copyright` string if you use the " +"**copyright_link** variable." +msgstr "" + +#: ../../files/gallery_app.rst:171 +msgid "**Sorting**" +msgstr "" + +#: ../../files/gallery_app.rst:173 +msgid "**sorting**: **date** or **name**. **date** only works for files." +msgstr "" + +#: ../../files/gallery_app.rst:174 +msgid "**sort_order**: **asc** or **des** (Ascending or descending)." +msgstr "" + +#: ../../files/gallery_app.rst:179 +msgid "Notes" +msgstr "" + +#: ../../files/gallery_app.rst:181 +msgid "" +"When only the sort **type** variable has been set, the default sort order " +"will be used." +msgstr "" + +#: ../../files/gallery_app.rst:183 +msgid "" +"When only the sort **order** variable has been found, the sort configuration" +" will be ignored and the script will keep looking for a valid configuration " +"in upper folders." +msgstr "" + +#: ../../files/gallery_app.rst:186 +msgid "" +"To enable a feature such as native SVG in a public share, you need to create" +" in that folder a configuration file containing that feature." +msgstr "" + +#: ../../files/gallery_app.rst:188 +msgid "" +"If you share a folder publicly, don't forget to add all the files you link " +"to (e.g. ``description.md`` or ``copyright.md``) inside the shared folder as" +" the user won't have access to files stored in the parent folder." +msgstr "" + +#: ../../files/gallery_app.rst:191 +msgid "" +"Since people can download a whole folder as an archive, it's usually best to" +" include all files within a shared folder, rather than adding text directly " +"in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:196 +msgid "Examples" +msgstr "" + +#: ../../files/gallery_app.rst:198 +msgid "**Sorting Only**" +msgstr "" + +#: ../../files/gallery_app.rst:200 +msgid "Applies to the current folder only::" +msgstr "" + +#: ../../files/gallery_app.rst:207 +msgid "" +"Short description and link to copyright document, applies to the current " +"folder and all of its sub-folders. This also shows you the syntax you can " +"use to spread a description over multiple lines::" +msgstr "" + +#: ../../files/gallery_app.rst:220 +msgid "**Load Images From External Clouds**" +msgstr "" + +#: ../../files/gallery_app.rst:222 +msgid "Features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:224 ../../files/gallery_app.rst:234 +msgid "" +"You can add standard configuration items to the same configuration file::" +msgstr "" + +#: ../../files/gallery_app.rst:230 +msgid "**Enabling native SVG**" +msgstr "" + +#: ../../files/gallery_app.rst:232 +msgid "Special features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:241 +msgid "Possible future extensions" +msgstr "" + +#: ../../files/gallery_app.rst:243 +msgid "Different sorting parameters for albums." +msgstr "" From 4e9e43b18f5ca7272c6339f6e4cd62746417d0fa Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 18:56:57 +0000 Subject: [PATCH 26/29] Translate gallery_app.pot in ro 100% translated source file: 'gallery_app.pot' on 'ro'. --- .../ro/LC_MESSAGES/files/gallery_app.pot | 383 ++++++++++++++++++ 1 file changed, 383 insertions(+) create mode 100644 user_manual/locale/ro/LC_MESSAGES/files/gallery_app.pot diff --git a/user_manual/locale/ro/LC_MESSAGES/files/gallery_app.pot b/user_manual/locale/ro/LC_MESSAGES/files/gallery_app.pot new file mode 100644 index 000000000..26d6149a3 --- /dev/null +++ b/user_manual/locale/ro/LC_MESSAGES/files/gallery_app.pot @@ -0,0 +1,383 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2020 Nextcloud GmbH +# This file is distributed under the same license as the Nextcloud latest User Manual package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Transifex Bot <>, 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Nextcloud latest User Manual latest\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-28 07:41+0000\n" +"PO-Revision-Date: 2023-07-26 13:24+0000\n" +"Last-Translator: Transifex Bot <>, 2023\n" +"Language-Team: Romanian (https://app.transifex.com/nextcloud/teams/64236/ro/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ro\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" + +#: ../../files/gallery_app.rst:3 +msgid "Gallery app" +msgstr "" + +#: ../../files/gallery_app.rst:5 +msgid "" +"The Pictures app has been rewritten and improved, and is now called the " +"Gallery app. It supports more image formats, sorting, zoom, and scrolling. " +"It also supports advanced customizations via a simple text file." +msgstr "" + +#: ../../files/gallery_app.rst:9 +msgid "" +"On your main Nextcloud Files page, click the little icon at the top right, " +"underneath your username, to open your Gallery. The Gallery app " +"automatically finds all images in your Nextcloud folders, and overlays the " +"thumbnails with the folder names. Click on the folder thumbnails to open the" +" folders. At the top left you have two sorting options, alphabetical and by " +"date." +msgstr "" + +#: ../../files/gallery_app.rst:18 +msgid "" +"After entering any folder, click on any image to open it in slideshow mode. " +"This has the following features: a download button at the top center, " +"forward and back buttons at the right and left sides, an automatic slideshow" +" button at the bottom right, and a close button at the top right." +msgstr "" + +#: ../../files/gallery_app.rst:27 +msgid "Custom configuration" +msgstr "" + +#: ../../files/gallery_app.rst:29 +msgid "" +"You may customize a Gallery album with a simple text file named " +"**gallery.cnf**, which contains parameters structured using the `Yaml " +"`_ markup language. You may have " +"multiple **gallery.cnf** files; you need one in your own root Nextcloud " +"folder (your Home folder) that defines global features, and then you may " +"have individual per-album **gallery.cnf** files if you want to define " +"different behaviors in different albums." +msgstr "" + +#: ../../files/gallery_app.rst:38 +msgid "Features" +msgstr "" + +#: ../../files/gallery_app.rst:40 +msgid "The following general features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:42 +msgid "Native SVG support." +msgstr "" + +#: ../../files/gallery_app.rst:43 +msgid "Access to external shares." +msgstr "" + +#: ../../files/gallery_app.rst:45 +msgid "The following album features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:47 +msgid "Adding a link to a file containing a description." +msgstr "" + +#: ../../files/gallery_app.rst:48 +msgid "" +"Typing a simple copyright statement directly in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:49 +msgid "Adding a link to a file containing a copyright statement." +msgstr "" + +#: ../../files/gallery_app.rst:50 +msgid "Defining a sort type and order." +msgstr "" + +#: ../../files/gallery_app.rst:51 +msgid "Defining the colour of the background." +msgstr "" + +#: ../../files/gallery_app.rst:52 +msgid "Defining if sub-albums will inherit the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:54 +msgid "The following slideshow features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:56 +msgid "" +"Showing a button which lets you pick which background, either black or " +"white, to use for the picture you are currently viewing (for images with " +"transparent backgrounds)." +msgstr "" + +#: ../../files/gallery_app.rst:61 +msgid "Setup" +msgstr "" + +#: ../../files/gallery_app.rst:63 +msgid "" +"The configuration file has to be named **gallery.cnf**. You may have " +"multiple per-album **gallery.cnf** files. To enable global features, place " +"one in your top-level folder, which is symbolised in the Web GUI by the home" +" icon. (This puts it in ``data//files/``.) See :ref:`an example below " +"` in the **Global features** section." +msgstr "" + +#: ../../files/gallery_app.rst:69 +msgid "" +"You need to refresh your browser after changing your configuration to see " +"your changes." +msgstr "" + +#: ../../files/gallery_app.rst:73 +msgid "Format" +msgstr "" + +#: ../../files/gallery_app.rst:75 +msgid "" +"UTF-8, **without BOM**. A file created from within the Nextcloud Web GUI " +"works." +msgstr "" + +#: ../../files/gallery_app.rst:78 +msgid "Structure" +msgstr "" + +#: ../../files/gallery_app.rst:80 +msgid "" +"You should include a comment in the file, so that people stumbling upon the " +"file know what it's for. Comments start with #." +msgstr "" + +#: ../../files/gallery_app.rst:83 +msgid "Spacing is created using 2 spaces. **Do not use tabs.**" +msgstr "" + +#: ../../files/gallery_app.rst:85 +msgid "" +"Take a look at the `YAML Format documentation " +"`_ if you " +"are getting error messages." +msgstr "" + +#: ../../files/gallery_app.rst:89 +msgid "Here is an example `gallery.cnf`::" +msgstr "" + +#: ../../files/gallery_app.rst:116 +msgid "Supported variables" +msgstr "" + +#: ../../files/gallery_app.rst:118 +msgid "**Global Features**" +msgstr "" + +#: ../../files/gallery_app.rst:120 +msgid "Place this in your root Nextcloud folder, which is your Home folder." +msgstr "" + +#: ../../files/gallery_app.rst:122 +msgid "" +"**external_shares**: Set to **yes** in your root configuration file if you " +"want to load images stored on external locations, when using the " +"**files_external** app." +msgstr "" + +#: ../../files/gallery_app.rst:125 +msgid "" +"**native_svg**: Set to **yes** in your root configuration file to enable " +"rendering SVG images in your browser. This may represent a security risk if " +"you can't fully trust your SVG files." +msgstr "" + +#: ../../files/gallery_app.rst:128 +msgid "" +"**background_colour_toggle**: Set to **yes** in your root configuration file" +" to enable a button that toggles between black and white backgrounds on " +"transparent images." +msgstr "" + +#: ../../files/gallery_app.rst:132 +msgid "" +"External shares are 20-50 times slower than local shares. Be prepared to " +"wait a long time before being able to see all the images contained in a " +"shared album." +msgstr "" + +#: ../../files/gallery_app.rst:136 +msgid "**Album Configuration**" +msgstr "" + +#: ../../files/gallery_app.rst:138 +msgid "" +"Each album can be individually configured using the following configuration " +"sections. Use the **inherit** parameter to pass configurations on to sub-" +"albums." +msgstr "" + +#: ../../files/gallery_app.rst:142 +msgid "**Design**" +msgstr "" + +#: ../../files/gallery_app.rst:144 +msgid "" +"**background**: Defines the colour of the background of the photowall using " +"the RGB hexadecimal representation of that colour. For example: " +"**\"#ffa033\"**. You must use quotes around the value or it will be ignored." +" It is strongly recommended to use a custom theme, with a CSS loading " +"spinner if you intend to use this feature. You can use `this colour wheel " +"`_ to find a colour you like." +msgstr "" + +#: ../../files/gallery_app.rst:150 ../../files/gallery_app.rst:163 +#: ../../files/gallery_app.rst:175 +msgid "" +"**inherit**: Set to **yes** if you want sub-folders to inherit this part of " +"the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:153 +msgid "**Album Presentation**" +msgstr "" + +#: ../../files/gallery_app.rst:155 +msgid "" +"**description**: A markdown-formatted string which will be displayed in the " +"info box. It can spread over multiple lines using the Yaml markers." +msgstr "" + +#: ../../files/gallery_app.rst:157 +msgid "" +"**description_link**: A markdown file located within the album which will be" +" parsed and displayed in the info box instead of the description." +msgstr "" + +#: ../../files/gallery_app.rst:159 +msgid "" +"**copyright**: A markdown-formatted string. This supports links to external " +"resources." +msgstr "" + +#: ../../files/gallery_app.rst:161 +msgid "" +"**copyright_link**: Any file (e.g. copyright.html), in the album itself, " +"which will be downloaded when the user clicks on the link" +msgstr "" + +#: ../../files/gallery_app.rst:166 +msgid "See ``_ for the markdown syntax." +msgstr "" + +#: ../../files/gallery_app.rst:168 +msgid "" +"Do not add links to your `copyright` string if you use the " +"**copyright_link** variable." +msgstr "" + +#: ../../files/gallery_app.rst:171 +msgid "**Sorting**" +msgstr "" + +#: ../../files/gallery_app.rst:173 +msgid "**sorting**: **date** or **name**. **date** only works for files." +msgstr "" + +#: ../../files/gallery_app.rst:174 +msgid "**sort_order**: **asc** or **des** (Ascending or descending)." +msgstr "" + +#: ../../files/gallery_app.rst:179 +msgid "Notes" +msgstr "" + +#: ../../files/gallery_app.rst:181 +msgid "" +"When only the sort **type** variable has been set, the default sort order " +"will be used." +msgstr "" + +#: ../../files/gallery_app.rst:183 +msgid "" +"When only the sort **order** variable has been found, the sort configuration" +" will be ignored and the script will keep looking for a valid configuration " +"in upper folders." +msgstr "" + +#: ../../files/gallery_app.rst:186 +msgid "" +"To enable a feature such as native SVG in a public share, you need to create" +" in that folder a configuration file containing that feature." +msgstr "" + +#: ../../files/gallery_app.rst:188 +msgid "" +"If you share a folder publicly, don't forget to add all the files you link " +"to (e.g. ``description.md`` or ``copyright.md``) inside the shared folder as" +" the user won't have access to files stored in the parent folder." +msgstr "" + +#: ../../files/gallery_app.rst:191 +msgid "" +"Since people can download a whole folder as an archive, it's usually best to" +" include all files within a shared folder, rather than adding text directly " +"in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:196 +msgid "Examples" +msgstr "" + +#: ../../files/gallery_app.rst:198 +msgid "**Sorting Only**" +msgstr "" + +#: ../../files/gallery_app.rst:200 +msgid "Applies to the current folder only::" +msgstr "" + +#: ../../files/gallery_app.rst:207 +msgid "" +"Short description and link to copyright document, applies to the current " +"folder and all of its sub-folders. This also shows you the syntax you can " +"use to spread a description over multiple lines::" +msgstr "" + +#: ../../files/gallery_app.rst:220 +msgid "**Load Images From External Clouds**" +msgstr "" + +#: ../../files/gallery_app.rst:222 +msgid "Features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:224 ../../files/gallery_app.rst:234 +msgid "" +"You can add standard configuration items to the same configuration file::" +msgstr "" + +#: ../../files/gallery_app.rst:230 +msgid "**Enabling native SVG**" +msgstr "" + +#: ../../files/gallery_app.rst:232 +msgid "Special features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:241 +msgid "Possible future extensions" +msgstr "" + +#: ../../files/gallery_app.rst:243 +msgid "Different sorting parameters for albums." +msgstr "" From f9a1533a23cf8a7a9c9b0f019eaada505b3c4d38 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 18:57:10 +0000 Subject: [PATCH 27/29] Translate gallery_app.pot in pt_PT 100% translated source file: 'gallery_app.pot' on 'pt_PT'. --- .../pt_PT/LC_MESSAGES/files/gallery_app.pot | 383 ++++++++++++++++++ 1 file changed, 383 insertions(+) create mode 100644 user_manual/locale/pt_PT/LC_MESSAGES/files/gallery_app.pot diff --git a/user_manual/locale/pt_PT/LC_MESSAGES/files/gallery_app.pot b/user_manual/locale/pt_PT/LC_MESSAGES/files/gallery_app.pot new file mode 100644 index 000000000..10a355fc9 --- /dev/null +++ b/user_manual/locale/pt_PT/LC_MESSAGES/files/gallery_app.pot @@ -0,0 +1,383 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2020 Nextcloud GmbH +# This file is distributed under the same license as the Nextcloud latest User Manual package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Transifex Bot <>, 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Nextcloud latest User Manual latest\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-28 07:41+0000\n" +"PO-Revision-Date: 2023-07-26 13:24+0000\n" +"Last-Translator: Transifex Bot <>, 2023\n" +"Language-Team: Portuguese (Portugal) (https://app.transifex.com/nextcloud/teams/64236/pt_PT/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_PT\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#: ../../files/gallery_app.rst:3 +msgid "Gallery app" +msgstr "" + +#: ../../files/gallery_app.rst:5 +msgid "" +"The Pictures app has been rewritten and improved, and is now called the " +"Gallery app. It supports more image formats, sorting, zoom, and scrolling. " +"It also supports advanced customizations via a simple text file." +msgstr "" + +#: ../../files/gallery_app.rst:9 +msgid "" +"On your main Nextcloud Files page, click the little icon at the top right, " +"underneath your username, to open your Gallery. The Gallery app " +"automatically finds all images in your Nextcloud folders, and overlays the " +"thumbnails with the folder names. Click on the folder thumbnails to open the" +" folders. At the top left you have two sorting options, alphabetical and by " +"date." +msgstr "" + +#: ../../files/gallery_app.rst:18 +msgid "" +"After entering any folder, click on any image to open it in slideshow mode. " +"This has the following features: a download button at the top center, " +"forward and back buttons at the right and left sides, an automatic slideshow" +" button at the bottom right, and a close button at the top right." +msgstr "" + +#: ../../files/gallery_app.rst:27 +msgid "Custom configuration" +msgstr "" + +#: ../../files/gallery_app.rst:29 +msgid "" +"You may customize a Gallery album with a simple text file named " +"**gallery.cnf**, which contains parameters structured using the `Yaml " +"`_ markup language. You may have " +"multiple **gallery.cnf** files; you need one in your own root Nextcloud " +"folder (your Home folder) that defines global features, and then you may " +"have individual per-album **gallery.cnf** files if you want to define " +"different behaviors in different albums." +msgstr "" + +#: ../../files/gallery_app.rst:38 +msgid "Features" +msgstr "" + +#: ../../files/gallery_app.rst:40 +msgid "The following general features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:42 +msgid "Native SVG support." +msgstr "" + +#: ../../files/gallery_app.rst:43 +msgid "Access to external shares." +msgstr "" + +#: ../../files/gallery_app.rst:45 +msgid "The following album features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:47 +msgid "Adding a link to a file containing a description." +msgstr "" + +#: ../../files/gallery_app.rst:48 +msgid "" +"Typing a simple copyright statement directly in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:49 +msgid "Adding a link to a file containing a copyright statement." +msgstr "" + +#: ../../files/gallery_app.rst:50 +msgid "Defining a sort type and order." +msgstr "" + +#: ../../files/gallery_app.rst:51 +msgid "Defining the colour of the background." +msgstr "" + +#: ../../files/gallery_app.rst:52 +msgid "Defining if sub-albums will inherit the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:54 +msgid "The following slideshow features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:56 +msgid "" +"Showing a button which lets you pick which background, either black or " +"white, to use for the picture you are currently viewing (for images with " +"transparent backgrounds)." +msgstr "" + +#: ../../files/gallery_app.rst:61 +msgid "Setup" +msgstr "" + +#: ../../files/gallery_app.rst:63 +msgid "" +"The configuration file has to be named **gallery.cnf**. You may have " +"multiple per-album **gallery.cnf** files. To enable global features, place " +"one in your top-level folder, which is symbolised in the Web GUI by the home" +" icon. (This puts it in ``data//files/``.) See :ref:`an example below " +"` in the **Global features** section." +msgstr "" + +#: ../../files/gallery_app.rst:69 +msgid "" +"You need to refresh your browser after changing your configuration to see " +"your changes." +msgstr "" + +#: ../../files/gallery_app.rst:73 +msgid "Format" +msgstr "" + +#: ../../files/gallery_app.rst:75 +msgid "" +"UTF-8, **without BOM**. A file created from within the Nextcloud Web GUI " +"works." +msgstr "" + +#: ../../files/gallery_app.rst:78 +msgid "Structure" +msgstr "" + +#: ../../files/gallery_app.rst:80 +msgid "" +"You should include a comment in the file, so that people stumbling upon the " +"file know what it's for. Comments start with #." +msgstr "" + +#: ../../files/gallery_app.rst:83 +msgid "Spacing is created using 2 spaces. **Do not use tabs.**" +msgstr "" + +#: ../../files/gallery_app.rst:85 +msgid "" +"Take a look at the `YAML Format documentation " +"`_ if you " +"are getting error messages." +msgstr "" + +#: ../../files/gallery_app.rst:89 +msgid "Here is an example `gallery.cnf`::" +msgstr "" + +#: ../../files/gallery_app.rst:116 +msgid "Supported variables" +msgstr "" + +#: ../../files/gallery_app.rst:118 +msgid "**Global Features**" +msgstr "" + +#: ../../files/gallery_app.rst:120 +msgid "Place this in your root Nextcloud folder, which is your Home folder." +msgstr "" + +#: ../../files/gallery_app.rst:122 +msgid "" +"**external_shares**: Set to **yes** in your root configuration file if you " +"want to load images stored on external locations, when using the " +"**files_external** app." +msgstr "" + +#: ../../files/gallery_app.rst:125 +msgid "" +"**native_svg**: Set to **yes** in your root configuration file to enable " +"rendering SVG images in your browser. This may represent a security risk if " +"you can't fully trust your SVG files." +msgstr "" + +#: ../../files/gallery_app.rst:128 +msgid "" +"**background_colour_toggle**: Set to **yes** in your root configuration file" +" to enable a button that toggles between black and white backgrounds on " +"transparent images." +msgstr "" + +#: ../../files/gallery_app.rst:132 +msgid "" +"External shares are 20-50 times slower than local shares. Be prepared to " +"wait a long time before being able to see all the images contained in a " +"shared album." +msgstr "" + +#: ../../files/gallery_app.rst:136 +msgid "**Album Configuration**" +msgstr "" + +#: ../../files/gallery_app.rst:138 +msgid "" +"Each album can be individually configured using the following configuration " +"sections. Use the **inherit** parameter to pass configurations on to sub-" +"albums." +msgstr "" + +#: ../../files/gallery_app.rst:142 +msgid "**Design**" +msgstr "" + +#: ../../files/gallery_app.rst:144 +msgid "" +"**background**: Defines the colour of the background of the photowall using " +"the RGB hexadecimal representation of that colour. For example: " +"**\"#ffa033\"**. You must use quotes around the value or it will be ignored." +" It is strongly recommended to use a custom theme, with a CSS loading " +"spinner if you intend to use this feature. You can use `this colour wheel " +"`_ to find a colour you like." +msgstr "" + +#: ../../files/gallery_app.rst:150 ../../files/gallery_app.rst:163 +#: ../../files/gallery_app.rst:175 +msgid "" +"**inherit**: Set to **yes** if you want sub-folders to inherit this part of " +"the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:153 +msgid "**Album Presentation**" +msgstr "" + +#: ../../files/gallery_app.rst:155 +msgid "" +"**description**: A markdown-formatted string which will be displayed in the " +"info box. It can spread over multiple lines using the Yaml markers." +msgstr "" + +#: ../../files/gallery_app.rst:157 +msgid "" +"**description_link**: A markdown file located within the album which will be" +" parsed and displayed in the info box instead of the description." +msgstr "" + +#: ../../files/gallery_app.rst:159 +msgid "" +"**copyright**: A markdown-formatted string. This supports links to external " +"resources." +msgstr "" + +#: ../../files/gallery_app.rst:161 +msgid "" +"**copyright_link**: Any file (e.g. copyright.html), in the album itself, " +"which will be downloaded when the user clicks on the link" +msgstr "" + +#: ../../files/gallery_app.rst:166 +msgid "See ``_ for the markdown syntax." +msgstr "" + +#: ../../files/gallery_app.rst:168 +msgid "" +"Do not add links to your `copyright` string if you use the " +"**copyright_link** variable." +msgstr "" + +#: ../../files/gallery_app.rst:171 +msgid "**Sorting**" +msgstr "" + +#: ../../files/gallery_app.rst:173 +msgid "**sorting**: **date** or **name**. **date** only works for files." +msgstr "" + +#: ../../files/gallery_app.rst:174 +msgid "**sort_order**: **asc** or **des** (Ascending or descending)." +msgstr "" + +#: ../../files/gallery_app.rst:179 +msgid "Notes" +msgstr "" + +#: ../../files/gallery_app.rst:181 +msgid "" +"When only the sort **type** variable has been set, the default sort order " +"will be used." +msgstr "" + +#: ../../files/gallery_app.rst:183 +msgid "" +"When only the sort **order** variable has been found, the sort configuration" +" will be ignored and the script will keep looking for a valid configuration " +"in upper folders." +msgstr "" + +#: ../../files/gallery_app.rst:186 +msgid "" +"To enable a feature such as native SVG in a public share, you need to create" +" in that folder a configuration file containing that feature." +msgstr "" + +#: ../../files/gallery_app.rst:188 +msgid "" +"If you share a folder publicly, don't forget to add all the files you link " +"to (e.g. ``description.md`` or ``copyright.md``) inside the shared folder as" +" the user won't have access to files stored in the parent folder." +msgstr "" + +#: ../../files/gallery_app.rst:191 +msgid "" +"Since people can download a whole folder as an archive, it's usually best to" +" include all files within a shared folder, rather than adding text directly " +"in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:196 +msgid "Examples" +msgstr "" + +#: ../../files/gallery_app.rst:198 +msgid "**Sorting Only**" +msgstr "" + +#: ../../files/gallery_app.rst:200 +msgid "Applies to the current folder only::" +msgstr "" + +#: ../../files/gallery_app.rst:207 +msgid "" +"Short description and link to copyright document, applies to the current " +"folder and all of its sub-folders. This also shows you the syntax you can " +"use to spread a description over multiple lines::" +msgstr "" + +#: ../../files/gallery_app.rst:220 +msgid "**Load Images From External Clouds**" +msgstr "" + +#: ../../files/gallery_app.rst:222 +msgid "Features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:224 ../../files/gallery_app.rst:234 +msgid "" +"You can add standard configuration items to the same configuration file::" +msgstr "" + +#: ../../files/gallery_app.rst:230 +msgid "**Enabling native SVG**" +msgstr "" + +#: ../../files/gallery_app.rst:232 +msgid "Special features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:241 +msgid "Possible future extensions" +msgstr "" + +#: ../../files/gallery_app.rst:243 +msgid "Different sorting parameters for albums." +msgstr "" From fd2ec13867eaed28fb3fe6631304883b0be82936 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 18:57:23 +0000 Subject: [PATCH 28/29] Translate gallery_app.pot in el_GR 100% translated source file: 'gallery_app.pot' on 'el_GR'. --- .../el_GR/LC_MESSAGES/files/gallery_app.pot | 383 ++++++++++++++++++ 1 file changed, 383 insertions(+) create mode 100644 user_manual/locale/el_GR/LC_MESSAGES/files/gallery_app.pot diff --git a/user_manual/locale/el_GR/LC_MESSAGES/files/gallery_app.pot b/user_manual/locale/el_GR/LC_MESSAGES/files/gallery_app.pot new file mode 100644 index 000000000..3fac893e6 --- /dev/null +++ b/user_manual/locale/el_GR/LC_MESSAGES/files/gallery_app.pot @@ -0,0 +1,383 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2020 Nextcloud GmbH +# This file is distributed under the same license as the Nextcloud latest User Manual package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Transifex Bot <>, 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Nextcloud latest User Manual latest\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-28 07:41+0000\n" +"PO-Revision-Date: 2023-07-26 13:24+0000\n" +"Last-Translator: Transifex Bot <>, 2023\n" +"Language-Team: Greek (Greece) (https://app.transifex.com/nextcloud/teams/64236/el_GR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: el_GR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../../files/gallery_app.rst:3 +msgid "Gallery app" +msgstr "" + +#: ../../files/gallery_app.rst:5 +msgid "" +"The Pictures app has been rewritten and improved, and is now called the " +"Gallery app. It supports more image formats, sorting, zoom, and scrolling. " +"It also supports advanced customizations via a simple text file." +msgstr "" + +#: ../../files/gallery_app.rst:9 +msgid "" +"On your main Nextcloud Files page, click the little icon at the top right, " +"underneath your username, to open your Gallery. The Gallery app " +"automatically finds all images in your Nextcloud folders, and overlays the " +"thumbnails with the folder names. Click on the folder thumbnails to open the" +" folders. At the top left you have two sorting options, alphabetical and by " +"date." +msgstr "" + +#: ../../files/gallery_app.rst:18 +msgid "" +"After entering any folder, click on any image to open it in slideshow mode. " +"This has the following features: a download button at the top center, " +"forward and back buttons at the right and left sides, an automatic slideshow" +" button at the bottom right, and a close button at the top right." +msgstr "" + +#: ../../files/gallery_app.rst:27 +msgid "Custom configuration" +msgstr "" + +#: ../../files/gallery_app.rst:29 +msgid "" +"You may customize a Gallery album with a simple text file named " +"**gallery.cnf**, which contains parameters structured using the `Yaml " +"`_ markup language. You may have " +"multiple **gallery.cnf** files; you need one in your own root Nextcloud " +"folder (your Home folder) that defines global features, and then you may " +"have individual per-album **gallery.cnf** files if you want to define " +"different behaviors in different albums." +msgstr "" + +#: ../../files/gallery_app.rst:38 +msgid "Features" +msgstr "" + +#: ../../files/gallery_app.rst:40 +msgid "The following general features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:42 +msgid "Native SVG support." +msgstr "" + +#: ../../files/gallery_app.rst:43 +msgid "Access to external shares." +msgstr "" + +#: ../../files/gallery_app.rst:45 +msgid "The following album features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:47 +msgid "Adding a link to a file containing a description." +msgstr "" + +#: ../../files/gallery_app.rst:48 +msgid "" +"Typing a simple copyright statement directly in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:49 +msgid "Adding a link to a file containing a copyright statement." +msgstr "" + +#: ../../files/gallery_app.rst:50 +msgid "Defining a sort type and order." +msgstr "" + +#: ../../files/gallery_app.rst:51 +msgid "Defining the colour of the background." +msgstr "" + +#: ../../files/gallery_app.rst:52 +msgid "Defining if sub-albums will inherit the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:54 +msgid "The following slideshow features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:56 +msgid "" +"Showing a button which lets you pick which background, either black or " +"white, to use for the picture you are currently viewing (for images with " +"transparent backgrounds)." +msgstr "" + +#: ../../files/gallery_app.rst:61 +msgid "Setup" +msgstr "" + +#: ../../files/gallery_app.rst:63 +msgid "" +"The configuration file has to be named **gallery.cnf**. You may have " +"multiple per-album **gallery.cnf** files. To enable global features, place " +"one in your top-level folder, which is symbolised in the Web GUI by the home" +" icon. (This puts it in ``data//files/``.) See :ref:`an example below " +"` in the **Global features** section." +msgstr "" + +#: ../../files/gallery_app.rst:69 +msgid "" +"You need to refresh your browser after changing your configuration to see " +"your changes." +msgstr "" + +#: ../../files/gallery_app.rst:73 +msgid "Format" +msgstr "" + +#: ../../files/gallery_app.rst:75 +msgid "" +"UTF-8, **without BOM**. A file created from within the Nextcloud Web GUI " +"works." +msgstr "" + +#: ../../files/gallery_app.rst:78 +msgid "Structure" +msgstr "" + +#: ../../files/gallery_app.rst:80 +msgid "" +"You should include a comment in the file, so that people stumbling upon the " +"file know what it's for. Comments start with #." +msgstr "" + +#: ../../files/gallery_app.rst:83 +msgid "Spacing is created using 2 spaces. **Do not use tabs.**" +msgstr "" + +#: ../../files/gallery_app.rst:85 +msgid "" +"Take a look at the `YAML Format documentation " +"`_ if you " +"are getting error messages." +msgstr "" + +#: ../../files/gallery_app.rst:89 +msgid "Here is an example `gallery.cnf`::" +msgstr "" + +#: ../../files/gallery_app.rst:116 +msgid "Supported variables" +msgstr "" + +#: ../../files/gallery_app.rst:118 +msgid "**Global Features**" +msgstr "" + +#: ../../files/gallery_app.rst:120 +msgid "Place this in your root Nextcloud folder, which is your Home folder." +msgstr "" + +#: ../../files/gallery_app.rst:122 +msgid "" +"**external_shares**: Set to **yes** in your root configuration file if you " +"want to load images stored on external locations, when using the " +"**files_external** app." +msgstr "" + +#: ../../files/gallery_app.rst:125 +msgid "" +"**native_svg**: Set to **yes** in your root configuration file to enable " +"rendering SVG images in your browser. This may represent a security risk if " +"you can't fully trust your SVG files." +msgstr "" + +#: ../../files/gallery_app.rst:128 +msgid "" +"**background_colour_toggle**: Set to **yes** in your root configuration file" +" to enable a button that toggles between black and white backgrounds on " +"transparent images." +msgstr "" + +#: ../../files/gallery_app.rst:132 +msgid "" +"External shares are 20-50 times slower than local shares. Be prepared to " +"wait a long time before being able to see all the images contained in a " +"shared album." +msgstr "" + +#: ../../files/gallery_app.rst:136 +msgid "**Album Configuration**" +msgstr "" + +#: ../../files/gallery_app.rst:138 +msgid "" +"Each album can be individually configured using the following configuration " +"sections. Use the **inherit** parameter to pass configurations on to sub-" +"albums." +msgstr "" + +#: ../../files/gallery_app.rst:142 +msgid "**Design**" +msgstr "" + +#: ../../files/gallery_app.rst:144 +msgid "" +"**background**: Defines the colour of the background of the photowall using " +"the RGB hexadecimal representation of that colour. For example: " +"**\"#ffa033\"**. You must use quotes around the value or it will be ignored." +" It is strongly recommended to use a custom theme, with a CSS loading " +"spinner if you intend to use this feature. You can use `this colour wheel " +"`_ to find a colour you like." +msgstr "" + +#: ../../files/gallery_app.rst:150 ../../files/gallery_app.rst:163 +#: ../../files/gallery_app.rst:175 +msgid "" +"**inherit**: Set to **yes** if you want sub-folders to inherit this part of " +"the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:153 +msgid "**Album Presentation**" +msgstr "" + +#: ../../files/gallery_app.rst:155 +msgid "" +"**description**: A markdown-formatted string which will be displayed in the " +"info box. It can spread over multiple lines using the Yaml markers." +msgstr "" + +#: ../../files/gallery_app.rst:157 +msgid "" +"**description_link**: A markdown file located within the album which will be" +" parsed and displayed in the info box instead of the description." +msgstr "" + +#: ../../files/gallery_app.rst:159 +msgid "" +"**copyright**: A markdown-formatted string. This supports links to external " +"resources." +msgstr "" + +#: ../../files/gallery_app.rst:161 +msgid "" +"**copyright_link**: Any file (e.g. copyright.html), in the album itself, " +"which will be downloaded when the user clicks on the link" +msgstr "" + +#: ../../files/gallery_app.rst:166 +msgid "See ``_ for the markdown syntax." +msgstr "" + +#: ../../files/gallery_app.rst:168 +msgid "" +"Do not add links to your `copyright` string if you use the " +"**copyright_link** variable." +msgstr "" + +#: ../../files/gallery_app.rst:171 +msgid "**Sorting**" +msgstr "" + +#: ../../files/gallery_app.rst:173 +msgid "**sorting**: **date** or **name**. **date** only works for files." +msgstr "" + +#: ../../files/gallery_app.rst:174 +msgid "**sort_order**: **asc** or **des** (Ascending or descending)." +msgstr "" + +#: ../../files/gallery_app.rst:179 +msgid "Notes" +msgstr "" + +#: ../../files/gallery_app.rst:181 +msgid "" +"When only the sort **type** variable has been set, the default sort order " +"will be used." +msgstr "" + +#: ../../files/gallery_app.rst:183 +msgid "" +"When only the sort **order** variable has been found, the sort configuration" +" will be ignored and the script will keep looking for a valid configuration " +"in upper folders." +msgstr "" + +#: ../../files/gallery_app.rst:186 +msgid "" +"To enable a feature such as native SVG in a public share, you need to create" +" in that folder a configuration file containing that feature." +msgstr "" + +#: ../../files/gallery_app.rst:188 +msgid "" +"If you share a folder publicly, don't forget to add all the files you link " +"to (e.g. ``description.md`` or ``copyright.md``) inside the shared folder as" +" the user won't have access to files stored in the parent folder." +msgstr "" + +#: ../../files/gallery_app.rst:191 +msgid "" +"Since people can download a whole folder as an archive, it's usually best to" +" include all files within a shared folder, rather than adding text directly " +"in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:196 +msgid "Examples" +msgstr "" + +#: ../../files/gallery_app.rst:198 +msgid "**Sorting Only**" +msgstr "" + +#: ../../files/gallery_app.rst:200 +msgid "Applies to the current folder only::" +msgstr "" + +#: ../../files/gallery_app.rst:207 +msgid "" +"Short description and link to copyright document, applies to the current " +"folder and all of its sub-folders. This also shows you the syntax you can " +"use to spread a description over multiple lines::" +msgstr "" + +#: ../../files/gallery_app.rst:220 +msgid "**Load Images From External Clouds**" +msgstr "" + +#: ../../files/gallery_app.rst:222 +msgid "Features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:224 ../../files/gallery_app.rst:234 +msgid "" +"You can add standard configuration items to the same configuration file::" +msgstr "" + +#: ../../files/gallery_app.rst:230 +msgid "**Enabling native SVG**" +msgstr "" + +#: ../../files/gallery_app.rst:232 +msgid "Special features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:241 +msgid "Possible future extensions" +msgstr "" + +#: ../../files/gallery_app.rst:243 +msgid "Different sorting parameters for albums." +msgstr "" From 63fce04bf426de24cac452f541b39476fcc01d90 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 18:57:36 +0000 Subject: [PATCH 29/29] Translate gallery_app.pot in zh_TW 100% translated source file: 'gallery_app.pot' on 'zh_TW'. --- .../zh_TW/LC_MESSAGES/files/gallery_app.pot | 383 ++++++++++++++++++ 1 file changed, 383 insertions(+) create mode 100644 user_manual/locale/zh_TW/LC_MESSAGES/files/gallery_app.pot diff --git a/user_manual/locale/zh_TW/LC_MESSAGES/files/gallery_app.pot b/user_manual/locale/zh_TW/LC_MESSAGES/files/gallery_app.pot new file mode 100644 index 000000000..6f91fb0c6 --- /dev/null +++ b/user_manual/locale/zh_TW/LC_MESSAGES/files/gallery_app.pot @@ -0,0 +1,383 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2020 Nextcloud GmbH +# This file is distributed under the same license as the Nextcloud latest User Manual package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Transifex Bot <>, 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Nextcloud latest User Manual latest\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-28 07:41+0000\n" +"PO-Revision-Date: 2023-07-26 13:24+0000\n" +"Last-Translator: Transifex Bot <>, 2023\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/nextcloud/teams/64236/zh_TW/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: ../../files/gallery_app.rst:3 +msgid "Gallery app" +msgstr "" + +#: ../../files/gallery_app.rst:5 +msgid "" +"The Pictures app has been rewritten and improved, and is now called the " +"Gallery app. It supports more image formats, sorting, zoom, and scrolling. " +"It also supports advanced customizations via a simple text file." +msgstr "" + +#: ../../files/gallery_app.rst:9 +msgid "" +"On your main Nextcloud Files page, click the little icon at the top right, " +"underneath your username, to open your Gallery. The Gallery app " +"automatically finds all images in your Nextcloud folders, and overlays the " +"thumbnails with the folder names. Click on the folder thumbnails to open the" +" folders. At the top left you have two sorting options, alphabetical and by " +"date." +msgstr "" + +#: ../../files/gallery_app.rst:18 +msgid "" +"After entering any folder, click on any image to open it in slideshow mode. " +"This has the following features: a download button at the top center, " +"forward and back buttons at the right and left sides, an automatic slideshow" +" button at the bottom right, and a close button at the top right." +msgstr "" + +#: ../../files/gallery_app.rst:27 +msgid "Custom configuration" +msgstr "" + +#: ../../files/gallery_app.rst:29 +msgid "" +"You may customize a Gallery album with a simple text file named " +"**gallery.cnf**, which contains parameters structured using the `Yaml " +"`_ markup language. You may have " +"multiple **gallery.cnf** files; you need one in your own root Nextcloud " +"folder (your Home folder) that defines global features, and then you may " +"have individual per-album **gallery.cnf** files if you want to define " +"different behaviors in different albums." +msgstr "" + +#: ../../files/gallery_app.rst:38 +msgid "Features" +msgstr "" + +#: ../../files/gallery_app.rst:40 +msgid "The following general features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:42 +msgid "Native SVG support." +msgstr "" + +#: ../../files/gallery_app.rst:43 +msgid "Access to external shares." +msgstr "" + +#: ../../files/gallery_app.rst:45 +msgid "The following album features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:47 +msgid "Adding a link to a file containing a description." +msgstr "" + +#: ../../files/gallery_app.rst:48 +msgid "" +"Typing a simple copyright statement directly in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:49 +msgid "Adding a link to a file containing a copyright statement." +msgstr "" + +#: ../../files/gallery_app.rst:50 +msgid "Defining a sort type and order." +msgstr "" + +#: ../../files/gallery_app.rst:51 +msgid "Defining the colour of the background." +msgstr "" + +#: ../../files/gallery_app.rst:52 +msgid "Defining if sub-albums will inherit the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:54 +msgid "The following slideshow features are currently implemented:" +msgstr "" + +#: ../../files/gallery_app.rst:56 +msgid "" +"Showing a button which lets you pick which background, either black or " +"white, to use for the picture you are currently viewing (for images with " +"transparent backgrounds)." +msgstr "" + +#: ../../files/gallery_app.rst:61 +msgid "Setup" +msgstr "" + +#: ../../files/gallery_app.rst:63 +msgid "" +"The configuration file has to be named **gallery.cnf**. You may have " +"multiple per-album **gallery.cnf** files. To enable global features, place " +"one in your top-level folder, which is symbolised in the Web GUI by the home" +" icon. (This puts it in ``data//files/``.) See :ref:`an example below " +"` in the **Global features** section." +msgstr "" + +#: ../../files/gallery_app.rst:69 +msgid "" +"You need to refresh your browser after changing your configuration to see " +"your changes." +msgstr "" + +#: ../../files/gallery_app.rst:73 +msgid "Format" +msgstr "" + +#: ../../files/gallery_app.rst:75 +msgid "" +"UTF-8, **without BOM**. A file created from within the Nextcloud Web GUI " +"works." +msgstr "" + +#: ../../files/gallery_app.rst:78 +msgid "Structure" +msgstr "" + +#: ../../files/gallery_app.rst:80 +msgid "" +"You should include a comment in the file, so that people stumbling upon the " +"file know what it's for. Comments start with #." +msgstr "" + +#: ../../files/gallery_app.rst:83 +msgid "Spacing is created using 2 spaces. **Do not use tabs.**" +msgstr "" + +#: ../../files/gallery_app.rst:85 +msgid "" +"Take a look at the `YAML Format documentation " +"`_ if you " +"are getting error messages." +msgstr "" + +#: ../../files/gallery_app.rst:89 +msgid "Here is an example `gallery.cnf`::" +msgstr "" + +#: ../../files/gallery_app.rst:116 +msgid "Supported variables" +msgstr "" + +#: ../../files/gallery_app.rst:118 +msgid "**Global Features**" +msgstr "" + +#: ../../files/gallery_app.rst:120 +msgid "Place this in your root Nextcloud folder, which is your Home folder." +msgstr "" + +#: ../../files/gallery_app.rst:122 +msgid "" +"**external_shares**: Set to **yes** in your root configuration file if you " +"want to load images stored on external locations, when using the " +"**files_external** app." +msgstr "" + +#: ../../files/gallery_app.rst:125 +msgid "" +"**native_svg**: Set to **yes** in your root configuration file to enable " +"rendering SVG images in your browser. This may represent a security risk if " +"you can't fully trust your SVG files." +msgstr "" + +#: ../../files/gallery_app.rst:128 +msgid "" +"**background_colour_toggle**: Set to **yes** in your root configuration file" +" to enable a button that toggles between black and white backgrounds on " +"transparent images." +msgstr "" + +#: ../../files/gallery_app.rst:132 +msgid "" +"External shares are 20-50 times slower than local shares. Be prepared to " +"wait a long time before being able to see all the images contained in a " +"shared album." +msgstr "" + +#: ../../files/gallery_app.rst:136 +msgid "**Album Configuration**" +msgstr "" + +#: ../../files/gallery_app.rst:138 +msgid "" +"Each album can be individually configured using the following configuration " +"sections. Use the **inherit** parameter to pass configurations on to sub-" +"albums." +msgstr "" + +#: ../../files/gallery_app.rst:142 +msgid "**Design**" +msgstr "" + +#: ../../files/gallery_app.rst:144 +msgid "" +"**background**: Defines the colour of the background of the photowall using " +"the RGB hexadecimal representation of that colour. For example: " +"**\"#ffa033\"**. You must use quotes around the value or it will be ignored." +" It is strongly recommended to use a custom theme, with a CSS loading " +"spinner if you intend to use this feature. You can use `this colour wheel " +"`_ to find a colour you like." +msgstr "" + +#: ../../files/gallery_app.rst:150 ../../files/gallery_app.rst:163 +#: ../../files/gallery_app.rst:175 +msgid "" +"**inherit**: Set to **yes** if you want sub-folders to inherit this part of " +"the configuration." +msgstr "" + +#: ../../files/gallery_app.rst:153 +msgid "**Album Presentation**" +msgstr "" + +#: ../../files/gallery_app.rst:155 +msgid "" +"**description**: A markdown-formatted string which will be displayed in the " +"info box. It can spread over multiple lines using the Yaml markers." +msgstr "" + +#: ../../files/gallery_app.rst:157 +msgid "" +"**description_link**: A markdown file located within the album which will be" +" parsed and displayed in the info box instead of the description." +msgstr "" + +#: ../../files/gallery_app.rst:159 +msgid "" +"**copyright**: A markdown-formatted string. This supports links to external " +"resources." +msgstr "" + +#: ../../files/gallery_app.rst:161 +msgid "" +"**copyright_link**: Any file (e.g. copyright.html), in the album itself, " +"which will be downloaded when the user clicks on the link" +msgstr "" + +#: ../../files/gallery_app.rst:166 +msgid "See ``_ for the markdown syntax." +msgstr "" + +#: ../../files/gallery_app.rst:168 +msgid "" +"Do not add links to your `copyright` string if you use the " +"**copyright_link** variable." +msgstr "" + +#: ../../files/gallery_app.rst:171 +msgid "**Sorting**" +msgstr "" + +#: ../../files/gallery_app.rst:173 +msgid "**sorting**: **date** or **name**. **date** only works for files." +msgstr "" + +#: ../../files/gallery_app.rst:174 +msgid "**sort_order**: **asc** or **des** (Ascending or descending)." +msgstr "" + +#: ../../files/gallery_app.rst:179 +msgid "Notes" +msgstr "" + +#: ../../files/gallery_app.rst:181 +msgid "" +"When only the sort **type** variable has been set, the default sort order " +"will be used." +msgstr "" + +#: ../../files/gallery_app.rst:183 +msgid "" +"When only the sort **order** variable has been found, the sort configuration" +" will be ignored and the script will keep looking for a valid configuration " +"in upper folders." +msgstr "" + +#: ../../files/gallery_app.rst:186 +msgid "" +"To enable a feature such as native SVG in a public share, you need to create" +" in that folder a configuration file containing that feature." +msgstr "" + +#: ../../files/gallery_app.rst:188 +msgid "" +"If you share a folder publicly, don't forget to add all the files you link " +"to (e.g. ``description.md`` or ``copyright.md``) inside the shared folder as" +" the user won't have access to files stored in the parent folder." +msgstr "" + +#: ../../files/gallery_app.rst:191 +msgid "" +"Since people can download a whole folder as an archive, it's usually best to" +" include all files within a shared folder, rather than adding text directly " +"in the configuration file." +msgstr "" + +#: ../../files/gallery_app.rst:196 +msgid "Examples" +msgstr "" + +#: ../../files/gallery_app.rst:198 +msgid "**Sorting Only**" +msgstr "" + +#: ../../files/gallery_app.rst:200 +msgid "Applies to the current folder only::" +msgstr "" + +#: ../../files/gallery_app.rst:207 +msgid "" +"Short description and link to copyright document, applies to the current " +"folder and all of its sub-folders. This also shows you the syntax you can " +"use to spread a description over multiple lines::" +msgstr "" + +#: ../../files/gallery_app.rst:220 +msgid "**Load Images From External Clouds**" +msgstr "" + +#: ../../files/gallery_app.rst:222 +msgid "Features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:224 ../../files/gallery_app.rst:234 +msgid "" +"You can add standard configuration items to the same configuration file::" +msgstr "" + +#: ../../files/gallery_app.rst:230 +msgid "**Enabling native SVG**" +msgstr "" + +#: ../../files/gallery_app.rst:232 +msgid "Special features can only be defined in the root folder." +msgstr "" + +#: ../../files/gallery_app.rst:241 +msgid "Possible future extensions" +msgstr "" + +#: ../../files/gallery_app.rst:243 +msgid "Different sorting parameters for albums." +msgstr ""