| | |
| | | ; Projectfork |
| | | ; Copyright (C) 2006 - 2012 Tobias Kuhn. All rights reserved. |
| | | ; Copyright (C) 2006 - 2013 Tobias Kuhn. All rights reserved. |
| | | ; License GNU General Public License version 2 or later; see LICENSE.php |
| | | ; Note : All ini files need to be saved as UTF-8 - No BOM |
| | | |
| | | ; |
| | | ; @since 4.2 |
| | | ; |
| | | ; Notice: The following lang tokens have changed: |
| | | ; COM_PROJECTFORK_RULES_LABEL |
| | | ; COM_PROJECTFORK_RULES_NOTE |
| | | |
| | | ; Projectfork 4.2 - Notifications |
| | | ; COM_PFREPO_NOTE_EMAIL_NEW_SUBJECT = "[%s] %s created a note: %s" |
| | | ; COM_PFREPO_NOTE_EMAIL_NEW_MESSAGE = "Dear %s,\n%s created the following note:\n\n%s\n\nSee the full note by visiting the link below:\n%s" |
| | | ; COM_PFREPO_NOTE_EMAIL_UPD_SUBJECT = "[%s] %s updated a note: %s" |
| | | ; COM_PFREPO_NOTE_EMAIL_UPD_MESSAGE = "Dear %s,\n%s updated the following note:\n\n%s\n\nSee the full note by visiting the link below:\n%s" |
| | | ; COM_PFREPO_FILE_EMAIL_NEW_SUBJECT = "[%s] %s uploaded a file: %s" |
| | | ; COM_PFREPO_FILE_EMAIL_NEW_MESSAGE = "Dear %s,\n%s uploaded the following file:\n\n%s\n\nDownload it by clicking the link below:\n%s" |
| | | ; COM_PFREPO_FILE_EMAIL_UPD_SUBJECT = "[%s] %s updated a file: %s" |
| | | ; COM_PFREPO_FILE_EMAIL_UPD_MESSAGE = "Dear %s,\n%s updated the following file:\n\n%s\n\nDownload it by visiting the link below:\n%s" |
| | | ; COM_PROJECTFORK_TOPIC_EMAIL_NEW_SUBJECT = "[%s] %s created a discussion topic: %s" |
| | | ; COM_PROJECTFORK_TOPIC_EMAIL_NEW_MESSAGE = "Dear %s,\n%s created the following discussion:\n\n%s\n\nSee the full discussion by visiting the link below:\n%s" |
| | | ; COM_PROJECTFORK_TASK_EMAIL_NEW_SUBJECT = "[%s] %s created a task: %s" |
| | | ; COM_PROJECTFORK_TASK_EMAIL_NEW_MESSAGE = "Dear %s,\n%s created the following task:\n\n%s\n\nSee the full task details by visiting the link below:\n%s" |
| | | ; COM_PROJECTFORK_MILESTONE_EMAIL_NEW_SUBJECT = "[%s] %s created a milestone: %s" |
| | | ; COM_PROJECTFORK_MILESTONE_EMAIL_NEW_MESSAGE = "Dear %s,\n%s created the following milestone:\n\n%s\n\nSee the full milestone details by visiting the link below:\n%s" |
| | | |
| | | ; COM_PROJECTFORK_TASK_EMAIL_ASSIGN_SUBJECT = "[%s] %s assigned you to a task: %s" |
| | | ; COM_PROJECTFORK_TASK_EMAIL_ASSIGN_MESSAGE = "Dear %s,\n%s assigned you to the following task:\n\n%s\n\nSee the full task details by visiting the link below:\n%s" |
| | | |
| | | ; Projectfork 4.2 - Projectfork |
| | | ; JOPTION_SELECT_GROUP = "- Select Group -" |
| | | ; JACTION_ADD_GROUP = "Add Group" |
| | | ; COM_PROJECTFORK_INCLUDING = "Including" |
| | | ; COM_PROJECTFORK_AND_MORE = "and more" |
| | | ; COM_PROJECTFORK_MANAGE_GROUP_MEMBERS = "Manage Group Members" |
| | | ; COM_PROJECTFORK_MANAGE_GROUP_PERMISSIONS = "Manage Group Permissions" |
| | | ; COM_PROJECTFORK_ADD_USERS = "Add Users" |
| | | ; COM_PROJECTFORK_REMOVE_USERS = "Remove Users" |
| | | ; COM_PROJECTFORK_MAINTENANCE_TOOLS = "Maintenance Tools" |
| | | ; COM_PROJECTFORK_START = "Start" |
| | | ; COM_PROJECTFORK_STOP = "Stop" |
| | | ; COM_PROJECTFORK_CHK_ASSET_STRUCT = "Check Asset Structure" |
| | | ; COM_PROJECTFORK_CHK_ASSET_STRUCT_DESC = "Corrects potential errors in the Projectfork asset structure." |
| | | |
| | | ; Projectfork 4.2 - Repository |
| | | ; COM_PROJECTFORK_UPLOAD_ALLOWED_EXT = "Allowed file extensions:" |
| | | ; COM_PROJECTFORK_WARNING_INVALID_FILE_EXT = "Invalid file extension!" |
| | | |
| | | ; |
| | | ; @since 4.1 |
| | | ; |
| | | |
| | | ; Projectfork 4.1 - Projectfork |
| | | ; COM_PROJECTFORK_CONFIG_USER_PROFILE_LINK_LABEL = "User Profile Link" |
| | | ; COM_PROJECTFORK_CONFIG_USER_PROFILE_LINK_DESC = "Select where user profile links should point to in the frontend." |
| | | ; COM_PROJECTFORK_CONFIG_USER_PROFILE_AVATAR_LABEL = "User Profile Avatar" |
| | | ; COM_PROJECTFORK_CONFIG_USER_PROFILE_AVATAR_DESC = "Select a source for user profile images." |
| | | |
| | | ; Projectfork 4.1 - Shared strings |
| | | ; COM_PROJECTFORK_UNCATEGORISED = "Uncategorised" |
| | | ; COM_PROJECTFORK_SEARCH_FILTER_TOOLTIP = "Search by title, author (Prefix author:) or ID (Prefix id:)." |
| | | COM_PFPROJECTS_PROJECT_TITLE = "Projekt" |
| | | COM_PFMILESTONES_MILESTONE_TITLE = "Míľnik" |
| | | COM_PFTASKS_TASK_TITLE = "Úloha" |
| | | ; COM_PFUSERS_USER_TITLE = "User Profile" |
| | | COM_PFREPO_NOTE_TITLE = "Poznámka" |
| | | ; COM_PROJECTFORK_REMOVE = "Remove" |
| | | ; COM_PROJECTFORK_ACTION_BACK = "Back" |
| | | |
| | | ; Projectfork 4.1 - Comments |
| | | ; COM_PFCOMMENTS_N_ITEMS_UNPUBLISHED = "%s comments unpublished." |
| | | ; COM_PFCOMMENTS_N_ITEMS_UNPUBLISHED_1 = "%s comment unpublished." |
| | | ; COM_PFCOMMENTS_N_ITEMS_PUBLISHED = "%s comments published." |
| | | ; COM_PFCOMMENTS_N_ITEMS_PUBLISHED_1 = "%s comment published." |
| | | ; COM_PFCOMMENTS_N_ITEMS_ARCHIVED = "%s comments archived." |
| | | ; COM_PFCOMMENTS_N_ITEMS_ARCHIVED_1 = "%s comment archived." |
| | | ; COM_PFCOMMENTS_N_ITEMS_TRASHED = "%s comments trashed." |
| | | ; COM_PFCOMMENTS_N_ITEMS_TRASHED_1 = "%s comment trashed." |
| | | ; COM_PFCOMMENTS_N_ITEMS_CHECKED_IN = "%s comments checked-in." |
| | | ; COM_PFCOMMENTS_N_ITEMS_CHECKED_IN_1 = "%s comment checked-in." |
| | | ; COM_PFCOMMENTS_N_ITEMS_DELETED = "%s comments deleted." |
| | | ; COM_PFCOMMENTS_N_ITEMS_DELETED_1 = "%s comment deleted." |
| | | |
| | | ; Projectfork 4.1 - Time Tracking |
| | | ; COM_PROJECTFORK_TIME_RECORDER_TITLE = "Time Recorder" |
| | | ; COM_PROJECTFORK_TIME_RECORDER_OPEN = "Open Recorder" |
| | | ; COM_PROJECTFORK_TIME_REC_TT_PAUSE_ALL = "Pause all" |
| | | ; COM_PROJECTFORK_TIME_REC_TT_RESUME_ALL = "Resume all" |
| | | ; COM_PROJECTFORK_TIME_REC_TT_REMOVE_COMPLETE_ALL = "Remove and complete all" |
| | | ; COM_PROJECTFORK_TIME_REC_TT_REMOVE_ALL = "Remove all" |
| | | ; COM_PROJECTFORK_TIME_REC_REMOVE_COMPLETE = "Remove And Complete" |
| | | COM_PROJECTFORK_TIME_REC_NO_ITEM_SELECTED = "Prosím zvoľte úlohu!" |
| | | ; COM_PROJECTFORK_TIME_REC_NOTICE_EMPTY = "The recorder is empty. You can add records from the task list." |
| | | ; COM_PROJECTFORK_TIME_REC_NOTICE = "Closing this window will stop recording. However, the records remain in the list until you log out or remove them manually." |
| | | |
| | | ; Projectfork 4.1 - Tasks |
| | | ; COM_PROJECTFORK_TASKS_TRACK_TIME = "Track Time" |
| | | ; JOPTION_SELECT_COMPLETITION = "- Select Complete -" |
| | | |
| | | ; Projectfork 4.1 - Repository |
| | | ; COM_PROJECTFORK_ORPHANED_REPO = "This repository is orphaned because the project no longer exists." |
| | | ; COM_PROJECTFORK_AJAX_UPLOAD_CLICK = "Click in this area to upload a file" |
| | | ; COM_PROJECTFORK_AJAX_UPLOAD_DD = "Drag&Drop files in this area to upload" |
| | | ; COM_PFREPO_N_ITEMS_CHECKED_IN = "%s elements checked-in." |
| | | ; COM_PFREPO_N_ITEMS_CHECKED_IN_1 = "%s element checked-in." |
| | | ; COM_PROJECTFORK_WARNING_FILE_STREAM_ERROR_1 = "Failed to open stream." |
| | | ; COM_PROJECTFORK_WARNING_FILE_STREAM_ERROR_2 = "Failed to create temporary file." |
| | | ; COM_PROJECTFORK_WARNING_FILE_STREAM_ERROR_3 = "Failed to stream to temporary file." |
| | | ; COM_PROJECTFORK_WARNING_FILE_STREAM_ERROR_4 = "Failed to create file at destination." |
| | | ; COM_PROJECTFORK_WARNING_FILE_STREAM_ERROR_5 = "Failed to stream file to destination." |
| | | ; COM_PROJECTFORK_WARNING_FILE_UPLOAD_ERROR_9 = "%s exceeded the maximum post size limit, as defined in the PHP setting post_max_size (%s)." |
| | | ; COM_PROJECTFORK_WARNING_FILE_UPLOAD_ERROR_10 = "The file must be of the same type as the original." |
| | | ; COM_PROJECTFORK_WARNING_FILE_HEAD_NOT_FOUND = "HEAD revision file record not found." |
| | | ; COM_PROJECTFORK_WARNING_FILE_HEAD_FILE_NOT_FOUND = "HEAD revision file not found." |
| | | ; COM_PROJECTFORK_VIEW_REVISIONS = "View Revisions" |
| | | ; COM_PROJECTFORK_REV_ROOT = "Root" |
| | | ; COM_PROJECTFORK_REV_ROOT_DESC = "The original file" |
| | | ; COM_PROJECTFORK_REV_HEAD = "Head" |
| | | ; COM_PROJECTFORK_REV_HEAD_DESC = "The latest revision of the file" |
| | | ; COM_PROJECTFORK_REV_DESC = "Revision number" |
| | | ; COM_PROJECTFORK_PAGE_VIEW_FILE_REVISIONS = "File Revisions" |
| | | ; COM_PROJECTFORK_DOWNLOAD = "Download" |
| | | ; COM_PROJECTFORK_PAGE_VIEW_NOTE_REVISIONS = "File Revisions" |
| | | ; COM_PROJECTFORK_PAGE_VIEW_NOTE = "File Repository: View Note" |
| | | ; COM_PROJECTFORK_VIEW_NOTE = "View Note" |
| | | |
| | | ; |
| | | ; @since 4.0 |
| | | ; |
| | | |
| | | ; Projectfork 4.0 - Shared strings |
| | | COM_PROJECTFORK = "Projectfork" |
| | |
| | | COM_PROJECTFORK_DETAILS_FIELDSET = "Podrobnosti" |
| | | COM_PROJECTFORK_FIELDSET_ASSIGNED_USERS = "Pridaný použivatelia" |
| | | COM_PROJECTFORK_FIELDSET_RULES = "Práva" |
| | | COM_PROJECTFORK_RULES_LABEL = "Začiarknite políčka skupín, ktorím chcete povoliť prístup, potom im nastavte oprávnenia." |
| | | COM_PROJECTFORK_RULES_NOTE = "Note that grayed-out and checked boxes indicate that the corresponding group is automatically included in your selection." |
| | | ; COM_PROJECTFORK_RULES_LABEL = "Select, and then add the group you wish to grant access to this item." |
| | | ; COM_PROJECTFORK_RULES_NOTE = "Click on the title of a group to configure the permissions." |
| | | JGRID_HEADING_PROJECT = "Projekt" |
| | | JGRID_HEADING_MILESTONE = "Míľnik" |
| | | JGRID_HEADING_TASKLIST = "Zoznam úloh" |
| | |
| | | COM_PROJECTFORK_PRIORITY_HIGH = "Vysoká" |
| | | COM_PROJECTFORK_PRIORITY_VERY_HIGH = "Veľmi vysoká" |
| | | JOPTION_SELECT_MILESTONE = "- Vyberet míľnik -" |
| | | COM_PROJECTFORK_SELECT_PROJECT = "Vyberte projekt" |
| | | COM_PROJECTFORK_WARNING_PROVIDE_VALID_TITLE = "Prosím, zadajte správny názov." |
| | | COM_PROJECTFORK_WARNING_PROVIDE_VALID_DESC = "Prosím, zadajte správny popis" |
| | | COM_PROJECTFORK_WARNING_NOT_AN_IMAGE = "Vybraný súbor nie je obrázok. " |
| | |
| | | COM_PROJECTFORK_FILES_N_ITEMS_DELETED_1 = "%s priečinok zmazaný." |
| | | COM_PROJECTFORK_NOTES_N_ITEMS_DELETED = "%s poznámok zmazaných." |
| | | COM_PROJECTFORK_NOTES_N_ITEMS_DELETED_1 = "%s poznámka zmazaná." |
| | | ; COM_PROJECTFORK_N_ATTACHMENTS = "%s Attachments" |
| | | ; COM_PROJECTFORK_N_ATTACHMENTS_1 = "%s Attachment" |
| | | |
| | | ; Projectfork 4.0 - Attachments |
| | | COM_PROJECTFORK_WARNING_ATTACHMENTS_NO_ITEM_REFERENCE = "Chýba priečinok položkovej referencie!" |
| | |
| | | COM_PFFORUM_TOPIC_ACCESS_EDIT_DESC = "Povoliť používateľom v tejto skupine upravovať túto tému a jeho odpovede" |
| | | COM_PFFORUM_TOPIC_ACCESS_EDITSTATE_DESC = "Povoliť používateľom v tejto skupine upravovať stav tejto témy a jeho odpovede" |
| | | COM_PFFORUM_TOPIC_ACCESS_EDITOWN_DESC = "Povoliť používateľom v tejto skupine možnosť upravovať ich vlastné odpovede" |
| | | COM_PFFORUM_TOPIC_ACCESS_DELETE_DESC = "Umožňujú používateľom v tejto skupine na odstránenie tejto témy a jeho odpovede" |
| | | ; COM_PFFORUM_TOPIC_ACCESS_DELETE_DESC = "Allow users in this group to delete this topic and its replies" |
| | | |
| | | COM_PFFORUM_REPLY_ACCESS_EDIT_DESC = "Povoliť používateľom v tejto skupine upravovať túto odpoveď" |
| | | COM_PFFORUM_REPLY_ACCESS_EDITSTATE_DESC = "Povoliť používateľom v tejto skupine k úprave stavu tejto odpovede" |