# -*- coding: utf-8 -*-
"Porcupine Desktop String Resources"
from porcupine.config.resources import ResourceStrings,Locale
resources = ResourceStrings({
'*' : Locale({
# classes
'org.innoscript.desktop.schema.common.Folder' : 'Folder',
'org.innoscript.desktop.schema.collab.ContactsFolder' : 'Contacts folder',
'org.innoscript.desktop.schema.collab.Contact' : 'Contact',
'org.innoscript.desktop.schema.common.Document' : 'File',
'org.innoscript.desktop.schema.common.PersonalFolder' : 'User\'s folder',
'org.innoscript.desktop.schema.common.Category' : 'Category',
'org.innoscript.desktop.schema.security.User' : 'User',
'org.innoscript.desktop.schema.security.Group' : 'Group',
'org.innoscript.desktop.schema.security.Policy' : 'Policy',
'org.innoscript.desktop.schema.common.Application' : 'Application',
'porcupine.systemObjects.Shortcut' : 'Shortcut',
# schema attributes
'displayName' : 'Name',
'description' : 'Description',
'file' : 'File',
'documents' : 'Documents',
'document_categories' : 'Categories',
'memberof' : 'Member of',
'password' : 'Password',
'categories' : 'Categories',
'category_objects' : 'Items',
'members' : 'Members',
'contact_categories' : 'Categories',
'company' : 'Company',
'email' : 'e-mail',
'policies' : 'Policies',
'policyGranted' : 'Granted to',
'fullName' : 'Full name',
'target' : 'Target',
'shortcuts' : 'Shortcuts',
# strings
'FILE' : 'File',
'EDIT' : 'Edit',
'OPTIONS' : 'Options',
'INFO' : 'Info',
'DELETE' : 'Delete',
'PROPERTIES' : 'Properties',
'EXIT' : 'Exit',
'REFRESH' : 'Refresh',
'FILTER' : 'Filter',
'CREATE' : 'Create',
'UPDATE' : 'Update',
'BACK' : 'Back',
'MY_REPOSITORY' : 'My Repository',
'APPLICATIONS' : 'Applications',
'SETTINGS' : 'Settings',
'START' : 'Start',
'TASK_BAR' : 'Task bar',
'TASK_BAR_POSITION' : 'Task bar position',
'AUTO_RUN' : 'Auto run',
'RUN_MAXIMIZED' : 'Run maximized',
'NONE_APP' : 'None',
'TOP' : 'Top',
'BOTTOM' : 'Bottom',
'APPLY' : 'Apply',
'RECYCLE_BIN' : 'Recycle Bin',
'EMPTY_BIN' : 'Empty Bin',
'EMPTY_BIN_Q' : 'Are you sure you want to empty the recycle bin?',
'ORIGINAL_LOC' : 'Original location',
'SIZE' : 'Size',
'OK' : 'OK',
'CANCEL' : 'Cancel',
'CLOSE' : 'Close',
'FROM' : 'from',
'TO' : 'to',
'LOGIN_FAILED' : 'Invalid login parameters. Please try again.',
'LOGIN_FAILED_TITLE' : 'Login failed',
'LOGIN' : 'Login',
'LOGOFF' : 'Logoff',
'LOGIN_AS' : 'Login as...',
'LOGOFF_Q' : 'Are you sure you want to logoff?',
'YES' : 'Yes',
'NO' : 'No',
'MOVE' : 'Move',
'COPY' : 'Copy',
'COPYTO' : 'Copy to',
'CUT' : 'Cut',
'PASTE' : 'Paste',
'SELECT_FOLDER' : 'Select folder',
'RENAME' : 'Rename',
'RESTORE' : 'Restore',
'RESTORE_TO' : 'Restore to',
'ENTER_NEW_NAME' : 'Enter new name',
'NAME' : 'Name',
'TITLE_NEW' : 'Add new ',
'REQUIRED' : 'Required field',
'NO_PERMISSION' : 'You do not have permission to create items in this folder.',
'SECURITY' : 'Security',
'USER_OR_GROUP' : 'User or Group',
'ROLE' : 'Role',
'ROLES_INHERITED' : 'Roles are inherited',
'ROLE_1' : 'Reader',
'ROLE_2' : 'Author',
'ROLE_4' : 'Content coordinator',
'ROLE_8' : 'Coordinator',
'CLASS' : 'Class',
'ID' : 'Object ID',
'GENERAL' : 'General',
'FOLDERS' : 'Folders',
'ORDERBY' : 'Order results by',
'TYPE' : 'Type',
'DATEMOD' : 'Date modified',
'DATEDEL' : 'Date deleted',
'MODIFIEDBY' : 'Modified by',
'DELETEDBY' : 'Deleted by',
'INCLUDESUBS' : 'Include subfolders',
'ADD' : 'Add',
'REMOVE' : 'Remove',
'SEARCH' : 'Search',
'UP_ONE_FOLDER' : 'Up',
'NEW_APP' : 'New Application',
'ICON' : 'Icon',
'LAUNCH_URL' : 'Launch URL',
'SELECT_OBJECTS' : 'Select objects',
'SELECT' : 'Select',
'RESET_PASSWORD_FOR_USER' : 'Reset password for user',
'ENTER_NEW_PASSWORD' : 'Enter new password',
'REENTER_PASSWORD' : 'Re-enter password',
'USER' : 'User',
'PASSWORD' : 'Password',
#HyperSearch
'SEARCH_IN' : 'Search in',
'ALL_OR_PART_OF_THE_NAME': 'All or part of the name',
'WORD_OR_PHRASE_IN_DESCRIPTION' : 'Word or phrase in description',
'MODIFIED_WITHIN' : 'Modified within',
'DONT_REMEMBER' : 'I don\'t remember',
'LAST_WEEK' : 'Last week',
'LAST_MONTH' : 'Last month',
'SPECIFY_DATES' : 'Specify dates',
'OPEN_CONTAINER' : 'Open container'
}),
'el' : Locale({
# classes
'org.innoscript.desktop.schema.common.Folder' : '',
'org.innoscript.desktop.schema.collab.ContactsFolder' : ' ',
'org.innoscript.desktop.schema.collab.Contact' : '',
'org.innoscript.desktop.schema.common.Document' : '',
'org.innoscript.desktop.schema.common.PersonalFolder' : ' ',
'org.innoscript.desktop.schema.common.Category' : '',
'org.innoscript.desktop.schema.security.User' : '',
'org.innoscript.desktop.schema.security.Group' : '',
'org.innoscript.desktop.schema.security.Policy' : ' ',
'org.innoscript.desktop.schema.common.Application' : '',
'porcupine.systemObjects.Shortcut' : '',
#schema attributes
'displayName' : '',
'description' : '',
'file' : '',
'documents' : '',
'document_categories' : '',
'memberof' : ' ',
'password' : '',
'categories' : '',
'category_objects' : '',
'members' : '',
'contact_categories' : '',
'company' : '',
'email' : 'e-mail',
'policies' : ' ',
'policyGranted' : ' ',
'fullName' : '',
'target' : '',
'shortcuts' : '',
# strings
'FILE' : '',
'EDIT' : '',
'OPTIONS' : '',
'INFO' : '',
'EXIT' : '',
'PROPERTIES' : '',
'DELETE' : '',
'REFRESH' : '',
'FILTER' : '',
'CREATE' : '',
'UPDATE' : '',
'BACK' : '',
'MY_REPOSITORY' : ' ',
'APPLICATIONS' : '',
'SETTINGS' : '',
'START' : '',
'TASK_BAR' : ' ',
'TASK_BAR_POSITION' : ' ',
'AUTO_RUN' : ' ',
'RUN_MAXIMIZED' : ' ',
'NONE_APP' : '',
'TOP' : '',
'BOTTOM' : '',
'APPLY' : '',
'RECYCLE_BIN' : ' ',
'EMPTY_BIN' : ' ',
'EMPTY_BIN_Q' : ' ;',
'ORIGINAL_LOC' : ' ',
'SIZE' : '',
'OK' : '',
'CANCEL' : '',
'CLOSE' : '',
'FROM' : '',
'TO' : '',
'LOGIN_FAILED' : ' . .',
'LOGIN_FAILED_TITLE' : ' ',
'LOGIN' : '',
'LOGOFF' : '',
'LOGIN_AS' : ' ...',
'LOGOFF_Q' : ' ;',
'YES' : '',
'NO' : '',
'MOVE' : '',
'COPY' : '',
'CUT' : '',
'PASTE' : '',
'COPYTO' : ' ',
'SELECT_FOLDER' : ' ',
'RENAME' : '',
'RESTORE' : '',
'RESTORE_TO' : ' ',
'ENTER_NEW_NAME' : ' ',
'NAME' : '',
'TITLE_NEW' : ' ',
'REQUIRED' : ' ',
'NO_PERMISSION' : ' .',
'SECURITY' : '',
'USER_OR_GROUP' : ' ',
'ROLE' : '',
'ROLES_INHERITED' : ' ',
'ROLE_1' : '',
'ROLE_2' : '',
'ROLE_4' : ' ',
'ROLE_8' : '',
'CLASS' : '',
'ID' : 'ID ',
'GENERAL' : '',
'FOLDERS' : '',
'ORDERBY' : ' ',
'TYPE' : '',
'DATEMOD' : '/ ',
'DATEDEL' : '/ ',
'MODIFIEDBY' : ' ',
'DELETEDBY' : ' ',
'INCLUDESUBS' : ' ',
'ADD' : '',
'REMOVE' : '',
'SEARCH' : '',
'UP_ONE_FOLDER' : '',
'NEW_APP' : ' ',
'ICON' : '',
'LAUNCH_URL' : 'URL ',
'SELECT_OBJECTS' : ' ',
'SELECT' : '',
'RESET_PASSWORD_FOR_USER' : ' ',
'ENTER_NEW_PASSWORD' : ' ',
'REENTER_PASSWORD' : ' ',
'USER' : '',
'PASSWORD' : '',
#HyperSearch
'SEARCH_IN' : ' ',
'ALL_OR_PART_OF_THE_NAME': ' ',
'WORD_OR_PHRASE_IN_DESCRIPTION' : ' ',
'MODIFIED_WITHIN' : '',
'DONT_REMEMBER' : ' ',
'LAST_WEEK' : ' ',
'LAST_MONTH' : ' ',
'SPECIFY_DATES' : ' ',
'OPEN_CONTAINER' : ' '
})
})
|