[ Avaa Bypassed ]




Upload:

Command:

www-data@3.143.211.215: ~ $
index_title=PostgreSQL Database Server
index_notrun=PostgreSQL is not running on your system - database list could not be retrieved.
index_start=Start PostgreSQL Server
index_startmsg2=Click this button to start the PostgreSQL database server on your system. This Webmin module cannot administer the database until it is started.
index_nopass=Webmin needs to know your PostgreSQL administration login and password in order to manage your database. Please enter your administration username  and password below.
index_nouser=Your Webmin account is configured to connect to the PostgreSQL server as user $1, but this user has been denied access. 
index_ltitle=PostgreSQL Login
index_sameunix=Connect as same Unix user?
index_login=Login
index_pass=Password
index_clear=Clear
index_stop=Stop PostgreSQL Server
index_stopmsg=Click this button to stop the PostgreSQL database server on your system. This will prevent any users or programs from accessing the database, including this Webmin module.
index_dbs=PostgreSQL Databases
index_add=Create a new database.
index_users=User, Groups and Permissions
index_return=database list
index_esql=The PostgreSQL client program $1 was not found on your system. Maybe PostgreSQL is not installed, or your <a href='$2'>module configuration</a> is incorrect.
index_ehba=The PostgreSQL host configuration file $1 was not found on your system. Maybe PostgreSQL has not been initialised, or your <a href='$2'>module configuration</a> is incorrect.
index_superuser=The PostgreSQL client program psql could not execute on your system. Maybe PostgreSQL is not installed, or your <a href='$1'>module configuration</a> is incorrect.
index_eversion=The PostgreSQL database on your system is version $1, but Webmin only supports versions $2 and above.
index_elibrary=The PostgreSQL client program $1 could not be run because it could not find the Postgres shared libraries. Check the <a href='$2'>module configuration</a> and make sure the <i>Path to PostgreSQL shared libraries</i> is set.
index_ldpath=Your shared library path is set to $1, and the output from $2 was :
index_version=PostgreSQL version $1
index_setup=The PostgreSQL host configuration file $1 was not found on your system, indicating that the database has not been initialized yet. Click the button below to setup PostgreSQL.
index_setupok=Initialize Database
index_nomod=Warning: The Perl module $1 is not installed on your system, so Webmin will not be able to reliably access your PostgreSQL database. <a href='$2'>Click here</a> to install it now.
index_nomods=Warning: The Perl modules $1 and $2 are not installed on your system, so Webmin will not be able to reliably access your PostgreSQL database. <a href='$3'>Click here</a> to install them now.
index_nodbs=You do not have access to any databases.
index_nodbs3=No PostgreSQL databases matched your search.
index_backup=Backup Databases
index_backupmsg=Click this button to setup the backup of all PostgreSQL databases, either immediately or on a configured schedule.
index_sch=(With schemas)
index_db=Database name
index_tables=Tables
index_drops=Drop Selected Databases
index_postgresql=PostgreSQL
index_toomany=There are too many databases to display. Find databases matching:
index_search=Search
index_showing=Showing databases matching $1 ..
index_emsg=The full PostgreSQL error message was : $1
index_hostdesc=Click this button to edit the list of hosts and authentication methods allowed to connect to PostgreSQL.
index_using=Access method
index_btree=BTREE
index_rtree=RTREE
index_hash=Hash
index_gist=Generalized Index Search Tree
index_jump=Or edit database:
index_jumpok=Open
index_edithosts=Configure Allowed Host Systems

login_err=Login failed
login_ecannot=You are not allowed to configure the database login
login_elogin=Missing adminstration login
login_epass=Incorrect administration username or password

dbase_title=Edit Database
dbase_noconn=This database is not currently accepting connections, so no actions can be performed in it.
dbase_header=Database tables, indexes, views and sequences
dbase_tables=Database Tables
dbase_add=Create Table
dbase_vadd=Create View
dbase_sadd=Create Sequence
dbase_drop=Drop Database
dbase_exec=Execute SQL
dbase_none=This database has no tables, indexes, views or sequences.
dbase_fields=Fields:
dbase_return=table list
dbase_ecannot=You are not allowed to edit this database
dbase_table=Table, view or index
dbase_rows=Rows
dbase_cols=Fields
dbase_delete=Drop Selected Objects
dbase_showing=Showing objects matching $1 ..
dbase_toomany=There are too many objects to display. Find objects matching:
dbase_index=Index
dbase_view=View
dbase_seq=Sequence
dbase_jump=Edit table:
dbase_vjump=Edit view:
dbase_ijump=Edit index:
dbase_sjump=Edit sequence:

table_title=Edit Table
table_title2=Create Table
table_opts=Field options
table_header=Table $1 in database $2
table_field=Field name
table_type=Type
table_null=Allow nulls?
table_arr=Array?
table_none=None
table_add=Add field of type:
table_return=field list
table_data=View Data
table_drop=Drop Table
table_name=Table name
table_initial=Initial fields
table_header2=New table options
table_err=Failed to create table
table_ename=Missing or invalid table name
table_efield='$1' is not a valid field name
table_etype=Missing type for field $1
table_esize=Missing type size for field $1
table_enone=No initial fields entered
table_fielddrop=Drop Field
table_eblob=No size is needed for BLOB field $1
table_csv=Export as CSV
table_index=Create Index
table_delete=Delete Selected Fields

field_title1=Add Field
field_title2=Modify Field
field_in=In table $1 in database $2
field_header=Field parameters
field_name=Field name
field_type=Data type
field_size=Type width
field_none=None
field_null=Allow nulls?
field_arr=Array field?
field_key=Primary key?
field_uniq=Unique?
field_err2=Failed to save field
field_err1=Failed to delete field
field_esize='$1' is not a valid field size
field_eenum=No enumerated values entered
field_efield='$1' is not a valid field name
field_ekey=Fields that allow nulls cannot be part of the primary key

exec_title=Execute SQL
exec_header=Enter SQL command to execute on database $1 ..
exec_old=Or select a previous SQL command :
exec_exec=Execute
exec_clear=Clear History
exec_err=Failed to execute SQL
exec_out=Output from SQL command $1 ..
exec_none=No data returned
exec_header2=Select an SQL commands file to execute on database $1 ..
exec_file=From local file
exec_upload=From uploaded file
exec_eupload=No file selected to upload
exec_efile=Local file does not exist or cannot be read
exec_uploadout=Output from uploaded SQL commands ..
exec_fileout=Output from SQL commands in file $1 ..
exec_noout=No output generated
exec_import=Table to import data into
exec_header3=Select a text data file to import into PostgreSQL database $1 ..
exec_header4=This file must contain one database record per line, with the fields in either tab separated or CSV format.
exec_importmode=CSV file source
exec_delete=Delete data in table first?
exec_filename=From filename
exec_ignore=Ignore duplicate rows?
exec_edit=Edit Previous
exec_format=File format
exec_tabexec=Execute SQL
exec_tabfile=Run SQL from file
exec_tabimport=Import text file
exec_return=execute SQL form
exec_ecompress=The SQL file is compressed, but the program $1 needed to un-compress it is not installed.
exec_ecompress2=Un-compression failed : $1

stop_err=Failed to stop database server
stop_epidfile=Failed to open PID file $1
stop_ekill=Failed to kill process $1 : $2
stop_ecannot=You are not allowed to stop the database server
start_err=Failed to start database server
start_ecannot=You are not allowed to start the database server

ddrop_err=Failed to drop database
ddrop_title=Drop Database
ddrop_rusure=Are you sure you want to drop the database $1 ? $2 tables containing $3 rows of data will be deleted.
ddrop_mysql=Because this is the master database, dropping it will probably make your PostgreSQL server unusable!
ddrop_ok=Drop Database

tdrop_err=Failed to drop table
tdrop_title=Drop Table
tdrop_rusure=Are you sure you want to drop the table $1 in database $2 ? $3 rows of data will be deleted.
tdrop_ok=Drop Table

view_title=Table Data
view_pos=Rows $1 to $2 of $3
view_none=This table contains no data
view_edit=Edit selected rows
view_new=Add row
view_delete=Delete selected rows
view_refresh=Refresh
view_nokey=Data in this table cannot be edited because it has no primary key.
view_all=Select all
view_invert=Invert selection
view_search2=Search for rows where field $2 $3 $1
view_match0=contains
view_match1=matches
view_match2=doesn't contain
view_match3=doesn't match
view_match4=greater than
view_match5=less than
view_searchok=Search
view_searchhead=Search results for $1 in field $2 ..
view_searchhead2=Advanced search results on $1 fields ..
view_searchreset=Reset search
view_sorthead1=Sorting by $1, descending order
view_sorthead2=Sorting by $1, ascending order
view_sortreset=Reset sort
view_field=Field name
view_data=New data
view_jump=Jump to row
view_go=Go
view_download=Download..
view_keep=Leave unchanged
view_set=Set to contents of file..
view_warn=Warning - uploading files into and viewing the contents of <tt>text</tt> or <tt>bytea</tt> fields are unlikely to work unless the $1 and $2 Perl modules are installed and in use.
view_adv=Advanced Search
view_sqlrun=Results generated by SQL query : $1

newdb_title=Create Database
newdb_header=New database options
newdb_db=Database name
newdb_path=Database file path
newdb_err=Failed to create database
newdb_edb=Missing or invalid database name
newdb_ecannot=You are not allowed to create databases
newdb_ecannot2=You are not allowed to create any more databases
newdb_epath=Missing database path
newdb_user=Owned by user
newdb_encoding=Character set encoding
newdb_eencoding=Missing character set encoding
newdb_template=Template database
newdb_notemplate=None

user_title=PostgreSQL Users
user_vwarning=WARNING : This PostgreSQL user is the administration login for Virtualmin domain $1. Changing any settings here may cause errors in Virtualmin.
user_ecannot=You are not allowed to edit users
user_name=Username
user_db=Can create databases?
user_other=Can create users?
user_until=Valid until
user_add=Create a new user.
user_forever=Forever
user_pass=Requires password?
user_edit=Edit User
user_create=Create User
user_return=user list
user_header=PostgreSQL user details
user_passwd=Password
user_none=None
user_setto=Set to
user_nochange=Don't change
user_err=Failed to save user
user_epass=Missing or invalid password
user_ename=Missing or invalid username
user_sync=The options below configure synchronization between Unix users created through Webmin and PostgreSQL users.
user_syncwhen=When to synchronize
user_sync_create=Add a new PostgreSQL user when a Unix user is added.
user_sync_modify=Update a PostgreSQL user when the matching Unix user is modified.
user_sync_delete=Delete a PostgreSQL user when the matching Unix user is deleted.
user_delete=Delete Selected
user_derr=Failed to delete users
user_enone=No users selected

host_ecannot=You are not allowed to edit allowed hosts
host_title=Allowed Hosts
host_desc=When a client connects to the database, hosts listed below are processed in order until one matches and the client is allowed or denied.
host_header=PostgreSQL client authentication details
host_local=Local connection
host_peer=Network peer
host_address=Host address
host_db=Database
host_user=Users
host_uall=All users
host_auth=Authentication mode
host_any=Any network host
host_all=All databases
host_same=Same as username
host_gsame=Same as group name
host_other=Other..
host_usel=Listed users..
host_add=Create a new allowed host.
host_ident=Check <tt>ident</tt> server on host
host_trust=No authentication required
host_reject=Reject connection
host_password=Plaintext password
host_crypt=Encrypted password
host_md5=MD5 encrypted password
host_krb4=Kerberos V4
host_krb5=Kerberos V5
host_pam=PAM
host_passwordarg=Use password file
host_identarg0=Don't use any user map
host_identarg1=PostgreSQL and Unix users are the same
host_identarg2=Use user map file
host_pamarg=Use PAM service
host_create=Create Allowed Host
host_edit=Edit Allowed Host
host_single=Single host
host_network=Network
host_netmask=Netmask
host_cidr=CIDR length
host_return=host access list
host_err=Failed to save allowed host
host_eident=Missing or invalid user map
host_epam=Missing or invalid PAM service
host_epassword=Missing or invalid password file
host_enetmask=Missing or invalid netmask
host_enetwork=Missing or invalid network
host_ehost=Missing or invalid host IP address
host_move=Move
host_edb=No database name(s) entered
host_euser=No user name(s) entered
host_ssl=SSL connection required?
host_viassl=Via SSL
host_derr=Failed to delete allowed hosts
host_enone=No hosts selected
host_manual=Edit Config File
host_manualdesc=Click this button to manually edit the allowed hosts configuration file. 

manual_title=Edit Config File
manual_err=Failed to save config file

grant_title=Granted Privileges
grant_tvi=Object
grant_type=Type
grant_db=Database
grant_ns=Schema
grant_public=Everyone
grant_group=Group $1
grant_add=Add grant in database :
grant_return=privileges list
grant_ecannot=You are not allowed to edit privileges
grant_create=Create Grant
grant_edit=Edit Grant
grant_header=Privileges granted to users
grant_to=Grant privileges on
grant_table=Table
grant_view=View or index
grant_users=Grant privileges to
grant_user=User
grant_what=Privileges
grant_r=Table
grant_v=View
grant_i=Index
grant_S=Sequence
grant_none=No tables, views, sequences or indexes exist to grant privileges on.
grant_toomany=There are too many objects to display. Find objects matching:
grant_showing=Showing objects matching $1 ..
grant_delete=Reset Selected Grants

group_title=PostgreSQL Groups
group_ecannot=You are not allowed to edit groups
group_name=Group name
group_id=Group ID
group_mems=Members
group_memsopts=All users
group_memsvals=Users in group
group_add=Create a new group.
group_edit=Edit Group
group_create=Create Group
group_header=PostgreSQL group details
group_return=groups list
group_err=Failed to save group
group_ename=Missing or invalid group name
group_egid=Missing or invalid group ID
group_etaken=Group name is already in use
group_none=No PostgreSQL groups currently exist.
group_derr=Failed to delete groups
group_enone=No groups selected

esql=SQL $1 failed : $2

log_start=Started PostgreSQL server
log_stop=Stopped PostgreSQL server
log_db_create=Created database $1
log_db_delete=Dropped database $1
log_dbs_delete=Dropped $1 databases
log_users_delete=Deleted $1 users
log_groups_delete=Deleted $1 groups
log_hosts_delete=Deleted $1 allowed hosts
log_table_create=Created table $1 in database $2
log_table_delete=Dropped table $1 from database $2
log_view_create=Created view $1 in database $2
log_view_modify=Modified view $1 in database $2
log_view_delete=Dropped view $1 from database $2
log_index_create=Created index $1 in database $2
log_index_modify=Modified index $1 in database $2
log_index_delete=Dropped index $1 from database $2
log_seq_create=Created sequence $1 in database $2
log_seq_modify=Modified sequence $1 in database $2
log_seq_delete=Dropped sequence $1 from database $2
log_tables_delete=Dropped $1 objects from database $2
log_field_create=Added field $1 $4 to $2 in database $3
log_field_modify=Modified field $1 $4 in $2 in database $3
log_field_delete=Deleted field $1 from $2 in database $3
log_fields_delete=Deleted $1 fields from $2 in database $3
log_data_create=Added row to table $2 in database $3
log_data_modify=Modified $1 rows in table $2 in database $3
log_data_delete=Deleted $1 rows from table $2 in database $3
log_exec=Executed SQL in database $1
log_exec_l=Executed SQL command $2 in database $1
log_create_user=Created user $1
log_delete_user=Deleted user $1
log_modify_user=Modified user $1
log_create_group=Created group $1
log_delete_group=Deleted group $1
log_modify_group=Modified group $1
log_create_local=Created allowed local connection
log_modify_local=Modified allowed local connection
log_delete_local=Deleted allowed local connection
log_move_local=Moved allowed local connection
log_create_all=Created any allowed host
log_modify_all=Modified any allowed host
log_delete_all=Deleted any allowed host
log_move_all=Moved any allowed host
log_create_hba=Created allowed host $1
log_modify_hba=Modified allowed host $1
log_delete_hba=Deleted allowed host $1
log_move_hba=Moved allowed host $1
log_grant=Granted privileges on $1 in database $2
log_degrant=Removed granted privileges on $1 objects
log_setup=Initialized database
log_backup=Backed up database $1
log_backup_l=Backed up database $1 to file $2
log_backup_all=Backed up all databases
log_backup_all_l=Backed up all databases to file $2
log_manual=Manually edited allowed hosts config file

acl_dbs=Databases this user can manage
acl_dbscannot=This access control will become effective, after starting the PostgreSQL database server.
acl_dall=All databases
acl_dsel=Selected..
acl_create=Can create new databases?
acl_max=Yes, at most
acl_delete=Can drop databases?
acl_stop=Can stop and start the PostgreSQL server?
acl_users=Can edit users, groups, hosts and grants?
acl_backup=Can create backups?
acl_restore=Can restore backups?
acl_login=Login to MySQL as
acl_user_def=Username from Module Config
acl_user=Username
acl_pass=password
acl_sameunix=Connect and make backups as same Unix user?
acl_cmds=Can edit before and after backup commands?
acl_views=Can view and manage views?
acl_indexes=Can view and manage indexes?
acl_seqs=Can view and manage sequences?

fdrop_err=Failed to delete fields
fdrop_enone=None selected
fdrop_eall=You cannot delete all fields from a table! 

setup_err=Failed to initialize database
setup_ecannot=You are not allowed to initialize the database

dbase_bkup=Backup
dbase_rstr=Restore

restore_title=Restore Database
restore_header=Restore database options
restore_db=Database name
restore_src=Restore from
restore_src0=File on server $1
restore_src1=Uploaded file $1
restore_err=Failed to restore database
restore_edb=Missing or invalid database name
restore_eacl=You must be allowed to create and drop database
restore_epath=Missing database path
restore_go=Restore
restore_pe1=File must be tar file ($1)
restore_pe2=File not found ($1)
restore_exe=Command execution error ($1)
restore_ecmd=The restore command $1 was not found on your system
restore_ecannot=You are not allowed to restore backups
restore_only=Only restore data, not tables?
restore_clean=Delete tables before restoring?
restore_tables=Tables to restore
restore_tables1=All in backup file
restore_tables0=Listed tables
restore_failed=Restore failed : $1

backup_title=Backup Database
backup_title2=Backup All Databases
backup_header1=Backup destination
backup_header2=Other backup options
backup_header3=Backup schedule
backup_db=Database name
backup_desc=This form allows you to backup the database $1 as either a file of SQL statements or an archive.
backup_desc2=The backup can be performed immediately, or automatically on a selected schedule.
backup_desc3=This form allows you to backup all databases as either files of SQL statements or archive.
backup_path=Backup file path
backup_path2=Backup files directory
backup_mkdir=Create destination directory?
backup_err=Failed to backup database
backup_eacl=You must be allowed to create and drop database
backup_edb=Missing or invalid database name
backup_epath=Missing database path
backup_ok=Backup Now
backup_ok1=Save and Backup Now
backup_ok2=Save
backup_pe1=File must be TAR (.tar) file ($1)
backup_pe2=File is existing already ($1)
backup_pe3=Missing or invalid backup file path
backup_pe4=Missing or non-existant backup files directory
backup_ebackup=<tt>pg_dump</tt> failed : $1
backup_ecmd=The backup command $1 was not found on your system
backup_format=Backup file format
backup_format_p=Plain SQL text
backup_format_t=Tar archive
backup_format_c=Custom archive
backup_compress=Compression type
backup_compress_0=None
backup_compress_1=<tt>gzip</tt>
backup_compress_2=<tt>bzip2</tt>
backup_ecannot=You are not allowed to create backups
backup_done=Successfully backed up $3 bytes from database $1 to file $2.
backup_notaccept=Database $1 is not accepting connections.
backup_sched=Scheduled backup enabled?
backup_special=Backup schedule
backup_sched1=Yes, at times chosen below ..
backup_ccron=Scheduled backup for database enabled.
backup_dcron=Scheduled backup for database disabled.
backup_ucron=Scheduled backup path, format and times for database updated.
backup_ncron=Scheduled backup for database left disabled.
backup_before=Command to run before backup
backup_after=Command to run after backup
backup_tables=Tables to backup
backup_alltables=All tables
backup_seltables=Only table
backup_ebefore=Before-backup command failed!
backup_cmode=When to run commands
backup_cmode1=Before/after all databases
backup_cmode0=Before/after each database

r_command=Command Unsupported

adv_title=Advanced Search
adv_and=Find records matching all criteria ..
adv_or=Find records matching any criteria ..
adv_ok=Search Now

tdrops_enone=No table(s) to drop selected
tdrops_err=Failed to drop table(s)
tdrops_ok=Drop
tdrops_title=Drop Selected
tdrops_rusure=Are you sure you want to drop $1 selected table(s) in database $2 ? $3 rows of data will be deleted.
tdrops_rusure2=Are you sure you want to drop $1 selected table(s) in database $2 ?

ddrops_err=Failed to drop databases
ddrops_title=Drop Databases
ddrops_rusure=Are you sure you want to drop the $1 selected databases? $2 tables containing $3 rows of data will be deleted.
ddrops_mysql=Because the master database is selected, dropping it will probably make your PostgreSQL server unusable!
ddrops_ok=Drop Databases
ddrops_enone=No databases selected
ddrops_ecannotdb=You are not allowed to drop the database $1

csv_title=Export CSV File
csv_header=CSV export options
csv_dest=Export destination
csv_browser=Display in browser
csv_file=Save to file ..
csv_where=SQL <tt>where</tt> clause for rows to export
csv_all=Export all rows
csv_ok=Export Now
csv_format=File format
csv_format0=CSV with quotes
csv_format1=CSV without quotes
csv_format2=Tab separated
cvs_err=CSV export failed
csv_efile=Missing or invalid destination file
csv_ebuser=You are not allowed to export to a file
csv_ewhere=Missing <tt>where</tt> clause
csv_done=CSV export to $1 is complete. The resulting file size is $2.
csv_headers=Include column names in CSV?
csv_cols=Columns to include in CSV
csv_ecols=No columns selected

import_title=Import Data
import_uploadout=Importing data from uploaded file ..
import_fileout=Importing data from file $1 ..
import_eupload=Missing uploaded import file
import_efile=Missing import filename
import_done=.. created $1 rows, skipped $2 duplicates.
import_erow=.. no fields found in row $1

index_title1=Create Index
index_header1=Index options
index_name=Index name
index_fields=Fields in index
index_type=Index type
index_unique=Unique
index_nonunique=Non-unique
index_fulltext=Full text
index_spatial=Spatial
index_err=Failed to create index
index_ename=Missing or invalid index name
index_eclash=An index with the same name already exists
index_ehash=Only BTREE indexes can be Unique
index_ecols=No fields selected
index_title2=Edit Index
index_header=Index $1 in database $2
index_ecannot=You are not allowed to manage indexes

view_title1=Create View
view_title2=Edit View
view_header1=View details
view_name=View name
view_query=SQL selection query
view_cols=Column names
view_auto=Automatic
view_below=Entered below ..
view_err=Failed to save view
view_ename=Missing or invalid view name
view_eclash=A view with the same name already exists
view_equery=Missing SQL query
view_ecols=No column names entered
view_ecannot=You are not allowed to manage views

seq_title1=Create Sequence
seq_title2=Edit Sequence
seq_header1=Incrementing sequence options
seq_name=Sequence name
seq_last=Current value
seq_leave=Leave unchanged ($1)
seq_min=Minimum value
seq_max=Maximum value
seq_inc=Increment by
seq_cache=Number of values to cache
seq_cycle=Return to min when max is reached?
seq_none=None
seq_err=Failed to save sequence
seq_ename=Missing or invalid sequence name
seq_eclash=A sequence with the same name already exists
seq_emin=Missing or invalid minimum value
seq_emax=Missing or invalid maximum value
seq_ecache=Missing or invalid number of values to cache
seq_ecannot=You are not allowed to manage sequences

dgrant_err=Failed to reset grants
dgrant_enone=No objects selected
__norefs=1

Filemanager

Name Type Size Permission Actions
af.auto File 26.08 KB 0644
ar.auto File 36.4 KB 0644
be.auto File 43.08 KB 0644
bg File 41.91 KB 0644
bg.auto File 455 B 0644
ca File 28.03 KB 0644
ca.auto File 559 B 0644
cs File 11.81 KB 0644
cs.auto File 16.04 KB 0644
da.auto File 25.9 KB 0644
de File 27.98 KB 0644
de.auto File 338 B 0644
el.auto File 48.1 KB 0644
en File 24.06 KB 0644
es File 10.98 KB 0644
es.auto File 17.75 KB 0644
eu.auto File 26.96 KB 0644
fa.auto File 38.57 KB 0644
fi.auto File 27.46 KB 0644
fr File 30.75 KB 0644
fr.auto File 299 B 0644
he.auto File 31.78 KB 0644
hr.auto File 27.8 KB 0644
hu File 12.26 KB 0644
hu.auto File 17.54 KB 0644
it File 15.77 KB 0644
it.auto File 11.32 KB 0644
ja File 27.77 KB 0644
ja.auto File 2.65 KB 0644
ko File 26.93 KB 0644
ko.auto File 3.06 KB 0644
lt.auto File 29.05 KB 0644
lv.auto File 27.5 KB 0644
ms.auto File 27.26 KB 0644
mt.auto File 27.39 KB 0644
nl File 26.07 KB 0644
nl.auto File 828 B 0644
no File 25.56 KB 0644
no.auto File 282 B 0644
pl File 10.37 KB 0644
pl.auto File 17.67 KB 0644
pt File 19.16 KB 0644
pt.auto File 10.26 KB 0644
pt_BR.auto File 28.29 KB 0644
ro.auto File 28.72 KB 0644
ru File 17.62 KB 0644
ru.auto File 25.44 KB 0644
sk.auto File 28.24 KB 0644
sl.auto File 27.3 KB 0644
sv File 9.17 KB 0644
sv.auto File 17.2 KB 0644
th.auto File 50.77 KB 0644
tr.auto File 27.8 KB 0644
uk File 17.28 KB 0644
uk.auto File 24.31 KB 0644
ur.auto File 38.46 KB 0644
vi.auto File 32.81 KB 0644
zh File 8.92 KB 0644
zh.auto File 14.13 KB 0644
zh_TW File 9.13 KB 0644
zh_TW.auto File 13.99 KB 0644