Skip to content

Commit 05ae8a2

Browse files
"Add descriptions for encryption and decryption in different languages."
1 parent 8054619 commit 05ae8a2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+188
-4
lines changed

lang/ar/common.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@
5353
'download' => 'تنزيل',
5454
'open_in_tab' => 'فتح في علامة تبويب',
5555
'open' => 'فتح',
56+
'encrypt' => 'تشفير',
57+
'encrypt_desc' => 'أدخل كلمة مرور للتشفير وتذكرها لعرض المحتوى أو فك تشفيره.',
58+
'decrypt' => 'فك التشفير',
59+
'decrypt_desc' => 'أدخل كلمة مرور لفك التشفير.',
5660

5761
// Sort Options
5862
'sort_options' => 'خيارات الفرز',

lang/bg/common.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@
5353
'download' => 'Изтегляне',
5454
'open_in_tab' => 'Отваряне в раздел',
5555
'open' => 'Open',
56+
'encrypt' => 'Криптиране',
57+
'encrypt_desc' => 'Въведете парола за криптиране и я запомнете, за да видите или декриптирате съдържанието.',
58+
'decrypt' => 'Декриптиране',
59+
'decrypt_desc' => 'Въведете парола за декриптиране.',
60+
5661

5762
// Sort Options
5863
'sort_options' => 'Опции за сортиране',

lang/bs/common.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@
5353
'download' => 'Download',
5454
'open_in_tab' => 'Open in Tab',
5555
'open' => 'Open',
56+
'encrypt' => 'Šifriranje',
57+
'encrypt_desc' => 'Unesite lozinku za šifriranje i zapamtite je kako biste vidjeli ili dešifrirali sadržaj.',
58+
'decrypt' => 'Dešifriranje',
59+
'decrypt_desc' => 'Unesite lozinku za dešifriranje.',
5660

5761
// Sort Options
5862
'sort_options' => 'Opcije sortiranja',

lang/ca/common.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@
5353
'download' => 'Baixa',
5454
'open_in_tab' => 'Obre en una pestanya',
5555
'open' => 'Obre',
56+
'encrypt' => 'Encriptar',
57+
'encrypt_desc' => 'Introduïu una contrasenya per a l’encriptació i recordeu-la per veure o desencriptar el contingut.',
58+
'decrypt' => 'Desencriptar',
59+
'decrypt_desc' => 'Introduïu una contrasenya per desencriptar.',
5660

5761
// Sort Options
5862
'sort_options' => 'Opcions d’ordenació',

lang/cs/common.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@
5353
'download' => 'Stáhnout',
5454
'open_in_tab' => 'Otevřít v nové záložce',
5555
'open' => 'Otevřít',
56+
'encrypt' => 'Šifrovat',
57+
'encrypt_desc' => 'Zadejte heslo pro šifrování a zapamatujte si ho pro zobrazení nebo dešifrování obsahu.',
58+
'decrypt' => 'Dešifrovat',
59+
'decrypt_desc' => 'Zadejte heslo pro dešifrování.',
60+
5661

5762
// Sort Options
5863
'sort_options' => 'Možnosti řazení',

lang/cy/common.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@
5353
'download' => 'Llwytho i lawr',
5454
'open_in_tab' => 'Agor mewn Tab',
5555
'open' => 'Agor',
56+
'encrypt' => 'Amgryptio',
57+
'encrypt_desc' => 'Rhowch gyfrinair i amgryptio a’i gofio i weld neu ddatgryptio’r cynnwys.',
58+
'decrypt' => 'Dadgryptio',
59+
'decrypt_desc' => 'Rhowch gyfrinair i ddatgryptio.',
5660

5761
// Sort Options
5862
'sort_options' => 'Trefnu\'r opsiynau',

lang/da/common.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@
5353
'download' => 'Hent',
5454
'open_in_tab' => 'Åben i ny fane',
5555
'open' => 'Åbn',
56+
'encrypt' => 'Krypter',
57+
'encrypt_desc' => 'Indtast en adgangskode til kryptering, og husk den for at se eller dekryptere indholdet.',
58+
'decrypt' => 'Dekrypter',
59+
'decrypt_desc' => 'Indtast en adgangskode til dekryptering.',
5660

5761
// Sort Options
5862
'sort_options' => 'Sorteringsindstillinger',

lang/de/common.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@
5353
'download' => 'Herunterladen',
5454
'open_in_tab' => 'In neuem Tab öffnen',
5555
'open' => 'Öffnen',
56+
'encrypt' => 'Verschlüsseln',
57+
'encrypt_desc' => 'Geben Sie ein Passwort zur Verschlüsselung ein und merken Sie es sich, um den Inhalt anzuzeigen oder zu entschlüsseln.',
58+
'decrypt' => 'Entschlüsseln',
59+
'decrypt_desc' => 'Geben Sie ein Passwort zur Entschlüsselung ein.',
5660

5761
// Sort Options
5862
'sort_options' => 'Sortieroptionen',

lang/de_informal/common.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@
5353
'download' => 'Herunterladen',
5454
'open_in_tab' => 'In Tab öffnen',
5555
'open' => 'Öffnen',
56+
'encrypt' => 'Verschlüsseln',
57+
'encrypt_desc' => 'Geben Sie ein Passwort zur Verschlüsselung ein und merken Sie es sich, um den Inhalt anzuzeigen oder zu entschlüsseln.',
58+
'decrypt' => 'Entschlüsseln',
59+
'decrypt_desc' => 'Geben Sie ein Passwort zur Entschlüsselung ein.',
5660

5761
// Sort Options
5862
'sort_options' => 'Sortieroptionen',

lang/el/common.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@
5353
'download' => 'Λήψη',
5454
'open_in_tab' => 'Άνοιγμα σε Καρτέλα',
5555
'open' => 'Open',
56+
'encrypt' => 'Κρυπτογράφηση',
57+
'encrypt_desc' => 'Εισαγάγετε έναν κωδικό πρόσβασης για κρυπτογράφηση και θυμηθείτε τον για να δείτε ή να αποκρυπτογραφήσετε το περιεχόμενο.',
58+
'decrypt' => 'Αποκρυπτογράφηση',
59+
'decrypt_desc' => 'Εισαγάγετε έναν κωδικό πρόσβασης για αποκρυπτογράφηση.',
5660

5761
// Sort Options
5862
'sort_options' => 'Επιλογές ταξινόμησης',

0 commit comments

Comments
 (0)