strings.py :  » Web-Server » Porcupine-Web-Application-Server » porcupine-0.6-src » org » innoscript » desktop » Python Open Source

Home
Python Open Source
1.3.1.2 Python
2.Ajax
3.Aspect Oriented
4.Blog
5.Build
6.Business Application
7.Chart Report
8.Content Management Systems
9.Cryptographic
10.Database
11.Development
12.Editor
13.Email
14.ERP
15.Game 2D 3D
16.GIS
17.GUI
18.IDE
19.Installer
20.IRC
21.Issue Tracker
22.Language Interface
23.Log
24.Math
25.Media Sound Audio
26.Mobile
27.Network
28.Parser
29.PDF
30.Project Management
31.RSS
32.Search
33.Security
34.Template Engines
35.Test
36.UML
37.USB Serial
38.Web Frameworks
39.Web Server
40.Web Services
41.Web Unit
42.Wiki
43.Windows
44.XML
Python Open Source » Web Server » Porcupine Web Application Server 
Porcupine Web Application Server » porcupine 0.6 src » org » innoscript » desktop » strings.py
# -*- 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' : '   '
    })
})
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.