diff options
Diffstat (limited to 'l10n-ro/suite/chrome/common/search')
6 files changed, 86 insertions, 0 deletions
diff --git a/l10n-ro/suite/chrome/common/search/default.htm b/l10n-ro/suite/chrome/common/search/default.htm new file mode 100644 index 0000000000..0136c68914 --- /dev/null +++ b/l10n-ro/suite/chrome/common/search/default.htm @@ -0,0 +1,16 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<HTML> + +<HEAD> + <TITLE>Search</TITLE> + <BASE TARGET="_blank"> +</HEAD> + +<BODY> + <CENTER>SeaMonkey Search</CENTER> +</BODY> + +</HTML> diff --git a/l10n-ro/suite/chrome/common/search/engineManager.dtd b/l10n-ro/suite/chrome/common/search/engineManager.dtd new file mode 100644 index 0000000000..8ad9772057 --- /dev/null +++ b/l10n-ro/suite/chrome/common/search/engineManager.dtd @@ -0,0 +1,29 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY engineManager.title "Manage Search Engine List"> +<!ENTITY engineManager.style "min-width: 35em;"> +<!ENTITY engineManager.intro "You have the following search engines installed:"> + +<!ENTITY columnLabel.name "Name"> +<!ENTITY columnLabel.keyword "Keyword"> + +<!-- Buttons --> +<!ENTITY up.label "Move Up"> +<!ENTITY up.accesskey "U"> +<!ENTITY dn.label "Move Down"> +<!ENTITY dn.accesskey "D"> +<!ENTITY remove.label "Remove"> +<!ENTITY remove.accesskey "R"> +<!ENTITY edit.label "Edit Keyword…"> +<!ENTITY edit.accesskey "t"> + +<!ENTITY addEngine.label "Get more search engines…"> +<!ENTITY addEngine.accesskey "A"> + +<!ENTITY enableSuggest.label "Show search suggestions"> +<!ENTITY enableSuggest.accesskey "S"> + +<!ENTITY restoreDefaults.label "Restore Defaults"> +<!ENTITY restoreDefaults.accesskey "e"> diff --git a/l10n-ro/suite/chrome/common/search/engineManager.properties b/l10n-ro/suite/chrome/common/search/engineManager.properties new file mode 100644 index 0000000000..040a4caf3c --- /dev/null +++ b/l10n-ro/suite/chrome/common/search/engineManager.properties @@ -0,0 +1,9 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +editTitle=Edit Keyword +editMsg=Enter a new keyword for "%S": +duplicateTitle=Duplicate Keyword +duplicateEngineMsg=You have chosen a keyword that is currently in use by "%S". Please select another. +duplicateBookmarkMsg=You have chosen a keyword that is currently in use by a bookmark. Please select another. diff --git a/l10n-ro/suite/chrome/common/search/search-panel.dtd b/l10n-ro/suite/chrome/common/search/search-panel.dtd new file mode 100644 index 0000000000..76fbb0a02d --- /dev/null +++ b/l10n-ro/suite/chrome/common/search/search-panel.dtd @@ -0,0 +1,20 @@ +<!-- +# Translator(s): +# +# Alexandru Szasz <alexxed@gmail.com> +# +--> +<!-- +# Reviewer(s): +# +# Alexandru Szasz <alexxed@gmail.com> +# +--> +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY search.button.label "Caută"> +<!ENTITY search.placeholder "Enter search text"> + +<!ENTITY search.engineManager.label "Manage Search Engines…"> diff --git a/l10n-ro/suite/chrome/common/search/search.properties b/l10n-ro/suite/chrome/common/search/search.properties new file mode 100644 index 0000000000..c36c025f69 --- /dev/null +++ b/l10n-ro/suite/chrome/common/search/search.properties @@ -0,0 +1,6 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +searchtip=Search using %S +cmd_addFoundEngine=Add "%S" diff --git a/l10n-ro/suite/chrome/common/search/searchbar.dtd b/l10n-ro/suite/chrome/common/search/searchbar.dtd new file mode 100644 index 0000000000..e5d18e4e8b --- /dev/null +++ b/l10n-ro/suite/chrome/common/search/searchbar.dtd @@ -0,0 +1,6 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY cmd_engineManager.label "Manage Search Engines…"> +<!ENTITY searchEndCap.label "Search"> |