diff --git a/extensions/inspector/resources/Makefile.in b/extensions/inspector/resources/Makefile.in index 112fd1832938..9b72b5d4d06f 100644 --- a/extensions/inspector/resources/Makefile.in +++ b/extensions/inspector/resources/Makefile.in @@ -49,7 +49,9 @@ ALL_LOCALES = \ cs-CZ \ da \ de \ + el \ en-US \ + fr \ ga-IE \ hu \ nb-NO \ @@ -58,6 +60,7 @@ ALL_LOCALES = \ ru \ sk \ sv-SE \ + zh-CN \ zh-TW \ $(NULL) diff --git a/extensions/inspector/resources/locale/el/editing.dtd b/extensions/inspector/resources/locale/el/editing.dtd new file mode 100644 index 000000000000..71f1ce820606 --- /dev/null +++ b/extensions/inspector/resources/locale/el/editing.dtd @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/extensions/inspector/resources/locale/el/inspector.dtd b/extensions/inspector/resources/locale/el/inspector.dtd new file mode 100644 index 000000000000..92d76a8b3a53 --- /dev/null +++ b/extensions/inspector/resources/locale/el/inspector.dtd @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/extensions/inspector/resources/locale/el/inspector.properties b/extensions/inspector/resources/locale/el/inspector.properties new file mode 100644 index 000000000000..603da391c504 --- /dev/null +++ b/extensions/inspector/resources/locale/el/inspector.properties @@ -0,0 +1,69 @@ +# ***** BEGIN LICENSE BLOCK ***** +# Version: MPL 1.1/GPL 2.0/LGPL 2.1 +# +# The contents of this file are subject to the Mozilla Public License Version +# 1.1 (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License +# for the specific language governing rights and limitations under the +# License. +# +# The Original Code is DOM Inspector. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2003 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# +# Alternatively, the contents of this file may be used under the terms of +# either the GNU General Public License Version 2 or later (the "GPL"), or +# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), +# in which case the provisions of the GPL or the LGPL are applicable instead +# of those above. If you wish to allow use of your version of this file only +# under the terms of either the GPL or the LGPL, and not to allow others to +# use your version of this file under the terms of the MPL, indicate your +# decision by deleting the provisions above and replace them with the notice +# and other provisions required by the GPL or the LGPL. If you do not delete +# the provisions above, a recipient may use your version of this file under +# the terms of any one of the MPL, the GPL or the LGPL. +# +# ***** END LICENSE BLOCK ***** + + +inspectURL.title = Επιθεώρηση URL +inspectURL.message = Εισάγετε ένα URL: +inspectWindow.error.message = Αδυναμία εναλλαγής στο αιτούμενο παράθυρο. +inspectWindow.error.title = Επιθεώρηση σφάλματος παραθύρου +styleRuleNewProperty.title = Νέο στυλ κανόνα +styleRuleEditProperty.title = Επεξεργασία στυλ κανόνα +styleRulePropertyValue.message =Εισάγετε την τιμή ιδιότητας: +styleRulePropertyName.message = Εισάγετε το όνομα ιδιότητας: +sidebar.title = DOM Inspector +sidebarInstalled = Η πλευρική στήλη έχει εγκατασταθεί. +newAttribute.title = Νέο Γνώρισμα +editAttribute.title = Επεξεργασία γνωρίσματος +enterAttrName.message = Εισάγετε το όνομα γνωρίσματος: +enterAttrValue.message = Εισάγετε την τιμή γνωρίσματος: +findNodesDocumentEnd.message = Έφτασα στο τέλος εγγράφου. +findNodesDocumentEnd.title = Εύρεση Nodes +root.title = Θέμα + +# The following items correspond to the node types defined by the +# W3C DOM Core specification. +1 = Στοιχείο +2 = Γνώρισμα +3 = Κείμενο +4 = Ενότητα CDATA +5 = Entity Reference +6 = Entity +7 = Processing Instruction +8 = Σχόλιο +9 = Έγγραφο +10 = Τύπος εγγράφου +11 = Document Fragment +12 = Notation diff --git a/extensions/inspector/resources/locale/el/prefs.dtd b/extensions/inspector/resources/locale/el/prefs.dtd new file mode 100644 index 000000000000..3e0365f68931 --- /dev/null +++ b/extensions/inspector/resources/locale/el/prefs.dtd @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/extensions/inspector/resources/locale/el/search/findFiles.dtd b/extensions/inspector/resources/locale/el/search/findFiles.dtd new file mode 100644 index 000000000000..1908196ea7fe --- /dev/null +++ b/extensions/inspector/resources/locale/el/search/findFiles.dtd @@ -0,0 +1,4 @@ + + + + diff --git a/extensions/inspector/resources/locale/el/search/junkImgs.dtd b/extensions/inspector/resources/locale/el/search/junkImgs.dtd new file mode 100644 index 000000000000..68a34efb0468 --- /dev/null +++ b/extensions/inspector/resources/locale/el/search/junkImgs.dtd @@ -0,0 +1,2 @@ + + diff --git a/extensions/inspector/resources/locale/el/tasksOverlay.dtd b/extensions/inspector/resources/locale/el/tasksOverlay.dtd new file mode 100644 index 000000000000..46b538ac94e9 --- /dev/null +++ b/extensions/inspector/resources/locale/el/tasksOverlay.dtd @@ -0,0 +1,6 @@ + + + + + + diff --git a/extensions/inspector/resources/locale/el/viewers/boxModel.dtd b/extensions/inspector/resources/locale/el/viewers/boxModel.dtd new file mode 100644 index 000000000000..f0987a13589d --- /dev/null +++ b/extensions/inspector/resources/locale/el/viewers/boxModel.dtd @@ -0,0 +1,41 @@ + + + + + + + diff --git a/extensions/inspector/resources/locale/el/viewers/computedStyle.dtd b/extensions/inspector/resources/locale/el/viewers/computedStyle.dtd new file mode 100644 index 000000000000..0471768ae9dc --- /dev/null +++ b/extensions/inspector/resources/locale/el/viewers/computedStyle.dtd @@ -0,0 +1,38 @@ + + + + diff --git a/extensions/inspector/resources/locale/el/viewers/dom.dtd b/extensions/inspector/resources/locale/el/viewers/dom.dtd new file mode 100644 index 000000000000..08e777d57912 --- /dev/null +++ b/extensions/inspector/resources/locale/el/viewers/dom.dtd @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/extensions/inspector/resources/locale/el/viewers/domNode.dtd b/extensions/inspector/resources/locale/el/viewers/domNode.dtd new file mode 100644 index 000000000000..fe11f4215a89 --- /dev/null +++ b/extensions/inspector/resources/locale/el/viewers/domNode.dtd @@ -0,0 +1,40 @@ + + + + + + diff --git a/extensions/inspector/resources/locale/el/viewers/jsObject.dtd b/extensions/inspector/resources/locale/el/viewers/jsObject.dtd new file mode 100644 index 000000000000..00f6592e01c7 --- /dev/null +++ b/extensions/inspector/resources/locale/el/viewers/jsObject.dtd @@ -0,0 +1,46 @@ + + + + + + + + + + + + diff --git a/extensions/inspector/resources/locale/el/viewers/styleRules.dtd b/extensions/inspector/resources/locale/el/viewers/styleRules.dtd new file mode 100644 index 000000000000..2cf297c7f199 --- /dev/null +++ b/extensions/inspector/resources/locale/el/viewers/styleRules.dtd @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/extensions/inspector/resources/locale/el/viewers/stylesheets.dtd b/extensions/inspector/resources/locale/el/viewers/stylesheets.dtd new file mode 100644 index 000000000000..581063ed95b6 --- /dev/null +++ b/extensions/inspector/resources/locale/el/viewers/stylesheets.dtd @@ -0,0 +1,39 @@ + + + + + diff --git a/extensions/inspector/resources/locale/el/viewers/xblBindings.dtd b/extensions/inspector/resources/locale/el/viewers/xblBindings.dtd new file mode 100644 index 000000000000..bfede9b64597 --- /dev/null +++ b/extensions/inspector/resources/locale/el/viewers/xblBindings.dtd @@ -0,0 +1,45 @@ + + + + + + + + + + + diff --git a/extensions/inspector/resources/locale/zh-CN/editing.dtd b/extensions/inspector/resources/locale/zh-CN/editing.dtd new file mode 100644 index 000000000000..d1c14cb738f3 --- /dev/null +++ b/extensions/inspector/resources/locale/zh-CN/editing.dtd @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/extensions/inspector/resources/locale/zh-CN/inspector.dtd b/extensions/inspector/resources/locale/zh-CN/inspector.dtd new file mode 100644 index 000000000000..793f6323398f --- /dev/null +++ b/extensions/inspector/resources/locale/zh-CN/inspector.dtd @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/extensions/inspector/resources/locale/zh-CN/inspector.properties b/extensions/inspector/resources/locale/zh-CN/inspector.properties new file mode 100644 index 000000000000..b54890ba0166 --- /dev/null +++ b/extensions/inspector/resources/locale/zh-CN/inspector.properties @@ -0,0 +1,31 @@ +#Translated with MozillaTranslator version 5.03 +#Sun Jul 31 08:00:07 CST 2005 +styleRulePropertyValue.message=\u8BF7\u8F93\u5165\u5C5E\u6027\u503C\uFF1A +newAttribute.title=\u65B0\u5EFA\u5C5E\u6027 +styleRuleEditProperty.title=\u7F16\u8F91\u6837\u5F0F\u89C4\u5219 +enterAttrName.message=\u8BF7\u8F93\u5165\u5C5E\u6027\u540D\u79F0\uFF1A +inspectURL.message=\u8BF7\u8F93\u5165\u4E00\u4E2AURL\uFF1A +findNodesDocumentEnd.message=\u5DF2\u8FBE\u5230\u6587\u6863\u5C3E\u90E8\u3002 +inspectURL.title=\u67E5\u770BURL +editAttribute.title=\u7F16\u8F91\u5C5E\u6027 +findNodesDocumentEnd.title=\u67E5\u627E\u8282\u70B9 +sidebarInstalled=\u4FA7\u680F\u5DF2\u5B89\u88C5 +inspectWindow.error.title=\u67E5\u770B\u7A97\u53E3\u51FA\u9519 +12=\u7B26\u53F7 +sidebar.title=DOM \u67E5\u770B\u5668 +11=\u6587\u6863\u6BB5 +10=\u6587\u6863\u7C7B\u578B +enterAttrValue.message=\u8BF7\u8F93\u5165\u5C5E\u6027\u503C\uFF1A +styleRulePropertyName.message=\u8BF7\u8F93\u5165\u5C5E\u6027\u540D\u79F0\uFF1A +9=\u6587\u6863 +8=\u8BF4\u660E +7=\u5904\u7406\u6307\u4EE4 +root.title=\u6807\u9898 +6=\u5B9E\u4F53 +5=\u5B9E\u4F53\u5F15\u7528 +inspectWindow.error.message=\u65E0\u6CD5\u5207\u6362\u81F3\u8BF7\u6C42\u7684\u7A97\u53E3\u3002 +4=CDATA \u6BB5 +3=\u6587\u5B57 +2=\u5C5E\u6027 +styleRuleNewProperty.title=\u65B0\u6837\u5F0F\u89C4\u5219 +1=\u5143\u7D20 diff --git a/extensions/inspector/resources/locale/zh-CN/prefs.dtd b/extensions/inspector/resources/locale/zh-CN/prefs.dtd new file mode 100644 index 000000000000..bf6e2185b032 --- /dev/null +++ b/extensions/inspector/resources/locale/zh-CN/prefs.dtd @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/extensions/inspector/resources/locale/zh-CN/search/findFiles.dtd b/extensions/inspector/resources/locale/zh-CN/search/findFiles.dtd new file mode 100644 index 000000000000..614cced400de --- /dev/null +++ b/extensions/inspector/resources/locale/zh-CN/search/findFiles.dtd @@ -0,0 +1,4 @@ + + + + diff --git a/extensions/inspector/resources/locale/zh-CN/search/junkImgs.dtd b/extensions/inspector/resources/locale/zh-CN/search/junkImgs.dtd new file mode 100644 index 000000000000..fdff9b311b7b --- /dev/null +++ b/extensions/inspector/resources/locale/zh-CN/search/junkImgs.dtd @@ -0,0 +1,2 @@ + + diff --git a/extensions/inspector/resources/locale/zh-CN/tasksOverlay.dtd b/extensions/inspector/resources/locale/zh-CN/tasksOverlay.dtd new file mode 100644 index 000000000000..8cbbaa06ac75 --- /dev/null +++ b/extensions/inspector/resources/locale/zh-CN/tasksOverlay.dtd @@ -0,0 +1,6 @@ + + + + + + diff --git a/extensions/inspector/resources/locale/zh-CN/viewers/boxModel.dtd b/extensions/inspector/resources/locale/zh-CN/viewers/boxModel.dtd new file mode 100644 index 000000000000..ba635cbc1da2 --- /dev/null +++ b/extensions/inspector/resources/locale/zh-CN/viewers/boxModel.dtd @@ -0,0 +1,5 @@ + + + + + diff --git a/extensions/inspector/resources/locale/zh-CN/viewers/computedStyle.dtd b/extensions/inspector/resources/locale/zh-CN/viewers/computedStyle.dtd new file mode 100644 index 000000000000..ce19aea94efd --- /dev/null +++ b/extensions/inspector/resources/locale/zh-CN/viewers/computedStyle.dtd @@ -0,0 +1,2 @@ + + diff --git a/extensions/inspector/resources/locale/zh-CN/viewers/dom.dtd b/extensions/inspector/resources/locale/zh-CN/viewers/dom.dtd new file mode 100644 index 000000000000..d7029d5f4941 --- /dev/null +++ b/extensions/inspector/resources/locale/zh-CN/viewers/dom.dtd @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/extensions/inspector/resources/locale/zh-CN/viewers/domNode.dtd b/extensions/inspector/resources/locale/zh-CN/viewers/domNode.dtd new file mode 100644 index 000000000000..e3ac816b6714 --- /dev/null +++ b/extensions/inspector/resources/locale/zh-CN/viewers/domNode.dtd @@ -0,0 +1,4 @@ + + + + diff --git a/extensions/inspector/resources/locale/zh-CN/viewers/jsObject.dtd b/extensions/inspector/resources/locale/zh-CN/viewers/jsObject.dtd new file mode 100644 index 000000000000..fb2a3576d7a8 --- /dev/null +++ b/extensions/inspector/resources/locale/zh-CN/viewers/jsObject.dtd @@ -0,0 +1,7 @@ + + + + + + + diff --git a/extensions/inspector/resources/locale/zh-CN/viewers/styleRules.dtd b/extensions/inspector/resources/locale/zh-CN/viewers/styleRules.dtd new file mode 100644 index 000000000000..66eaf0731901 --- /dev/null +++ b/extensions/inspector/resources/locale/zh-CN/viewers/styleRules.dtd @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/extensions/inspector/resources/locale/zh-CN/viewers/stylesheets.dtd b/extensions/inspector/resources/locale/zh-CN/viewers/stylesheets.dtd new file mode 100644 index 000000000000..95ce29a31159 --- /dev/null +++ b/extensions/inspector/resources/locale/zh-CN/viewers/stylesheets.dtd @@ -0,0 +1,2 @@ + + diff --git a/extensions/inspector/resources/locale/zh-CN/viewers/xblBindings.dtd b/extensions/inspector/resources/locale/zh-CN/viewers/xblBindings.dtd new file mode 100644 index 000000000000..6799d63de2bb --- /dev/null +++ b/extensions/inspector/resources/locale/zh-CN/viewers/xblBindings.dtd @@ -0,0 +1,9 @@ + + + + + + + + +