From b35c9a4df8bf5409b34a7115fa6aec3e49588c34 Mon Sep 17 00:00:00 2001 From: "sail@chromium.org" Date: Mon, 7 Mar 2011 16:34:17 +0000 Subject: Revert 77068 - Carnitas: Move app_strings to ui/base/strings To fix circular dependencies between ui/base/ui_base.gyp and app/app.gyp I'm moving app_strings to ui/base/strings. BUG=72317 TEST=Compiled on Mac, Linux, Windows. Review URL: http://codereview.chromium.org/6541035 TBR=sail@chromium.org Review URL: http://codereview.chromium.org/6623055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77142 0039d316-1c4b-4281-b951-d872f2087c98 --- app/app.gyp | 82 +++++- app/app_base.gypi | 8 +- app/resources/app_locale_settings.grd | 234 +++++++++++++++++ app/resources/app_locale_settings_am.xtb | 5 + app/resources/app_locale_settings_ar.xtb | 5 + app/resources/app_locale_settings_bg.xtb | 4 + app/resources/app_locale_settings_bn.xtb | 9 + app/resources/app_locale_settings_ca.xtb | 4 + app/resources/app_locale_settings_cs.xtb | 4 + app/resources/app_locale_settings_da.xtb | 4 + app/resources/app_locale_settings_de.xtb | 4 + app/resources/app_locale_settings_el.xtb | 4 + app/resources/app_locale_settings_en-GB.xtb | 4 + app/resources/app_locale_settings_es-419.xtb | 4 + app/resources/app_locale_settings_es.xtb | 4 + app/resources/app_locale_settings_et.xtb | 4 + app/resources/app_locale_settings_fa.xtb | 5 + app/resources/app_locale_settings_fi.xtb | 4 + app/resources/app_locale_settings_fil.xtb | 4 + app/resources/app_locale_settings_fr.xtb | 4 + app/resources/app_locale_settings_gu.xtb | 6 + app/resources/app_locale_settings_he.xtb | 4 + app/resources/app_locale_settings_hi.xtb | 7 + app/resources/app_locale_settings_hr.xtb | 4 + app/resources/app_locale_settings_hu.xtb | 4 + app/resources/app_locale_settings_id.xtb | 4 + app/resources/app_locale_settings_it.xtb | 4 + app/resources/app_locale_settings_ja.xtb | 6 + app/resources/app_locale_settings_kn.xtb | 7 + app/resources/app_locale_settings_ko.xtb | 5 + app/resources/app_locale_settings_lt.xtb | 4 + app/resources/app_locale_settings_lv.xtb | 4 + app/resources/app_locale_settings_ml.xtb | 8 + app/resources/app_locale_settings_mr.xtb | 7 + app/resources/app_locale_settings_nb.xtb | 4 + app/resources/app_locale_settings_nl.xtb | 4 + app/resources/app_locale_settings_pl.xtb | 4 + app/resources/app_locale_settings_pt-BR.xtb | 4 + app/resources/app_locale_settings_pt-PT.xtb | 4 + app/resources/app_locale_settings_ro.xtb | 4 + app/resources/app_locale_settings_ru.xtb | 4 + app/resources/app_locale_settings_sk.xtb | 4 + app/resources/app_locale_settings_sl.xtb | 4 + app/resources/app_locale_settings_sr.xtb | 4 + app/resources/app_locale_settings_sv.xtb | 4 + app/resources/app_locale_settings_sw.xtb | 4 + app/resources/app_locale_settings_ta.xtb | 4 + app/resources/app_locale_settings_te.xtb | 7 + app/resources/app_locale_settings_th.xtb | 5 + app/resources/app_locale_settings_tr.xtb | 4 + app/resources/app_locale_settings_uk.xtb | 4 + app/resources/app_locale_settings_vi.xtb | 4 + app/resources/app_locale_settings_zh-CN.xtb | 5 + app/resources/app_locale_settings_zh-TW.xtb | 5 + app/resources/app_strings.grd | 369 +++++++++++++++++++++++++++ app/resources/app_strings_am.xtb | 50 ++++ app/resources/app_strings_ar.xtb | 50 ++++ app/resources/app_strings_bg.xtb | 50 ++++ app/resources/app_strings_bn.xtb | 50 ++++ app/resources/app_strings_ca.xtb | 50 ++++ app/resources/app_strings_cs.xtb | 50 ++++ app/resources/app_strings_da.xtb | 50 ++++ app/resources/app_strings_de.xtb | 50 ++++ app/resources/app_strings_el.xtb | 50 ++++ app/resources/app_strings_en-GB.xtb | 50 ++++ app/resources/app_strings_es-419.xtb | 50 ++++ app/resources/app_strings_es.xtb | 50 ++++ app/resources/app_strings_et.xtb | 50 ++++ app/resources/app_strings_fa.xtb | 50 ++++ app/resources/app_strings_fi.xtb | 50 ++++ app/resources/app_strings_fil.xtb | 50 ++++ app/resources/app_strings_fr.xtb | 50 ++++ app/resources/app_strings_gu.xtb | 50 ++++ app/resources/app_strings_hi.xtb | 50 ++++ app/resources/app_strings_hr.xtb | 50 ++++ app/resources/app_strings_hu.xtb | 50 ++++ app/resources/app_strings_id.xtb | 50 ++++ app/resources/app_strings_it.xtb | 50 ++++ app/resources/app_strings_iw.xtb | 50 ++++ app/resources/app_strings_ja.xtb | 50 ++++ app/resources/app_strings_kn.xtb | 50 ++++ app/resources/app_strings_ko.xtb | 50 ++++ app/resources/app_strings_lt.xtb | 50 ++++ app/resources/app_strings_lv.xtb | 50 ++++ app/resources/app_strings_ml.xtb | 50 ++++ app/resources/app_strings_mr.xtb | 50 ++++ app/resources/app_strings_nl.xtb | 50 ++++ app/resources/app_strings_no.xtb | 50 ++++ app/resources/app_strings_pl.xtb | 50 ++++ app/resources/app_strings_pt-BR.xtb | 50 ++++ app/resources/app_strings_pt-PT.xtb | 50 ++++ app/resources/app_strings_ro.xtb | 50 ++++ app/resources/app_strings_ru.xtb | 50 ++++ app/resources/app_strings_sk.xtb | 50 ++++ app/resources/app_strings_sl.xtb | 50 ++++ app/resources/app_strings_sr.xtb | 50 ++++ app/resources/app_strings_sv.xtb | 50 ++++ app/resources/app_strings_sw.xtb | 50 ++++ app/resources/app_strings_ta.xtb | 50 ++++ app/resources/app_strings_te.xtb | 50 ++++ app/resources/app_strings_th.xtb | 50 ++++ app/resources/app_strings_tr.xtb | 50 ++++ app/resources/app_strings_uk.xtb | 50 ++++ app/resources/app_strings_vi.xtb | 50 ++++ app/resources/app_strings_zh-CN.xtb | 50 ++++ app/resources/app_strings_zh-TW.xtb | 50 ++++ 106 files changed, 3474 insertions(+), 5 deletions(-) create mode 100644 app/resources/app_locale_settings.grd create mode 100644 app/resources/app_locale_settings_am.xtb create mode 100644 app/resources/app_locale_settings_ar.xtb create mode 100644 app/resources/app_locale_settings_bg.xtb create mode 100644 app/resources/app_locale_settings_bn.xtb create mode 100644 app/resources/app_locale_settings_ca.xtb create mode 100644 app/resources/app_locale_settings_cs.xtb create mode 100644 app/resources/app_locale_settings_da.xtb create mode 100644 app/resources/app_locale_settings_de.xtb create mode 100644 app/resources/app_locale_settings_el.xtb create mode 100644 app/resources/app_locale_settings_en-GB.xtb create mode 100644 app/resources/app_locale_settings_es-419.xtb create mode 100644 app/resources/app_locale_settings_es.xtb create mode 100644 app/resources/app_locale_settings_et.xtb create mode 100644 app/resources/app_locale_settings_fa.xtb create mode 100644 app/resources/app_locale_settings_fi.xtb create mode 100644 app/resources/app_locale_settings_fil.xtb create mode 100644 app/resources/app_locale_settings_fr.xtb create mode 100644 app/resources/app_locale_settings_gu.xtb create mode 100644 app/resources/app_locale_settings_he.xtb create mode 100644 app/resources/app_locale_settings_hi.xtb create mode 100644 app/resources/app_locale_settings_hr.xtb create mode 100644 app/resources/app_locale_settings_hu.xtb create mode 100644 app/resources/app_locale_settings_id.xtb create mode 100644 app/resources/app_locale_settings_it.xtb create mode 100644 app/resources/app_locale_settings_ja.xtb create mode 100644 app/resources/app_locale_settings_kn.xtb create mode 100644 app/resources/app_locale_settings_ko.xtb create mode 100644 app/resources/app_locale_settings_lt.xtb create mode 100644 app/resources/app_locale_settings_lv.xtb create mode 100644 app/resources/app_locale_settings_ml.xtb create mode 100644 app/resources/app_locale_settings_mr.xtb create mode 100644 app/resources/app_locale_settings_nb.xtb create mode 100644 app/resources/app_locale_settings_nl.xtb create mode 100644 app/resources/app_locale_settings_pl.xtb create mode 100644 app/resources/app_locale_settings_pt-BR.xtb create mode 100644 app/resources/app_locale_settings_pt-PT.xtb create mode 100644 app/resources/app_locale_settings_ro.xtb create mode 100644 app/resources/app_locale_settings_ru.xtb create mode 100644 app/resources/app_locale_settings_sk.xtb create mode 100644 app/resources/app_locale_settings_sl.xtb create mode 100644 app/resources/app_locale_settings_sr.xtb create mode 100644 app/resources/app_locale_settings_sv.xtb create mode 100644 app/resources/app_locale_settings_sw.xtb create mode 100644 app/resources/app_locale_settings_ta.xtb create mode 100644 app/resources/app_locale_settings_te.xtb create mode 100644 app/resources/app_locale_settings_th.xtb create mode 100644 app/resources/app_locale_settings_tr.xtb create mode 100644 app/resources/app_locale_settings_uk.xtb create mode 100644 app/resources/app_locale_settings_vi.xtb create mode 100644 app/resources/app_locale_settings_zh-CN.xtb create mode 100644 app/resources/app_locale_settings_zh-TW.xtb create mode 100644 app/resources/app_strings.grd create mode 100644 app/resources/app_strings_am.xtb create mode 100644 app/resources/app_strings_ar.xtb create mode 100644 app/resources/app_strings_bg.xtb create mode 100644 app/resources/app_strings_bn.xtb create mode 100644 app/resources/app_strings_ca.xtb create mode 100644 app/resources/app_strings_cs.xtb create mode 100644 app/resources/app_strings_da.xtb create mode 100644 app/resources/app_strings_de.xtb create mode 100644 app/resources/app_strings_el.xtb create mode 100644 app/resources/app_strings_en-GB.xtb create mode 100644 app/resources/app_strings_es-419.xtb create mode 100644 app/resources/app_strings_es.xtb create mode 100644 app/resources/app_strings_et.xtb create mode 100644 app/resources/app_strings_fa.xtb create mode 100644 app/resources/app_strings_fi.xtb create mode 100644 app/resources/app_strings_fil.xtb create mode 100644 app/resources/app_strings_fr.xtb create mode 100644 app/resources/app_strings_gu.xtb create mode 100644 app/resources/app_strings_hi.xtb create mode 100644 app/resources/app_strings_hr.xtb create mode 100644 app/resources/app_strings_hu.xtb create mode 100644 app/resources/app_strings_id.xtb create mode 100644 app/resources/app_strings_it.xtb create mode 100644 app/resources/app_strings_iw.xtb create mode 100644 app/resources/app_strings_ja.xtb create mode 100644 app/resources/app_strings_kn.xtb create mode 100644 app/resources/app_strings_ko.xtb create mode 100644 app/resources/app_strings_lt.xtb create mode 100644 app/resources/app_strings_lv.xtb create mode 100644 app/resources/app_strings_ml.xtb create mode 100644 app/resources/app_strings_mr.xtb create mode 100644 app/resources/app_strings_nl.xtb create mode 100644 app/resources/app_strings_no.xtb create mode 100644 app/resources/app_strings_pl.xtb create mode 100644 app/resources/app_strings_pt-BR.xtb create mode 100644 app/resources/app_strings_pt-PT.xtb create mode 100644 app/resources/app_strings_ro.xtb create mode 100644 app/resources/app_strings_ru.xtb create mode 100644 app/resources/app_strings_sk.xtb create mode 100644 app/resources/app_strings_sl.xtb create mode 100644 app/resources/app_strings_sr.xtb create mode 100644 app/resources/app_strings_sv.xtb create mode 100644 app/resources/app_strings_sw.xtb create mode 100644 app/resources/app_strings_ta.xtb create mode 100644 app/resources/app_strings_te.xtb create mode 100644 app/resources/app_strings_th.xtb create mode 100644 app/resources/app_strings_tr.xtb create mode 100644 app/resources/app_strings_uk.xtb create mode 100644 app/resources/app_strings_vi.xtb create mode 100644 app/resources/app_strings_zh-CN.xtb create mode 100644 app/resources/app_strings_zh-TW.xtb (limited to 'app') diff --git a/app/app.gyp b/app/app.gyp index fc10ca0..d1b3198 100644 --- a/app/app.gyp +++ b/app/app.gyp @@ -11,6 +11,10 @@ '<@(grit_defines)'], 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/app', 'grit_cmd': ['python', '../tools/grit/grit.py'], + 'localizable_resources': [ + 'resources/app_locale_settings.grd', + 'resources/app_strings.grd', + ], }, 'includes': [ 'app_base.gypi', @@ -66,9 +70,9 @@ '../ui/base/dragdrop/gtk_dnd_util_unittest.cc', ], 'dependencies': [ + 'app_unittest_strings', '../build/linux/system.gyp:gtk', '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', - '../ui/base/strings/ui_strings.gyp:ui_unittest_strings', ], }], ['OS!="win"', { @@ -89,6 +93,43 @@ ], }, { + 'target_name': 'app_strings', + 'msvs_guid': 'AE9BF4A2-19C5-49D8-BB1A-F28496DD7051', + 'type': 'none', + 'rules': [ + { + 'rule_name': 'grit', + 'extension': 'grd', + 'inputs': [ + '!@(<(apply_locales_cmd) \'<(grit_out_dir)/<(RULE_INPUT_ROOT)/<(RULE_INPUT_ROOT)_ZZLOCALE.pak\' <(locales))', + ], + 'action': ['<@(grit_cmd)', '-i', '<(RULE_INPUT_PATH)', + 'build', '-o', '<(grit_out_dir)/<(RULE_INPUT_ROOT)', + '<@(grit_defines)'], + 'message': 'Generating resources from <(RULE_INPUT_PATH)', + }, + ], + 'sources': [ + '<@(localizable_resources)', + ], + 'direct_dependent_settings': { + 'include_dirs': [ + '<(grit_out_dir)/app_locale_settings', + '<(grit_out_dir)/app_strings', + ], + }, + 'conditions': [ + ['OS=="win"', { + 'dependencies': ['../build/win/system.gyp:cygwin'], + }], + ], + }, + { 'target_name': 'app_resources', 'type': 'none', 'msvs_guid': '3FBC4235-3FBD-46DF-AEDC-BADBBA13A095', @@ -123,6 +164,45 @@ ], }, ], + 'conditions': [ + ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', { + 'targets': [{ + 'target_name': 'app_unittest_strings', + 'type': 'none', + 'variables': { + 'repack_path': '<(DEPTH)/tools/data_pack/repack.py', + }, + 'actions': [ + { + 'action_name': 'repack_app_unittest_strings', + 'variables': { + 'pak_inputs': [ + '<(grit_out_dir)/app_strings/app_strings_en-US.pak', + '<(grit_out_dir)/app_locale_settings/app_locale_settings_en-US.pak', + ], + }, + 'inputs': [ + '<(repack_path)', + '<@(pak_inputs)', + ], + 'outputs': [ + '<(PRODUCT_DIR)/app_unittests_strings/en-US.pak', + ], + 'action': ['python', '<(repack_path)', '<@(_outputs)', + '<@(pak_inputs)'], + }, + ], + 'copies': [ + { + 'destination': '<(PRODUCT_DIR)/app_unittests_strings', + 'files': [ + '<(grit_out_dir)/app_resources/app_resources.pak', + ], + }, + ], + }], + }], + ], } # Local Variables: diff --git a/app/app_base.gypi b/app/app_base.gypi index 1cf9f34..163045f 100644 --- a/app/app_base.gypi +++ b/app/app_base.gypi @@ -59,9 +59,10 @@ 'gl_binding_output_dir': '<(SHARED_INTERMEDIATE_DIR)/app', }, 'dependencies': [ - # app resources and ui_strings should be shared with the 64-bit + # app resources and app_strings should be shared with the 64-bit # target, but it doesn't work due to a bug in gyp 'app_resources', + 'app_strings', '../base/base.gyp:base', '../base/base.gyp:base_i18n', '../ui/gfx/gfx.gyp:gfx', @@ -72,7 +73,6 @@ '../third_party/libpng/libpng.gyp:libpng', '../third_party/sqlite/sqlite.gyp:sqlite', '../third_party/zlib/zlib.gyp:zlib', - '../ui/base/strings/ui_strings.gyp:ui_strings', '<(libjpeg_gyp_path):libjpeg', ], 'include_dirs': [ @@ -420,11 +420,11 @@ 'type': '<(library)', 'msvs_guid': '4987C6F9-B230-48E5-BF91-418EAE69AD90', 'dependencies': [ - # app resources and ui_strings should be shared with the 32-bit + # app resources and app_strings should be shared with the 32-bit # target, but it doesn't work due to a bug in gyp 'app_resources', + 'app_strings', '../base/base.gyp:base_nacl_win64', - '../ui/base/strings/ui_strings.gyp:ui_strings', ], 'variables': { 'app_base_target': 1, diff --git a/app/resources/app_locale_settings.grd b/app/resources/app_locale_settings.grd new file mode 100644 index 0000000..1bf5203 --- /dev/null +++ b/app/resources/app_locale_settings.grd @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + default + + + + default + + + + + 100 + + + + 100 + + + + + 5 + + + + + + + default + + + + + diff --git a/app/resources/app_locale_settings_am.xtb b/app/resources/app_locale_settings_am.xtb new file mode 100644 index 0000000..c05871b --- /dev/null +++ b/app/resources/app_locale_settings_am.xtb @@ -0,0 +1,5 @@ + + + +abyssinica sil + diff --git a/app/resources/app_locale_settings_ar.xtb b/app/resources/app_locale_settings_ar.xtb new file mode 100644 index 0000000..e1d3faf --- /dev/null +++ b/app/resources/app_locale_settings_ar.xtb @@ -0,0 +1,5 @@ + + + +10 + diff --git a/app/resources/app_locale_settings_bg.xtb b/app/resources/app_locale_settings_bg.xtb new file mode 100644 index 0000000..ebab473 --- /dev/null +++ b/app/resources/app_locale_settings_bg.xtb @@ -0,0 +1,4 @@ + + + + diff --git a/app/resources/app_locale_settings_bn.xtb b/app/resources/app_locale_settings_bn.xtb new file mode 100644 index 0000000..6c32c06 --- /dev/null +++ b/app/resources/app_locale_settings_bn.xtb @@ -0,0 +1,9 @@ + + + +vrinda +vrinda +160 +120 +10 + diff --git a/app/resources/app_locale_settings_ca.xtb b/app/resources/app_locale_settings_ca.xtb new file mode 100644 index 0000000..1438d89 --- /dev/null +++ b/app/resources/app_locale_settings_ca.xtb @@ -0,0 +1,4 @@ + + + + diff --git a/app/resources/app_locale_settings_cs.xtb b/app/resources/app_locale_settings_cs.xtb new file mode 100644 index 0000000..2d95130 --- /dev/null +++ b/app/resources/app_locale_settings_cs.xtb @@ -0,0 +1,4 @@ + + + + diff --git a/app/resources/app_locale_settings_da.xtb b/app/resources/app_locale_settings_da.xtb new file mode 100644 index 0000000..751fa4a --- /dev/null +++ b/app/resources/app_locale_settings_da.xtb @@ -0,0 +1,4 @@ + + + + diff --git a/app/resources/app_locale_settings_de.xtb b/app/resources/app_locale_settings_de.xtb new file mode 100644 index 0000000..91de7f51 --- /dev/null +++ b/app/resources/app_locale_settings_de.xtb @@ -0,0 +1,4 @@ + + + + diff --git a/app/resources/app_locale_settings_el.xtb b/app/resources/app_locale_settings_el.xtb new file mode 100644 index 0000000..6e5e7d8 --- /dev/null +++ b/app/resources/app_locale_settings_el.xtb @@ -0,0 +1,4 @@ + + + + diff --git a/app/resources/app_locale_settings_en-GB.xtb b/app/resources/app_locale_settings_en-GB.xtb new file mode 100644 index 0000000..0fb2133 --- /dev/null +++ b/app/resources/app_locale_settings_en-GB.xtb @@ -0,0 +1,4 @@ + + + + diff --git a/app/resources/app_locale_settings_es-419.xtb b/app/resources/app_locale_settings_es-419.xtb new file mode 100644 index 0000000..2fe4770 --- /dev/null +++ b/app/resources/app_locale_settings_es-419.xtb @@ -0,0 +1,4 @@ + + + + diff --git a/app/resources/app_locale_settings_es.xtb b/app/resources/app_locale_settings_es.xtb new file mode 100644 index 0000000..64022ec --- /dev/null +++ b/app/resources/app_locale_settings_es.xtb @@ -0,0 +1,4 @@ + + + + diff --git a/app/resources/app_locale_settings_et.xtb b/app/resources/app_locale_settings_et.xtb new file mode 100644 index 0000000..5244dfd --- /dev/null +++ b/app/resources/app_locale_settings_et.xtb @@ -0,0 +1,4 @@ + + + + diff --git a/app/resources/app_locale_settings_fa.xtb b/app/resources/app_locale_settings_fa.xtb new file mode 100644 index 0000000..386e0ae --- /dev/null +++ b/app/resources/app_locale_settings_fa.xtb @@ -0,0 +1,5 @@ + + + +10 + diff --git a/app/resources/app_locale_settings_fi.xtb b/app/resources/app_locale_settings_fi.xtb new file mode 100644 index 0000000..4691cd5 --- /dev/null +++ b/app/resources/app_locale_settings_fi.xtb @@ -0,0 +1,4 @@ + + + + diff --git a/app/resources/app_locale_settings_fil.xtb b/app/resources/app_locale_settings_fil.xtb new file mode 100644 index 0000000..443630e --- /dev/null +++ b/app/resources/app_locale_settings_fil.xtb @@ -0,0 +1,4 @@ + + + + diff --git a/app/resources/app_locale_settings_fr.xtb b/app/resources/app_locale_settings_fr.xtb new file mode 100644 index 0000000..63026a3 --- /dev/null +++ b/app/resources/app_locale_settings_fr.xtb @@ -0,0 +1,4 @@ + + + + diff --git a/app/resources/app_locale_settings_gu.xtb b/app/resources/app_locale_settings_gu.xtb new file mode 100644 index 0000000..36e4998 --- /dev/null +++ b/app/resources/app_locale_settings_gu.xtb @@ -0,0 +1,6 @@ + + + +115 +10 + diff --git a/app/resources/app_locale_settings_he.xtb b/app/resources/app_locale_settings_he.xtb new file mode 100644 index 0000000..5545011 --- /dev/null +++ b/app/resources/app_locale_settings_he.xtb @@ -0,0 +1,4 @@ + + + + diff --git a/app/resources/app_locale_settings_hi.xtb b/app/resources/app_locale_settings_hi.xtb new file mode 100644 index 0000000..56983d7 --- /dev/null +++ b/app/resources/app_locale_settings_hi.xtb @@ -0,0 +1,7 @@ + + + +140 +125 +10 + diff --git a/app/resources/app_locale_settings_hr.xtb b/app/resources/app_locale_settings_hr.xtb new file mode 100644 index 0000000..26f99d0 --- /dev/null +++ b/app/resources/app_locale_settings_hr.xtb @@ -0,0 +1,4 @@ + + + + diff --git a/app/resources/app_locale_settings_hu.xtb b/app/resources/app_locale_settings_hu.xtb new file mode 100644 index 0000000..7ef9a5e --- /dev/null +++ b/app/resources/app_locale_settings_hu.xtb @@ -0,0 +1,4 @@ + + + + diff --git a/app/resources/app_locale_settings_id.xtb b/app/resources/app_locale_settings_id.xtb new file mode 100644 index 0000000..aa34783 --- /dev/null +++ b/app/resources/app_locale_settings_id.xtb @@ -0,0 +1,4 @@ + + + + diff --git a/app/resources/app_locale_settings_it.xtb b/app/resources/app_locale_settings_it.xtb new file mode 100644 index 0000000..a6ac8d46 --- /dev/null +++ b/app/resources/app_locale_settings_it.xtb @@ -0,0 +1,4 @@ + + + + diff --git a/app/resources/app_locale_settings_ja.xtb b/app/resources/app_locale_settings_ja.xtb new file mode 100644 index 0000000..933d47d --- /dev/null +++ b/app/resources/app_locale_settings_ja.xtb @@ -0,0 +1,6 @@ + + + +10 +IPAPGothic, 10 + diff --git a/app/resources/app_locale_settings_kn.xtb b/app/resources/app_locale_settings_kn.xtb new file mode 100644 index 0000000..2991bff --- /dev/null +++ b/app/resources/app_locale_settings_kn.xtb @@ -0,0 +1,7 @@ + + + +142 +130 +10 + diff --git a/app/resources/app_locale_settings_ko.xtb b/app/resources/app_locale_settings_ko.xtb new file mode 100644 index 0000000..7c4134c --- /dev/null +++ b/app/resources/app_locale_settings_ko.xtb @@ -0,0 +1,5 @@ + + + +10 + diff --git a/app/resources/app_locale_settings_lt.xtb b/app/resources/app_locale_settings_lt.xtb new file mode 100644 index 0000000..5804ae2 --- /dev/null +++ b/app/resources/app_locale_settings_lt.xtb @@ -0,0 +1,4 @@ + + + + diff --git a/app/resources/app_locale_settings_lv.xtb b/app/resources/app_locale_settings_lv.xtb new file mode 100644 index 0000000..a0a1c47 --- /dev/null +++ b/app/resources/app_locale_settings_lv.xtb @@ -0,0 +1,4 @@ + + + + diff --git a/app/resources/app_locale_settings_ml.xtb b/app/resources/app_locale_settings_ml.xtb new file mode 100644 index 0000000..96da8a6 --- /dev/null +++ b/app/resources/app_locale_settings_ml.xtb @@ -0,0 +1,8 @@ + + + +kartika +150 +120 +10 + diff --git a/app/resources/app_locale_settings_mr.xtb b/app/resources/app_locale_settings_mr.xtb new file mode 100644 index 0000000..95ff0b3 --- /dev/null +++ b/app/resources/app_locale_settings_mr.xtb @@ -0,0 +1,7 @@ + + + +140 +125 +10 + diff --git a/app/resources/app_locale_settings_nb.xtb b/app/resources/app_locale_settings_nb.xtb new file mode 100644 index 0000000..913638b --- /dev/null +++ b/app/resources/app_locale_settings_nb.xtb @@ -0,0 +1,4 @@ + + + + diff --git a/app/resources/app_locale_settings_nl.xtb b/app/resources/app_locale_settings_nl.xtb new file mode 100644 index 0000000..e782410 --- /dev/null +++ b/app/resources/app_locale_settings_nl.xtb @@ -0,0 +1,4 @@ + + + + diff --git a/app/resources/app_locale_settings_pl.xtb b/app/resources/app_locale_settings_pl.xtb new file mode 100644 index 0000000..4519e3d --- /dev/null +++ b/app/resources/app_locale_settings_pl.xtb @@ -0,0 +1,4 @@ + + + + diff --git a/app/resources/app_locale_settings_pt-BR.xtb b/app/resources/app_locale_settings_pt-BR.xtb new file mode 100644 index 0000000..e95eb56 --- /dev/null +++ b/app/resources/app_locale_settings_pt-BR.xtb @@ -0,0 +1,4 @@ + + + + diff --git a/app/resources/app_locale_settings_pt-PT.xtb b/app/resources/app_locale_settings_pt-PT.xtb new file mode 100644 index 0000000..1dcf557a --- /dev/null +++ b/app/resources/app_locale_settings_pt-PT.xtb @@ -0,0 +1,4 @@ + + + + diff --git a/app/resources/app_locale_settings_ro.xtb b/app/resources/app_locale_settings_ro.xtb new file mode 100644 index 0000000..9e43493 --- /dev/null +++ b/app/resources/app_locale_settings_ro.xtb @@ -0,0 +1,4 @@ + + + + diff --git a/app/resources/app_locale_settings_ru.xtb b/app/resources/app_locale_settings_ru.xtb new file mode 100644 index 0000000..c4a621b --- /dev/null +++ b/app/resources/app_locale_settings_ru.xtb @@ -0,0 +1,4 @@ + + + + diff --git a/app/resources/app_locale_settings_sk.xtb b/app/resources/app_locale_settings_sk.xtb new file mode 100644 index 0000000..00750d3 --- /dev/null +++ b/app/resources/app_locale_settings_sk.xtb @@ -0,0 +1,4 @@ + + + + diff --git a/app/resources/app_locale_settings_sl.xtb b/app/resources/app_locale_settings_sl.xtb new file mode 100644 index 0000000..489b7e4 --- /dev/null +++ b/app/resources/app_locale_settings_sl.xtb @@ -0,0 +1,4 @@ + + + + diff --git a/app/resources/app_locale_settings_sr.xtb b/app/resources/app_locale_settings_sr.xtb new file mode 100644 index 0000000..38f6f35 --- /dev/null +++ b/app/resources/app_locale_settings_sr.xtb @@ -0,0 +1,4 @@ + + + + diff --git a/app/resources/app_locale_settings_sv.xtb b/app/resources/app_locale_settings_sv.xtb new file mode 100644 index 0000000..ddea3dc --- /dev/null +++ b/app/resources/app_locale_settings_sv.xtb @@ -0,0 +1,4 @@ + + + + diff --git a/app/resources/app_locale_settings_sw.xtb b/app/resources/app_locale_settings_sw.xtb new file mode 100644 index 0000000..b775088 --- /dev/null +++ b/app/resources/app_locale_settings_sw.xtb @@ -0,0 +1,4 @@ + + + + diff --git a/app/resources/app_locale_settings_ta.xtb b/app/resources/app_locale_settings_ta.xtb new file mode 100644 index 0000000..ef90687 --- /dev/null +++ b/app/resources/app_locale_settings_ta.xtb @@ -0,0 +1,4 @@ + + + + diff --git a/app/resources/app_locale_settings_te.xtb b/app/resources/app_locale_settings_te.xtb new file mode 100644 index 0000000..d6d71bd --- /dev/null +++ b/app/resources/app_locale_settings_te.xtb @@ -0,0 +1,7 @@ + + + +145 +130 +10 + diff --git a/app/resources/app_locale_settings_th.xtb b/app/resources/app_locale_settings_th.xtb new file mode 100644 index 0000000..070c16e --- /dev/null +++ b/app/resources/app_locale_settings_th.xtb @@ -0,0 +1,5 @@ + + + +10 + diff --git a/app/resources/app_locale_settings_tr.xtb b/app/resources/app_locale_settings_tr.xtb new file mode 100644 index 0000000..9a29951 --- /dev/null +++ b/app/resources/app_locale_settings_tr.xtb @@ -0,0 +1,4 @@ + + + + diff --git a/app/resources/app_locale_settings_uk.xtb b/app/resources/app_locale_settings_uk.xtb new file mode 100644 index 0000000..f0db52c --- /dev/null +++ b/app/resources/app_locale_settings_uk.xtb @@ -0,0 +1,4 @@ + + + + diff --git a/app/resources/app_locale_settings_vi.xtb b/app/resources/app_locale_settings_vi.xtb new file mode 100644 index 0000000..b2957da --- /dev/null +++ b/app/resources/app_locale_settings_vi.xtb @@ -0,0 +1,4 @@ + + + + diff --git a/app/resources/app_locale_settings_zh-CN.xtb b/app/resources/app_locale_settings_zh-CN.xtb new file mode 100644 index 0000000..1034e66 --- /dev/null +++ b/app/resources/app_locale_settings_zh-CN.xtb @@ -0,0 +1,5 @@ + + + +10 + diff --git a/app/resources/app_locale_settings_zh-TW.xtb b/app/resources/app_locale_settings_zh-TW.xtb new file mode 100644 index 0000000..8829d71 --- /dev/null +++ b/app/resources/app_locale_settings_zh-TW.xtb @@ -0,0 +1,5 @@ + + + +10 + diff --git a/app/resources/app_strings.grd b/app/resources/app_strings.grd new file mode 100644 index 0000000..ea66566 --- /dev/null +++ b/app/resources/app_strings.grd @@ -0,0 +1,369 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + (empty) + + + + + Untitled Web Page + + + All Files + + + $1EXE File (.$2exe) + + + + + Press + + + Close + + + Minimize + + + Maximize + + + Restore + + + + + Scroll to Here + + + Left Edge + + + Right Edge + + + Top + + + Bottom + + + Page Up + + + Page Down + + + Scroll Left + + + Scroll Right + + + Scroll Up + + + Scroll Down + + + + + &Undo + + + Cu&t + + + &Copy + + + &Paste + + + &Delete + + + Select &all + + + + + OK + + + Cancel + + + Close + + + + + Esc + + + Tab + + + Ins + + + Home + + + Del + + + End + + + PgUp + + + PgDwn + + + Left Arrow + + + Right Arrow + + + Up Arrow + + + Down Arrow + + + Enter + + + F1 + + + F11 + + + Backspace + + + + + Ctrl+$1C + + + Alt+$1C + + + Shift+$1C + + + + diff --git a/app/resources/app_strings_am.xtb b/app/resources/app_strings_am.xtb new file mode 100644 index 0000000..c30de78 --- /dev/null +++ b/app/resources/app_strings_am.xtb @@ -0,0 +1,50 @@ + + + +Ins +Del +ጨርስ +ግራ ቀስት + ፋይል(.) +Alt+ +ሰርዝ +F11 +የላይ ቀስት +የቀኝ ጠርዝ +መነሻ +ቁ&ረጥ +&ለጥፍ +Ctrl+ +ዝቅዝቅ ቀስት +ግርጌ +ወደ ግራ ሸብልል +ወደታች አንቀሳቅስ +ትር +ሁሉም ፋይሎች +&ቅዳ +ቀኝ ቀስት +አስፋ +&ሁሉንም ምረጥ +ወደላይ አንቀሳቅስ +ወደ እዚህ ሸብልል +PgDwn +F1 +(ባዶ) +PgUp +ወደ ቀኝ ሸብልል +ላይ +ወደ ላይ ሸብልል +Esc +ወደ ታች ሸብልል +እነበረበት መልስ +Enter +&ቀልብስ +Backspace +ተጫን +ዝጋ +ርእስ አልባ ድረ-ገጽ +Shift+ +ይሁን +አሳንስ +የግራ ጠርዝ + \ No newline at end of file diff --git a/app/resources/app_strings_ar.xtb b/app/resources/app_strings_ar.xtb new file mode 100644 index 0000000..1984ec3 --- /dev/null +++ b/app/resources/app_strings_ar.xtb @@ -0,0 +1,50 @@ + + + +مفتاح Ins +مفتاح Del (حذف) +مفتاح End +مفتاح سهم إلى اليسار +ملف (.) +Alt+ +إلغاء +F11 +مفتاح سهم إلى أعلى +الحافة اليسرى +الصفحة الرئيسية +&قص +ل&صق +Ctrl+ +مفتاح سهم إلى أسفل +أسفل +التمرير إلى اليمين +صفحة إلى أسفل +علامة تبويب +الملفّات كلّها +&نسخ +مفتاح سهم إلى اليمين +تكبير +تح&ديد الكلّ +صفحة إلى أعلى +التمرير إلى هنا +مفتاح PgDwn (صفحة إلى أسفل) +F1 +(فارغ) +مفتاح PgUp (صفحة إلى أعلى) +التمرير إلى اليسار +أعلى +التمرير إلى أعلى +مفتاح Esc +التمرير إلى أسفل +استعادة +مفتاح Enter +&إلغاء +Backspace +اضغط +إغلاق +صفحة ويب بلا عنوان +Shift+ +موافق +تصغير +الحافة اليمنى + \ No newline at end of file diff --git a/app/resources/app_strings_bg.xtb b/app/resources/app_strings_bg.xtb new file mode 100644 index 0000000..53b953d --- /dev/null +++ b/app/resources/app_strings_bg.xtb @@ -0,0 +1,50 @@ + + + +Ins +Del +End +Стрелка наляво + файл (.) +Alt+ +Отказ +F11 +Стрелка нагоре +Десн край +Home +Изрязва&не +&Поставяне +Ctrl+ +Стрелка надолу +Най-долу +Превъртане наляво +Страница надолу +Раздел +Всички файлове +&Копиране +Стрелка надясно +Увеличаване +&Избиране на всички +Страница нагоре +Превъртане до тук +PgDwn +F1 +(празно) +PgUp +Превъртане надясно +Най-горе +Превъртане нагоре +Esc +Превъртане надолу +Възстановяване +Enter +&Отмяна +Backspace +Натиснете +Затваряне +Неозаглавена уеб страница +Shift+ +OK +Намаляване +Ляв край + \ No newline at end of file diff --git a/app/resources/app_strings_bn.xtb b/app/resources/app_strings_bn.xtb new file mode 100644 index 0000000..9d1c4ab --- /dev/null +++ b/app/resources/app_strings_bn.xtb @@ -0,0 +1,50 @@ + + + +Ins +Del +End +Left Arrow + ফাইল (.) +Alt+ +বাতিল +F11 +Up Arrow +ডান প্রান্ত +হোম +ছেদ&ন +&প্রতিলেপন +Ctrl+ +Down Arrow +নীচে +বাম দিকে স্ক্রোল করুন +পৃষ্ঠা উপরে +ট্যাব +সকল ফাইল +&অনুলিপি +Right Arrow +বড় করুন +&সকল নির্বাচন করুন +পৃষ্ঠা নিচে +এখান পর্যন্ত স্ক্রোল করুন +PgDwn +F1 +(খালি) +PgUp +ডান দিকে স্ক্রোল করুন +শীর্ষ +উপরে স্ক্রোল করুন +Esc +নীচে স্ক্রোল করুন +পুনরুদ্ধার করুন +প্রবেশ করান +&পূর্বাবস্থায় ফিরুন +Backspace +টিপুন +বন্ধ +শিরোনামহীন ওয়েব পৃষ্ঠা +Shift+ +ওকে +ছোট করুন +বাম প্রান্ত + \ No newline at end of file diff --git a/app/resources/app_strings_ca.xtb b/app/resources/app_strings_ca.xtb new file mode 100644 index 0000000..d9b2bed --- /dev/null +++ b/app/resources/app_strings_ca.xtb @@ -0,0 +1,50 @@ + + + +Ins +Supr +Fi +Fletxa esquerra +Fitxer (.) +Alt+ +Cancel·la +F11 +Fletxa amunt +Extrem dret +Inici +Re&talla +Engan&xa +Ctrl+ +Fletxa avall +Part inferior +Desplaçament a l'esquerra +Av Pàg +Pestanya +Tots els fitxers +&Copia +Fletxa dreta +Maximitza +Selecciona-ho &tot +Re Pàg +Desplaçament fins aquí +Av Pàg +F1 +(buit) +Re Pàg +Desplaçament a la dreta +Superior +Desplaçament amunt +Esc +Desplaçament avall +Restaura +Intro +&Desfés +Retrocés +Prem +Tanca +Pàgina web sense títol +Maj+ +Accepta +Minimitza +Extrem esquerre + \ No newline at end of file diff --git a/app/resources/app_strings_cs.xtb b/app/resources/app_strings_cs.xtb new file mode 100644 index 0000000..5fec120 --- /dev/null +++ b/app/resources/app_strings_cs.xtb @@ -0,0 +1,50 @@ + + + +Klávesa Ins +Klávesa Del +Klávesa End +Klávesa šipka vlevo +Soubor (.) +Alt+ +Zrušit +F11 +Klávesa šipka nahoru +Pravý okraj +Domů +Vyjmou&t +Vložit +Ctrl+ +Klávesa šipka dolů +Až dolů +Posuv doleva +Klávesa PageDown +Karta +Všechny soubory +&Kopírovat +Klávesa šipka vpravo +Maximalizovat +Vybrat vše +Klávesa PageUp +Posunout sem +Klávesa PgDwn +F1 +(prázdné) +Klávesa PgUp +Posuv doprava +Nahoru +Posuv nahoru +Klávesa Esc +Posuv dolů +Obnovit +Klávesa Enter +Z&pět +Backspace +Tisk +Zavřít +Webová stránka bez názvu +Shift+ +OK +Minimalizovat +Levý okraj + \ No newline at end of file diff --git a/app/resources/app_strings_da.xtb b/app/resources/app_strings_da.xtb new file mode 100644 index 0000000..79a6a5e --- /dev/null +++ b/app/resources/app_strings_da.xtb @@ -0,0 +1,50 @@ + + + +Ins +Del +End +Venstrepil + Fil (.) +Alt+ +Annuller +F11 +Pil opad +Højre kant +Startside +Kli&p +&Indsæt +Ctrl+ +Pil nedad +Bund +Scroll Left +Page Down +Fane +Alle filer +&Kopier +Højrepil +Maksimer +Vælg &alle +Page Up +Scroll hertil +PgDwn +F1 +(tom) +PgUp +Scroll til højre +Top +Scroll Up +Esc +Scroll Down +Gendan +Indtast +&Fortryd +Returtast +Tryk +Luk +Ikke-navngivet webside +Skift+ +OK +Minimer +Venstre kant + \ No newline at end of file diff --git a/app/resources/app_strings_de.xtb b/app/resources/app_strings_de.xtb new file mode 100644 index 0000000..6db62c7 --- /dev/null +++ b/app/resources/app_strings_de.xtb @@ -0,0 +1,50 @@ + + + +Einfg +Entf +Ende +Linkspfeil +-Datei (.) +Alt+ +Abbrechen +F11 +Aufwärtspfeil +Rechter Rand +Home +&Ausschneiden +&Einfügen +Strg+ +Abwärtspfeil +Unten +Nach links blättern +Bild ab +Tab +Alle Dateien +&Kopieren +Rechtspfeil +Vergrößern +&Alles auswählen +Bild auf +Hierher blättern +BildAb +F1 +(leer) +BildAuf +Nach rechts blättern +Oben +Nach oben blättern +Esc +Nach unten blättern +Wiederherstellen +Enter +&Rückgängig +Rücktaste +Klicken +Schließen +Unbenannte Webseite +Umschalt+ +OK +Verkleinern +Linker Rand + \ No newline at end of file diff --git a/app/resources/app_strings_el.xtb b/app/resources/app_strings_el.xtb new file mode 100644 index 0000000..14adb74 --- /dev/null +++ b/app/resources/app_strings_el.xtb @@ -0,0 +1,50 @@ + + + +Ins +Del +End +Αριστερό βέλος +Αρχείο (.) +Alt+ +Ακύρωση +F11 +Πάνω βέλος +Δεξιά άκρη +Αρχική σελίδα +Απο&κοπή +&Επικόλληση +Ctrl+ +Κάτω βέλος +Κάτω +Κύλιση αριστερά +Επόμενη σελίδα +Καρτέλα +Όλα τα αρχεία +&Αντιγραφή +Δεξιό βέλος +Μεγιστοποίηση +Επιλογή όλ&ων +Προηγούμενη σελίδα +Κύλιση εδώ +PgDwn +Πλήκτρο F1 +(κενό) +PgUp +Κύλιση δεξιά +Κορυφή +Κύλιση επάνω +Esc +Κύλιση κάτω +Επαναφορά +Enter +Αναί&ρεση +Πλήκτρο Backspace +Πιέστε +Κλείσιμο +Ιστοσελίδα χωρίς τίτλο +Shift+ +OK +Ελαχιστοποίηση +Αριστερή άκρη + \ No newline at end of file diff --git a/app/resources/app_strings_en-GB.xtb b/app/resources/app_strings_en-GB.xtb new file mode 100644 index 0000000..b57c258 --- /dev/null +++ b/app/resources/app_strings_en-GB.xtb @@ -0,0 +1,50 @@ + + + +Ins +Del +End +Left Arrow + File (.) +Alt+ +Cancel +F11 +Up Arrow +Right Edge +Home +Cu&t +&Paste +Ctrl+ +Down Arrow +Bottom +Scroll Left +Page Down +Tab +All Files +&Copy +Right Arrow +Maximise +Select &all +Page Up +Scroll to Here +PgDwn +F1 +(empty) +PgUp +Scroll Right +Top +Scroll Up +Esc +Scroll Down +Restore +Enter +&Undo +Backspace +Press +Close +Untitled Web Page +Shift+ +OK +Minimise +Left Edge + \ No newline at end of file diff --git a/app/resources/app_strings_es-419.xtb b/app/resources/app_strings_es-419.xtb new file mode 100644 index 0000000..e41ef27 --- /dev/null +++ b/app/resources/app_strings_es-419.xtb @@ -0,0 +1,50 @@ + + + +Insert +Supr +Fin +Flecha izquierda + Archivo (.) +Alt+ +Cancelar +F11 +Flecha arriba +Borde derecho +Inicio +Cor&tar +&Pegar +Ctrl+ +Flecha abajo +Inferior +Desplazar hacia la izquierda +Avanzar página +Pestaña +Todos los archivos +&Copiar +Flecha derecha +Maximizar +Seleccionar &todo +Retroceder página +Desplazarse hasta aquí +AvPág +F1 +(vacío) +RePág +Desplazar a la derecha +Superior +Desplazar hacia arriba +Esc +Desplazar hacia abajo +Restaurar +Intro +&Deshacer +Tecla de retroceso +Hacer clic +Cerrar +Página web sin título +Mayús+ +Aceptar +Minimizar +Borde izquierdo + \ No newline at end of file diff --git a/app/resources/app_strings_es.xtb b/app/resources/app_strings_es.xtb new file mode 100644 index 0000000..64e01df --- /dev/null +++ b/app/resources/app_strings_es.xtb @@ -0,0 +1,50 @@ + + + +Insert +Supr +Fin +Flecha izquierda +Archivo (.) +Alt+ +Cancelar +F11 +Flecha arriba +Borde derecho +Inicio +Cor&tar +&Pegar +Ctrl+ +Flecha abajo +Inferior +Desplazar hacia la izquierda +Avanzar página +Pestaña +Todos los archivos +&Copiar +Flecha derecha +Maximizar +Seleccionar &todo +Retroceder página +Desplazarse hasta aquí +AvPág +F1 +(vacío) +RePág +Desplazar a la derecha +Superior +Desplazar hacia arriba +Esc +Desplazar hacia abajo +Restaurar +Intro +&Deshacer +Tecla de retroceso +Pulsar +Cerrar +Página web sin título +Mayús+ +Aceptar +Minimizar +Borde izquierdo + \ No newline at end of file diff --git a/app/resources/app_strings_et.xtb b/app/resources/app_strings_et.xtb new file mode 100644 index 0000000..53ffd0f --- /dev/null +++ b/app/resources/app_strings_et.xtb @@ -0,0 +1,50 @@ + + + +Ins +Del +End +Vasaknool + Fail (.) +Alt+ +Loobu +F11 +Ülesnool +Parem serv +Home +Lõ&ika +&Kleebi +Ctrl+ +Allanool +Alaserv +Keri vasakule +Lehekülje lõppu +Vaheleht +Kõik failid +&Kopeeri +Paremnool +Maksimeeri +Vali &kõik +Lehekülje üles +Keri siia +PgDwn +F1 +(tühi) +PgUp +Keri paremale +Üles +Keri üles +Esc +Keri alla +Taasta +Sisestusklahv +&Võta tagasi +Tagasilükkeklahv +Vajuta +Sule +Pealkirjata veebileht +Shift+ +OK +Minimeeri +Vasak serv + \ No newline at end of file diff --git a/app/resources/app_strings_fa.xtb b/app/resources/app_strings_fa.xtb new file mode 100644 index 0000000..1beaae2 --- /dev/null +++ b/app/resources/app_strings_fa.xtb @@ -0,0 +1,50 @@ + + + +Ins +حذف +پایان +پیکان چپ +فایل (.) +Alt+ +لغو +F11 +پیکان بالا +حاشیه راست +صفحه اصلی +&برش +&جاگذاری +Ctrl+ +پیکان پایین +پایین +پیمایش به چپ +Page Down +Tab +همه فایلها +&کپی +پیکان راست +بزرگ کردن +انتخاب &همه +صفحه بالا +پیمایش به اینجا +PgDwn +F1 +(خالی) +PgUp +پیمایش به راست +بالا +پیمایش به بالا +Esc +پیمایش به پایین +بازیابی +Enter +&واگرد +Backspace +فشار دادن +بستن +صفحه وب بدون عنوان +Shift+ +تأیید +کوچک کردن +حاشیه چپ + \ No newline at end of file diff --git a/app/resources/app_strings_fi.xtb b/app/resources/app_strings_fi.xtb new file mode 100644 index 0000000..92bb01d --- /dev/null +++ b/app/resources/app_strings_fi.xtb @@ -0,0 +1,50 @@ + + + +Ins +Del +End +Nuoli vas. +-tiedosto (.) +Alt+ +Peruuta +F11 +Nuoli yl. +Oikea reuna +Home +L&eikkaa +&Liitä +Ctrl+ +Nuoli al. +Alaosa +Vieritä vasemmalle +Sivu alas +Välilehti +Kaikki tiedostot +K&opioi +Nuoli oik. +Suurenna +Valitse &kaikki +Sivu ylös +Vieritä tähän +Sivu alas +F1 +(tyhjä) +PgUp +Vieritä oikealle +Yleisin +Vieritä ylös +Esc +Vieritä alas +Palauta +Enter +K&umoa +Askelpalautin +Paina +Sulje +Nimetön verkkosivu +Shift+ +OK +Pienennä +Vasen reuna + \ No newline at end of file diff --git a/app/resources/app_strings_fil.xtb b/app/resources/app_strings_fil.xtb new file mode 100644 index 0000000..f6d65b1 --- /dev/null +++ b/app/resources/app_strings_fil.xtb @@ -0,0 +1,50 @@ + + + +Ins +Del +Wakas na +KAliwang Arrow + File (.) +Alt+ +Ikansela +F11 +Up Arrow +Tamang Lamang +Home +Al&isin +&Ilagay +Ctrl+ +Down Arrow +Sa ilalim +Mag-scroll Pakaliwa +Page Down +Tab +Lahat ng Mga File +&Kopyahin +Right Arrow +Maximize +Piliin ang &lahat +Pataas +Mag-scroll dito +PgDwn +F1 +(walang laman) +PgUp +Mag-scroll Pakanan +Tuktok +Mag-scroll Pataas +Esc +Mag-scroll Pababa +Ipanumbalik +Enter +&I-undo +Backspace +Pindutin +Isara +Walang pamagat na Web Page +Shift+ +OK +Minimize +Kalwang Edge + \ No newline at end of file diff --git a/app/resources/app_strings_fr.xtb b/app/resources/app_strings_fr.xtb new file mode 100644 index 0000000..e0578f0 --- /dev/null +++ b/app/resources/app_strings_fr.xtb @@ -0,0 +1,50 @@ + + + +Insér. +Suppr +Fin +Gauche +Fichier (.) +Alt+ +Annuler +F11 +Haut +Côté droit +Début +Cou&per +C&oller +Ctrl+ +Bas +Bas +Défilement vers la gauche +Page suivante +Onglet +Tous les fichiers +&Copier +Droite +Agrandir +&Tout sélectionner +Page précédente +Défilement jusqu'ici +PgSuiv +F1 +(vide) +PgPréc +Défilement vers la droite +En haut +Défilement vers le haut +Échap +Défilement vers le bas +Rétablir +Entrée +Ann&uler +Retour +Cliquer +Fermer +Page Web sans titre +Maj+ +OK +Réduire +Côté gauche + \ No newline at end of file diff --git a/app/resources/app_strings_gu.xtb b/app/resources/app_strings_gu.xtb new file mode 100644 index 0000000..63e7d85 --- /dev/null +++ b/app/resources/app_strings_gu.xtb @@ -0,0 +1,50 @@ + + + +Ins +Del +સમાપ્ત +ડાબો એરો + ફાઇલ (.) +Alt+ +રદ કરો +F11 +ઉપર એરો +જમણી કિનારી +હોમ +કા&પો +પેસ્ટ કરો +Ctrl+ +નીચલો એરો +તળિયું +ડાબે સ્ક્રોલ કરો +પૃષ્ઠ નીચે +ટૅબ +બધી ફાઇલો +&કૉપિ કરો +જમણો એરો +મોટું કરો +&બધા પસંદ કરો +પૃષ્ઠ ઉપર +અહીં સુધી સ્ક્રોલ કરો +PgDwn +F1 +(ખાલી) +PgUp +જમણે સ્ક્રોલ કરો +ઉપર +ઉપર સ્ક્રોલ કરો +Esc +નીચે સ્ક્રોલ કરો +પુનઃસ્થાપિત કરો +Enter +&પૂર્વવત્ કરો +Backspace +દબાવો +બંધ કરો +અનામાંકિત વેબ પેજ +Shift+ +ઓકે +નાનું કરો +ડાબી કિનારી + \ No newline at end of file diff --git a/app/resources/app_strings_hi.xtb b/app/resources/app_strings_hi.xtb new file mode 100644 index 0000000..291caba --- /dev/null +++ b/app/resources/app_strings_hi.xtb @@ -0,0 +1,50 @@ + + + +Ins +Del +समाप्त करें +बायाँ तीर + फ़ाइल (.) +Alt+ +रद्द करें +F11 +ऊपर तीर +दायाँ कोना +मुख्य पृष्ठ +&काटें +&चिपकाएँ +Ctrl+ +नीचे तीर +निचला भाग +बाएँ स्क्रॉल करें +पृष्ठ नीचे +टैब +सभी फ़ाइलें +&प्रतिलिपि बनाएँ +दायाँ तीर +बड़ा करें +&सभी चुनें +पृष्ठ ऊपर +यहाँ तक स्क्रॉल करें +PgDwn +F1 +(खाली) +PgUp +दाएँ स्क्रॉल करें +शीर्ष्‍ी +ऊपर स्क्रॉल करें +Esc +नीचे स्क्रॉल करें +पुनर्स्थापित करें +प्रविष्ट करें +&वापिस करें +Backspace +दबाएँ +बंद करें +शीर्षक रहित वेब पेज +Shift+ +ठीक +छोटा करें +बायाँ कोना + \ No newline at end of file diff --git a/app/resources/app_strings_hr.xtb b/app/resources/app_strings_hr.xtb new file mode 100644 index 0000000..0cc8561 --- /dev/null +++ b/app/resources/app_strings_hr.xtb @@ -0,0 +1,50 @@ + + + +Ins +Del +End +Strelica lijevo + Datoteka (.) +Alt+ +Odustani +F11 +Strelica prema gore +Desni rub +Home +Iz&reži +&Zalijepi +Ctrl+ +Strelica dolje +Donji +Pomakni se lijevo +Stranica prema dolje +Kartica +Sve datoteke +&Kopiraj +Strelica desno +Maksimiziraj +Odaberi &sve +Stranica prema gore +Pomakni ovdje +PgDwn +F1 +(prazno) +PgUp +Pomakni se desno +Gornji +Pomakni se gore +Esc +Pomakni se dolje +Vrati +Enter +&Poništi +Backspace +Pritisnite +Zatvori +Neimenovana web stranica +Shift+ +U redu +Minimiziraj +Lijevi rub + \ No newline at end of file diff --git a/app/resources/app_strings_hu.xtb b/app/resources/app_strings_hu.xtb new file mode 100644 index 0000000..65ba160 --- /dev/null +++ b/app/resources/app_strings_hu.xtb @@ -0,0 +1,50 @@ + + + +Ins +Del +Befejezés +Bal nyíl + fájl (.) +Alt+ +Mégse +F11 +Felfelé nyíl +Jobb sarok +Főoldal +Ki&vágás +&Beillesztés +Ctrl+ +Lefelé nyíl +Alja +Görgetés balra +Page Down +Lap +Minden fájl +&Másolás +Jobb nyíl +Teljes méret +Össz&es kiválasztása +Oldal fel +Görgessen ide +PgDwn +F1 +(üres) +PgUp +Görgetés jobbra +Felülre +Görgetés felfelé +Esc +Görgetés lefelé +Visszaállítás +Enter +&Visszavonás +Backspace +Sajtó +Bezárás +Névtelen weboldal +Shift+ +OK +Kicsinyítés +Bal sarok + \ No newline at end of file diff --git a/app/resources/app_strings_id.xtb b/app/resources/app_strings_id.xtb new file mode 100644 index 0000000..bb3ea1f --- /dev/null +++ b/app/resources/app_strings_id.xtb @@ -0,0 +1,50 @@ + + + +Ins +Del +Berakhir +Panah Kiri + Berkas (.) +Alt+ +Batal +F11 +Panah Atas +Tepi Kanan +Laman muka +Po&tong +Tem&pel +Ctrl+ +Panah Bawah +Bawah +Gulir ke Kiri +Page Down +Tab +Semua Jenis Berkas +&Salin +Panah Kanan +Perbesar +Pilih semu&a +Page Up +Gulir ke Sini +PgDwn +F1 +(kosong) +PgUp +Gulir ke Kanan +Atas +Gulir ke Atas +Esc +Gulir ke Bawah +Kembalikan +Enter +&Urung +Backspace +Tekan +Tutup +Laman Web Tanpa Judul +Shift+ +OK +Perkecil +Tepi Kiri + \ No newline at end of file diff --git a/app/resources/app_strings_it.xtb b/app/resources/app_strings_it.xtb new file mode 100644 index 0000000..6c5a880 --- /dev/null +++ b/app/resources/app_strings_it.xtb @@ -0,0 +1,50 @@ + + + +Ins +Canc +Fine +Freccia sinistra +File (.) +Alt+ +Annulla +F11 +Freccia SU +Margine destro +Home +T&aglia +&Incolla +Ctrl+ +Freccia GIÙ +In basso +Scorri a sinistra +Pagina giù +TAB +Tutti i file +&Copia +Freccia destra +Ingrandisci +Seleziona &tutto +Pagina in alto +Scorri fino a qui +PGGIÙ +F1 +(vuoto) +PGSU +Scorri a destra +In alto +Scorri verso l'alto +Esc +Scorri verso il basso +Ripristina +Invio +&Annulla +Backspace +Premi +Chiudi +Pagina web senza titolo +Maiusc+ +OK +Riduci a icona +Margine sinistro + \ No newline at end of file diff --git a/app/resources/app_strings_iw.xtb b/app/resources/app_strings_iw.xtb new file mode 100644 index 0000000..f61493e --- /dev/null +++ b/app/resources/app_strings_iw.xtb @@ -0,0 +1,50 @@ + + + +Ins +Del +End +חץ לשמאל +קובץ (.) +Alt+ +ביטול +F11 +חץ למעלה +קצה ימני +בית +גז&ור +&הדבק +Ctrl+ +חץ למטה +תחתית +גלול שמאלה +דף למטה +Tab +כל הקבצים +&העתק +חץ לימין +הגדל +בחר &הכל +דף למעלה +גלול ל'כאן' +דף למטה +F1 +(ריק) +PgUp +גלול ימינה +למעלה +גלול למעלה +Esc +גלול למטה +שחזר +Enter +&ביטול +Backspace +לחץ +סגור +דף אינטרנט ללא שם +Shift+ +אישור +מזער +קצה שמאלי + \ No newline at end of file diff --git a/app/resources/app_strings_ja.xtb b/app/resources/app_strings_ja.xtb new file mode 100644 index 0000000..8eb88f9 --- /dev/null +++ b/app/resources/app_strings_ja.xtb @@ -0,0 +1,50 @@ + + + +Insert +Delete +End +左矢印キー + ファイル (.) +Alt+ +キャンセル +F11 +上矢印キー +右端 +Home +切り取り(&T) +貼り付け(&P) +Ctrl+ +下矢印キー +一番下 +左にスクロール +次のページへ +Tab +すべてのファイル +コピー(&C) +右矢印キー +最大化 +すべて選択(&A) +前のページへ +ここまでスクロール +PageDown +F1 +(なし) +PageUp +右にスクロール +一番上 +上にスクロール +Esc +下にスクロール +復元 +Enter +取消(&U) +Backspace +押す +閉じる +無題のウェブページ +Shift+ +OK +最小化 +左端 + \ No newline at end of file diff --git a/app/resources/app_strings_kn.xtb b/app/resources/app_strings_kn.xtb new file mode 100644 index 0000000..4bb4213 --- /dev/null +++ b/app/resources/app_strings_kn.xtb @@ -0,0 +1,50 @@ + + + +Ins +Del +ಅಂತ್ಯ +ಎಡ ಬಾಣದ ಗುರುತು + ಫೈಲ್ (.) +Alt+ +ರದ್ದುಮಾಡು +F11 +ಮೇಲಿನ ಬಾಣದ ಗುರುತು +ಬಲ ತುದಿ +ಹೋಮ್ +ಕತ್ತರಿ&ಸು +&ಅಂಟಿಸಿ +Ctrl+ +ಕೆಳಗಿನ ಬಾಣದ ಗುರುತು +ಕೆಳಗೆ +ಎಡಕ್ಕೆ ಸ್ಕ್ರೋಲ್ ಮಾಡಿ +ಪುಟ ಕೆಳಗೆ +ಟ್ಯಾಬ್ +ಎಲ್ಲ ಫೈಲ್‌ಗಳು +&ನಕಲಿಸಿ +ಬಲ ಬಾಣದ ಗುರುತು +ಗರಿಷ್ಠಗೊಳಿಸು +&ಎಲ್ಲ ಆಯ್ಕೆ ಮಾಡಿ +ಪುಟ ಮೇಲೆ +ಇಲ್ಲಿಗೆ ಸ್ಕ್ರೋಲ್ ಮಾಡಿ +PgDwn +F1 +(ಖಾಲಿ) +PgUp +ಬಲಕ್ಕೆ ಸ್ಕ್ರೋಲ್ ಮಾಡಿ +ಮೇಲೆ +ಮೇಲೆ ಸ್ಕ್ರೋಲ್ ಮಾಡು +Esc +ಕೆಳಗೆ ಸ್ಕ್ರೋಲ್ ಮಾಡು +ಪುನಃಸ್ಥಾಪನೆ +ನಮೂದಿಸಿ +&ರದ್ದುಮಾಡು +Backspace +ಒತ್ತಿರಿ +ಮುಚ್ಚು +ಶೀರ್ಷಿಕೆರಹಿತ ವೆಬ್ ಪುಟ +Shift+ +ಸರಿ +ಕುಗ್ಗಿಸು +ಎಡ ಬದಿ + \ No newline at end of file diff --git a/app/resources/app_strings_ko.xtb b/app/resources/app_strings_ko.xtb new file mode 100644 index 0000000..d078b74 --- /dev/null +++ b/app/resources/app_strings_ko.xtb @@ -0,0 +1,50 @@ + + + +Insert +삭제 +End +왼쪽 화살표 + 파일(.) +Alt+ +취소 +F11 +위쪽 화살표 +오른쪽 모서리 + +잘라내기(&T) +붙여넣기(&P) +Ctrl+ +아래 화살표 +맨 아래 +왼쪽으로 스크롤 +페이지 아래로 + +모든 파일 +복사(&C) +오른쪽 화살표 +최대화 +전체 선택(&A) +페이지 위로 +여기로 스크롤 +PageDown +F1 +(비어있음) +PageUp +오른쪽 스크롤 +맨 위 +위로 스크롤 +Esc +아래로 스크롤 +복구 +Enter +실행 취소(&U) +Backspace +누르기 +닫기 +제목 없는 웹페이지 +Shift+ +확인 +최소화 +왼쪽 모서리 + \ No newline at end of file diff --git a/app/resources/app_strings_lt.xtb b/app/resources/app_strings_lt.xtb new file mode 100644 index 0000000..3556377 --- /dev/null +++ b/app/resources/app_strings_lt.xtb @@ -0,0 +1,50 @@ + + + +Ins +Del +Pabaiga +Rodyklė į kairę + failas (.) +Alt+ +Atšaukti +F11 +Rodyklė „Aukštyn“ +Dešinysis kraštas +Pradžia +Iškir&pti +&Įklijuoti +Ctrl+ +Rodyklė „Žemyn“ +Apačia +Slinkti į kairę +Puslapį žemyn +Skirtukas +Visi failai +&Kopijuoti +Rodyklė į dešinę +Išskleisti +Pasirinkti &viską +Puslapį į viršų +Slinkti iki čia +PgDwn +F1 +(tuščias) +PgUp +Slinkti į dešinę +Į viršų +Slinkti į viršų +Esc +Slinkti žemyn +Atkurti +Įvesti +&Atšaukti +Grįžties klavišas +Spustelėti +Uždaryti +Tinklalapis be pavadinimo +Shift+ +Gerai +Sumažinti +Kairysis kraštas + \ No newline at end of file diff --git a/app/resources/app_strings_lv.xtb b/app/resources/app_strings_lv.xtb new file mode 100644 index 0000000..8137686 --- /dev/null +++ b/app/resources/app_strings_lv.xtb @@ -0,0 +1,50 @@ + + + +Iespraušana +Dzēst +Beigas +Kreisā bulta +Fails (.) +Alt + +Atcelt +F11 +Bulta augšup +Labā puse +Sākumvieta +Izgrie&zt +&Ielīmēt +Ctrl+ +Bulta Lejup +Apakša +Ritināt pa kreisi +Lejup +Cilne +Visi faili +Ko&pēt +Labā bulta +Maksimizēt +Izvēlēties visus +Augšup +Ritināt šeit +Lejup +taustiņš F1 +(tukšs) +Augšup +Ritināt pa labi +Augša +Ritināt augšup +Atsolis +Ritināt lejup +Atjaunot +Ievadīt +&Atsaukt +Atkāpšanās taustiņš +Nospiediet +Aizvērt +Tīmekļa lapa bez nosaukuma +Shift+ +Labi +Minimizēt +Kreisā mala + \ No newline at end of file diff --git a/app/resources/app_strings_ml.xtb b/app/resources/app_strings_ml.xtb new file mode 100644 index 0000000..358fcce --- /dev/null +++ b/app/resources/app_strings_ml.xtb @@ -0,0 +1,50 @@ + + + +Ins +Del +അവസാനം +ഇടത് ആരോ അടയാളം + ഫയല്‍ (.) +Alt+ +റദ്ദാക്കുക +F11 +മുകളിലേക്കുള്ള അമ്പടയാളം +വലത് അഗ്രം +ഹോം +&മുറിക്കുക +&ഒട്ടിക്കുക +Ctrl+ +താഴേക്കുള്ള ആരോ അടയാളം +താഴെ +ഇടത്തേക്ക് സ്ക്രോള്‍ ചെയ്യുക +താഴെയുള്ള പേജുകള്‍ +ടാബ് +എല്ലാ ഫയലുകളും +&പകര്‍ത്തൂ +വലതുഭാഗത്തെ അമ്പടയാളം +വലുതാക്കുക +എല്ലാം &തിരഞ്ഞെടുക്കൂ +പേജ് മുകളിലേയ്ക്ക് +ഇവിടെ സ്ക്രോള്‍ ചെയ്യുക +PgDwn +F1 +(ശൂന്യം) +PgUp +വലത്തോട്ട് സ്ക്രോള്‍ ചെയ്യുക +മുകളിലേക്ക് +മുകളിലേക്ക് സ്ക്രോള്‍ ചെയ്യൂ +Esc +താഴേക്ക് സ്ക്രോള്‍ചെയ്യൂ +പുനസ്സംഭരിക്കുക +രേഖപ്പെടുത്തുക +‍&പൂര്‍വാവസ്ഥയിലാക്കുക +ബാക്ക്‌സ്പെയ്‌സ് +അമര്‍ത്തുക +അടയ്ക്കുക +ശീര്‍ഷകമില്ലാത്ത വെബ് പേജ് +Shift+ +ശരി +ചെറുതാക്കുക‍ +ഇടത് അഗ്രം + \ No newline at end of file diff --git a/app/resources/app_strings_mr.xtb b/app/resources/app_strings_mr.xtb new file mode 100644 index 0000000..4cfdcf6 --- /dev/null +++ b/app/resources/app_strings_mr.xtb @@ -0,0 +1,50 @@ + + + +Ins +Del +समाप्त +Left Arrow + फाइल (.) +Alt+ +रद्द करा +F11 +Up Arrow +उजवा काठ +मुख्यपृष्ठ +क&ट करा +&पेस्ट करा +Ctrl+ +Down Arrow +तळाकडील +डावीकडे स्क्रोल करा +पृष्ठ खाली +टॅब +सर्व फाइल +&कॉपी करा +Right Arrow +वाढवा +&सर्व निवडा +पृष्ठ वर +येथे स्क्रोल करा +PgDwn +F1 +(रिक्त) +PgUp +उजवे स्क्रोल करा +शीर्ष +वर स्क्रोल करा +Esc +खाली स्क्रोल करा +पुनर्संचयित करा +Enter +&पूर्ववत करा +Backspace +दाबा +बंद करा +अशीर्षकांकित वेब पृष्ठ +Shift+ +ओके +लहान करा +डावे काठ + \ No newline at end of file diff --git a/app/resources/app_strings_nl.xtb b/app/resources/app_strings_nl.xtb new file mode 100644 index 0000000..91e613a --- /dev/null +++ b/app/resources/app_strings_nl.xtb @@ -0,0 +1,50 @@ + + + +Ins +Del +End +Pijl-links +-bestand (.) +Alt+ +Annuleren +F11 +Pijl-omhoog +Rechterzijde +Home +&Knippen +&Plakken +Ctrl+ +Pijl-omlaag +Onderaan +Naar links bladeren +Page Down +Tabblad +Alle bestanden +&Kopiëren +Pijl-rechts +Maximaliseren +&Alles selecteren +Page Up +Hiernaartoe bladeren +PgDwn +F1 +(leeg) +PgUp +Naar rechts bladeren +Boven +Omhoog bladeren +Esc +Omlaag bladeren +Herstellen +Enter +&Ongedaan maken +Backspace +Drukken +Sluiten +Naamloze webpagina +Shift+ +OK +Minimaliseren +Linkerzijde + \ No newline at end of file diff --git a/app/resources/app_strings_no.xtb b/app/resources/app_strings_no.xtb new file mode 100644 index 0000000..397bd47 --- /dev/null +++ b/app/resources/app_strings_no.xtb @@ -0,0 +1,50 @@ + + + +Ins +Del +End +Pil venstre + Fil (.) +Alt+ +Avbryt +F11 +Pil opp +Høyre kant +Home +Klipp u&t +&Lim inn +Ctrl+ +Pil ned +Bunn +Rull mot venstre +Side ned +Tab +Alle filer +&Kopier +Pil høyre +Maksimer +Marker &alt +Side opp +Rull hit +PgDwn +F1 +(tom) +PgUp +Rull mot høyre +Topp +Rull opp +Esc +Rull ned +Gjenopprett +Enter +&Angre +Tilbake-tasten +Trykk +Lukk +Nettside uten tittel +Skift+ +OK +Minimer +Venstre kant + \ No newline at end of file diff --git a/app/resources/app_strings_pl.xtb b/app/resources/app_strings_pl.xtb new file mode 100644 index 0000000..0fadbb3 --- /dev/null +++ b/app/resources/app_strings_pl.xtb @@ -0,0 +1,50 @@ + + + +Ins +Del +End +Strzałka w lewo +Plik (.) +Alt+ +Anuluj +F11 +Strzałka w górę +Krawędź po prawej +Home +Wy&tnij +&Wklej +Ctrl+ +Strzałka w dół +Na dół +Przewiń w lewo +Strona w dół +Tab +Wszystkie pliki +&Kopiuj +Strzałka w prawo +Maksymalizuj +Zaznacz &wszystko +Strona do góry +Przewiń tutaj +PgDwn +F1 +(puste) +PgUp +Przewiń w prawo +Do góry +Przewiń w górę +Esc +Przewiń w dół +Przywróć +Enter +&Cofnij +Backspace +Kliknij +Zamknij +Strona internetowa bez tytułu +Shift+ +OK +Minimalizuj +Krawędź po lewej + \ No newline at end of file diff --git a/app/resources/app_strings_pt-BR.xtb b/app/resources/app_strings_pt-BR.xtb new file mode 100644 index 0000000..56d1bfd --- /dev/null +++ b/app/resources/app_strings_pt-BR.xtb @@ -0,0 +1,50 @@ + + + +Ins +Del +End +Seta para a esquerda +Arquivo (.) +Alt+ +Cancelar +F11 +Seta para cima +Borda direita +Página inicial +&Recortar +&Colar +Ctrl+ +Seta para baixo +Parte inferior +Percorrer à esquerda +Página para baixo +Guia +Todos os arquivos +Co&piar +Seta para a direita +Maximizar +Selecionar &tudo +Página para cima +Percorrer até aqui +PgDwn +F1 +(vazio) +PgUp +Percorrer à direita +Parte superior +Percorrer para cima +Esc +Percorrer para baixo +Restaurar +Enter +&Desfazer +Backspace +Imprensa +Fechar +Página da web sem título +Shift+ +OK +Minimizar +Borda esquerda + \ No newline at end of file diff --git a/app/resources/app_strings_pt-PT.xtb b/app/resources/app_strings_pt-PT.xtb new file mode 100644 index 0000000..fe988d7 --- /dev/null +++ b/app/resources/app_strings_pt-PT.xtb @@ -0,0 +1,50 @@ + + + +Ins +Del +End +Seta para a esquerda +Ficheiro (.) +Alt+ +Cancelar +F11 +Seta para cima +Margem direita +Home +Cor&tar +C&olar +Ctrl+ +Seta para baixo +Parte inferior +Deslocar-se para a esquerda +Página para baixo +Tab +Todos os ficheiros +&Copiar +Seta para a direita +Maximizar +Seleccion&ar tudo +Página para cima +Deslocar-se para aqui +PgDwn +F1 +(vazio) +PgUp +Deslocar-se para a direita +Parte superior +Deslocar-se para cima +Esc +Deslocar-se para baixo +Restaurar +Enter +An&ular +Retrocesso +Premir +Fechar +Página Web sem nome +Shift+ +OK +Minimizar +Margem esquerda + \ No newline at end of file diff --git a/app/resources/app_strings_ro.xtb b/app/resources/app_strings_ro.xtb new file mode 100644 index 0000000..600a62b --- /dev/null +++ b/app/resources/app_strings_ro.xtb @@ -0,0 +1,50 @@ + + + +Ins (Inserați) +Del +End (La sfârșit) +Săgeata spre stânga +Fișier (.) +Alt+ +Anulați +F11 +Săgeata în sus +Marginea dreaptă +Pagina de pornire +&Decupați +&Inserați +Ctrl+ +Săgeata în jos +Jos +Derulați spre stânga +Page Down (o pagină mai jos) +Tab +Toate fișierele +&Copiați +Săgeata spre dreapta +Maximizați +Select&ați tot +O pagină mai sus +Derulați până aici +PgDwn (o pagină mai jos) +F1 +(gol) +PgUp (o pagină mai sus) +Derulați spre dreapta +Sus +Derulați în sus +Esc (Ieșiți) +Derulați în jos +Restabiliți +Enter (Introduceți) +&Anulați +Backspace +Apăsați +Închideți +Pagină Web fără titlu +Shift+ +OK +Minimizați +Marginea stângă + \ No newline at end of file diff --git a/app/resources/app_strings_ru.xtb b/app/resources/app_strings_ru.xtb new file mode 100644 index 0000000..4a82bc8 --- /dev/null +++ b/app/resources/app_strings_ru.xtb @@ -0,0 +1,50 @@ + + + +Ins +Del +Завершить +Стрелка влево +Файл (.) +Alt+ +Отмена +F11 +Стрелка вверх +Правый край +Home +Выре&зать +&Вставить +Ctrl+ +Стрелка вниз +Низ +Прокрутка влево +Прокрутка страницы вниз +Вкладка +Все файлы +&Копировать +Стрелка вправо +Развернуть +Выделить &все +Page Up +Прокрутить до этого места +PgDwn +F1 +(пусто) +PgUp +Прокрутка вправо +Наверх +Прокрутка вверх +Esc +Прокрутка вниз +Восстановить +Ввести +&Отменить +Клавиша возврата (Backspace) +Нажать +Закрыть +Веб-страница без имени +Shift+ +ОК +Свернуть +Левый край + \ No newline at end of file diff --git a/app/resources/app_strings_sk.xtb b/app/resources/app_strings_sk.xtb new file mode 100644 index 0000000..652e74a --- /dev/null +++ b/app/resources/app_strings_sk.xtb @@ -0,0 +1,50 @@ + + + +Ins +Del +End +Šípka doľava + Súbor (.) +Alt+ +Zrušiť +F11 +Šípka nahor +Pravý okraj +Home +&Vystrihnúť +&Vložiť +Ctrl+ +Šípka nadol +Spodok +Rolovať doľava +Stránkovať nadol +Tab +Všetky súbory +&Kopírovať +Šípka doprava +Maximalizovať +Vybrať &všetko +Page Up +Rolovať na toto miesto +PgDwn +F1 +(prázdne) +PgUp +Rolovať doprava +Vrch +Rolovať nahor +Esc +Rolovať nadol +Obnoviť +Enter +&Naspäť +Backspace +Stlačiť +Zatvoriť +Webová stránka bez názvu +Shift+ +OK +Minimalizovať +Ľavý okraj + \ No newline at end of file diff --git a/app/resources/app_strings_sl.xtb b/app/resources/app_strings_sl.xtb new file mode 100644 index 0000000..8e085a4 --- /dev/null +++ b/app/resources/app_strings_sl.xtb @@ -0,0 +1,50 @@ + + + +Ins +Del +End +Puščica levo +Datoteka (.) +Alt+ +Prekliči +F11 +Puščica gor +Desni rob +Home +Izrež&i +&Prilepi +Ctrl+ +Puščica dol +Na dno +Pomik levo +Stran dol +Tabulator +Vse datoteke +&Kopiraj +Puščica desno +Povečaj +Izberi &vse +Stran gor +Pomik do sem +PgDwn +F1 +(prazno) +PgUp +Pomik desno +Na vrh +Pomik gor +Esc +Pomik dol +Obnovite +Enter +&Razveljavi +Vračalka +Pritisnite +Zapri +Spletna stran brez naslova +Shift+ +V redu +Pomanjšajte +Levi rob + \ No newline at end of file diff --git a/app/resources/app_strings_sr.xtb b/app/resources/app_strings_sr.xtb new file mode 100644 index 0000000..1d54ea5 --- /dev/null +++ b/app/resources/app_strings_sr.xtb @@ -0,0 +1,50 @@ + + + +Ins +Del +End +Стрелица налево + датотека (.) +Alt+ +Откажи +F11 +Стрелица нагоре +Десна ивица +Home +Ис&еци +&Налепи +Ctrl+ +Стрелица надоле +Дно +Помери налево +Страница надоле +Tab +Све датотеке +&Копирај +Стрелица надесно +Увећај +Изабери &све +Страница нагоре +Помери се овде +Page Down +F1 +(празно) +Page Up +Помери надесно +Врх +Помери нагоре +Esc +Помери надоле +Поново отвори +Enter +&Опозови +Backspace +Притисните +Затвори +Ненасловљена веб страница +Shift+ +Потврди +Смањи +Лева ивица + \ No newline at end of file diff --git a/app/resources/app_strings_sv.xtb b/app/resources/app_strings_sv.xtb new file mode 100644 index 0000000..577b1b0 --- /dev/null +++ b/app/resources/app_strings_sv.xtb @@ -0,0 +1,50 @@ + + + +Ins +Del +End +Vänsterpil +-fil (.) +Alt+ +Avbryt +F11 +Uppil +Högerkant +Startsida +&Klipp ut +K&listra in +Ctrl+ +Nedpil +Nederst +Rulla åt vänster +Page Down +Flik +Alla filer +&Kopiera +Högerpil +Maximera +Välj &alla +Page Up +Rulla hit +Page Down +F1 +(tom) +PgUp +Rulla åt höger +Överst +Rulla uppåt +Esc +Rulla nedåt +Återställ +Retur +&Ångra +Backsteg +Pressen +Stäng +Namnlös webbsida +Skift+ +OK +Minimera +Vänsterkant + \ No newline at end of file diff --git a/app/resources/app_strings_sw.xtb b/app/resources/app_strings_sw.xtb new file mode 100644 index 0000000..0048134 --- /dev/null +++ b/app/resources/app_strings_sw.xtb @@ -0,0 +1,50 @@ + + + +Ins +Futa +Mwisho +Mshale Kushoto +Faili ya (.) +Alt+ +Ghairi +F11 +Mshale Juu +Ncha ya Kulia +Nyumbani +&Kata +&Bandika +Ctrl+ +Mshale Chini +Chini +Bingiriza Kushoto +Ukurasa mmoja chini +Kichupo +Faili zote +&Nakili +Mshale Kulia +Tanua +Chagua &yote +Ukurasa mmoja juu +Bingiriza hadi Hapa +PgDwn +F1 +(tupu) +PgUp +Bingiriza Kulia +Ya Juu +Bingiriza Juu +Esc +Bingiriza Chini +Rejesha +Enter +&Tendua +Backspace +Bofya +Funga +Ukurasa wa Wavuti Usio na Kichwa +Shift+ +Sawa +Punguza +Ncha ya Kushoto + \ No newline at end of file diff --git a/app/resources/app_strings_ta.xtb b/app/resources/app_strings_ta.xtb new file mode 100644 index 0000000..8b074bd --- /dev/null +++ b/app/resources/app_strings_ta.xtb @@ -0,0 +1,50 @@ + + + +Ins +Del +End +இடது அம்பு +கோப்பு(.) +Alt+ +ரத்துசெய் +F11 +மேல்நோக்கிய அம்பு +வலது விளிம்பு +முகப்பு +வெட்&டு +&ஒட்டு +Ctrl+ +கீழ்நோக்கிய அம்பு +கீழே +இடப்புறம் உருட்டு +பக்கத்தின் கீழே +Tab +அனைத்து கோப்புகளும் +&நகலெடு +வலது அம்பு +பெரிதாக்கு +அ&னைத்தையும் தேர்ந்தெடு +பக்கத்தின் மேலே +இங்கே உருட்டு +PgDwn +F1 +(காலி) +PgUp +வலப்புறம் உருட்டு +மேலே +மேலே உருட்டு +Esc +கீழே உருட்டு +மீட்டமை +Enter +&செயல்தவிர் +Backspace +அழுத்து +மூடு +தலைப்பிடாத வலைப்பக்கம் +Shift+ +சரி +சிறிதாக்கு +இடதுபுற முனை + \ No newline at end of file diff --git a/app/resources/app_strings_te.xtb b/app/resources/app_strings_te.xtb new file mode 100644 index 0000000..9675e55 --- /dev/null +++ b/app/resources/app_strings_te.xtb @@ -0,0 +1,50 @@ + + + +Ins +Del +ముగింపు +ఎడమ బాణం + ఫైల్ (.) +Alt+ +రద్దు చెయ్యి +F11 +ఎగువ బాణం +కుడి సరిహద్దు +హోమ్ +క&త్తిరించు +&అతికించు +Ctrl+ +క్రింది బాణం +దిగువ +ఎడమకి స్క్రోల్ చేయి +పేజీ క్రిందికి +టాబ్ +మొత్తం ఫైళ్లు +&కాపీ +కుడి బాణం +గరిష్ఠీకరించు +&అన్నీ ఎంచుకోండి +పేజీ పైకి +ఇక్కడ స్క్రోల్ చెయ్యండి +PgDwn +F1 +(ఖాళీ) +PgUp +కుడికి స్క్రోల్ చెయ్యి +పైన +పైకి స్క్రోల్ చెయ్యి +Esc +క్రిందికి స్క్రోల్ చేయి +పునరుద్ధరించు +ఎంటర్ +&అన్డు +Backspace +నొక్కు +మూసివేయి +శీర్షిక లేని వెబ్‌పేజీ +Shift+ +సరే +కనిష్టీకరించు +ఎడమ హద్దు + \ No newline at end of file diff --git a/app/resources/app_strings_th.xtb b/app/resources/app_strings_th.xtb new file mode 100644 index 0000000..2f626aa --- /dev/null +++ b/app/resources/app_strings_th.xtb @@ -0,0 +1,50 @@ + + + +Ins +Del +End +ลูกศรซ้าย +ไฟล์ (.) +Alt+ +ยกเลิก +F11 +ลูกศรขึ้น +ขอบขวา +Home +&ตัด +&วาง +Ctrl+ +ลูกศรลง +ด้านล่าง +เลื่อนทางซ้าย +เลื่อนหน้าลง +แท็บ +ไฟล์ทั้งหมด +&คัดลอก +ลูกศรขวา +ย่อ +เลือก&ทั้งหมด +เลื่อนหน้าขึ้น +เลื่อนมาที่นี่ +PgDwn +F1 +(ว่างเปล่า) +PgUp +เลื่อนทางขวา +ด้านบน +เลื่อนขึ้น +Esc +เลื่อนลง +คืนสภาพ +Enter +เ&ลิกทำ +Backspace +กด +ปิด +หน้าเว็บที่ไม่ระบุชื่อ +Shift+ +ตกลง +ย่อ +ขอบซ้าย + \ No newline at end of file diff --git a/app/resources/app_strings_tr.xtb b/app/resources/app_strings_tr.xtb new file mode 100644 index 0000000..e2cd168 --- /dev/null +++ b/app/resources/app_strings_tr.xtb @@ -0,0 +1,50 @@ + + + +Ins +Del +End +Sol Ok +Dosyayı (.) +Alt+ +İptal +F11 +Yukarı Ok +Sağ Kenar +Ana Sayfa +&Kes +&Yapıştır +Ctrl+ +Aşağı Ok +Alt +Sola Kaydır +Page Down +Sekme +Tüm Dosyalar +K&opyala +Sağ Ok +Büyüt +Tümünü &seç +Page Up +Buraya Kaydır +PgDwn +F1 +(boş) +PgUp +Sağa Kaydır +Üst +Yukarı Kaydır +Esc +Aşağı Kaydır +Geri yükle +Enter +&Geri al +Geri al tuşu +Basın +Kapat +Başlıksız Web Sayfası +ÜstKrkt+ +Tamam +Simge durumuna küçült +Sol Kenar + \ No newline at end of file diff --git a/app/resources/app_strings_uk.xtb b/app/resources/app_strings_uk.xtb new file mode 100644 index 0000000..d27b06e --- /dev/null +++ b/app/resources/app_strings_uk.xtb @@ -0,0 +1,50 @@ + + + +Ins +Del +End +Курсор ліворуч +файл (.) +Alt+ +Скасувати +F11 +Курсор угору +Правий край +Home +Вирізат&и +&Вставити +Ctrl+ +Курсор униз +Низ +Прокрутка вліво +Сторінка вниз +Вкладка +Усі файли +&Копіювати +Курсор праворуч +Збільшити +Вибрати &всі +Сторінка вгору +Прокрутка до цього місця +PgDwn +F1 +(пусто) +PgUp +Прокрутка вправо +Верх +Прокрутка вгору +Esc +Прокрутка вниз +Відновити +Enter +&Скасувати +Backspace +Натиснути +Закрити +Веб-сторінка без імені +Shift+ +OK +Зменшити +Лівий край + \ No newline at end of file diff --git a/app/resources/app_strings_vi.xtb b/app/resources/app_strings_vi.xtb new file mode 100644 index 0000000..bdcad06 --- /dev/null +++ b/app/resources/app_strings_vi.xtb @@ -0,0 +1,50 @@ + + + +Ins +Del +End +Mũi tên Trái +Tệp (.) +Alt+ +Huỷ +F11 +Phím mũi tên Lên +Cạnh bên Phải +Trang chủ +Cắ&t +&Dán +Ctrl+ +Phím mũi tên Xuống +Bên dưới +Cuộn qua Trái +Trang Dưới +Tab +Tất cả Tệp tin +Sao &chép +Phím mũi tên Phải +Phóng to +Chọn &tất cả +Page Up +Cuộn tới Đây +Trang Dưới +F1 +(trống) +Trang Trên +Cuộn qua Phải +Hàng đầu +Cuộn Lên +Thoát +Cuộn Xuống +Khôi phục +Enter +H&oàn tác +Backspace +Nhấp vào +Đóng +Trang Web Không tên +Shift+ +Đồng ý +Thu nhỏ +Cạnh Bên trái + \ No newline at end of file diff --git a/app/resources/app_strings_zh-CN.xtb b/app/resources/app_strings_zh-CN.xtb new file mode 100644 index 0000000..b440151 --- /dev/null +++ b/app/resources/app_strings_zh-CN.xtb @@ -0,0 +1,50 @@ + + + +Ins +Del +End +向左箭头 + 文件 (.) +Alt+ +取消 +F11 +向上箭头 +右边缘 +主页 +剪切(&T) +粘贴(&P) +Ctrl+ +向下箭头 +底部 +向左滚动 +向下翻页 +Tab +所有文件 +复制(&C) +向右箭头 +最大化 +全选(&A) +向上翻页 +滚动到此处 +PgDwn +F1 +(空) +PgUp +向右滚动 +顶部 +向上滚动 +Esc +向下滚动 +恢复 +Enter +撤消(&U) +退格 + +关闭 +无标题网页 +Shift+ +确定 +最小化 +左边缘 + \ No newline at end of file diff --git a/app/resources/app_strings_zh-TW.xtb b/app/resources/app_strings_zh-TW.xtb new file mode 100644 index 0000000..2905d5d --- /dev/null +++ b/app/resources/app_strings_zh-TW.xtb @@ -0,0 +1,50 @@ + + + +Ins +Del +結束 +向左鍵 + 檔案 (.) +Alt+ +取消 +F11 +向上鍵 +右邊緣 +Home +剪下(&T) +貼上(&P) +Ctrl+ +向下鍵 +置底 +向左捲動 +向下翻頁 +Tab +所有檔案 +複製(&C) +向右鍵 +放到最大 +選取全部(&A) +向上翻頁 +捲動至此 +PgDwn +F1 鍵 +(空白) +PgUp +向右捲動 +置頂 +向上捲動 +Esc +向下捲動 +還原 +Enter +取消(&U) +Backspace 鍵 +按下 +關閉 +未命名的網頁 +Shift+ +確定 +縮到最小 +左邊緣 + \ No newline at end of file -- cgit v1.1