PageRenderTime 67ms CodeModel.GetById 24ms RepoModel.GetById 1ms app.codeStats 0ms

/htdocs/langs/el_GR/admin.lang.php

https://bitbucket.org/speedealing/speedealing
PHP | 1368 lines | 1312 code | 1 blank | 55 comment | 0 complexity | bb33f13d247fdb079c9d313bf0131b69 MD5 | raw file
Possible License(s): LGPL-3.0, LGPL-2.1, GPL-3.0, MIT

Large files files are truncated, but you can click here to view the full file

  1. <?php
  2. /* Copyright (C) 2012 Regis Houssin <regis.houssin@capnetworks.com>
  3. *
  4. * This program is free software; you can redistribute it and/or modify
  5. * it under the terms of the GNU General Public License as published by
  6. * the Free Software Foundation; either version 3 of the License, or
  7. * (at your option) any later version.
  8. *
  9. * This program is distributed in the hope that it will be useful,
  10. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. * GNU General Public License for more details.
  13. *
  14. * You should have received a copy of the GNU General Public License
  15. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  16. */
  17. $admin = array(
  18. 'CHARSET' => 'UTF-8',
  19. 'Version' => 'Έκδοση',
  20. 'VersionProgram' => 'Έκδοση Προγράμματος',
  21. 'VersionLastInstall' => 'Έκδοση Τελευταίας Εγκατάστασης',
  22. 'VersionLastUpgrade' => 'Έκδοση Τελευταίας Ενημέρωσης',
  23. 'VersionExperimental' => 'Πειραματική',
  24. 'VersionDevelopment' => 'Υπό ανάπτυξη',
  25. 'VersionUnknown' => 'Άγνωστη',
  26. 'VersionRecommanded' => 'Προτινώμενη',
  27. 'SessionId' => 'ID Συνόδου',
  28. 'SessionSaveHandler' => 'Handler to save sessions',
  29. 'SessionSavePath' => 'Storage session localization',
  30. 'PurgeSessions' => 'Διαγραφή συνόδων',
  31. 'ConfirmPurgeSessions' => 'Do you really want to purge all sessions ? This will disconnect every user (except yourself).',
  32. 'NoSessionListWithThisHandler' => 'Save session handler configured in your PHP does not allow to list all running sessions.',
  33. 'LockNewSessions' => 'Κλείδωμα νέων συνεσεων',
  34. 'ConfirmLockNewSessions' => 'Are you sure you want to restrict any new Dolibarr connection to yourself. Only user <b>%s</b> will be able to connect after that.',
  35. 'UnlockNewSessions' => 'Remove connection lock',
  36. 'YourSession' => 'Η σύνοδός σας',
  37. 'Sessions' => 'Σύνοδοι χρηστών',
  38. 'WebUserGroup' => 'Διακομιστή Web χρήστη / ομάδα',
  39. 'NoSessionFound' => 'Your PHP seems to not allow to list active sessions. Directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).',
  40. 'HTMLCharset' => 'Charset for generated HTML pages',
  41. 'DBStoringCharset' => 'Database charset to store data',
  42. 'DBSortingCharset' => 'Database charset to sort data',
  43. 'WarningModuleNotActive' => 'Το άρθρωμα <b>%s</b> πρέπει να ενεργοποιηθεί',
  44. 'WarningOnlyPermissionOfActivatedModules' => 'Only permissions related to activated modules are shown here. You can activate other modules in the Home->Setup->Modules page.',
  45. 'SpeedealingSetup' => 'Speedealing install or upgrade',
  46. 'SpeedealingUser' => 'Speedealing user',
  47. 'InternalUser' => 'Εσωτερικός χρήστης',
  48. 'ExternalUser' => 'Εξωτερικός χρήστης',
  49. 'InternalUsers' => 'Εσωτερικοί χρήστες',
  50. 'ExternalUsers' => 'Εξωτερικοί χρήστες',
  51. 'GlobalSetup' => 'Καθολική Διαχείριση',
  52. 'GUISetup' => 'Εμφάνιση',
  53. 'SetupArea' => 'Περιοχή Παραμετροποίησης',
  54. 'FormToTestFileUploadForm' => 'Form to test file upload (according to setup)',
  55. 'IfModuleEnabled' => 'Note: yes is effective only if module <b>%s</b> is enabled',
  56. 'RemoveLock' => 'Remove file <b>%s</b> if it exists to allow usage of the update tool.',
  57. 'RestoreLock' => 'Restore file <b>%s</b>, with read permission only, to disable any usage of update tool.',
  58. 'SecuritySetup' => 'Διαχείριση Ασφάλειας',
  59. 'ErrorModuleRequirePHPVersion' => 'Error, this module requires PHP version %s or higher',
  60. 'ErrorModuleRequireSpeedealingVersion' => 'Error, this module requires Speedealing version %s or higher',
  61. 'ErrorDecimalLargerThanAreForbidden' => 'Error, a precision higher than <b>%s</b> is not supported.',
  62. 'DictionnarySetup' => 'Διαχείριση Λεξικού',
  63. 'Dictionnary' => 'Dictionaries',
  64. 'DisableJavascript' => 'Απενεργοποίηση συναρτήσεων JavaScript και Ajax',
  65. 'ConfirmAjax' => 'Χρήση διαλόγων επιβεβαίωσης Ajax',
  66. 'UseSearchToSelectCompany' => 'Χρήση φόρμας αναζήτησης για επιλογή εταιρίας (αντί χρήσης πλαισίων λίστας). Αν έχετε μεγάλο αριθμό στοιχείων (>100000) μπορείτε να αυξήσετε την ταχύτητα θέτοντας την μεταβλητή SOCIETE_DONOTSEARCH_ANYWHERE σε 1 στο μενού Ρυθμίσεις -> Άλλες Ρυθμίσεις',
  67. 'ActivityStateToSelectCompany' => 'Προσθέστε μια επιλογή φίλτρου για εμφάνιση / απόκρυψη τρίτα μέρη τα οποία βρίσκονται σε λειτουργία ή έχει παύσει',
  68. 'SearchFilter' => 'Αναζήτηση επιλογές φίλτρων',
  69. 'NumberOfKeyToSearch' => 'Πλήθος χαρακτήρων για να ξεκινήσει η αναζήτηση: %s',
  70. 'ViewFullDateActions' => 'Show full dates actions in the third sheet',
  71. 'NotAvailableWhenAjaxDisabled' => 'Δεν είναι διαθέσιμο όταν το Ajax είναι απενεργοποιημένο',
  72. 'JavascriptDisabled' => 'Η JavaScript είναι απενεργοποιημένη',
  73. 'UsePopupCalendar' => 'Χρήση popup για είσοδο ημερομηνιών',
  74. 'UsePreviewTabs' => 'Χρήση καρτελών προεπισκόπησης',
  75. 'ShowPreview' => 'Εμφάνιση προεπισκόπησης',
  76. 'PreviewNotAvailable' => 'Η προεπισκόπηση δεν είναι διαθέσιμη',
  77. 'ThemeCurrentlyActive' => 'Ενεργή θεματική παραλλαγή',
  78. 'CurrentTimeZone' => 'TimeZone PHP (server)',
  79. 'Space' => 'Κενό',
  80. 'Fields' => 'Πεδία',
  81. 'Mask' => 'Μάσκα',
  82. 'NextValue' => 'Επόμενο',
  83. 'NextValueForInvoices' => 'Επόμενο (τιμολόγιο)',
  84. 'NextValueForCreditNotes' => 'Next value (credit notes)',
  85. 'MustBeLowerThanPHPLimit' => 'Note: your PHP limits each file upload\'s size to <b>%s</b> %s, whatever this parameter\'s value is',
  86. 'NoMaxSizeByPHPLimit' => 'Note: No limit is set in your PHP configuration',
  87. 'MaxSizeForUploadedFiles' => 'Maximum size for uploaded files (0 to disallow any upload)',
  88. 'UseCaptchaCode' => 'Use graphical code (CAPTCHA) on login page',
  89. 'UseAvToScanUploadedFiles' => 'Χρήση αντιβιοτικού για έλεγχο των αρχείων που θα μεταφορτωθούν στο διακομιστή',
  90. 'AntiVirusCommand' => 'Πλήρης διαδρομή για το εκτελέσιμο αρχείο του αντιβιοτικού',
  91. 'AntiVirusCommandExample' => 'Παράδειγμα για ClamWin: c:\Program Files (x86)\ClamWin\bin\clamscan.exe<br>Παράδειγμα για ClamAv: /usr/bin/clamscan',
  92. 'AntiVirusParam' => 'Περισσότερες παράμετροι στην γραμμή εντολής',
  93. 'AntiVirusParamExample' => 'Example for ClamWin: --database="C:\Program Files (x86)\ClamWin\lib"',
  94. 'ComptaSetup' => 'Accounting module setup',
  95. 'UserSetup' => 'User management setup',
  96. 'MenuSetup' => 'Menu management setup',
  97. 'MenuLimits' => 'Όρια και ακρίβεια',
  98. 'MenuIdParent' => 'Parent menu ID',
  99. 'DetailMenuIdParent' => 'ID of parent menu (empty for a top menu)',
  100. 'DetailPosition' => 'Sort number to define menu position',
  101. 'PersonalizedMenusNotSupported' => 'Personalized menus not supported',
  102. 'AllMenus' => 'Όλα',
  103. 'NotConfigured' => 'Δεν έχει καθοριστεί',
  104. 'Setup' => 'Διαχείριση',
  105. 'Activation' => 'Ενεργοποίηση',
  106. 'Active' => 'Active',
  107. 'SetupShort' => 'Διαχείριση',
  108. 'OtherOptions' => 'Άλλες Επιλογές',
  109. 'OtherSetup' => 'Άλλες Ρυθμίσεις',
  110. 'CurrentValueSeparatorDecimal' => 'Decimal separator',
  111. 'CurrentValueSeparatorThousand' => 'Thousand separator',
  112. 'Modules' => 'Αρθρώματα',
  113. 'ModulesCommon' => 'Βασικά Αρθρώματα',
  114. 'ModulesOther' => 'Άλλα Αρθρώματα',
  115. 'ModulesInterfaces' => 'Αρθρώματα Διεπαφής',
  116. 'ModulesSpecial' => 'Modules very specific',
  117. 'ParameterInSpeedealing' => 'Parameter %s',
  118. 'LanguageParameter' => 'Παράμετρος γλώσσας %s',
  119. 'LanguageBrowserParameter' => 'Παράμετρος %s',
  120. 'LocalisationSpeedealingParameters' => 'Localisation parameters',
  121. 'ClientTZ' => 'Ζώνη Ώρας client (χρήστης)',
  122. 'ClientHour' => 'Ωρα client (χρήστης)',
  123. 'OSTZ' => 'Ζώνη Ώρας OS server',
  124. 'PHPTZ' => 'Ζώνη Ώρας PHP server',
  125. 'PHPServerOffsetWithGreenwich' => 'PHP server offset width Greenwich (seconds)',
  126. 'ClientOffsetWithGreenwich' => 'Client/Browser offset width Greenwich (seconds)',
  127. 'DaylingSavingTime' => 'Η θερινή ώρα (χρήστη)',
  128. 'CurrentHour' => 'PHP server hour',
  129. 'CompanyTZ' => 'Time Zone company (main company)',
  130. 'CompanyHour' => 'Hour company (main company)',
  131. 'CurrentSessionTimeOut' => 'Current session timeout',
  132. 'OSEnv' => 'Περιβάλλον OS',
  133. 'Box' => 'Πλαίσιο',
  134. 'Boxes' => 'Πλαίσια',
  135. 'MaxNbOfLinesForBoxes' => 'Μέγιστο πλήθος γραμμών για τα πλαίσια πληροφοριών',
  136. 'PositionByDefault' => 'Προκαθορισμένη σειρά',
  137. 'Position' => 'Σειρά',
  138. 'MenusDesc' => 'Menus managers define content of the 2 menu bars (horizontal bar and vertical bar).',
  139. 'MenusEditorDesc' => 'The menu editor allow you to define personalized entries in menus. Use it carefully to avoid making dolibarr unstable and menu entries permanently unreachable.<br>Some modules add entries in the menus (in menu <b>All</b> in most cases). If you removed some of these entries by mistake, you can restore them by disabling and reenabling the module.',
  140. 'MenuForUsers' => 'Μενού για τους χρήστες',
  141. 'LangFile' => 'Αρχείο .lang',
  142. 'System' => 'Σύστημα',
  143. 'SystemInfo' => 'Πληροφορίες Συστήματος',
  144. 'SystemTools' => 'Εργαλεία Συστήματος',
  145. 'SystemToolsArea' => 'Περιοχή Εργαλειών Συστήματος',
  146. 'SystemToolsAreaDesc' => 'This area provides administration features. Use the menu to choose the feature you\'re looking for.',
  147. 'PurgeAreaDesc' => 'This page allows you to delete all files built or stored by Dolibarr (temporary files or all files in <b>%s</b> directory). Using this feature is not necessary. It is provided for users whose Dolibarr is hosted by a provider that does not offer permissions to delete files built by the web server.',
  148. 'PurgeDeleteLogFile' => 'Delete log file <b>%s</b> defined for Syslog module (no risk to loose data)',
  149. 'PurgeDeleteTemporaryFiles' => 'Διαγραφή όλων των προσωρινών αρχείων (ΔΕΝ υπάρχει κίνδυνος απώλειας δεδομένων)',
  150. 'PurgeDeleteAllFilesInDocumentsDir' => 'Delete all files in directory <b>%s</b>. Temporary files but also database backup dumps, files attached to elements (third parties, invoices, ...) and uploaded into the ECM module will be deleted.',
  151. 'PurgeRunNow' => 'Διαγραφή τώρα',
  152. 'PurgeNothingToDelete' => 'No directory or file to delete.',
  153. 'PurgeNDirectoriesDeleted' => '<b>%s</b> files or directories deleted.',
  154. 'PurgeAuditEvents' => 'Διαγραφή όλων των γεγονότων',
  155. 'ConfirmPurgeAuditEvents' => 'Are you sure you want to purge all security events ? All security logs will be deleted, no other data will be removed.',
  156. 'NewBackup' => 'Νέο αντίγραφο ασφαλείας',
  157. 'GenerateBackup' => 'Δημιουργία αντιγράφου ασφαλείας',
  158. 'Backup' => 'Αντίγραφα Ασφαλείας',
  159. 'Restore' => 'Επαναφορά Αντιγράφων',
  160. 'RunCommandSummary' => 'Backup has been launched with the following command',
  161. 'RunCommandSummaryToLaunch' => 'Backup μπορεί να ξεκινήσει με την ακόλουθη εντολή',
  162. 'WebServerMustHavePermissionForCommand' => 'Your web server must have the permission to run such commands',
  163. 'BackupResult' => 'Backup result',
  164. 'BackupFileSuccessfullyCreated' => 'Backup file successfully generated',
  165. 'YouCanDownloadBackupFile' => 'Generated files can now be downloaded',
  166. 'NoBackupFileAvailable' => 'No backup files available.',
  167. 'ExportMethod' => 'Μέθοδος Εξαγωγής',
  168. 'ImportMethod' => 'Μέθοδος Εισαγωγής',
  169. 'ToBuildBackupFileClickHere' => 'To build a backup file, click <a href="%s">here</a>.',
  170. 'ImportMySqlDesc' => 'To import a backup file, you must use mysql command from command line:',
  171. 'ImportPostgreSqlDesc' => 'Για την εισαγωγή ενός αντιγράφου ασφαλείας, πρέπει να χρησιμοποιήσετε pg_restore εντολή από την γραμμή εντολών:',
  172. 'ImportMySqlCommand' => '%s %s < mybackupfile.sql',
  173. 'ImportPostgreSqlCommand' => '%s %s mybackupfile.sql',
  174. 'FileNameToGenerate' => 'Όνομα αρχείου προς δημιουργία',
  175. 'CommandsToDisableForeignKeysForImport' => 'Command to disable foreign keys on import',
  176. 'CommandsToDisableForeignKeysForImportWarning' => 'Mandatory if you want to be able to restore your sql dump later',
  177. 'ExportCompatibility' => 'Compatibility of generated export file',
  178. 'MySqlExportParameters' => 'MySQL export parameters',
  179. 'PostgreSqlExportParameters' => 'PostgreSQL export parameters',
  180. 'UseTransactionnalMode' => 'Use transactional mode',
  181. 'FullPathToMysqldumpCommand' => 'Full path to mysqldump command',
  182. 'FullPathToPostgreSQLdumpCommand' => 'Η πλήρης διαδρομή προς pg_dump εντολή',
  183. 'ExportOptions' => 'Επιλογές Εξαγωγής',
  184. 'AddDropDatabase' => 'Add DROP DATABASE command',
  185. 'AddDropTable' => 'Add DROP TABLE command',
  186. 'ExportStructure' => 'Structure',
  187. 'Datas' => 'Δεδομένα',
  188. 'NameColumn' => 'Όνοματα Στηλών',
  189. 'ExtendedInsert' => 'Extended INSERT',
  190. 'NoLockBeforeInsert' => 'Δεν εντολές κλειδαριά ασφαλείας γύρω από INSERT',
  191. 'DelayedInsert' => 'Delayed insert',
  192. 'EncodeBinariesInHexa' => 'Encode binary data in hexadecimal',
  193. 'IgnoreDuplicateRecords' => 'Ignore errors of duplicate records (INSERT IGNORE)',
  194. 'Yes' => 'Ναι',
  195. 'No' => 'Όχι',
  196. 'AutoDetectLang' => 'Αυτόματη Ανίχνευση (γλώσσα φυλλομετρητή)',
  197. 'FeatureDisabledInDemo' => 'Feature disabled in demo',
  198. 'Rights' => 'Δικαιώματα',
  199. 'BoxesDesc' => 'Boxes are screen area that show a piece of information on some pages. You can choose between showing the box or not by selecting target page and clicking \'Activate\', or by clicking the dustbin to disable it.',
  200. 'OnlyActiveElementsAreShown' => 'Only elements from <a href="%s">enabled modules</a> are shown.',
  201. 'ModulesDesc' => 'Dolibarr modules define which functionality is enabled in software. Some modules require permissions you must grant to users, after enabling module. Click on button on/off in column "Status" to enable a module/feature.',
  202. 'ModulesInterfaceDesc' => 'The Dolibarr modules interface allows you to add features depending on external software, systems or services.',
  203. 'ModulesSpecialDesc' => 'Special modules are very specific or seldom used modules.',
  204. 'ModulesJobDesc' => 'Business modules provide simple predefined setup of Dolibarr for a particular business.',
  205. 'ModulesMarketPlaceDesc' => 'You can find more modules to download on external web sites on the Internet...',
  206. 'ModulesMarketPlaces' => 'Περισσότερα Αρθρώματα...',
  207. 'DoliStoreDesc' => 'DoliStore, the official market place for Dolibarr ERP/CRM external modules',
  208. 'WebSiteDesc' => 'Web site providers you can search to find more modules...',
  209. 'URL' => 'Ιστοσελίδα',
  210. 'BoxesAvailable' => 'Διαθέσιμα Πλαίσια',
  211. 'BoxesActivated' => 'Ενεργά Πλαίσια',
  212. 'ActivateOn' => 'Activate on',
  213. 'ActiveOn' => 'Activated on',
  214. 'SourceFile' => 'Πηγαίο αρχείο',
  215. 'AutomaticIfJavascriptDisabled' => 'Automatic if Javascript is disabled',
  216. 'AvailableOnlyIfJavascriptNotDisabled' => 'Available only if JavaScript is not disabled',
  217. 'AvailableOnlyIfJavascriptAndAjaxNotDisabled' => 'Available only if JavaScript is not disabled',
  218. 'NotInstalled' => 'Not installed',
  219. 'Required' => 'Υποχρεωτικό',
  220. 'Security' => 'Ασφάλεια',
  221. 'Passwords' => 'Συνθηματικά',
  222. 'DoNotStoreClearPassword' => 'Do no store clear passwords in database but store only encrypted value (Activated recommended)',
  223. 'MainDbPasswordFileConfEncrypted' => 'Database password encrypted in conf.php (Activated recommended)',
  224. 'InstrucToEncodePass' => 'To have password encoded into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="..."</b><br>by<br><b>$dolibarr_main_db_pass="crypted:%s"</b>',
  225. 'InstrucToClearPass' => 'To have password decoded (clear) into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="crypted:..."</b><br>by<br><b>$dolibarr_main_db_pass="%s"</b>',
  226. 'ProtectAndEncryptPdfFiles' => 'Protection of generated pdf files (Activated NOT recommended, breaks mass pdf generation)',
  227. 'ProtectAndEncryptPdfFilesDesc' => 'Protection of a PDF document keeps it available to read and print with any PDF browser. However, editing and copying is not possible anymore. Note that using this feature make building of a global cumulated pdf not working (like unpaid invoices).',
  228. 'Feature' => 'Δυνατότητα',
  229. 'SpeedealingLicense' => 'License',
  230. 'SpeedealingProjectLeader' => 'Project leader',
  231. 'Developpers' => 'Developers/contributors',
  232. 'OtherDeveloppers' => 'Other developers/contributors',
  233. 'OfficialWebSite' => 'Dolibarr international official web site',
  234. 'OfficialWebSiteFr' => 'French official web site',
  235. 'OfficialWiki' => 'Dolibarr documentation on Wiki',
  236. 'OfficialDemo' => 'Dolibarr online demo',
  237. 'OfficialMarketPlace' => 'Official market place for external modules/addons',
  238. 'OfficialWebHostingService' => 'Official web hosting service (Cloud hosting)',
  239. 'ForDocumentationSeeWiki' => 'For user or developer documentation (Doc, FAQs...),<br>take a look at the Dolibarr Wiki:<br><b><a href="%s" target="_blank">%s</a></b>',
  240. 'ForAnswersSeeForum' => 'For any other questions/help, you can use the Dolibarr forum:<br><b><a href="%s" target="_blank">%s</a></b>',
  241. 'HelpCenterDesc1' => 'This area can help you to get a Help support service on Dolibarr.',
  242. 'HelpCenterDesc2' => 'Some part of this service are available in <b>english only</b>.',
  243. 'CurrentTopMenuHandler' => 'Current top menu handler',
  244. 'CurrentLeftMenuHandler' => 'Current left menu handler',
  245. 'CurrentMenuHandler' => 'Current menu handler',
  246. 'CurrentSmartphoneMenuHandler' => 'Current smartphone menu handler',
  247. 'MeasuringUnit' => 'Μονάδα μέτρησης',
  248. 'Emails' => 'E-mails',
  249. 'EMailsSetup' => 'Διαχείριση E-mails',
  250. 'EMailsDesc' => 'This page allows you to overwrite your PHP parameters for e-mails sending. In most cases on Unix/Linux OS, your PHP setup is correct and these parameters are useless.',
  251. 'MAIN_MAIL_SMTP_PORT' => 'SMTP/SMTPS Port (By default in php.ini: <b>%s</b>)',
  252. 'MAIN_MAIL_SMTP_SERVER' => 'SMTP/SMTPS Host (By default in php.ini: <b>%s</b>)',
  253. 'MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike' => 'SMTP/SMTPS Port (Not defined into PHP on Unix like systems)',
  254. 'MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike' => 'SMTP/SMTPS Host (Not defined into PHP on Unix like systems)',
  255. 'MAIN_MAIL_EMAIL_FROM' => 'Sender e-mail for automatic emails (By default in php.ini: <b>%s</b>)',
  256. 'MAIN_MAIL_ERRORS_TO' => 'E-mail αποστολέα που χρησιμοποιούνται για την επιστροφή λάθος μηνύματα που στέλνονται',
  257. 'MAIN_MAIL_AUTOCOPY_TO' => 'Send systematically a hidden carbon-copy of all sent emails to',
  258. 'MAIN_DISABLE_ALL_MAILS' => 'Disable all e-mails sendings (for test purposes or demos)',
  259. 'MAIN_MAIL_SENDMODE' => 'Method to use to send EMails',
  260. 'MAIN_MAIL_SMTPS_ID' => 'SMTP ID if authentication required',
  261. 'MAIN_MAIL_SMTPS_PW' => 'SMTP Password if authentication required',
  262. 'MAIN_MAIL_EMAIL_TLS' => 'Use TLS (SSL) encrypt',
  263. 'MAIN_DISABLE_ALL_SMS' => 'Απενεργοποίηση όλων σας αποστολές SMS (για λόγους δοκιμής ή demos)',
  264. 'MAIN_SMS_SENDMODE' => 'Μέθοδος να χρησιμοποιήσετε για την αποστολή SMS',
  265. 'MAIN_MAIL_SMS_FROM' => 'Προεπιλογή αριθμού τηλεφώνου αποστολέα για την αποστολή SMS',
  266. 'FeatureNotAvailableOnLinux' => 'Feature not available on Unix like systems. Test your sendmail program locally.',
  267. 'SubmitTranslation' => 'If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit modified files on www.dolibarr.org forum.',
  268. 'ModuleSetup' => 'Διαχείριση Αρθρώματος',
  269. 'ModulesSetup' => 'Διαχείριση Αρθρωμάτων',
  270. 'ModuleFamilyBase' => 'Σύστημα',
  271. 'ModuleFamilyCrm' => 'Customer Relation Management (CRM)',
  272. 'ModuleFamilyProducts' => 'Διαχείριση Προϊόντων',
  273. 'ModuleFamilyHr' => 'Διαχείριση Ανθρώπινου Δυναμικού',
  274. 'ModuleFamilyProjects' => 'Projects/Collaborative work',
  275. 'ModuleFamilyOther' => 'Other',
  276. 'ModuleFamilyTechnic' => 'Mutli-modules tools',
  277. 'ModuleFamilyExperimental' => 'Experimental modules',
  278. 'ModuleFamilyFinancial' => 'Financial Modules (Accounting/Treasury)',
  279. 'ModuleFamilyECM' => 'Electronic Content Management (ECM)',
  280. 'MenuHandlers' => 'Menu handlers',
  281. 'MenuAdmin' => 'Επεξεργαστής μενού',
  282. 'DoNotUseInProduction' => 'Do not use in production',
  283. 'ThisIsProcessToFollow' => 'This is setup to process:',
  284. 'StepNb' => 'Βήμα %s',
  285. 'FindPackageFromWebSite' => 'Find a package that provides feature you want (for example on official web site %s).',
  286. 'DownloadPackageFromWebSite' => 'Μεταφόρτωση πακέτου.',
  287. 'UnpackPackageInSpeedealingRoot' => 'Unpack package file into Speedealing\'s root directory <b>%s</b>',
  288. 'SetupIsReadyForUse' => 'Install is finished and Dolibarr is ready to use with this new component.',
  289. 'NotExistsDirect' => 'The alternative root directory is not defined.<br>',
  290. 'InfDirAlt' => 'Since version 3 it is possible to define an alternative root directory.This allows you to store, same place, plug-ins and custom templates.<br>Just create a directory at the root of Dolibarr (eg: custom).<br>',
  291. 'InfDirExample' => '<br>Then declare it in the file conf.php<br> $dolibarr_main_url_root_alt=\'http://myserver/custom\'<br>$dolibarr_main_document_root_alt=\'/path/of/dolibarr/htdocs/custom\'<br>*These lines are commented with "#", to uncomment only remove the character.',
  292. 'YouCanSubmitFile' => 'Select module:',
  293. 'CurrentVersion' => 'Dolibarr current version',
  294. 'CallUpdatePage' => 'Go to the page that updates the database structure and datas: %s.',
  295. 'LastStableVersion' => 'Τελευταία σταθερή έκδοση',
  296. 'GenericMaskCodes' => 'You may enter any numbering mask. In this mask, the following tags could be used:<br><b>{000000}</b> corresponds to a number which will be incremented on each %s. Enter as many zeros as the desired length of the counter. The counter will be completed by zeros from the left in order to have as many zeros as the mask. <br><b>{000000+000}</b> same as previous but an offset corresponding to the number to the right of the + sign is applied starting on first %s. <br><b>{000000@x}</b> same as previous but the counter is reset to zero when month x is reached (x between 1 and 12). If this option is used and x is 2 or higher, then sequence {yy}{mm} or {yyyy}{mm} is also required. <br><b>{dd}</b> day (01 to 31).<br><b>{mm}</b> month (01 to 12).<br><b>{yy}</b>, <b>{yyyy}</b> or <b>{y}</b> year over 2, 4 or 1 numbers. <br>',
  297. 'GenericMaskCodes2' => '<b>{cccc}</b> the client code<br><b>{cccc000}</b> the client code on n characters is followed by a client\'s ref counter without offset and zeroized with the global counter.<br><b>{tttt}</b> The code of company type on n characters (see dictionnary-company types).<br>',
  298. 'GenericMaskCodes3' => 'All other characters in the mask will remain intact.<br>Spaces are not allowed.<br>',
  299. 'GenericMaskCodes4a' => '<u>Example on the 99th %s of the third party TheCompany done 2007-01-31:</u><br>',
  300. 'GenericMaskCodes4b' => '<u>Example on third party created on 2007-03-01:</u><br>',
  301. 'GenericMaskCodes4c' => '<u>Example on product created on 2007-03-01:</u><br>',
  302. 'GenericMaskCodes5' => '<b>ABC{yy}{mm}-{000000}</b> will give <b>ABC0701-000099</b><br><b>{0000+100}-ZZZ/{dd}/XXX</b> will give <b>0199-ZZZ/31/XXX</b>',
  303. 'GenericNumRefModelDesc' => 'Return a customizable number according to a defined mask.',
  304. 'ServerAvailableOnIPOrPort' => 'Server is available at address <b>%s</b> on port <b>%s</b>',
  305. 'ServerNotAvailableOnIPOrPort' => 'Server is not available at address <b>%s</b> on port <b>%s</b>',
  306. 'DoTestServerAvailability' => 'Έλεγχος διασύνδεσης server',
  307. 'DoTestSend' => 'Δοκιμή Αποστολής',
  308. 'DoTestSendHTML' => 'Test sending HTML',
  309. 'ErrorCantUseRazInStartedYearIfNoYearMonthInMask' => 'Error, can\'t use option @ if sequence {yy}{mm} or {yyyy}{mm} is not in mask.',
  310. 'UMask' => 'UMask parameter for new files on Unix/Linux/BSD file system.',
  311. 'UMaskExplanation' => 'This parameter allow you to define permissions set by default on files created by Dolibarr on server (during upload for example).<br>It must be the octal value (for example, 0666 means read and write for everyone).<br>This parameter is useless on a Windows server.',
  312. 'SeeWikiForAllTeam' => 'Take a look at the wiki page for full list of all actors and their organisation',
  313. 'UseACacheDelay' => 'Delay for caching export response in seconds (0 or empty for no cache)',
  314. 'DisableLinkToHelpCenter' => 'Hide link "<b>Need help or support</b>" on login page',
  315. 'DisableLinkToHelp' => 'Hide link "<b>%s Online help</b>" on left menu',
  316. 'AddCRIfTooLong' => 'There is no automatic wrapping, so if line is out of page on documents because too long, you must add yourself carriage returns in the textarea.',
  317. 'ModuleDisabled' => 'Απενεργοποιημένο Άρθρωμα',
  318. 'ModuleDisabledSoNoEvent' => 'Module disabled so event never created',
  319. 'ConfirmPurge' => 'Are you sure you want to execute this purge ?<br>This will delete definitely all your data files with no way to restore them (ECM files, attached files...).',
  320. 'MinLength' => 'Ελάχιστο μήκος',
  321. 'LanguageFilesCachedIntoShmopSharedMemory' => 'Files .lang loaded in shared memory',
  322. 'ExamplesWithCurrentSetup' => 'Examples with current running setup',
  323. 'ListOfDirectories' => 'List of OpenDocument templates directories',
  324. 'ListOfDirectoriesForModelGenODT' => 'List of directories containing templates files with OpenDocument format.<br><br>Put here full path of directories.<br>Add a carriage return between eah directory.<br>To add a directory of the GED module, add here <b>DOL_DATA_ROOT/ecm/yourdirectoryname</b>.<br><br>Files in those directories must end with <b>.odt</b>.',
  325. 'NumberOfModelFilesFound' => 'Number of ODT templates files found in those directories',
  326. 'ExampleOfDirectoriesForModelGen' => 'Examples of syntax:<br>c:\mydir<br>/home/mydir<br>DOL_DATA_ROOT/ecm/ecmdir',
  327. 'FollowingSubstitutionKeysCanBeUsed' => '<br>To know how to create your odt document templates, before storing them in those directories, read wiki documentation:',
  328. 'FullListOnOnlineDocumentation' => 'http://wiki.dolibarr.org/index.php/Create_an_ODT_document_template',
  329. 'FirstnameNamePosition' => 'Θέση ονόματος/επιθέτου',
  330. 'DescWeather' => 'The following pictures will be shown on dashboard when number of late actions reach the following values:',
  331. 'KeyForWebServicesAccess' => 'Key to use Web Services (parameter "dolibarrkey" in webservices)',
  332. 'TestSubmitForm' => 'Είσοδος μορφή δοκιμή',
  333. 'ThisForceAlsoTheme' => 'Χρησιμοποιώντας αυτό το μενού διευθυντής θα χρησιμοποιήσει επίσης το δικό της θέμα ό, τι είναι επιλογή του χρήστη. Επίσης, αυτό το μενού διευθυντής εξειδικεύεται για τα smartphones δεν λειτουργεί σε όλα τα smartphone. Χρησιμοποιήσετε κάποιον άλλο διαχειριστή μενού αν αντιμετωπίζετε προβλήματα στο δικό σας.',
  334. 'ThemeDir' => 'Δέρματα κατάλογο',
  335. 'ConnectionTimeout' => 'Timeout Connexion',
  336. 'ResponseTimeout' => 'Timeout Response',
  337. 'SmsTestMessage' => 'Δοκιμαστικό μήνυμα από __PHONEFROM__ να __PHONETO__',
  338. 'ModuleMustBeEnabledFirst' => '<b>%s</b> Ενότητα πρέπει να είναι ενεργοποιημένα πρώτη φορά πριν τη χρήση αυτής της δυνατότητας.',
  339. 'SecurityToken' => 'Security Token',
  340. 'NoSmsEngine' => 'Δεν διευθυντής αποστολέα SMS διαθέσιμα. Αποστολέα SMS διευθυντής δεν έχουν εγκατασταθεί με τη διανομή προεπιλογή (διότι εξαρτάται από εξωτερικούς προμηθευτές), αλλά μπορείτε να βρείτε κάποια σχετικά http://www.dolistore.com',
  341. 'PDF' => 'PDF',
  342. 'PDFDesc' => 'Μπορείτε να ρυθμίσετε κάθε συνολική επιλογές που σχετίζονται με τη δημιουργία PDF',
  343. 'PDFAddressForging' => 'Κανόνες για να δημιουργήσουν θέσεις διεύθυνση',
  344. 'HideAnyVATInformationOnPDF' => 'Απόκρυψη όλων των πληροφοριών που σχετίζονται με τον ΦΠΑ επί δημιουργούνται μορφή PDF',
  345. 'HideDescOnPDF' => 'Hide products description on generated PDF',
  346. 'HideRefOnPDF' => 'Hide products ref. on generated PDF',
  347. 'HideDetailsOnPDF' => 'Hide products lines details on generated PDF',
  348. 'UrlGenerationParameters' => 'Παράμετροι για την εξασφάλιση διευθύνσεις URL',
  349. 'SecurityTokenIsUnique' => 'Χρησιμοποιήστε μια μοναδική παράμετρο securekey για κάθε διεύθυνση URL',
  350. 'EnterRefToBuildUrl' => 'Εισάγετε αναφοράς για %s αντικείμενο',
  351. 'GetSecuredUrl' => 'Πάρτε υπολογίζεται URL',
  352. 'ButtonHideUnauthorized' => 'Hide buttons for unauthorized actions instead of showing disabled buttons',
  353. 'TotalNumberOfActivatedModules' => 'Nombre total de modules fonctionnels activés: <b>%s</b>',
  354. 'YouMustEnableOneModule' => 'Vous devez activer au moins une fonctionnalité',
  355. 'ModulesSystemTools' => 'Modules tools',
  356. 'ProductVatMassChange' => 'Mass VAT change',
  357. 'ProductVatMassChangeDesc' => 'This page can be used to modify a VAT rate defined on products or services from a value to another. Warning, this change is done on all database.',
  358. 'OldVATRates' => 'Old VAT rate',
  359. 'NewVATRates' => 'New VAT rate',
  360. 'PriceBaseTypeToChange' => 'Modify on prices with base reference value defined on',
  361. 'MassConvert' => 'Launch mass convert',
  362. 'String' => 'String',
  363. 'TextLong' => 'Long text',
  364. 'Int' => 'Integer',
  365. 'Float' => 'Float',
  366. 'DateAndTime' => 'Date and hour',
  367. 'Structure' => 'Structure',
  368. // Modules
  369. 'Module0Name' => 'Χρήστες & Ομάδες',
  370. 'Module0Desc' => 'Διαχείριση χρηστών και ομάδων',
  371. 'Module1Name' => 'Στοιχεία',
  372. 'Module1Desc' => 'Companies and contact management (customers, prospects...)',
  373. 'Module2Name' => 'Commercial',
  374. 'Module2Desc' => 'Commercial management',
  375. 'Module10Name' => 'Accounting',
  376. 'Module10Desc' => 'Simple accounting management (invoice and payment dispatching)',
  377. 'Module20Name' => 'Προτάσεις',
  378. 'Module20Desc' => 'Commercial proposal management',
  379. 'Module22Name' => 'Mass E-mailings',
  380. 'Module22Desc' => 'Mass E-mailing management',
  381. 'Module23Name' => 'Energy',
  382. 'Module23Desc' => 'Monitoring the consumption of energies',
  383. 'Module25Name' => 'Παραγγελίες πελάτη',
  384. 'Module25Desc' => 'Customer order management',
  385. 'Module30Name' => 'Τιμολόγια',
  386. 'Module30Desc' => 'Invoice and credit note management for customers. Invoice management for suppliers',
  387. 'Module40Name' => 'Προμηθευτές',
  388. 'Module40Desc' => 'Supplier management and buying (orders and invoices)',
  389. 'Module42Name' => 'Logs',
  390. 'Module42Desc' => 'Logging facilities (file, syslog, ...)',
  391. 'Module49Name' => 'Επεξεργαστές',
  392. 'Module49Desc' => 'Editor management',
  393. 'Module50Name' => 'Προϊόντα',
  394. 'Module50Desc' => 'Product management',
  395. 'Module51Name' => 'Mass mailings',
  396. 'Module51Desc' => 'Mass paper mailing management',
  397. 'Module52Name' => 'Αποθήκες',
  398. 'Module52Desc' => 'Stock\'s management of products',
  399. 'Module53Name' => 'Υπηρεσίες',
  400. 'Module53Desc' => 'Service management',
  401. 'Module54Name' => 'Συμβόλαια',
  402. 'Module54Desc' => 'Contract\'s and service\'s management',
  403. 'Module55Name' => 'Barcodes',
  404. 'Module55Desc' => 'Barcode management',
  405. 'Module56Name' => 'Τηλεφωνία',
  406. 'Module56Desc' => 'Telephony integration',
  407. 'Module57Name' => 'Standing orders',
  408. 'Module57Desc' => 'Standing orders and withdrawal management',
  409. 'Module58Name' => 'ClickToDial',
  410. 'Module58Desc' => 'Integration of a ClickToDial system (Asterisk, ...)',
  411. 'Module59Name' => 'Bookmark4u',
  412. 'Module59Desc' => 'Add function to generate Bookmark4u account from a Dolibarr account',
  413. 'Module70Name' => 'Interventions',
  414. 'Module70Desc' => 'Intervention management',
  415. 'Module75Name' => 'Expense and trip notes',
  416. 'Module75Desc' => 'Expense and trip notes management',
  417. 'Module80Name' => 'Shipments',
  418. 'Module80Desc' => 'Shipments and delivery order management',
  419. 'Module85Name' => 'Banks and cash',
  420. 'Module85Desc' => 'Management of bank or cash accounts',
  421. 'Module100Name' => 'External site',
  422. 'Module100Desc' => 'Include any external web site into Dolibarr menus and view it into a Dolibarr frame',
  423. 'Module105Name' => 'Mailman και SIP',
  424. 'Module105Desc' => 'Mailman ή SPIP διεπαφή για ενότητα μέλος',
  425. 'Module200Name' => 'LDAP',
  426. 'Module200Desc' => 'LDAP directory synchronisation',
  427. 'Module210Name' => 'PostNuke',
  428. 'Module210Desc' => 'PostNuke integration',
  429. 'Module240Name' => 'Data exports',
  430. 'Module240Desc' => 'Tool to export Dolibarr datas (with assistants)',
  431. 'Module250Name' => 'Data imports',
  432. 'Module250Desc' => 'Tool to import datas in Dolibarr (with assistants)',
  433. 'Module310Name' => 'Μέλη',
  434. 'Module310Desc' => 'Foundation members management',
  435. 'Module320Name' => 'RSS Feed',
  436. 'Module320Desc' => 'Add RSS feed inside Dolibarr screen pages',
  437. 'Module330Name' => 'Σελιδοδείκτες',
  438. 'Module330Desc' => 'Bookmark management',
  439. 'Module400Name' => 'Έργα',
  440. 'Module400Desc' => 'Project management inside other modules',
  441. 'Module410Name' => 'Webcalendar',
  442. 'Module410Desc' => 'Webcalendar integration',
  443. 'Module420Name' => 'Affaires',
  444. 'Module420Desc' => 'Gestion des affaires',
  445. 'Module430Name' => 'Gestion d\'équipes',
  446. 'Module430Desc' => 'Gestion des objectifs',
  447. 'Module500Name' => 'Taxes, social contributions and dividends',
  448. 'Module500Desc' => 'Taxes and social contribution management',
  449. 'Module600Name' => 'Notifications',
  450. 'Module600Desc' => 'Send notifications by email on some Dolibarr business events to third party contacts',
  451. 'Module700Name' => 'Δωρεές',
  452. 'Module700Desc' => 'Donation management',
  453. 'Module1400Name' => 'Accounting',
  454. 'Module1400Desc' => 'Accounting management (double parties)',
  455. 'Module1780Name' => 'Κατηγορίες',
  456. 'Module1780Desc' => 'Category management (products, suppliers and customers)',
  457. 'Module2000Name' => 'WYSIWYG editor',
  458. 'Module2000Desc' => 'Allow to edit some text area using an advanced editor',
  459. 'Module2200Name' => 'Lending rights',
  460. 'Module2200Desc' => 'Lending rights management',
  461. 'Module2300Name' => 'Μενού',
  462. 'Module2300Desc' => 'Menu management',
  463. 'Module2400Name' => 'Ατζέντα',
  464. 'Module2400Desc' => 'Events/tasks and agenda management',
  465. 'Module2500Name' => 'Electronic Content Management',
  466. 'Module2500Desc' => 'Save and share documents',
  467. 'Module2600Name' => 'WebServices',
  468. 'Module2600Desc' => 'Enable the Dolibarr web services server',
  469. 'Module2700Name' => 'Gravatar',
  470. 'Module2700Desc' => 'Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Need an internet access',
  471. 'Module2900Name' => 'GeoIPMaxmind',
  472. 'Module2900Desc' => 'GeoIP Maxmind conversions capabilities',
  473. 'Module5000Name' => 'Multi-company',
  474. 'Module5000Desc' => 'Allows you to manage multiple companies',
  475. 'Module20000Name' => 'Holidays',
  476. 'Module20000Desc' => 'Declare and follow employees holidays',
  477. 'Module50000Name' => 'Paybox',
  478. 'Module50000Desc' => 'Ενότητα για να προσφέρει μια σε απευθείας σύνδεση σελίδα πληρωμής με πιστωτική κάρτα με Paybox',
  479. 'Module50100Name' => 'Σημείο Πωλήσεων',
  480. 'Module50100Desc' => 'Point of sales module',
  481. 'Module50200Name' => 'Paypal',
  482. 'Module50200Desc' => 'Ενότητα για να προσφέρει μια σε απευθείας σύνδεση σελίδα πληρωμής με πιστωτική κάρτα με Paypal',
  483. 'Module59000Name' => 'Margins',
  484. 'Module59000Desc' => 'Module to manage margins',
  485. 'Module60000Name' => 'Commissions',
  486. 'Module60000Desc' => 'Module to manage commissions',
  487. 'Permission11' => 'Read customer invoices',
  488. 'Permission12' => 'Create/modify customer invoices',
  489. 'Permission13' => 'Unvalidate customer invoices',
  490. 'Permission14' => 'Validate customer invoices',
  491. 'Permission15' => 'Send customer invoices by email',
  492. 'Permission16' => 'Create payments for customer invoices',
  493. 'Permission19' => 'Διαγραφή τιμολογίων',
  494. 'Permission21' => 'Read commercial proposals',
  495. 'Permission22' => 'Create/modify commercial proposals',
  496. 'Permission24' => 'Validate commercial proposals',
  497. 'Permission25' => 'Send commercial proposals',
  498. 'Permission26' => 'Close commercial proposals',
  499. 'Permission27' => 'Delete commercial proposals',
  500. 'Permission28' => 'Export commercial proposals',
  501. 'Permission31' => 'Read products',
  502. 'Permission32' => 'Create/modify products',
  503. 'Permission34' => 'Delete products',
  504. 'Permission36' => 'See/manage hidden products',
  505. 'Permission38' => 'Export products',
  506. 'Permission41' => 'Read projects (shared project and projects i\'m contact for)',
  507. 'Permission42' => 'Create/modify projects (shared project and projects i\'m contact for)',
  508. 'Permission44' => 'Delete projects (shared project and projects i\'m contact for)',
  509. 'Permission61' => 'Read interventions',
  510. 'Permission62' => 'Create/modify interventions',
  511. 'Permission64' => 'Delete interventions',
  512. 'Permission67' => 'Export interventions',
  513. 'Permission71' => 'Read members',
  514. 'Permission72' => 'Create/modify members',
  515. 'Permission74' => 'Delete members',
  516. 'Permission75' => 'Setup types and attributes for members',
  517. 'Permission76' => 'Export datas',
  518. 'Permission78' => 'Read subscriptions',
  519. 'Permission79' => 'Create/modify subscriptions',
  520. 'Permission81' => 'Read customers orders',
  521. 'Permission82' => 'Create/modify customers orders',
  522. 'Permission84' => 'Validate customers orders',
  523. 'Permission86' => 'Send customers orders',
  524. 'Permission87' => 'Close customers orders',
  525. 'Permission88' => 'Cancel customers orders',
  526. 'Permission89' => 'Delete customers orders',
  527. 'Permission91' => 'Read social contributions and vat',
  528. 'Permission92' => 'Create/modify social contributions and vat',
  529. 'Permission93' => 'Delete social contributions and vat',
  530. 'Permission94' => 'Export social contributions',
  531. 'Permission95' => 'Read reports',
  532. 'Permission96' => 'Setup dispatching',
  533. 'Permission97' => 'Read invoice accountancy dispatching',
  534. 'Permission98' => 'Dispatch invoice accountancy lines',
  535. 'Permission101' => 'Read sendings',
  536. 'Permission102' => 'Create/modify sendings',
  537. 'Permission104' => 'Validate sendings',
  538. 'Permission109' => 'Delete sendings',
  539. 'Permission111' => 'Read financial accounts',
  540. 'Permission112' => 'Create/modify/delete and compare transactions',
  541. 'Permission113' => 'Setup financiel accounts (create, manage categories)',
  542. 'Permission114' => 'Consolidate transactions',
  543. 'Permission115' => 'Export transactions and account statements',
  544. 'Permission116' => 'Transfers between accounts',
  545. 'Permission117' => 'Manage cheques dispatching',
  546. 'Permission121' => 'Read third parties linked to user',
  547. 'Permission122' => 'Create/modify third parties linked to user',
  548. 'Permission125' => 'Delete third parties linked to user',
  549. 'Permission126' => 'Export third parties',
  550. 'Permission141' => 'Read projects (also private i am not contact for)',
  551. 'Permission142' => 'Create/modify projects (also private i am not contact for)',
  552. 'Permission144' => 'Delete projects (also private i am not contact for)',
  553. 'Permission146' => 'Read providers',
  554. 'Permission147' => 'Read stats',
  555. 'Permission151' => 'Read standing orders',
  556. 'Permission152' => 'Create/modify a standing orders request',
  557. 'Permission153' => 'Transmission standing orders receipts',
  558. 'Permission154' => 'Πιστωτικές / αρνηθεί στέκεται εισπράξεις παραγγελιών',
  559. 'Permission161' => 'Read contracts',
  560. 'Permission162' => 'Create/modify contracts',
  561. 'Permission163' => 'Activate a service of a contract',
  562. 'Permission164' => 'Disable a service of a contract',
  563. 'Permission165' => 'Delete contracts',
  564. 'Permission171' => 'Read trips',
  565. 'Permission172' => 'Create/modify trips',
  566. 'Permission173' => 'Delete trips',
  567. 'Permission178' => 'Export trips',
  568. 'Permission180' => 'Read suppliers',
  569. 'Permission181' => 'Read supplier orders',
  570. 'Permission182' => 'Create/modify supplier orders',
  571. 'Permission183' => 'Validate supplier orders',
  572. 'Permission184' => 'Approve supplier orders',
  573. 'Permission185' => 'Order supplier orders',
  574. 'Permission186' => 'Receive supplier orders',
  575. 'Permission187' => 'Close supplier orders',
  576. 'Permission188' => 'Cancel supplier orders',
  577. 'Permission192' => 'Create lines',
  578. 'Permission193' => 'Cancel lines',
  579. 'Permission194' => 'Read the bandwith lines',
  580. 'Permission202' => 'Create ADSL connections',
  581. 'Permission203' => 'Order connections orders',
  582. 'Permission204' => 'Order connections',
  583. 'Permission205' => 'Manage connections',
  584. 'Permission206' => 'Read connections',
  585. 'Permission211' => 'Read Telephony',
  586. 'Permission212' => 'Order lines',
  587. 'Permission213' => 'Activate line',
  588. 'Permission214' => 'Setup Telephony',
  589. 'Permission215' => 'Setup providers',
  590. 'Permission221' => 'Read emailings',
  591. 'Permission222' => 'Create/modify emailings (topic, recipients...)',
  592. 'Permission223' => 'Validate emailings (allows sending)',
  593. 'Permission229' => 'Delete emailings',
  594. 'Permission237' => 'View recipients and info',
  595. 'Permission238' => 'Manually send mailings',
  596. 'Permission239' => 'Delete mailings after validation or sent',
  597. 'Permission241' => 'Read categories',
  598. 'Permission242' => 'Create/modify categories',
  599. 'Permission243' => 'Delete categories',
  600. 'Permission244' => 'See the contents of the hidden categories',
  601. 'Permission251' => 'Read other users and groups',
  602. 'PermissionAdvanced251' => 'Read other users',
  603. 'Permission252' => 'Read permissions of other users',
  604. 'Permission253' => 'Create/modify other users, groups and permisssions',
  605. 'PermissionAdvanced253' => 'Create/modify internal/external users and permissions',
  606. 'Permission254' => 'Create/modify external users only',
  607. 'Permission255' => 'Modify other users password',
  608. 'Permission256' => 'Delete or disable other users',
  609. 'Permission262' => 'Extend access to all third parties (not only those linked to user). Not effective for external users (always limited to themselves).',
  610. 'Permission271' => 'Read CA',
  611. 'Permission272' => 'Read invoices',
  612. 'Permission273' => 'Issue invoices',
  613. 'Permission281' => 'Read contacts',
  614. 'Permission282' => 'Create/modify contacts',
  615. 'Permission283' => 'Delete contacts',
  616. 'Permission286' => 'Export contacts',
  617. 'Permission291' => 'Read tariffs',
  618. 'Permission292' => 'Set permissions on the tariffs',
  619. 'Permission293' => 'Modify costumers tariffs',
  620. 'Permission300' => 'Read bar codes',
  621. 'Permission301' => 'Create/modify bar codes',
  622. 'Permission302' => 'Delete bar codes',
  623. 'Permission311' => 'Read services',
  624. 'Permission312' => 'Assign service to contract',
  625. 'Permission331' => 'Read bookmarks',
  626. 'Permission332' => 'Create/modify bookmarks',
  627. 'Permission333' => 'Delete bookmarks',
  628. 'Permission341' => 'Read its own permissions',
  629. 'Permission342' => 'Create/modify his own user information',
  630. 'Permission343' => 'Modify his own password',
  631. 'Permission344' => 'Modify its own permissions',
  632. 'Permission351' => 'Read groups',
  633. 'Permission352' => 'Read groups permissions',
  634. 'Permission353' => 'Create/modify groups',
  635. 'Permission354' => 'Delete or disable groups',
  636. 'Permission358' => 'Export users',
  637. 'Permission401' => 'Read discounts',
  638. 'Permission402' => 'Create/modify discounts',
  639. 'Permission403' => 'Validate discounts',
  640. 'Permission404' => 'Delete discounts',
  641. 'Permission531' => 'Read services',
  642. 'Permission532' => 'Create/modify services',
  643. 'Permission534' => 'Delete services',
  644. 'Permission536' => 'See/manage hidden services',
  645. 'Permission538' => 'Export services',
  646. 'Permission701' => 'Read donations',
  647. 'Permission702' => 'Create/modify donations',
  648. 'Permission703' => 'Delete donations',
  649. 'Permission1001' => 'Read stocks',
  650. 'Permission1002' => 'Create/modify stocks',
  651. 'Permission1003' => 'Delete stocks',
  652. 'Permission1004' => 'Read stock movements',
  653. 'Permission1005' => 'Create/modify stock movements',
  654. 'Permission1101' => 'Read delivery orders',
  655. 'Permission1102' => 'Create/modify delivery orders',
  656. 'Permission1104' => 'Validate delivery orders',
  657. 'Permission1109' => 'Delete delivery orders',
  658. 'Permission1181' => 'Read suppliers',
  659. 'Permission1182' => 'Read supplier orders',
  660. 'Permission1183' => 'Create/modify supplier orders',
  661. 'Permission1184' => 'Validate supplier orders',
  662. 'Permission1185' => 'Approve supplier orders',
  663. 'Permission1186' => 'Order supplier orders',
  664. 'Permission1187' => 'Acknowledge receipt of supplier orders',
  665. 'Permission1188' => 'Delete supplier orders',
  666. 'Permission1201' => 'Get result of an export',
  667. 'Permission1202' => 'Create/Modify an export',
  668. 'Permission1231' => 'Read supplier invoices',
  669. 'Permission1232' => 'Create/modify supplier invoices',
  670. 'Permission1233' => 'Validate supplier invoices',
  671. 'Permission1234' => 'Delete supplier invoices',
  672. 'Permission1235' => 'Send supplier invoices by email',
  673. 'Permission1236' => 'Export supplier invoices, attributes and payments',
  674. 'Permission1237' => 'Export supplier orders and their details',
  675. 'Permission1251' => 'Run mass imports of external data into database (data load)',
  676. 'Permission1321' => 'Export customer invoices, attributes and payments',
  677. 'Permission1401' => 'Lire le plan de compte',
  678. 'Permission1402' => 'Créer/modifier un plan de compte',
  679. 'Permission1403' => 'Clôturer un plan de compte',
  680. 'Permission1411' => 'Lire les mouvements comptables',
  681. 'Permission1412' => 'Créer/modifier/annuler les mouvements comptables',
  682. 'Permission1415' => 'Lire CA, bilans, résultats, journaux, grands livres',
  683. 'Permission1421' => 'Export customer orders and attributes',
  684. 'Permission2401' => 'Read actions (events or tasks) linked to his account',
  685. 'Permission2402' => 'Create/modify actions (events or tasks) linked to his account',
  686. 'Permission2403' => 'Delete actions (events or tasks) linked to his account',
  687. 'Permission2411' => 'Read actions (events or tasks) of others',
  688. 'Permission2412' => 'Create/modify actions (events or tasks) of others',
  689. 'Permission2413' => 'Delete actions (events or tasks) of others',
  690. 'Permission2501' => 'Read/Download documents',
  691. 'Permission2502' => 'Download documents',
  692. 'Permission2503' => 'Υποβολή ή να διαγράψετε τα έγγραφα',
  693. 'Permission2515' => 'Setup documents directories',
  694. 'Permission2801' => 'Use FTP client in read mode (browse and download only)',
  695. 'Permission2802' => 'Use FTP client in write mode (delete or upload files)',
  696. 'Permission50101' => 'Use Point of sales',
  697. 'Permission50201' => 'Διαβάστε τις συναλλαγές',
  698. 'Permission50202' => 'Πράξεις εισαγωγής',
  699. 'DictionnaryCompanyType' => 'Company types',
  700. 'DictionnaryCompanyJuridicalType' => 'Juridical kinds of company',
  701. 'DictionnaryProspectLevel' => 'Prospect potential level',
  702. 'DictionnaryCanton' => 'State/Cantons',
  703. 'DictionnaryRegion' => 'Περιοχές',
  704. 'DictionnaryCountry' => 'Χώρες',
  705. 'DictionnaryCurrency' => 'Νομίσματα',
  706. 'DictionnaryCivility' => 'Civility title',
  707. 'DictionnaryActions' => 'Type of agenda events',
  708. 'DictionnarySocialContributions' => 'Social contributions t…

Large files files are truncated, but you can click here to view the full file