updating to HTMLAREA RC1/CVS

This commit is contained in:
Pim Snel 2004-04-20 22:52:47 +00:00
parent ce42d456ca
commit 5e2f3d67ba
2 changed files with 90 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 899 B

View File

@ -0,0 +1,90 @@
// I18N constants
// LANG: "he", ENCODING: UTF-8
// Author: Liron Newman, http://www.eesh.net, <plastish at ultinet dot org>
// FOR TRANSLATORS:
//
// 1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
// (at least a valid email address)
//
// 2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
// (if this is not possible, please include a comment
// that states what encoding is necessary.)
TableOperations.I18N = {
"Align": "ישור",
"All four sides": "כל ארבעת הצדדים",
"Background": "רקע",
"Baseline": "קו בסיס",
"Border": "גבול",
"Borders": "גבולות",
"Bottom": "תחתון",
"CSS Style": "סגנון [CSS]",
"Caption": "כותרת",
"Cell Properties": "מאפייני תא",
"Center": "מרכז",
"Char": "תו",
"Collapsed borders": "גבולות קורסים",
"Color": "צבע",
"Description": "תיאור",
"FG Color": "צבע קידמה",
"Float": "מרחף",
"Frames": "מסגרות",
"Height": "גובה",
"How many columns would you like to merge?": "כמה טורים ברצונך למזג?",
"How many rows would you like to merge?": "כמה שורות ברצונך למזג?",
"Image URL": "URL התמונה",
"Justify": "ישור",
"Layout": "פריסה",
"Left": "שמאל",
"Margin": "שוליים",
"Middle": "אמצע",
"No rules": "ללא קווים",
"No sides": "ללא צדדים",
"None": "אין",
"Padding": "ריווח בשוליים",
"Please click into some cell": "אנא לחץ על תא כלשהו",
"Right": "ימין",
"Row Properties": "מאפייני שורה",
"Rules will appear between all rows and columns": "קווים יופיעו בין כל השורות והטורים",
"Rules will appear between columns only": "קווים יופיעו בין טורים בלבד",
"Rules will appear between rows only": "קווים יופיעו בין שורות בלבד",
"Rules": "קווים",
"Spacing and padding": "ריווח ושוליים",
"Spacing": "ריווח",
"Summary": "סיכום",
"TO-cell-delete": "מחק תא",
"TO-cell-insert-after": "הכנס תא אחרי",
"TO-cell-insert-before": "הכנס תא לפני",
"TO-cell-merge": "מזג תאים",
"TO-cell-prop": "מאפייני תא",
"TO-cell-split": "פצל תא",
"TO-col-delete": "מחק טור",
"TO-col-insert-after": "הכנס טור אחרי",
"TO-col-insert-before": "הכנס טור לפני",
"TO-col-split": "פצל טור",
"TO-row-delete": "מחק שורה",
"TO-row-insert-above": "הכנס שורה לפני",
"TO-row-insert-under": "הכנס שורה אחרי",
"TO-row-prop": "מאפייני שורה",
"TO-row-split": "פצל שורה",
"TO-table-prop": "מאפייני טבלה",
"Table Properties": "מאפייני טבלה",
"Text align": "ישור טקסט",
"The bottom side only": "הצד התחתון בלבד",
"The left-hand side only": "הצד השמאלי בלבד",
"The right and left sides only": "הצדדים הימני והשמאלי בלבד",
"The right-hand side only": "הצד הימני בלבד",
"The top and bottom sides only": "הצדדים העליון והתחתון בלבד",
"The top side only": "הצד העליון בלבד",
"Top": "עליון",
"Unset color": "צבע לא נבחר",
"Vertical align": "יישור אנכי",
"Width": "רוחב",
"not-del-last-cell": "HTMLArea מסרב בפחדנות למחוק את התא האחרון בשורה.",
"not-del-last-col": "HTMLArea מסרב בפחדנות למחוק את הטור האחרון בטבלה.",
"not-del-last-row": "HTMLArea מסרב בפחדנות למחוק את השורה האחרונה בטבלה.",
"percent": "אחוז",
"pixels": "פיקסלים"
};