OSDN Git Service

Merge branch 'skinnable-master' of ssh://shizuki@git.sourceforge.jp/gitroot/nucleus...
[nucleus-jp/nucleus-next.git] / nucleus / locales / fa_Arab_IR.UTF-8.php
1 <?
2 // persian Nucleus Language File
3 // 
4 // Author:kambiz mozaffari (kami_kamo@yahoo.com)
5 // Nucleus version: v1.0-v2.5
6 //
7 // Please note: if you want to translate this file to your own translation, be aware
8 // that in a next Nucleus version, new variables might be added and some other ones
9 // might be deleted. Therefor, it's important to list the Nucleus version for which 
10 // the file was written in your document.
11 //
12 // Fully translated translation file can be sent to Wouter Demuynck (nucleus@demuynck.org)
13 // and will be available for download (with proper credit to the author, of course)
14 /**
15  * Nucleus Language File
16  *
17  * @license http://nucleuscms.org/license.txt GNU General Public License
18  * @copyright Copyright (C) 2002-2012 The Nucleus Group
19  * @version $Id: fa_Arab_IR.UTF-8.php 1786 2012-04-22 11:41:22Z sakamocchi $
20  */
21
22  /********************************************
23  *        Start New for 4.0                 *
24  ********************************************/
25 define('_SKINIE_INVALID_NAMES_DETECTED', 'Invalid skin or templates names detected. Valid names consist of only a-z, A-Z, 0-9, -, and _'); 
26 define('_LISTS_AUTHOR', 'Author');
27 define('_OVERVIEW_OTHER_DRAFTS', 'Other Drafts');
28  
29 /********************************************
30  *        Start New for 3.6x                *
31  ********************************************/
32 define('_ERROR_USER_TOO_LONG', 'Please enter a name shorter than 40 characters.');
33 define('_ERROR_EMAIL_TOO_LONG', 'Please enter an email shorter than 100 characters.');
34 define('_ERROR_URL_TOO_LONG', 'Please enter a website shorter than 100 characters.');
35
36 /********************************************
37  *        Start New for 3.62                *
38  ********************************************/
39 define('_SETTINGS_ADMINCSS',            'Admin Area Style');
40
41  
42 /********************************************
43  *        Start New for 3.50                *
44  ********************************************/
45 define('_PLUGS_TITLE_GETPLUGINS',               'get more plugins...');
46 define('_ARCHIVETYPE_YEAR', 'year');
47 define('_ADMIN_SYSTEMOVERVIEW_LATESTVERSION_TITLE',             'Newer Version Available');
48 define('_ADMIN_SYSTEMOVERVIEW_LATESTVERSION_TEXT',              'Upgrade available: v');
49 define('_MANAGER_PLUGINSQLAPI_NOTSUPPORT', "Plugin %s was not loaded (does not support SqlApi and you are trying to use a non-mysql db)");
50
51
52 /********************************************
53  *        Start New for 3.40                *
54  ********************************************/
55
56 // START changed/added after 3.33 START
57 define('_MEMBERS_USEAUTOSAVE',                                          'Use the Autosave function?');
58
59 define('_TEMPLATE_PLUGIN_FIELDS',                                       'Custom Plugin Fields');
60 define('_TEMPLATE_BLOGLIST',                                            'Template Blog List');
61 define('_TEMPLATE_BLOGHEADER',                                          'Blog List Header');
62 define('_TEMPLATE_BLOGITEM',                                            'Blog List Item');
63 define('_TEMPLATE_BLOGFOOTER',                                          'Blog List Footer');
64
65 define('_SETTINGS_DEFAULTLISTSIZE',                                     'Default Size of Lists in Admin Area');
66 define('_SETTINGS_DEBUGVARS',           'Debug Vars');
67
68 define('_CREATE_ACCOUNT_TITLE',                                         'Create Member Account');
69 define('_CREATE_ACCOUNT0',                                                      'Create Account');
70 define('_CREATE_ACCOUNT1',                                                      'Visitors are not allowed to create a Member Account.<br /><br />');
71 define('_CREATE_ACCOUNT2',                                                      'Please contact the website administrator for more information.');
72 define('_CREATE_ACCOUNT_USER_DATA',                                     'Account Info.');
73 define('_CREATE_ACCOUNT_LOGIN_NAME',                            'Login Name (required):');
74 define('_CREATE_ACCOUNT_LOGIN_NAME_VALID',                      'only a-z and 0-9 allowed, no spaces at start/end');
75 define('_CREATE_ACCOUNT_REAL_NAME',                                     'Real Name (required):');
76 define('_CREATE_ACCOUNT_EMAIL',                                         'Email (required):');
77 define('_CREATE_ACCOUNT_EMAIL2',                                        '(must be valid, because an activation link will be sent over there)');
78 define('_CREATE_ACCOUNT_URL',                                           'URL:');
79 define('_CREATE_ACCOUNT_SUBMIT',                                        'Create Account');
80
81 define('_BMLET_BACKTODRAFTS',           'Move back to drafts');
82 define('_BMLET_CANCEL',                         'Cancel');
83
84 define('_LIST_ITEM_NOCONTENT',                                          'No Comment');
85 define('_LIST_ITEM_COMMENTS',                                           '%d Comments');
86
87 define('_EDITC_URL',                            'Web site');
88 define('_EDITC_EMAIL',                          'E-mail');
89
90 define('_MANAGER_PLUGINFILE_NOTFOUND',                          "Plugin %s was not loaded (File not found)");
91 /* changed */
92 // plugin dependency 
93 define('_ERROR_INSREQPLUGIN',           'Plugin installation failed, requires %s');
94 define('_ERROR_DELREQPLUGIN',           'Plugin deletion failed, required by %s');
95
96 //define('_ADD_ADDLATER',                                                               'Add Later');
97 define('_ADD_ADDLATER',                                                         'Add the dates specified');
98
99 define('_LOGIN_NAME',                           'Name:');
100 define('_LOGIN_PASSWORD',                       'Password:');
101
102 // changed from _BOOKMARLET_BMARKLFOLLOW
103 define('_BOOKMARKLET_BMARKFOLLOW',                                      ' (Works with nearly all browsers)');
104 // END changed/added after 3.33 END
105
106 // START merge UTF-8 and EUC-JP
107
108 // Create New blog
109 define('_ADMIN_NOTABILIA',                                                      'Some information');
110 define('_ADMIN_PLEASE_READ',                                            "Before you start, here's some <strong>important information</strong>");
111 define('_ADMIN_HOW_TO_ACCESS',                                          "After you've created a new weblog, you'll need to perform some actions to make your blog accessible. There are two possibilities:");
112 define('_ADMIN_SIMPLE_WAY',                                                     "<strong>Simple:</strong> Create a copy of <code>index.php</code> and modify it to display your new weblog. Further instructions on how to do this will be provided after you've submitted this first form.");
113 define('_ADMIN_ADVANCED_WAY',                                           "<strong>Advanced:</strong> Insert the blog content into your current skins using skinvars like <code>&lt;%otherblog()&gt;</code>. This way, you can place multiple blogs on the same page.");
114 define('_ADMIN_HOW_TO_CREATE',                                          'Create Weblog');
115
116
117 define('_BOOKMARKLET_NEW_CATEGORY',                                     'Item was added, and a new category was created. ');
118 define('_BOOKMARKLET_NEW_CATEGORY_EDIT',                        'Click here to edit the name and description of the category.');
119 define('_BOOKMARKLET_NEW_WINDOW',                                       'Opens in new window');
120 define('_BOOKMARKLET_SEND_PING',                                        'Item was added successfully. Now pinging weblogs.com. Please hold on... (can take a while)'); // NOTE: This string is no longer in used
121
122 // END merge UTF-8 and EUC-JP
123
124 // <add by shizuki>
125 // OVERVIEW screen
126 define('_OVERVIEW_SHOWALL',                                                     'Show all blogs');      // <add by shizuki />
127
128 // Edit skins
129 define('_SKINEDIT_ALLOWEDBLOGS',                                                'Short blog names:');                   // <add by shizuki>
130 define('_SKINEDIT_ALLOWEDTEMPLATESS',                                   'Template names:');             // <add by shizuki>
131
132 // delete member
133 define('_WARNINGTXT_NOTDELMEDIAFILES',                          'Please note that media files will <b>NOT</b> be deleted. (At least not in this Nucleus version)');     // <add by shizuki />
134
135 // send Weblogupdate.ping
136 define('_UPDATEDPING_MESSAGE',                                          '<h2>Site Updated, Now pinging various weblog listing services...</h2><p>This can take a while...</p><p>If you aren\'t automatically passed through, '); // NOTE: This string is no longer in used
137 define('_UPDATEDPING_GOPINGPAGE',                                       'try again'); // NOTE: This string is no longer in used
138 define('_UPDATEDPING_PINGING',                                          'Pinging services, please wait...'); // NOTE: This string is no longer in used
139 define('_UPDATEDPING_VIEWITEM',                                         'View list of recent items for '); // NOTE: This string is no longer in used
140 define('_UPDATEDPING_VISITOWNSITE',                                     'Visit your own site'); // NOTE: This string is no longer in used
141
142 // General category
143 define('_EBLOGDEFAULTCATEGORY_NAME',                            'General');
144 define('_EBLOGDEFAULTCATEGORY_DESC',                            'Items that do not fit in other categories');
145
146 // First ITEM
147 define('_EBLOG_FIRSTITEM_TITLE',                                        'First Item');
148 define('_EBLOG_FIRSTITEM_BODY',                                         'This is the first item in your weblog. Feel free to delete it.');
149
150 // New weblog was created
151 define('_BLOGCREATED_TITLE',                                            'New weblog created');
152 define('_BLOGCREATED_ADDEDTXT',                                         "Your new weblog (%s) has been created. To continue, choose the way you'll want to make it viewable:");
153 define('_BLOGCREATED_SIMPLEWAY',                                        "Easiest: A copy of <code>%s.php</code>");
154 define('_BLOGCREATED_ADVANCEDWAY',                                      "Advanced: Call the weblog from existing skins");
155 define('_BLOGCREATED_SIMPLEDESC1',                                      "Method 1: Create an extra <code>%s.php</code> file");
156 define('_BLOGCREATED_SIMPLEDESC2',                                      "Create a file called <code>%s.php</code>, and copy-paste the following code into it:");
157 define('_BLOGCREATED_SIMPLEDESC3',                                      "Upload the file next to your existing <code>index.php</code> file, and you should be all set.");
158 define('_BLOGCREATED_SIMPLEDESC4',                                      "To finish the weblog creation process, please fill out the final URL for your weblog (the proposed value is a <em>guess</em>, don't take it for granted):");
159 define('_BLOGCREATED_ADVANCEDWAY2',                                     "Method 2: Call the weblog from existing skins");
160 define('_BLOGCREATED_ADVANCEDWAY3',                                     "To finish the weblog creation process, simply please fill out the final URL for your weblog: (might be the same as another already existing weblog)");
161
162 // Donate!
163 define('_ADMINPAGEFOOT_OFFICIALURL',                            'http://nucleuscms.org/');
164 define('_ADMINPAGEFOOT_DONATEURL',                                      'http://nucleuscms.org/donate.php');
165 define('_ADMINPAGEFOOT_DONATE',                                         'Donate!');
166 define('_ADMINPAGEFOOT_COPYRIGHT',                                      'The Nucleus Group');
167
168 // Quick menu
169 define('_QMENU_MANAGE_SYSTEM',                                          'System info');
170
171 // REG file
172 define('_WINREGFILE_TEXT',                                                      'Post To &Nucleus (%s)');
173
174 // Bookmarklet
175 define('_BOOKMARKLET_TITLE',                                            'Bookmarklet<!-- and Right Click Menu -->');
176 define('_BOOKMARKLET_DESC1',                                            'Bookmarklets allow adding items to your weblog with just one single click. ');
177 define('_BOOKMARKLET_DESC2',                                            'After installing these bookmarklets, you\'ll be able to click the \'add to weblog\' button on your browser toolbar, ');
178 define('_BOOKMARKLET_DESC3',                                            'and a Nucleus add-item window will popup, ');
179 define('_BOOKMARKLET_DESC4',                                            'containing the link and title of the page you were visiting, ');
180 define('_BOOKMARKLET_DESC5',                                            'plus any text you might have selected.');
181 define('_BOOKMARKLET_BOOKARKLET',                                       'bookmarklet');
182 define('_BOOKMARKLET_ANCHOR',                                           'Add to %s');
183 define('_BOOKMARKLET_BMARKTEXT',                                        'You can drag the following link to your favorites, or your browsers toolbar: ');
184 define('_BOOKMARKLET_BMARKTEST',                                        '(if you want to test the bookmarklet first, click the link)');
185 define('_BOOKMARKLET_RIGHTCLICK',                                       'Right Click Menu Access (IE &amp; Windows)');
186 define('_BOOKMARKLET_RIGHTLABEL',                                       'right click menu item');
187 define('_BOOKMARKLET_RIGHTTEXT1',                                       'Or you can install the ');
188 define('_BOOKMARKLET_RIGHTTEXT2',                                       ' (choose \'open file\' and add to registry)');
189 define('_BOOKMARKLET_RIGHTTEXT3',                                       'You\'ll have to restart Internet Explorer before the option shows up in the context menus.');
190 define('_BOOKMARKLET_UNINSTALLTT',                                      'Uninstalling');
191 define('_BOOKMARKLET_DELETEBAR',                                        'For the bookmarklet, you can just delete it.');
192 define('_BOOKMARKLET_DELETERIGHTT',                                     'For the right click menu item, follow the procedure listed below:');
193 define('_BOOKMARKLET_DELETERIGHT1',                                     'Select "Run..." from the Start Menu');
194 define('_BOOKMARKLET_DELETERIGHT2',                                     'Type: "regedit"');
195 define('_BOOKMARKLET_DELETERIGHT3',                                     'Click the "OK" button');
196 define('_BOOKMARKLET_DELETERIGHT4',                                     'Search for "\HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MenuExt" in the tree');
197 define('_BOOKMARKLET_DELETERIGHT5',                                     'Delete the "add to \'Your weblog\'" item');
198
199 define('_BOOKMARKLET_ERROR_SOMETHINGWRONG',                     'Something went wrong');
200 define('_BOOKMARKLET_ERROR_COULDNTNEWCAT',                      'Could not create new category');
201
202 // BAN
203 define('_BAN_EXAMPLE_TITLE',                                            'An example');
204 define('_BAN_EXAMPLE_TEXT',                                                     ': "134.58.253.193" will only block one computer, while "134.58.253" will block 256 IP addresses, including the one from the first example.');
205 define('_BAN_IP_CUSTOM',                                                        'Custom: ');
206 define('_BAN_BANBLOGNAME',                                                      'Only blog %s');
207
208 // Plugin Options
209 define('_PLUGIN_OPTIONS_TITLE',                                                 'Options for %s');
210
211 // Plugin file loda error
212 define('_PLUGINFILE_COULDNT_BELOADED',                          'Error: plugin file <strong>%s.php</strong> could not be loaded, or it has been set inactive because it does not support some features (check the <a href="?action=actionlog">actionlog</a> for more info)');
213
214 //ITEM add/edit template (for japanese only)
215 define('_ITEM_ADDEDITTEMPLATE_FORMAT',                          'Format :');
216 define('_ITEM_ADDEDITTEMPLATE_YEAR',                            'Year');
217 define('_ITEM_ADDEDITTEMPLATE_MONTH',                           'Month');
218 define('_ITEM_ADDEDITTEMPLATE_DAY',                                     'Day');
219 define('_ITEM_ADDEDITTEMPLATE_HOUR',                            'Hour');
220 define('_ITEM_ADDEDITTEMPLATE_MINUTE',                          'Minute');
221
222 // Errors
223 define('_ERRORS_INSTALLSQL',                                            'install.sql should be deleted');
224 define('_ERRORS_INSTALLDIR',                                            'install directory should be deleted');  // <add by shizuki />
225 define('_ERRORS_INSTALLPHP',                                            'install.php should be deleted');
226 define('_ERRORS_UPGRADESDIR',                                           'nucleus/upgrades directory should be deleted');
227 define('_ERRORS_CONVERTDIR',                                            'nucleus/convert directory should be deleted');
228 define('_ERRORS_CONFIGPHP',                                                     'config.php should be non-writable (chmod to 444)');
229 define('_ERRORS_STARTUPERROR1',                                         '<p>One or more of the Nucleus installation files are still present on the webserver, or are writable.</p><p>You should remove these files or change their permissions to ensure security. Here are the files that were found by Nucleus</p> <ul><li>');
230 define('_ERRORS_STARTUPERROR2',                                         '</li></ul><p>If you don\'t want to see this error message again, without solving the problem, set <code>$CONF[\'alertOnSecurityRisk\']</code> in <code>globalfunctions.php</code> to <code>0</code>, or do this at the end of <code>config.php</code>.</p>');
231 define('_ERRORS_STARTUPERROR3',                                         'Security Risk');
232
233 // PluginAdmin tickets by javascript
234 define('_PLUGINADMIN_TICKETS_JAVASCRIPT',                       '<p><b>Error occured during automatic addition of tickets.</b></p>');
235
236 // Global settings disablesite URL
237 define('_SETTINGS_DISABLESITEURL',                                      'Redirect URL:');
238
239 // Skin import/export
240 define('_SKINIE_SEELEMENT_UNEXPECTEDTAG',                       'UNEXPECTED TAG');
241 define('_SKINIE_ERROR_FAILEDOPEN_FILEURL',                      'Failed to open file/URL');
242 define('_SKINIE_NAME_CLASHES_DETECTED',                         'Name clashes detected, re-run with allowOverwrite = 1 to force overwrite');
243
244 // ACTIONS.php parse_commentform
245 define('_ACTIONURL_NOTLONGER_PARAMATER',                        'actionurl is not longer a parameter on commentform skinvars. Moved to be a global setting instead.');
246
247 // ADMIN.php addToTemplate 'Query error: '
248 define('_ADMIN_SQLDIE_QUERYERROR',                                      'Query error: ');
249
250 // backyp.php Backup WARNING
251 define('_BACKUP_BACKUPFILE_TITLE',                                      'This is a backup file generated by Nucleus');
252 define('_BACKUP_BACKUPFILE_BACKUPDATE',                         'backup-date:');
253 define('_BACKUP_BACKUPFILE_NUCLEUSVERSION',                     'Nucleus CMS version:');
254 define('_BACKUP_BACKUPFILE_DATABASE_NAME',                      'Nucleus CMS Database name:');
255 define('_BACKUP_BACKUPFILE_TABLE_NAME',                         'TABLE:');
256 define('_BACKUP_BACKUPFILE_TABLEDATAFOR',                       'Table Data for %s');
257 define('_BACKUP_WARNING_NUCLEUSVERSION',                        'WARNING: Only try to restore on servers running the exact same version of Nucleus');
258 define('_BACKUP_RESTOR_NOFILEUPLOADED',                         'No file uploaded');
259 define('_BACKUP_RESTOR_UPLOAD_ERROR',                           'File Upload Error');
260 define('_BACKUP_RESTOR_UPLOAD_NOCORRECTTYPE',           'The uploaded file is not of the correct type');
261 define('_BACKUP_RESTOR_UPLOAD_NOZLIB',                          'Cannot decompress gzipped backup (zlib package not installed)');
262 define('_BACKUP_RESTOR_SQL_ERROR',                                      'SQL Error: ');
263
264 // BLOG.php addTeamMember
265 define('_TEAM_ADD_NEWTEAMMEMBER',                                       'Added %s (ID=%d) to the team of blog "%s"');
266
267 // ADMIN.php systemoverview()
268 define('_ADMIN_SYSTEMOVERVIEW_HEADING',                         'System Overview');
269 define('_ADMIN_SYSTEMOVERVIEW_PHPANDMYSQL',                     'PHP and MySQL');
270 define('_ADMIN_SYSTEMOVERVIEW_VERSIONS',                        'Versions');
271 define('_ADMIN_SYSTEMOVERVIEW_PHPVERSION',                      'PHP version');
272 define('_ADMIN_SYSTEMOVERVIEW_MYSQLVERSION',            'MySQL version');
273 define('_ADMIN_SYSTEMOVERVIEW_SETTINGS',                        'Settings');
274 define('_ADMIN_SYSTEMOVERVIEW_GDLIBRALY',                       'GD Libraly');
275 define('_ADMIN_SYSTEMOVERVIEW_MODULES',                         'Modules');
276 define('_ADMIN_SYSTEMOVERVIEW_ENABLE',                          'enabled');
277 define('_ADMIN_SYSTEMOVERVIEW_DISABLE',                         'disabled');
278 define('_ADMIN_SYSTEMOVERVIEW_NUCLEUSSYSTEM',           'Your Nucleus CMS System');
279 define('_ADMIN_SYSTEMOVERVIEW_NUCLEUSVERSION',          'Nucleus CMS version');
280 define('_ADMIN_SYSTEMOVERVIEW_NUCLEUSPATCHLEVEL',       'Nucleus CMS patch level');
281 define('_ADMIN_SYSTEMOVERVIEW_NUCLEUSSETTINGS',         'Important settings');
282 define('_ADMIN_SYSTEMOVERVIEW_VERSIONCHECK',            'Check for a new version');
283 define('_ADMIN_SYSTEMOVERVIEW_VERSIONCHECK_TXT',        'Check on nucleuscms.org if a new version is available: ');
284 define('_ADMIN_SYSTEMOVERVIEW_VERSIONCHECK_URL',        'http://nucleuscms.org/version.php?v=%d&amp;pl=%d');
285 define('_ADMIN_SYSTEMOVERVIEW_VERSIONCHECK_TITLE',      'Check for upgrade');
286 define('_ADMIN_SYSTEMOVERVIEW_NOT_ADMIN',                       "You haven't enough rights to see the system informations.");
287
288 // ENCAPSULATE.php
289 define('_ENCAPSULATE_ENCAPSULATE_NOENTRY',                      'No entries');
290
291 // globalfunctions.php
292 define('_GFUNCTIONS_LOGINPCSHARED_YES',                         'on shared PC');
293 define('_GFUNCTIONS_LOGINPCSHARED_NO',                          'on not shared PC');
294 define('_GFUNCTIONS_LOGINSUCCESSFUL_TXT',                       'Login successful for %s (%s)');
295 define('_GFUNCTIONS_LOGINFAILED_TXT',                           'Login failed for %s');
296 define('_GFUNCTIONS_LOGOUT_TXT',                                        '%s is logouted');
297 define('_GFUNCTIONS_HEADERSALREADYSENT_FILE',           ' in <code>%s</code> line <code>%s</code>');
298 define('_GFUNCTIONS_HEADERSALREADYSENT_TITLE',          ' Page headers already sent');
299 define('_GFUNCTIONS_HEADERSALREADYSENT_TXT',            '<p>The page headers have already been sent out%s. This could cause Nucleus not to work in the expected way.</p><p>Usually, this is caused by spaces or newlines at the end of the <code>config.php</code> file, at the end of the translation file or at the end of a plugin file. Please check this and try again.</p><p>If you don\'t want to see this error message again, without solving the problem, set <code>$CONF[\'alertOnHeadersSent\']</code> in <code>globalfunctions.php</code> to <code>0</code></p>');
300 define('_GFUNCTIONS_PARSEFILE_FILEMISSING',                     'A file is missing');
301 define('_GFUNCTIONS_AN_ERROR_OCCURRED',                         'Sorry. An error occurred.');
302 define('_GFUNCTIONS_YOU_AERNT_LOGGEDIN',                        "You aren't logged in.");
303
304 // MANAGER.php
305 define('_MANAGER_PLUGINFILE_NOCLASS',                           "Plugin %s was not loaded (Class not found in file, possible parse error)");
306 define('_MANAGER_PLUGINTABLEPREFIX_NOTSUPPORT',         "Plugin %s was not loaded (does not support SqlTablePrefix)");
307
308 // mysql.php
309 define('_NO_SUITABLE_MYSQL_LIBRARY',                            "<p>No suitable mySQL library was found to run Nucleus</p>");
310
311 // PLUGIN.php
312 define('_ERROR_PLUGIN_NOSUCHACTION',                            'No Such Action');
313
314 // PLUGINADMIN.php
315 define('_ERROR_INVALID_PLUGIN',                                         'Invalid plugin');
316
317 // showlist.php
318 define('_LIST_PLUGS_DEPREQ',                                            'Plugin(s) requires:');
319 define('_LIST_SKIN_PREVIEW',                                            "Preview for '%s' skin");
320 define('_LIST_SKIN_PREVIEW_VIEWLARGER',                         "View larger");
321 define('_LIST_SKIN_README',                                                     "More info on the '%s' skin");
322 define('_LIST_SKIN_README_TXT',                                         'Read me');
323
324 // BLOG.php createNewCategory()
325 define('_CREATED_NEW_CATEGORY_NAME',                            'newcat');
326 define('_CREATED_NEW_CATEGORY_DESC',                            'New category');
327
328 // ADMIN.php blog settings
329 define('_EBLOG_CURRENT_TEAM_MEMBER',                            'Members currently on your team:');
330
331 /********************************************
332  *        End New for 3.40                  *
333  ********************************************/
334
335 // START changed/added after 3.3 START
336 define('_AUTOSAVEDRAFT',                'Auto save draft');
337 define('_AUTOSAVEDRAFT_LASTSAVED',      'Last saved: ');
338 define('_AUTOSAVEDRAFT_NOTYETSAVED',    'No saves have been made yet');
339 define('_AUTOSAVEDRAFT_NOW',            'Auto save now');
340 define('_SKIN_PARTS_SPECIAL',           'Special skin parts');
341 define('_ERROR_SKIN_PARTS_SPECIAL_FORMAT',              'You must enter a name that exists only out of lowercase letters and digits');
342 define('_ERROR_SKIN_PARTS_SPECIAL_DELETE',              'Can\'t delete this skin part');
343 define('_CONFIRMTXT_SKIN_PARTS_SPECIAL',                'Do you really want to delete this special skin part?');
344 define('_ERROR_PLUGIN_LOAD',            'Plugin could not be loaded, or does not support certain features that are required for it to run on your Nucleus installation (you might want to check the <a href="?action=actionlog">actionlog</a> for more info)');
345 // END changed/added after 3.3 END
346
347 // START changed/added after 3.22 START
348 define('_SEARCHFORM_QUERY',                     'Keywords to search');
349 define('_ERROR_EMAIL_REQUIRED',         'Email address is required');
350 define('_COMMENTFORM_MAIL',                     'Website:');
351 define('_COMMENTFORM_EMAIL',            'E-mail:');
352 define('_EBLOG_REQUIREDEMAIL',          'Require E-mail address with comments?');
353 define('_ERROR_COMMENTS_SPAM',      'Your comment was rejected because it did not pass the spam test');
354 // END changed/added after 3.22 END
355
356 // START changed/added after 3.15 START
357
358 define('_LIST_PLUG_SUBS_NEEDUPDATE','Please use the \'Update Subscription list\'-button to update the plugin\'s subscription list.');
359 define('_LIST_PLUGS_DEP',                       'Plugin(s) requires:');
360
361 // END changed/added after 3.15
362
363 // START changed/added after 3.1 START
364
365 // comments list per weblog
366 define('_COMMENTS_BLOG',                        'All Comments for blog');
367 define('_NOCOMMENTS_BLOG',                      'No comments were made on items of this blog');
368 define('_BLOGLIST_COMMENTS',            'Comments');
369 define('_BLOGLIST_TT_COMMENTS',         'A list of all comments made on items of this blog');
370
371
372 // for use in archivetype-skinvar
373 define('_ARCHIVETYPE_DAY',                      'day');
374 define('_ARCHIVETYPE_MONTH',            'month');
375
376 // tickets (prevents malicious users to trick an admin to perform actions he doesn't want)
377 define('_ERROR_BADTICKET',                      'Invalid or expired ticket.');
378
379 // cookie prefix
380 define('_SETTINGS_COOKIEPREFIX',        'Cookie Prefix');
381
382 // account activation
383 define('_ERROR_NOLOGON_NOACTIVATE',     'Cannot send activation link. You\'re not allowed to log in.');
384 define('_ERROR_ACTIVATE',                       'Activation key does not exist, is invalid, or has expired.');
385 define('_ACTIONLOG_ACTIVATIONLINK', 'Activation link sent');
386 define('_MSG_ACTIVATION_SENT',          'An activation link has been sent by e-mail.');
387
388 // activation link emails
389 define('_ACTIVATE_REGISTER_MAIL',       "Hi <%memberName%>,\n\nYou need to activate your account at <%siteName%> (<%siteUrl%>).\nYou can do this by visiting the link below: \n\n\t<%activationUrl%>\n\nYou have <%activationDays%> days to do this. After this, the activation link becomes invalid.");
390 define('_ACTIVATE_REGISTER_MAILTITLE',  "Activate your '<%memberName%>' account");
391 define('_ACTIVATE_REGISTER_TITLE',      'Welcome <%memberName%>');
392 define('_ACTIVATE_REGISTER_TEXT',       'You\'re almost there. Please choose a password for your account below.');
393 define('_ACTIVATE_FORGOT_MAIL',         "Hi <%memberName%>,\n\nUsing the link below, you can choose a new password for your account at <%siteName%> (<%siteUrl%>) by choosing a new password.\n\n\t<%activationUrl%>\n\nYou have <%activationDays%> days to do this. After this, the activation link becomes invalid.");
394 define('_ACTIVATE_FORGOT_MAILTITLE',"Re-activate your '<%memberName%>' account");
395 define('_ACTIVATE_FORGOT_TITLE',        'Welcome <%memberName%>');
396 define('_ACTIVATE_FORGOT_TEXT',         'You can choose a new password for your account below:');
397 define('_ACTIVATE_CHANGE_MAIL',         "Hi <%memberName%>,\n\nSince your e-mail address has changed, you'll need to re-activate your account at <%siteName%> (<%siteUrl%>).\nYou can do this by visiting the link below: \n\n\t<%activationUrl%>\n\nYou have <%activationDays%> days to do this. After this, the activation link becomes invalid.");
398 define('_ACTIVATE_CHANGE_MAILTITLE',"Re-activate your '<%memberName%>' account");
399 define('_ACTIVATE_CHANGE_TITLE',        'Welcome <%memberName%>');
400 define('_ACTIVATE_CHANGE_TEXT',         'Your address change has been verified. Thanks!');
401 define('_ACTIVATE_SUCCESS_TITLE',       'Activation Succeeded');
402 define('_ACTIVATE_SUCCESS_TEXT',        'Your account has been successfully activated.');
403 define('_MEMBERS_SETPWD',                       'Set Password');
404 define('_MEMBERS_SETPWD_BTN',           'Set Password');
405 define('_QMENU_ACTIVATE',                       'Account Activation');
406 define('_QMENU_ACTIVATE_TEXT',          '<p>After you have activated your account, you can start using it by <a href="index.php?action=showlogin">logging in</a>.</p>');
407
408 define('_PLUGS_BTN_UPDATE',                     'Update subscription list');
409
410 // global settings
411 define('_SETTINGS_JSTOOLBAR',           'Javascript Toolbar Style');
412 define('_SETTINGS_JSTOOLBAR_FULL',      'Full Toolbar (IE)');
413 define('_SETTINGS_JSTOOLBAR_SIMPLE','Simple Toolbar (Non-IE)');
414 define('_SETTINGS_JSTOOLBAR_NONE',      'Disable Toolbar');
415 define('_SETTINGS_URLMODE_HELP',        '(Info: <a href="documentation/tips.html#searchengines-fancyurls">How to activate fancy URLs</a>)');
416
417 // extra plugin settings part when editing categories/members/blogs/...
418 define('_PLUGINS_EXTRA',                        'Extra Plugin Settings');
419
420 // itemlist info column keys
421 define('_LIST_ITEM_BLOG',                       'blog:');
422 define('_LIST_ITEM_CAT',                        'cat:');
423 define('_LIST_ITEM_AUTHOR',                     'author:');
424 define('_LIST_ITEM_DATE',                       'date:');
425 define('_LIST_ITEM_TIME',                       'time:');
426
427 // indication of registered members in comments list
428 define('_LIST_COMMENTS_MEMBER',         '(member)');
429
430 // batch operations
431 define('_BATCH_WITH_SEL',                       'With selected:');
432 define('_BATCH_EXEC',                           'Execute');
433
434 // quickmenu
435 define('_QMENU_HOME',                           'Home');
436 define('_QMENU_ADD',                            'Add Item');
437 define('_QMENU_ADD_SELECT',                     '-- select --');
438 define('_QMENU_USER_SETTINGS',          'Profile');
439 define('_QMENU_USER_ITEMS',                     'Items');
440 define('_QMENU_USER_COMMENTS',          'Comments');
441 define('_QMENU_MANAGE',                         'Management');
442 define('_QMENU_MANAGE_LOG',                     'Action Log');
443 define('_QMENU_MANAGE_SETTINGS',        'Configuration');
444 define('_QMENU_MANAGE_MEMBERS',         'Members');
445 define('_QMENU_MANAGE_NEWBLOG',         'New Weblog');
446 define('_QMENU_MANAGE_BACKUPS',         'Backups');
447 define('_QMENU_MANAGE_PLUGINS',         'Plugins');
448 define('_QMENU_LAYOUT',                         'Layout');
449 define('_QMENU_LAYOUT_SKINS',           'Skins');
450 define('_QMENU_LAYOUT_TEMPL',           'Templates');
451 define('_QMENU_LAYOUT_IEXPORT',         'Import/Export');
452 define('_QMENU_PLUGINS',                        'Plugins');
453
454 // quickmenu on logon screen
455 define('_QMENU_INTRO',                          'Introduction');
456 define('_QMENU_INTRO_TEXT',                     '<p>This is the logon screen for Nucleus CMS, the content management system that\'s being used to maintain this website.</p><p>If you have an account, you can log on and start posting new items.</p>');
457
458 // helppages for plugins
459 define('_ERROR_PLUGNOHELPFILE',         'The helpfile for this plugin can not be found');
460 define('_PLUGS_HELP_TITLE',                     'Helppage for plugin');
461 define('_LIST_PLUGS_HELP',                      'help');
462
463
464 // END changed/started after 3.1
465
466 // START changed/added after v2.5beta START
467
468 // general settings (security)
469 define('_SETTINGS_EXTAUTH',                     'Enable External Authentication');
470 define('_WARNING_EXTAUTH',                      'Warning: Enable only if needed.');
471
472 // member profile
473 define('_MEMBERS_BYPASS',                       'Use External Authentication');
474
475 // 'always include in search' blog setting (yes/no) [in v2.5beta, the 'always' part wasn't clear]
476 define('_EBLOG_SEARCH',                         '<em>Always</em> include in search');
477
478 // END changed/added after v2.5beta
479
480 // START introduced after v2.0 START
481
482 // media library
483 define('_MEDIA_VIEW',                           'نمايش');
484 define('_MEDIA_VIEW_TT',                        '(نمايش پوشه( بازكردن پوشه در پنجره جديد');
485 define('_MEDIA_FILTER_APPLY',           'استفاده از صافي');
486 define('_MEDIA_FILTER_LABEL',           'صافي: ');
487 define('_MEDIA_UPLOAD_TO',                      'باركذاري در...');
488 define('_MEDIA_UPLOAD_NEW',                     'بارگذاري پوشه جديد...');
489 define('_MEDIA_COLLECTION_SELECT',      'انتخاب');
490 define('_MEDIA_COLLECTION_TT',          'برو به اين دسته بندي');
491 define('_MEDIA_COLLECTION_LABEL',       'مكان فعلي: ');
492
493 // tooltips on toolbar
494 define('_ADD_ALIGNLEFT_TT',                     'تراز از چپ');
495 define('_ADD_ALIGNRIGHT_TT',            'تراز از راست');
496 define('_ADD_ALIGNCENTER_TT',           'تراز از وسط');
497
498 // searchable blog setting (yes/no)
499 define('_EBLOG_SEARCH',                         'شامل جستجو بودن');
500
501 // generic upload failure
502 define('_ERROR_UPLOADFAILED',           'خطا در بارگذاري');
503
504 // END introduced after v2.0 END
505
506 // START introduced after v1.5 START
507
508 // posting to the past/edit timestamps
509 define('_EBLOG_ALLOWPASTPOSTING',       'اجازه به ارسال در گذشته');
510 define('_ADD_CHANGEDATE',                       'Update timestamp');
511 define('_BMLET_CHANGEDATE',                     'Update timestamp');
512
513 // skin import/export
514 define('_OVERVIEW_SKINIMPORT',          'ورود/صدور پوسته...');
515
516 // skin settings
517 define('_PARSER_INCMODE_NORMAL',        'عادي');
518 define('_PARSER_INCMODE_SKINDIR',       'Use skin dir');
519 define('_SKIN_INCLUDE_MODE',            'Include mode');
520 define('_SKIN_INCLUDE_PREFIX',          'Include prefix');
521
522 // global settings
523 define('_SETTINGS_BASESKIN',            'قالب پايه');
524 define('_SETTINGS_SKINSURL',            'نشاني قابل');
525 define('_SETTINGS_ACTIONSURL',          'action.phpنشاني كامل به');
526
527 // category moves (batch)
528 define('_ERROR_MOVEDEFCATEGORY',        'عدم توانايي در جابجايي دسته بندي پيش فرضُ');
529 define('_ERROR_MOVETOSELF',                     'Cannot move category (destination blog is the same as source blog)');
530 define('_MOVECAT_TITLE',                        'Select blog to move category to');
531 define('_MOVECAT_BTN',                          'جابجايي دسته بندي');
532
533 // URLMode setting
534 define('_SETTINGS_URLMODE',                     'URL Mode');
535 define('_SETTINGS_URLMODE_NORMAL',      'Normal');
536 define('_SETTINGS_URLMODE_PATHINFO','Fancy');
537
538 // Batch operations
539 define('_BATCH_NOSELECTION',            'Nothing selected to perform actions on');
540 define('_BATCH_ITEMS',                          'Batch operation on items');
541 define('_BATCH_CATEGORIES',                     'Batch operation on categories');
542 define('_BATCH_MEMBERS',                        'Batch operation on members');
543 define('_BATCH_TEAM',                           'Batch operation on team members');
544 define('_BATCH_COMMENTS',                       'Batch operation on comments');
545 define('_BATCH_UNKNOWN',                        'Unknown batch operation: ');
546 define('_BATCH_EXECUTING',                      'Executing');
547 define('_BATCH_ONCATEGORY',                     'on category');
548 define('_BATCH_ONITEM',                         'on item');
549 define('_BATCH_ONCOMMENT',                      'on comment');
550 define('_BATCH_ONMEMBER',                       'on member');
551 define('_BATCH_ONTEAM',                         'on team member');
552 define('_BATCH_SUCCESS',                        'Success!');
553 define('_BATCH_DONE',                           'انجام شد!');
554 define('_BATCH_DELETE_CONFIRM',         'Confirm Batch Deletion');
555 define('_BATCH_DELETE_CONFIRM_BTN',     'Confirm Batch Deletion');
556 define('_BATCH_SELECTALL',                      'انتخاب همه');
557 define('_BATCH_DESELECTALL',            'انتخاب نشدن همه');
558
559 // batch operations: options in dropdowns
560 define('_BATCH_ITEM_DELETE',            'حذف');
561 define('_BATCH_ITEM_MOVE',                      'جابجايي');
562 define('_BATCH_MEMBER_DELETE',          'حذف');
563 define('_BATCH_MEMBER_SET_ADM',         'Give admin rights');
564 define('_BATCH_MEMBER_UNSET_ADM',       'Take away admin rights');
565 define('_BATCH_TEAM_DELETE',            'حذف از گروه');
566 define('_BATCH_TEAM_SET_ADM',           'Give admin rights');
567 define('_BATCH_TEAM_UNSET_ADM',         'Take away admin rights');
568 define('_BATCH_CAT_DELETE',                     'حذف');
569 define('_BATCH_CAT_MOVE',                       'Move to other blog');
570 define('_BATCH_COMMENT_DELETE',         'حذف');
571
572 // itemlist: Add new item...
573 define('_ITEMLIST_ADDNEW',                      'اضافه كردن نوشته جديد...');
574 define('_ADD_PLUGIN_EXTRAS',            'Extra Plugin Options');
575
576 // errors
577 define('_ERROR_CATCREATEFAIL',          'عدم توانايي در ساخت دسته بندي جديد');
578 define('_ERROR_NUCLEUSVERSIONREQ',      'This plugin requires a newer Nucleus version: ');
579
580 // backlinks
581 define('_BACK_TO_BLOGSETTINGS',         'بازگشت به تنظيمات وبلاگ');
582
583 // skin import export
584 define('_SKINIE_TITLE_IMPORT',          'ورود');
585 define('_SKINIE_TITLE_EXPORT',          'صدور');
586 define('_SKINIE_BTN_IMPORT',            'ورود');
587 define('_SKINIE_BTN_EXPORT',            'صدور قالب ها/پوسته هاي انتخاب شده');
588 define('_SKINIE_LOCAL',                         'Import from local file:');
589 define('_SKINIE_NOCANDIDATES',          'No candidates for import found in the skins directory');
590 define('_SKINIE_FROMURL',                       'Import from URL:');
591 define('_SKINIE_EXPORT_INTRO',          'Select the skins and templates you want to export below');
592 define('_SKINIE_EXPORT_SKINS',          'پوسته');
593 define('_SKINIE_EXPORT_TEMPLATES',      'Templates');
594 define('_SKINIE_EXPORT_EXTRA',          'Extra Info');
595 define('_SKINIE_CONFIRM_OVERWRITE',     'Overwrite skins that already exists (see nameclashes)');
596 define('_SKINIE_CONFIRM_IMPORT',        'Yes, I want to import this');
597 define('_SKINIE_CONFIRM_TITLE',         'About to import skins and templates');
598 define('_SKINIE_INFO_SKINS',            'Skins in file:');
599 define('_SKINIE_INFO_TEMPLATES',        'Templates in file:');
600 define('_SKINIE_INFO_GENERAL',          'Info:');
601 define('_SKINIE_INFO_SKINCLASH',        'Skin name clashes:');
602 define('_SKINIE_INFO_TEMPLCLASH',       'Template name clashes:');
603 define('_SKINIE_INFO_IMPORTEDSKINS','Imported skins:');
604 define('_SKINIE_INFO_IMPORTEDTEMPLS','Imported templates:');
605 define('_SKINIE_DONE',                          'Done Importing');
606
607 define('_AND',                                          'و');
608 define('_OR',                                           'يا');
609
610 // empty fields on template edit
611 define('_EDITTEMPLATE_EMPTY',           'empty field (click to edit)');
612
613 // skin overview list
614 define('_LIST_SKINS_INCMODE',           'IncludeMode:');
615 define('_LIST_SKINS_INCPREFIX',         'IncludePrefix:');
616 define('_LIST_SKINS_DEFINED',           'Defined parts:');
617
618 // backup
619 define('_BACKUPS_TITLE',                        'Backup / Restore');
620 define('_BACKUP_TITLE',                         'Backup');
621 define('_BACKUP_INTRO',                         'Click the button below to create a backup of your Nucleus database. You\'ll be prompted to save a backup file. Store it in a safe place.');
622 define('_BACKUP_ZIP_YES',                       'Try to use compression');
623 define('_BACKUP_ZIP_NO',                        'Do not use compression');
624 define('_BACKUP_BTN',                           'Create Backup');
625 define('_BACKUP_NOTE',                          '<b>Note:</b> Only the database contents is stored in the backup. Media files and settings in config.php are thus <b>NOT</b> included in the backup.');
626 define('_RESTORE_TITLE',                        'Restore');
627 define('_RESTORE_NOTE',                         '<b>WARNING:</b> Restoring from a backup will <b>ERASE</b> all current Nucleus data in the database! Only do this when you\'re really sure!     <br />  <b>Note:</b> Make sure that the version of Nucleus in which you created the backup should be the same as the version you\'re running right now! It won\'t work otherwise');
628 define('_RESTORE_INTRO',                        'Select the backup file below (it\'ll be uploaded to the server) and click the "Restore" button to start.');
629 define('_RESTORE_IMSURE',                       'Yes, I\'m sure I want to do this!');
630 define('_RESTORE_BTN',                          'Restore From File');
631 define('_RESTORE_WARNING',                      '(make sure you\'re restoring the correct backup, maybe make a new backup before you start)');
632 define('_ERROR_BACKUP_NOTSURE',         'You\'ll need to check the \'I\'m sure\' testbox');
633 define('_RESTORE_COMPLETE',                     'Restore Complete');
634
635 // new item notification
636 define('_NOTIFY_NI_MSG',                        'A new item has been posted:');
637 define('_NOTIFY_NI_TITLE',                      'New Item!');
638 define('_NOTIFY_KV_MSG',                        'Karma vote on item:');
639 define('_NOTIFY_KV_TITLE',                      'Nucleus karma:');
640 define('_NOTIFY_NC_MSG',                        'Comment on item:');
641 define('_NOTIFY_NC_TITLE',                      'Nucleus comment:');
642 define('_NOTIFY_USERID',                        'User ID:');
643 define('_NOTIFY_USER',                          'User:');
644 define('_NOTIFY_COMMENT',                       'Comment:');
645 define('_NOTIFY_VOTE',                          'Vote:');
646 define('_NOTIFY_HOST',                          'Host:');
647 define('_NOTIFY_IP',                            'IP:');
648 define('_NOTIFY_MEMBER',                        'Member:');
649 define('_NOTIFY_TITLE',                         'Title:');
650 define('_NOTIFY_CONTENTS',                      'Contents:');
651
652 // member mail message
653 define('_MMAIL_MSG',                            'A message sent to you by');
654 define('_MMAIL_FROMANON',                       'an anonymous visitor');
655 define('_MMAIL_FROMNUC',                        'Posted from a Nucleus weblog at');
656 define('_MMAIL_TITLE',                          'A message from');
657 define('_MMAIL_MAIL',                           'Message:');
658
659 // END introduced after v1.5 END
660
661
662 // START introduced after v1.1 START
663
664 // bookmarklet buttons
665 define('_BMLET_ADD',                            'Add Item');
666 define('_BMLET_EDIT',                           'Edit Item');
667 define('_BMLET_DELETE',                         'Delete Item');
668 define('_BMLET_BODY',                           'Body');
669 define('_BMLET_MORE',                           'Extended');
670 define('_BMLET_OPTIONS',                        'Options');
671 define('_BMLET_PREVIEW',                        'Preview');
672
673 // used in bookmarklet
674 define('_ITEM_UPDATED',                         'Item was updated');
675 define('_ITEM_DELETED',                         'Item was deleted');
676
677 // plugins
678 define('_CONFIRMTXT_PLUGIN',            'Are you sure you want to delete the plugin named');
679 define('_ERROR_NOSUCHPLUGIN',           'No such plugin');
680 define('_ERROR_DUPPLUGIN',                      'Sorry, this plugin is already installed');
681 define('_ERROR_PLUGFILEERROR',          'No such plugin exists, or the permissions are set incorrectly');
682 define('_PLUGS_NOCANDIDATES',           'No plugin candidates found');
683
684 define('_PLUGS_TITLE_MANAGE',           'مديرت برنامه هاي الحاقي');
685 define('_PLUGS_TITLE_INSTALLED',        'Currently Installed');
686 define('_PLUGS_TITLE_UPDATE',           'Update subscription list');
687 define('_PLUGS_TEXT_UPDATE',            'Nucleus keeps a cache of the event subscriptions of the plugins. When you upgrade a plugin by replacing it\'s file, you should run this update to make sure that the correct subscriptions are cached');
688 define('_PLUGS_TITLE_NEW',                      'Install New Plugin');
689 define('_PLUGS_ADD_TEXT',                       'Below is a list of all the files in your plugins directory, that might be non-installed plugins. Make sure you are <strong>really sure</strong> that it\'s a plugin before adding it.');
690 define('_PLUGS_BTN_INSTALL',            'Install Plugin');
691 define('_BACKTOOVERVIEW',                       'Back to overview');
692
693 // editlink
694 define('_TEMPLATE_EDITLINK',            'Edit Item Link');
695
696 // add left / add right tooltips
697 define('_ADD_LEFT_TT',                          'Add left box');
698 define('_ADD_RIGHT_TT',                         'Add right box');
699
700 // add/edit item: new category (in dropdown box)
701 define('_ADD_NEWCAT',                           'دسته بندي جديد...');
702
703 // new settings
704 define('_SETTINGS_PLUGINURL',           'Plugin URL');
705 define('_SETTINGS_MAXUPLOADSIZE',       'Max. upload file size (bytes)');
706 define('_SETTINGS_NONMEMBERMSGS',       'Allow non-members to send messages');
707 define('_SETTINGS_PROTECTMEMNAMES',     'Protect member names');
708
709 // overview screen
710 define('_OVERVIEW_PLUGINS',                     'Manage Plugins...');
711
712 // actionlog
713 define('_ACTIONLOG_NEWMEMBER',          'ثبت كاربر جديد:');
714
715 // membermail (when not logged in)
716 define('_MEMBERMAIL_MAIL',                      'Your email address:');
717
718 // file upload
719 define('_ERROR_DISALLOWEDUPLOAD2',      'You do not have admin rights on any of the blogs that have the destination member on the teamlist. Therefor, you\'re not allowed to upload files to this member\'s media directory');
720
721 // plugin list
722 define('_LISTS_INFO',                           'اطلاعات');
723 define('_LIST_PLUGS_AUTHOR',            'به وسيله:');
724 define('_LIST_PLUGS_VER',                       'نسخه:');
725 define('_LIST_PLUGS_SITE',                      'ديدن وب سايت');
726 define('_LIST_PLUGS_DESC',                      'توضيح:');
727 define('_LIST_PLUGS_SUBS',                      'Subscribes to the following events:');
728 define('_LIST_PLUGS_UP',                        'انتقال به بالا');
729 define('_LIST_PLUGS_DOWN',                      'انتقال به پايين');
730 define('_LIST_PLUGS_UNINSTALL',         'غزل');
731 define('_LIST_PLUGS_ADMIN',                     'مدير');
732 define('_LIST_PLUGS_OPTIONS',           'ويرايش&nbsp;تنظيم ها');
733
734 // plugin option list
735 define('_LISTS_VALUE',                          'مقدار');
736
737 // plugin options
738 define('_ERROR_NOPLUGOPTIONS',          'this plugin does not have any options set');
739 define('_PLUGS_BACK',                           'Back to Plugin Overview');
740 define('_PLUGS_SAVE',                           'ذخيره تنظيم ها');
741 define('_PLUGS_OPTIONS_UPDATED',        'Plugin options updated');
742
743 define('_OVERVIEW_MANAGEMENT',          'تنظيم هاي مدير');
744 define('_OVERVIEW_MANAGE',                      'Nucleusمديريت...');
745 define('_MANAGE_GENERAL',                       'مديريت كلي');
746 define('_MANAGE_SKINS',                         'پوسته و قالب ها');
747 define('_MANAGE_EXTRA',                         'ويژگي هاي بيشتر');
748
749 define('_BACKTOMANAGE',                         'Nucleusبازگشت به بخش مديريت');
750
751
752 // END introduced after v1.1 END
753
754
755
756
757
758 // global stuff
759 define('_LOGOUT',                                       'خروج');
760 define('_LOGIN',                                        'ورود');
761 define('_YES',                                          'بله');
762 define('_NO',                                           'خير');
763 define('_SUBMIT',                                       'تاييد');
764 define('_ERROR',                                        'اشتباه');
765 define('_ERRORMSG',                                     'An error has occurred!');
766 define('_BACK',                                         'بازگشت');
767 define('_NOTLOGGEDIN',                          'وارد نشده ايد');
768 define('_LOGGEDINAS',                           'وارد شده با نام');
769 define('_ADMINHOME',                            'صفحه مدير');
770 define('_NAME',                                         'نام');
771 define('_BACKHOME',                                     'بازگشت به صفحه مدير');
772 define('_BADACTION',                            'Non existing action requested');
773 define('_MESSAGE',                                      'پيام');
774 define('_HELP_TT',                                      'كمك!');
775 define('_YOURSITE',                                     'وب سايت شما');
776
777
778 define('_POPUP_CLOSE',                          'بستن پنجره');
779
780 define('_LOGIN_PLEASE',                         'Please Log in First');
781
782 // commentform
783 define('_COMMENTFORM_YOUARE',           'You are');
784 define('_COMMENTFORM_SUBMIT',           'ارسال نظر');
785 define('_COMMENTFORM_COMMENT',          'نظر شما');
786 define('_COMMENTFORM_NAME',                     'نام');
787 define('_COMMENTFORM_MAIL',                     'E-mail/HTTP');
788 define('_COMMENTFORM_REMEMBER',         'مرا به ياد آر');
789
790 // loginform
791 define('_LOGINFORM_NAME',                       'نام كاربري');
792 define('_LOGINFORM_PWD',                        'گذرواژه');
793 define('_LOGINFORM_YOUARE',                     'وارد شده با نام');
794 define('_LOGINFORM_SHARED',                     'رايانه اشتراكي');
795
796 // member mailform
797 define('_MEMBERMAIL_SUBMIT',            'ارسال پيام');
798
799 // search form
800 define('_SEARCHFORM_SUBMIT',            'جستجو');
801
802 // add item form
803 define('_ADD_ADDTO',                            'اضافه كردن نوشته جديد به');
804 define('_ADD_CREATENEW',                        'ساخت نوشته جديد');
805 define('_ADD_BODY',                                     'بدنه');
806 define('_ADD_TITLE',                            'عنوان');
807 define('_ADD_MORE',                                     'تمديد شده(اختياري)');
808 define('_ADD_CATEGORY',                         'دسته بندي');
809 define('_ADD_PREVIEW',                          'پيش نمايش');
810 define('_ADD_DISABLE_COMMENTS',         'فعال نبودن نظرها؟');
811 define('_ADD_DRAFTNFUTURE',                     'Draft &amp; Future Items');
812 define('_ADD_ADDITEM',                          'اضافه كردن نوشته');
813 define('_ADD_ADDNOW',                           'اكنون اضافه كن');
814 define('_ADD_ADDLATER',                         'بعدا اضافه كن');
815 define('_ADD_PLACE_ON',                         'در تاريخ');
816 define('_ADD_ADDDRAFT',                         'به پيش نويس ها اضافه كن');
817 define('_ADD_NOPASTDATES',                      '(dates and times in the past are NOT valid, the current time will be used in that case)');
818 define('_ADD_BOLD_TT',                          'حرف برجسته');
819 define('_ADD_ITALIC_TT',                        'حرف كج');
820 define('_ADD_HREF_TT',                          'ساخت پيوند');
821 define('_ADD_MEDIA_TT',                         'اضافه كردن يك چند رسانه اي');
822 define('_ADD_PREVIEW_TT',                       'نمايش/مخفي كردن پيش نمايش');
823 define('_ADD_CUT_TT',                           'برش');
824 define('_ADD_COPY_TT',                          'رونوشت برداري');
825 define('_ADD_PASTE_TT',                         'باز گذاري');
826
827
828 // edit item form
829 define('_EDIT_ITEM',                            'ويرايش نوشته');
830 define('_EDIT_SUBMIT',                          'ويرايش نوشته');
831 define('_EDIT_ORIG_AUTHOR',                     'نويسنده اصلي');
832 define('_EDIT_BACKTODRAFTS',            'Add back to drafts');
833 define('_EDIT_COMMENTSNOTE',            '(note: disabling comments will _not_ hide previously added comments)');
834
835 // used on delete screens
836 define('_DELETE_CONFIRM',                       'لطفا حذف را تاييد كنيد');
837 define('_DELETE_CONFIRM_BTN',           'حذف تاييد مي شود');
838 define('_CONFIRMTXT_ITEM',                      'You\'re about to delete the item following item:');
839 define('_CONFIRMTXT_COMMENT',           'You\'re about to delete the following comment:');
840 define('_CONFIRMTXT_TEAM1',                     'You\'re about to delete ');
841 define('_CONFIRMTXT_TEAM2',                     ' from the teamlist for blog ');
842 define('_CONFIRMTXT_BLOG',                      'The blog you are going to delete is: ');
843 define('_WARNINGTXT_BLOGDEL',           'Warning! Deleting a blog will delete ALL items of that blog, and all comments. Please confirm to make clear that you are CERTAIN of what you\'re doing!<br />Also, don\'t interrupt Nucleus while removing your blog.');
844 define('_CONFIRMTXT_MEMBER',            'You\'re about to delete the following member profile: ');
845 define('_CONFIRMTXT_TEMPLATE',          'You\'re about to delete the template named ');
846 define('_CONFIRMTXT_SKIN',                      'You\'re about to delete the skin named ');
847 define('_CONFIRMTXT_BAN',                       'You\'re about to delete the ban for the ip range');
848 define('_CONFIRMTXT_CATEGORY',          'You\'re about to delete the category ');
849
850 // some status messages
851 define('_DELETED_ITEM',                         'نوشته حذف شد');
852 define('_DELETED_MEMBER',                       'كاربر حذف شد');
853 define('_DELETED_COMMENT',                      'نظرها حذف شدند');
854 define('_DELETED_BLOG',                         'وبلاگ حذف شد');
855 define('_DELETED_CATEGORY',                     'دسته بندي حذف شد');
856 define('_ITEM_MOVED',                           'Item Moved');
857 define('_ITEM_ADDED',                           'Item Added');
858 define('_COMMENT_UPDATED',                      'نظرات به روز شد');
859 define('_SKIN_UPDATED',                         'اطلاعات پوسته ذخيره شد');
860 define('_TEMPLATE_UPDATED',                     'اطلاعات قالب ذخيره شد');
861
862 // errors
863 define('_ERROR_COMMENT_LONGWORD',       'Please don\'t use words of lengths higher than 90 in your comments');
864 define('_ERROR_COMMENT_NOCOMMENT',      'لطفا يك نظر وارد كنيد');
865 define('_ERROR_COMMENT_NOUSERNAME',     'نام كاربري نادرست');
866 define('_ERROR_COMMENT_TOOLONG',        'پيام شما بيش از اندازه طولانيست(max. 5000 chars)');
867 define('_ERROR_COMMENTS_DISABLED',      'نظرات اين وبلاگ در حال حاضر غير فعالند.');
868 define('_ERROR_COMMENTS_NONPUBLIC',     'You must be logged in as a member to add comment to this blog');
869 define('_ERROR_COMMENTS_MEMBERNICK','The name you want to use to post comments is in use by a site member. Choose something else.');
870 define('_ERROR_SKIN',                           'Skin error');
871 define('_ERROR_ITEMCLOSED',                     'This item is closed, it\'s not possible to add new comments to it or to vote on it');
872 define('_ERROR_NOSUCHITEM',                     'No such item exists');
873 define('_ERROR_NOSUCHBLOG',                     'No such blog');
874 define('_ERROR_NOSUCHSKIN',                     'No such skin');
875 define('_ERROR_NOSUCHMEMBER',           'No such member');
876 define('_ERROR_NOTONTEAM',                      'You\'re not on the teamlist of this weblog.');
877 define('_ERROR_BADDESTBLOG',            'Destination blog does not exist');
878 define('_ERROR_NOTONDESTTEAM',          'Cannot move item, since you\'re not on the teamlist of the destination blog');
879 define('_ERROR_NOEMPTYITEMS',           'Cannot add empty items!');
880 define('_ERROR_BADMAILADDRESS',         'Email address is not valid');
881 define('_ERROR_BADNOTIFY',                      'One or more of the given notify addresses is not a valid email address');
882 define('_ERROR_BADNAME',                        'Name is not valid (only a-z and 0-9 allowed, no spaces at start/end)');
883 define('_ERROR_NICKNAMEINUSE',          'كاربر ديگري از اين نام كاربري استفاده مي كند');
884 define('_ERROR_PASSWORDMISMATCH',       'Passwords must match');
885 define('_ERROR_PASSWORDTOOSHORT',       'Password should be at least 6 characters');
886 define('_ERROR_PASSWORDMISSING',        'Password cannot be empty');
887 define('_ERROR_REALNAMEMISSING',        'You must enter a real name');
888 define('_ERROR_ATLEASTONEADMIN',        'There should always be at least one super-admin that can login to the admin area.');
889 define('_ERROR_ATLEASTONEBLOGADMIN','Performing this action would leave your weblog unmaintainable. Please make sure there is always at least one admin.');
890 define('_ERROR_ALREADYONTEAM',          'You can\'t add a member that is already on the team');
891 define('_ERROR_BADSHORTBLOGNAME',       'The short blog name should only contain a-z and 0-9, without spaces');
892 define('_ERROR_DUPSHORTBLOGNAME',       'Another blog already has the chosen short name. These names should be unique');
893 define('_ERROR_UPDATEFILE',                     'Cannot get write access to the update-file. Make sure the file permissions are set ok (try chmodding it to 666). Also note that the location is relative to the admin-area directory, so you might want to use an absolute path (something like /your/path/to/nucleus/)');
894 define('_ERROR_DELDEFBLOG',                     'Cannot delete the default blog');
895 define('_ERROR_DELETEMEMBER',           'This member cannot be deleted, probably because she is the author of items or comments');
896 define('_ERROR_BADTEMPLATENAME',        'Invalid name for template, use only a-z and 0-9, without spaces');
897 define('_ERROR_DUPTEMPLATENAME',        'Another template with this name already exists');
898 define('_ERROR_BADSKINNAME',            'Invalid name for skin (only a-z, 0-9 are allowed, no spaces)');
899 define('_ERROR_DUPSKINNAME',            'Another skin with this name already exists');
900 define('_ERROR_DEFAULTSKIN',            'There must at all times be a skin named "default"');
901 define('_ERROR_SKINDEFDELETE',          'Cannot delete skin since it is the default skin for the following weblog: ');
902 define('_ERROR_DISALLOWED',                     'Sorry, you\'re not allowed to perform this action');
903 define('_ERROR_DELETEBAN',                      'Error while trying to delete ban (ban does not exist)');
904 define('_ERROR_ADDBAN',                         'Error while trying to add ban. Ban might not have been added correctly in all your blogs.');
905 define('_ERROR_BADACTION',                      'Required action does not exist');
906 define('_ERROR_MEMBERMAILDISABLED',     'Member to Member mail messages are disabled');
907 define('_ERROR_MEMBERCREATEDISABLED','Creation of member accounts is disabled');
908 define('_ERROR_INCORRECTEMAIL',         'نشاني اي-ميل اشتباه');
909 define('_ERROR_VOTEDBEFORE',            'You have already voted for this item');
910 define('_ERROR_BANNED1',                        'Cannot perform action since you (ip range ');
911 define('_ERROR_BANNED2',                        ') are banned from doing so. The message was: \'');
912 define('_ERROR_BANNED3',                        '\'');
913 define('_ERROR_LOGINNEEDED',            'You must be logged in in order to perform this action');
914 define('_ERROR_CONNECT',                        'اشتباه در وصل شدن');
915 define('_ERROR_FILE_TOO_BIG',           'File is too big!');
916 define('_ERROR_BADFILETYPE',            'Sorry, this filetype is not allowed');
917 define('_ERROR_BADREQUEST',                     'Bad upload request');
918 define('_ERROR_DISALLOWEDUPLOAD',       'You are not on any weblogs teamlist. Hence, you are not allowed to upload files');
919 define('_ERROR_BADPERMISSIONS',         'File/Dir permissions are not set correctly');
920 define('_ERROR_UPLOADMOVEP',            'Error while moving uploaded file');
921 define('_ERROR_UPLOADCOPY',                     'Error while copying file');
922 define('_ERROR_UPLOADDUPLICATE',        'Another file with that name already exists. Try to rename it before uploading.');
923 define('_ERROR_LOGINDISALLOWED',        'Sorry, you\'re not allowed to log in to the admin area. You can log in as another user, though');
924 define('_ERROR_DBCONNECT',                      'Could not connect to mySQL server');
925 define('_ERROR_DBSELECT',                       'Could not select the nucleus database.');
926 define('_ERROR_NOSUCHLANGUAGE',         'No such translation file exists');
927 define('_ERROR_NOSUCHCATEGORY',         'No such category exists');
928 define('_ERROR_DELETELASTCATEGORY',     'There must at least be one category');
929 define('_ERROR_DELETEDEFCATEGORY',      'Cannot delete default category');
930 define('_ERROR_BADCATEGORYNAME',        'Bad category name');
931 define('_ERROR_DUPCATEGORYNAME',        'Another category with this name already exists');
932
933 // some warnings (used for mediadir setting)
934 define('_WARNING_NOTADIR',                      'Warning: Current value is not a directory!');
935 define('_WARNING_NOTREADABLE',          'Warning: Current value is a non-readable directory!');
936 define('_WARNING_NOTWRITABLE',          'Warning: Current value is NOT a writable directory!');
937
938 // media and upload
939 define('_MEDIA_UPLOADLINK',                     'بارگذاري يك فايل جديد');
940 define('_MEDIA_MODIFIED',                       'modified');
941 define('_MEDIA_FILENAME',                       'نام فايل');
942 define('_MEDIA_DIMENSIONS',                     'ابعاد');
943 define('_MEDIA_INLINE',                         'Inline');
944 define('_MEDIA_POPUP',                          'Popup');
945 define('_UPLOAD_TITLE',                         'انتخاب فايل');
946 define('_UPLOAD_MSG',                           'Select the file you want to upload below, and hit the \'Upload\' button.');
947 define('_UPLOAD_BUTTON',                        'بارگذاري كن');
948
949 // some status messages
950 define('_MSG_ACCOUNTCREATED',           'حساب ساخته شد,گذرواژه به نشاني اي-ميل شما ارسال خواهد شد');
951 define('_MSG_PASSWORDSENT',                     'گذرواژه به نشاني اي-ميل ارسال شد.');
952 define('_MSG_LOGINAGAIN',                       'You\'ll need to login again, because your info changed');
953 define('_MSG_SETTINGSCHANGED',          'تنظيم ها تغيير كرد');
954 define('_MSG_ADMINCHANGED',                     'مدير تغيير كرد');
955 define('_MSG_NEWBLOG',                          'وبلاگ جديد ساخته شد');
956 define('_MSG_ACTIONLOGCLEARED',         'Action Log Cleared');
957
958 // actionlog in admin area
959 define('_ACTIONLOG_DISALLOWED',         'فعاليت هاي غيرمجاز: ');
960 define('_ACTIONLOG_PWDREMINDERSENT','New password sent for ');
961 define('_ACTIONLOG_TITLE',                      'Action Log');
962 define('_ACTIONLOG_CLEAR_TITLE',        'Clear Action Log');
963 define('_ACTIONLOG_CLEAR_TEXT',         'Clear action log now');
964
965 // team management
966 define('_TEAM_TITLE',                           'مديريت گروه براي وبلاگ ');
967 define('_TEAM_CURRENT',                         'گروه فعلي');
968 define('_TEAM_ADDNEW',                          'اضافه كردن كاربر جديد به گروه');
969 define('_TEAM_CHOOSEMEMBER',            'انتخاب كاربر');
970 define('_TEAM_ADMIN',                           'انتيازهاي مدير؟');
971 define('_TEAM_ADD',                                     'به گروه بيافزا');
972 define('_TEAM_ADD_BTN',                         'به گروه بيافزا');
973
974 // blogsettings
975 define('_EBLOG_TITLE',                          'ويرايش تنظيم هاي وبلاگ');
976 define('_EBLOG_TEAM_TITLE',                     'ويرايش گروه');
977 define('_EBLOG_TEAM_TEXT',                      'براي ويرايش گروه خود به اينجا برويد...');
978 define('_EBLOG_SETTINGS_TITLE',         'تنظيم هاي وبلاگ');
979 define('_EBLOG_NAME',                           'نام وبلاگ');
980 define('_EBLOG_SHORTNAME',                      'نام كوتاه وبلاگ');
981 define('_EBLOG_SHORTNAME_EXTRA',        '<br />(should only contain a-z and no spaces)');
982 define('_EBLOG_DESC',                           'توضيح هاي وبلاگ');
983 define('_EBLOG_URL',                            'URL');
984 define('_EBLOG_DEFSKIN',                        'پوسته پيش فرض');
985 define('_EBLOG_DEFCAT',                         'دسته بندي پيش فرض');
986 define('_EBLOG_LINEBREAKS',                     'Convert line breaks');
987 define('_EBLOG_DISABLECOMMENTS',        'فعال بودن نظرات؟<br /><small>(Disabling comments means that adding comments is not possible.)</small>');
988 define('_EBLOG_ANONYMOUS',                      'اجازه به غير اعضا براي نظردهي؟');
989 define('_EBLOG_NOTIFY',                         'Notify Address(es) (use ; as separator)');
990 define('_EBLOG_NOTIFY_ON',                      'Notify on');
991 define('_EBLOG_NOTIFY_COMMENT',         'نظرهاي جديد');
992 define('_EBLOG_NOTIFY_KARMA',           'New karma votes');
993 define('_EBLOG_NOTIFY_ITEM',            'نوشته هاي جديد وبلاگ');
994 define('_EBLOG_PING',                           'Ping Weblogs.com on update?');
995 define('_EBLOG_MAXCOMMENTS',            'Max Amount of comments');
996 define('_EBLOG_UPDATE',                         'Update file');
997 define('_EBLOG_OFFSET',                         'تفاوت زماني');
998 define('_EBLOG_STIME',                          'زمان فعلي سرور');
999 define('_EBLOG_BTIME',                          'زمان فعلي وبلاگ');
1000 define('_EBLOG_CHANGE',                         'تغيير تنظيم ها');
1001 define('_EBLOG_CHANGE_BTN',                     'تغيير تنظيم ها');
1002 define('_EBLOG_ADMIN',                          'مدير وبلاگ');
1003 define('_EBLOG_ADMIN_MSG',                      'You will be assigned admin privileges');
1004 define('_EBLOG_CREATE_TITLE',           'ساخت وبلاگ جديد');
1005 define('_EBLOG_CREATE_TEXT',            'Fill out the form below to create a new weblog. <br /><br /> <b>Note:</b> Only the necessary options are listed. If you want to set extra options, enter the blogsettings page after creating the weblog.');
1006 define('_EBLOG_CREATE',                         'بساز!');
1007 define('_EBLOG_CREATE_BTN',                     'وبلاگ جديد را بساز');
1008 define('_EBLOG_CAT_TITLE',                      'دسته بندي ها');
1009 define('_EBLOG_CAT_NAME',                       'نام دسته بندي');
1010 define('_EBLOG_CAT_DESC',                       'توضيح دسته بندي');
1011 define('_EBLOG_CAT_CREATE',                     'ساخت دسته بندي جديد');
1012 define('_EBLOG_CAT_UPDATE',                     'به روز رساني دسته بندي');
1013 define('_EBLOG_CAT_UPDATE_BTN',         'به روز رساني دسته بندي');
1014
1015 // templates
1016 define('_TEMPLATE_TITLE',                       'ويرايش قالب ها');
1017 define('_TEMPLATE_AVAILABLE_TITLE',     'قالب هاي در دسترس');
1018 define('_TEMPLATE_NEW_TITLE',           'قالب جديد');
1019 define('_TEMPLATE_NAME',                        'نام قالب');
1020 define('_TEMPLATE_DESC',                        'توضيح قالب');
1021 define('_TEMPLATE_CREATE',                      'ساخت قالب');
1022 define('_TEMPLATE_CREATE_BTN',          'قالب را بساز');
1023 define('_TEMPLATE_EDIT_TITLE',          'ويرايش قالب');
1024 define('_TEMPLATE_BACK',                        'Back to Template Overview');
1025 define('_TEMPLATE_EDIT_MSG',            'Not all template parts are needed, leave empty those that are not needed.');
1026 define('_TEMPLATE_SETTINGS',            'تنظيم هاي قالب');
1027 define('_TEMPLATE_ITEMS',                       'Items');
1028 define('_TEMPLATE_ITEMHEADER',          'Item Header');
1029 define('_TEMPLATE_ITEMBODY',            'Item Body');
1030 define('_TEMPLATE_ITEMFOOTER',          'Item Footer');
1031 define('_TEMPLATE_MORELINK',            'Link to extended entry');
1032 define('_TEMPLATE_NEW',                         'Indication of new item');
1033 define('_TEMPLATE_COMMENTS_ANY',        'Comments (if any)');
1034 define('_TEMPLATE_CHEADER',                     'Comments Header');
1035 define('_TEMPLATE_CBODY',                       'Comments Body');
1036 define('_TEMPLATE_CFOOTER',                     'Comments Footer');
1037 define('_TEMPLATE_CONE',                        'One Comment');
1038 define('_TEMPLATE_CMANY',                       'Two (or more) Comments');
1039 define('_TEMPLATE_CMORE',                       'Comments Read More');
1040 define('_TEMPLATE_CMEXTRA',                     'Member Extra');
1041 define('_TEMPLATE_COMMENTS_NONE',       'Comments (if none)');
1042 define('_TEMPLATE_CNONE',                       'No Comments');
1043 define('_TEMPLATE_COMMENTS_TOOMUCH','Comments (if any, but too much to show inline)');
1044 define('_TEMPLATE_CTOOMUCH',            'Too Much Comments');
1045 define('_TEMPLATE_ARCHIVELIST',         'Archive Lists');
1046 define('_TEMPLATE_AHEADER',                     'Archive List Header');
1047 define('_TEMPLATE_AITEM',                       'Archive List Item');
1048 define('_TEMPLATE_AFOOTER',                     'Archive List Footer');
1049 define('_TEMPLATE_DATETIME',            'Date and Time');
1050 define('_TEMPLATE_DHEADER',                     'Date Header');
1051 define('_TEMPLATE_DFOOTER',                     'Date Footer');
1052 define('_TEMPLATE_DFORMAT',                     'Date Format');
1053 define('_TEMPLATE_TFORMAT',                     'Time Format');
1054 define('_TEMPLATE_LOCALE',                      'منطقه');
1055 define('_TEMPLATE_IMAGE',                       'Image popups');
1056 define('_TEMPLATE_PCODE',                       'Popup Link Code');
1057 define('_TEMPLATE_ICODE',                       'Inline Image Code');
1058 define('_TEMPLATE_MCODE',                       'Media Object Link Code');
1059 define('_TEMPLATE_SEARCH',                      'جستجو');
1060 define('_TEMPLATE_SHIGHLIGHT',          'Highlight');
1061 define('_TEMPLATE_SNOTFOUND',           'Nothing found in search');
1062 define('_TEMPLATE_UPDATE',                      'Update');
1063 define('_TEMPLATE_UPDATE_BTN',          'Update Template');
1064 define('_TEMPLATE_RESET_BTN',           'Reset Data');
1065 define('_TEMPLATE_CATEGORYLIST',        'Category Lists');
1066 define('_TEMPLATE_CATHEADER',           'Category List Header');
1067 define('_TEMPLATE_CATITEM',                     'Category List Item');
1068 define('_TEMPLATE_CATFOOTER',           'Category List Footer');
1069
1070 // skins
1071 define('_SKIN_EDIT_TITLE',                      'ويرايش پوسته');
1072 define('_SKIN_AVAILABLE_TITLE',         'پوسته هاي قابل دسترسي');
1073 define('_SKIN_NEW_TITLE',                       'پوسته جديد');
1074 define('_SKIN_NAME',                            'نام');
1075 define('_SKIN_DESC',                            'توضيح');
1076 define('_SKIN_TYPE',                            'نوع محتوا');
1077 define('_SKIN_CREATE',                          'ساخت');
1078 define('_SKIN_CREATE_BTN',                      'پوسته را بساز');
1079 define('_SKIN_EDITONE_TITLE',           'ويرايش پوسته');
1080 define('_SKIN_BACK',                            'Back to Skin Overview');
1081 define('_SKIN_PARTS_TITLE',                     'بخش هاي پوسته');
1082 define('_SKIN_PARTS_MSG',                       'Not all types are needed for each skin. Leave empty those you don\'t need. Choose the skin type to edit below:');
1083 define('_SKIN_PART_MAIN',                       'Main Index');
1084 define('_SKIN_PART_ITEM',                       'Item Pages');
1085 define('_SKIN_PART_ALIST',                      'Archive List');
1086 define('_SKIN_PART_ARCHIVE',            'Archive');
1087 define('_SKIN_PART_SEARCH',                     'Search');
1088 define('_SKIN_PART_ERROR',                      'Errors');
1089 define('_SKIN_PART_MEMBER',                     'Member Details');
1090 define('_SKIN_PART_POPUP',                      'Image Popups');
1091 define('_SKIN_GENSETTINGS_TITLE',       'تنظيم هاي كلي');
1092 define('_SKIN_CHANGE',                          'تغيير');
1093 define('_SKIN_CHANGE_BTN',                      'تغييرها را انجام بده');
1094 define('_SKIN_UPDATE_BTN',                      'پوسته را به روز كن');
1095 define('_SKIN_RESET_BTN',                       'بازنشاندن اطلاعات');
1096 define('_SKIN_EDITPART_TITLE',          'ويرايش پوسته');
1097 define('_SKIN_GOBACK',                          'بازگشت');
1098 define('_SKIN_ALLOWEDVARS',                     'Allowed Variables (click for info):');
1099
1100 // global settings
1101 define('_SETTINGS_TITLE',                       'تنظيم هاي كلي');
1102 define('_SETTINGS_SUB_GENERAL',         'تنظيم هاي كلي');
1103 define('_SETTINGS_DEFBLOG',                     'وبلاگ پيش فرض');
1104 define('_SETTINGS_ADMINMAIL',           'نشاني اي-ميل مدير');
1105 define('_SETTINGS_SITENAME',            'نام سايت');
1106 define('_SETTINGS_SITEURL',                     'URL of Site (should end with a slash)');
1107 define('_SETTINGS_ADMINURL',            'URL of Admin Area (should end with a slash)');
1108 define('_SETTINGS_DIRS',                        'Nucleus Directories');
1109 define('_SETTINGS_MEDIADIR',            'Media Directory');
1110 define('_SETTINGS_SEECONFIGPHP',        '(ديدن config.php)');
1111 define('_SETTINGS_MEDIAURL',            'Media URL (should end with a slash)');
1112 define('_SETTINGS_ALLOWUPLOAD',         'اجازه به بارگداري فايل؟');
1113 define('_SETTINGS_ALLOWUPLOADTYPES','فايل هاي مجاز براي بارگذاري');
1114 define('_SETTINGS_CHANGELOGIN',         'اجازه به كاربران براي تغيير نام كاربري/گذرواژه');
1115 define('_SETTINGS_COOKIES_TITLE',       'Cookie Settings');
1116 define('_SETTINGS_COOKIELIFE',          'Login Cookie Lifetime');
1117 define('_SETTINGS_COOKIESESSION',       'Session Cookies');
1118 define('_SETTINGS_COOKIEMONTH',         'Lifetime of a Month');
1119 define('_SETTINGS_COOKIEPATH',          'Cookie Path (advanced)');
1120 define('_SETTINGS_COOKIEDOMAIN',        'Cookie Domain (advanced)');
1121 define('_SETTINGS_COOKIESECURE',        'Secure Cookie (advanced)');
1122 define('_SETTINGS_LASTVISIT',           'Save Last Visit Cookies');
1123 define('_SETTINGS_ALLOWCREATE',         'اجازه به بازديد كنندگان براي ساخت حساب كاربري');
1124 define('_SETTINGS_NEWLOGIN',            'Login Allowed for User-Created accounts');
1125 define('_SETTINGS_NEWLOGIN2',           '(only goes for newly created accounts)');
1126 define('_SETTINGS_MEMBERMSGS',          'Allow Member-2-Member Service');
1127 define('_SETTINGS_LANGUAGE',            'زبان پيش فرض');
1128 define('_SETTINGS_DISABLESITE',         'غيرفعال سازي سايت');
1129 define('_SETTINGS_DBLOGIN',                     'mySQL Login &amp; Database');
1130 define('_SETTINGS_UPDATE',                      'به روز رساني تنظيم ها');
1131 define('_SETTINGS_UPDATE_BTN',          'تنظيم ها را به روز كن');
1132 define('_SETTINGS_DISABLEJS',           'Disable JavaScript Toolbar');
1133 define('_SETTINGS_MEDIA',                       'تنظيم هاي چندرسانه اي/بارگذاري');
1134 define('_SETTINGS_MEDIAPREFIX',         'Prefix uploaded files with date');
1135 define('_SETTINGS_MEMBERS',                     'تنظيم هاي كاربران');
1136
1137 // bans
1138 define('_BAN_TITLE',                            'Ban List for');
1139 define('_BAN_NONE',                                     'No bans for this weblog');
1140 define('_BAN_NEW_TITLE',                        'Add New Ban');
1141 define('_BAN_NEW_TEXT',                         'Add a new ban now');
1142 define('_BAN_REMOVE_TITLE',                     'Remove Ban');
1143 define('_BAN_IPRANGE',                          'IP Range');
1144 define('_BAN_BLOGS',                            'Which blogs?');
1145 define('_BAN_DELETE_TITLE',                     'Delete Ban');
1146 define('_BAN_ALLBLOGS',                         'All blogs to which you have admin privileges.');
1147 define('_BAN_REMOVED_TITLE',            'Ban Removed');
1148 define('_BAN_REMOVED_TEXT',                     'Ban was removed for the following blogs:');
1149 define('_BAN_ADD_TITLE',                        'Add Ban');
1150 define('_BAN_IPRANGE_TEXT',                     'Choose the IP range you want to block below. The less numbers in it, the more addresses will be blocked.');
1151 define('_BAN_BLOGS_TEXT',                       'You can either select to ban the IP on one blog only, or you can select to block the IP on all blogs where you have administrator privileges. Make your choice below.');
1152 define('_BAN_REASON_TITLE',                     'Reason');
1153 define('_BAN_REASON_TEXT',                      'You can provide a reason for the ban, which will be displayed when the IP holder tries to add another comment or tries to cast a karma vote. Maximum length is 256 characters.');
1154 define('_BAN_ADD_BTN',                          'Add Ban');
1155
1156 // LOGIN screen
1157 define('_LOGIN_MESSAGE',                        'پيغام');
1158 define('_LOGIN_NAME',                           'نام كاربري');
1159 define('_LOGIN_PASSWORD',                       'گذرواژه');
1160 define('_LOGIN_SHARED',                         _LOGINFORM_SHARED);
1161 define('_LOGIN_FORGOT',                         'گذرواژه را فراموش كرده ايد؟');
1162
1163 // membermanagement
1164 define('_MEMBERS_TITLE',                        'مديريت كاربران');
1165 define('_MEMBERS_CURRENT',                      'كاربران كنوني');
1166 define('_MEMBERS_NEW',                          'كاربر جديد');
1167 define('_MEMBERS_DISPLAY',                      'نام قابل نمايش');
1168 define('_MEMBERS_DISPLAY_INFO',         '(اين نام به عنوان نام ورودي شما استفاده مي گردد)');
1169 define('_MEMBERS_REALNAME',                     'نام واقعي');
1170 define('_MEMBERS_PWD',                          'گذرواژه');
1171 define('_MEMBERS_REPPWD',                       'تكرار گذرواژه');
1172 define('_MEMBERS_EMAIL',                        'نشاني اي-ميل');
1173 define('_MEMBERS_EMAIL_EDIT',           '(When you change the email address, a new password will be automatically sent out to that address)');
1174 define('_MEMBERS_URL',                          'صفحه شخصي(URL)');
1175 define('_MEMBERS_SUPERADMIN',           'داراي امتيازهاي مدير');
1176 define('_MEMBERS_CANLOGIN',                     'توانايي ورود به بخش مديريت');
1177 define('_MEMBERS_NOTES',                        'يادداشت ها');
1178 define('_MEMBERS_NEW_BTN',                      'افزودن كاربر');
1179 define('_MEMBERS_EDIT',                         'ويرايش كاربر');
1180 define('_MEMBERS_EDIT_BTN',                     'تغيير تنظيم ها');
1181 define('_MEMBERS_BACKTOOVERVIEW',       'Back to Member Overview');
1182 define('_MEMBERS_LOCALE',                       'زبان');
1183 define('_MEMBERS_USESITELANG',          '- استفاده از تنظيم هاي سايت -');
1184
1185 // List of blogs (TT = tooltip)
1186 define('_BLOGLIST_TT_VISIT',            'نمايش سايت');
1187 define('_BLOGLIST_ADD',                         'افزودن نوشته');
1188 define('_BLOGLIST_TT_ADD',                      'افزودن يك نوشته جديد به اين وبلاگ');
1189 define('_BLOGLIST_EDIT',                        'ويرايش/حذف نوشته ها');
1190 define('_BLOGLIST_TT_EDIT',                     '');
1191 define('_BLOGLIST_BMLET',                       'نشانه گذاري');
1192 define('_BLOGLIST_TT_BMLET',            '');
1193 define('_BLOGLIST_SETTINGS',            'تنظيم ها');
1194 define('_BLOGLIST_TT_SETTINGS',         'ويرايش تنظيم ها يا مديريت گروه');
1195 define('_BLOGLIST_BANS',                        'Bans');
1196 define('_BLOGLIST_TT_BANS',                     'View, add or remove banned IPs');
1197 define('_BLOGLIST_DELETE',                      'حذف همه');
1198 define('_BLOGLIST_TT_DELETE',           'حذف اين وبلاگ');
1199
1200 // OVERVIEW screen
1201 define('_OVERVIEW_YRBLOGS',                     'وبلاگ هاي شما');
1202 define('_OVERVIEW_YRDRAFTS',            'پيش نويس هاي شما');
1203 define('_OVERVIEW_YRSETTINGS',          'تنظيم هاي شما');
1204 define('_OVERVIEW_GSETTINGS',           'تنظيم هاي كلي');
1205 define('_OVERVIEW_NOBLOGS',                     'You\'re not on any weblogs teamlist');
1206 define('_OVERVIEW_NODRAFTS',            'بدون پيش نويس');
1207 define('_OVERVIEW_EDITSETTINGS',        'ويرايش تنظيم هاي شما...');
1208 define('_OVERVIEW_BROWSEITEMS',         'مشاهده نوشته هاي شما...');
1209 define('_OVERVIEW_BROWSECOMM',          'مشاهده نظرهاي شما...');
1210 define('_OVERVIEW_VIEWLOG',                     'View Action Log...');
1211 define('_OVERVIEW_MEMBERS',                     'مديريت كاربران...');
1212 define('_OVERVIEW_NEWLOG',                      'ساخت وبلاگ جديد...');
1213 define('_OVERVIEW_SETTINGS',            'ويرايش تنظيم ها...');
1214 define('_OVERVIEW_TEMPLATES',           'ويرايش قالب ها...');
1215 define('_OVERVIEW_SKINS',                       'ويرايش پوسته ها...');
1216 define('_OVERVIEW_BACKUP',                      'Backup/Restore...');
1217
1218 // ITEMLIST
1219 define('_ITEMLIST_BLOG',                        'Items for blog'); 
1220 define('_ITEMLIST_YOUR',                        'نوشته هاي شما');
1221
1222 // Comments
1223 define('_COMMENTS',                                     'نظرها');
1224 define('_NOCOMMENTS',                           'هيچ نظري براي اين نوشته موجود نيست');
1225 define('_COMMENTS_YOUR',                        'نظرهاي شما');
1226 define('_NOCOMMENTS_YOUR',                      'شما هيچ نظري ننوشته ايد');
1227
1228 // LISTS (general)
1229 define('_LISTS_NOMORE',                         'No more results, or no results at all');
1230 define('_LISTS_PREV',                           'پيشين');
1231 define('_LISTS_NEXT',                           'پسين');
1232 define('_LISTS_SEARCH',                         'بگرد');
1233 define('_LISTS_CHANGE',                         'تغيير');
1234 define('_LISTS_PERPAGE',                        'نوشته/صفحه');
1235 define('_LISTS_ACTIONS',                        'فعاليت ها');
1236 define('_LISTS_DELETE',                         'حذف');
1237 define('_LISTS_EDIT',                           'ويرايش');
1238 define('_LISTS_MOVE',                           'جابجايي');
1239 define('_LISTS_CLONE',                          'Clone');
1240 define('_LISTS_TITLE',                          'عنوان');
1241 define('_LISTS_BLOG',                           'وبلاگ');
1242 define('_LISTS_NAME',                           'نام');
1243 define('_LISTS_DESC',                           'توضيح');
1244 define('_LISTS_TIME',                           'زمان');
1245 define('_LISTS_COMMENTS',                       'نظرها');
1246 define('_LISTS_TYPE',                           'نوع');
1247
1248
1249 // member list 
1250 define('_LIST_MEMBER_NAME',                     'نام قابل نمايش');
1251 define('_LIST_MEMBER_RNAME',            'نام واقعي');
1252 define('_LIST_MEMBER_ADMIN',            'مدير اصلي؟ ');
1253 define('_LIST_MEMBER_LOGIN',            'توانا در ورود؟ ');
1254 define('_LIST_MEMBER_URL',                      'صفحه شخصي');
1255
1256 // banlist
1257 define('_LIST_BAN_IPRANGE',                     'IP Range');
1258 define('_LIST_BAN_REASON',                      'دليل');
1259
1260 // actionlist
1261 define('_LIST_ACTION_MSG',                      'پيغام');
1262
1263 // commentlist
1264 define('_LIST_COMMENT_BANIP',           'Ban IP');
1265 define('_LIST_COMMENT_WHO',                     'نويسنده');
1266 define('_LIST_COMMENT',                         'نظر');
1267 define('_LIST_COMMENT_HOST',            'ميزبان');
1268
1269 // itemlist
1270 define('_LIST_ITEM_INFO',                       'اطلاعات');
1271 define('_LIST_ITEM_CONTENT',            'عنوان و متن');
1272
1273
1274 // teamlist
1275 define('_LIST_TEAM_ADMIN',                      'مدير ');
1276 define('_LIST_TEAM_CHADMIN',            'تغيير مدير');
1277
1278 // edit comments
1279 define('_EDITC_TITLE',                          'ويرايش نظرها');
1280 define('_EDITC_WHO',                            'نويسنده');
1281 define('_EDITC_HOST',                           'از كجا؟');
1282 define('_EDITC_WHEN',                           'كي؟');
1283 define('_EDITC_TEXT',                           'متن');
1284 define('_EDITC_EDIT',                           'ويرايش نظرها');
1285 define('_EDITC_MEMBER',                         'كاربر');
1286 define('_EDITC_NONMEMBER',                      'غير كاربر');
1287
1288 // move item
1289 define('_MOVE_TITLE',                           'انتقال به كدام وبلاگ؟');
1290 define('_MOVE_BTN',                                     'جابجايي نوشته');