aboutsummaryrefslogtreecommitdiffstats
path: root/.tx
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2022-04-20 10:40:09 +0200
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-04-21 19:00:28 +0200
commit1dee36c761b87ab79bb54cfc561d576d8c72434c (patch)
treef16175b4983c69b0796fafb71d6ccc343cf8bbd7 /.tx
parent7b686abe7fb53c8475d8295a59167bdab95fccc9 (diff)
downloadnextcloud-server-1dee36c761b87ab79bb54cfc561d576d8c72434c.tar.gz
nextcloud-server-1dee36c761b87ab79bb54cfc561d576d8c72434c.zip
Remove accessibility
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to '.tx')
-rw-r--r--.tx/config6
1 files changed, 0 insertions, 6 deletions
diff --git a/.tx/config b/.tx/config
index b8a030f7a3b..828b643d435 100644
--- a/.tx/config
+++ b/.tx/config
@@ -128,12 +128,6 @@ source_file = translationfiles/templates/workflowengine.pot
source_lang = en
type = PO
-[nextcloud.accessibility]
-file_filter = translationfiles/<lang>/accessibility.po
-source_file = translationfiles/templates/accessibility.pot
-source_lang = en
-type = PO
-
[nextcloud.provisioning_api]
file_filter = translationfiles/<lang>/provisioning_api.po
source_file = translationfiles/templates/provisioning_api.pot
f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
<?php
$TRANSLATIONS = array(
"WebDAV Authentication" => "WebDAV Идентификация",
"Address:" => "Адрес:",
"Save" => "Запиши",
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "Потребителското име и парола ще да бъдат изптатени до този адрес. Добавката ще провери отговора и ще интрепретира HTTP кодове 401 и 403 като невалидни, а всички останали като потвърдена идентификация."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";