diff options
166 files changed, 6603 insertions, 55197 deletions
@@ -1,2 +1,5 @@ bin gen +launchpad-*.tar.gz +local.properties +*~ @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <projectDescription> - <name>ConnectBot</name> + <name>connectbot</name> <comment></comment> <projects> </projects> diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 236f5e5..4d162ed 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,10 +1,12 @@ <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.connectbot" - android:versionName="1.7.0-rc1" - android:versionCode="301" + android:versionName="1.7.1" + android:versionCode="353" android:installLocation="auto"> + <uses-sdk android:targetSdkVersion="11" android:minSdkVersion="3" /> + <application android:icon="@drawable/icon" android:label="@string/app_name" @@ -22,6 +24,13 @@ <action android:name="android.intent.action.CREATE_SHORTCUT" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> + <intent-filter> + <action android:name="android.intent.action.PICK" /> + <category android:name="android.intent.category.DEFAULT" /> + <data android:scheme="ssh" /> + <data android:scheme="telnet" /> + <data android:scheme="local" /> + </intent-filter> </activity> <activity android:name=".PubkeyListActivity" android:configChanges="keyboardHidden|orientation" /> @@ -34,7 +43,9 @@ <activity android:name=".HelpTopicActivity" android:configChanges="keyboardHidden|orientation" /> <activity android:name=".ColorsActivity" android:configChanges="keyboardHidden|orientation" /> - <service android:name="org.connectbot.service.TerminalManager" android:configChanges="keyboardHidden|orientation" /> + <service android:name="org.connectbot.service.TerminalManager" + android:configChanges="keyboardHidden|orientation" + android:description="@string/service_desc" /> <activity android:name=".ConsoleActivity" android:configChanges="keyboardHidden|orientation" android:theme="@style/NoTitle" android:windowSoftInputMode="stateAlwaysVisible|adjustResize" @@ -52,15 +63,16 @@ </intent-filter> </activity> - </application> + <meta-data android:name="com.google.android.backup.api_key" + android:value="AEdPqrEAAAAIDlFz9nSUr2g0gSytW0t2cNnYAGHDkptlVohsBA" /> - <uses-sdk android:targetSdkVersion="8" android:minSdkVersion="3" /> + </application> <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.VIBRATE" /> - <uses-permission android:name="android.permission.WAKE_LOCK" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> + <uses-permission android:name="android.permission.WAKE_LOCK" /> <supports-screens /> </manifest> diff --git a/build.properties b/build.properties index bd9d530..fe0ba02 100644 --- a/build.properties +++ b/build.properties @@ -3,13 +3,17 @@ # This file must be checked in Version Control Systems, as it is # integral to the build system of your project. -# The name of your application package as defined in the manifest. -# Used by the 'uninstall' rule. -application-package=org.connectbot +# This file is only used by the Ant script. # The name of the source folder. -source-folder=src +source.dir=src # The name of the output folder. -out-folder=bin +out.dir=bin + +# You can also use it define how the release builds are signed by declaring +# the following properties: +# 'key.store' for the location of your keystore and +# 'key.alias' for the name of the key to use. +# The password will be asked during the build when you use the 'release' target. @@ -1,518 +1,59 @@ <?xml version="1.0" encoding="UTF-8"?> <project name="ConnectBot" default="help"> - <!-- The local.properties file is created and updated by the 'android' tool. - It contain the path to the SDK. It should *NOT* be checked in in Version - Control Systems. --> - <property file="local.properties"/> +<!-- The local.properties file is created and updated by the 'android' + tool. + It contains the path to the SDK. It should *NOT* be checked into + Version Control Systems. --> + <property file="local.properties" /> <!-- The build.properties file can be created by you and is never touched - by the 'android' tool. This is the place to change some of the default property values - used by the Ant rules. + by the 'android' tool. This is the place to change some of the + default property values used by the Ant rules. Here are some properties you may want to change/update: - application.package - the name of your application package as defined in the manifest. Used by the - 'uninstall' rule. source.dir - the name of the source folder. Default is 'src'. + The name of the source directory. Default is 'src'. out.dir - the name of the output folder. Default is 'bin'. + The name of the output directory. Default is 'bin'. - Properties related to the SDK location or the project target should be updated - using the 'android' tool with the 'update' action. + Properties related to the SDK location or the project target should + be updated using the 'android' tool with the 'update' action. - This file is an integral part of the build system for your application and - should be checked in in Version Control Systems. + This file is an integral part of the build system for your + application and should be checked into Version Control Systems. --> - <property file="build.properties"/> + <property file="build.properties" /> - <!-- The default.properties file is created and updated by the 'android' tool, as well - as ADT. - This file is an integral part of the build system for your application and - should be checked in in Version Control Systems. --> - <property file="default.properties"/> + <!-- The default.properties file is created and updated by the 'android' + tool, as well as ADT. + This file is an integral part of the build system for your + application and should be checked into Version Control Systems. --> + <property file="default.properties" /> - <!-- Custom Android task to deal with the project target, and import the proper rules. + <!-- Custom Android task to deal with the project target, and import the + proper rules. This requires ant 1.6.0 or above. --> <path id="android.antlibs"> <pathelement path="${sdk.dir}/tools/lib/anttasks.jar" /> <pathelement path="${sdk.dir}/tools/lib/sdklib.jar" /> <pathelement path="${sdk.dir}/tools/lib/androidprefs.jar" /> - <pathelement path="${sdk.dir}/tools/lib/apkbuilder.jar" /> - <pathelement path="${sdk.dir}/tools/lib/jarutils.jar" /> </path> - <taskdef name="setup" - classname="com.android.ant.SetupTask" - classpathref="android.antlibs" /> - - <!-- Execute the Android Setup task that will setup some properties specific to the target, - and import the rules files. - To customize the rules, copy/paste them below the task, and disable import by setting - the import attribute to false: - <setup import="false" /> - - This will ensure that the properties are setup correctly but that your customized - targets are used. - --> - <setup import="false" /> - - <!-- Custom tasks --> - <taskdef name="aaptexec" - classname="com.android.ant.AaptExecLoopTask" - classpathref="android.antlibs" /> - - <taskdef name="apkbuilder" - classname="com.android.ant.ApkBuilderTask" - classpathref="android.antlibs" /> - - <taskdef name="xpath" - classname="com.android.ant.XPathTask" - classpathref="android.antlibs"/> - - <!-- Properties --> - - <!-- Tells adb which device to target. You can change this from the command line - by invoking "ant -Dadb.device.arg=-d" for device "ant -Dadb.device.arg=-e" for - the emulator. --> - <property name="adb.device.arg" value="" /> - - <property name="android.tools.dir" location="${sdk.dir}/tools" /> - <!-- Name of the application package extracted from manifest file --> - <xpath input="AndroidManifest.xml" expression="/manifest/@package" - output="manifest.package" /> - - <!-- Input directories --> - <property name="source.dir" value="src" /> - <property name="source.absolute.dir" location="${source.dir}" /> - <property name="gen.dir" value="gen" /> - <property name="gen.absolute.dir" location="${gen.dir}" /> - <property name="resource.dir" value="res" /> - <property name="resource.absolute.dir" location="${resource.dir}" /> - <property name="asset.dir" value="assets" /> - <property name="asset.absolute.dir" location="${asset.dir}" /> - - <!-- Directory for the third party java libraries --> - <property name="external.libs.dir" value="libs" /> - <property name="external.libs.absolute.dir" location="${external.libs.dir}" /> - - <!-- Directory for the native libraries --> - <property name="native.libs.dir" value="libs" /> - <property name="native.libs.absolute.dir" location="${native.libs.dir}" /> - - <!-- Output directories --> - <property name="out.dir" value="bin" /> - <property name="out.absolute.dir" location="${out.dir}" /> - <property name="out.classes.dir" value="${out.absolute.dir}/classes" /> - <property name="out.classes.absolute.dir" location="${out.classes.dir}" /> - - <!-- Intermediate files --> - <property name="dex.file.name" value="classes.dex" /> - <property name="intermediate.dex.file" location="${out.absolute.dir}/${dex.file.name}" /> - - <!-- The final package file to generate --> - <property name="out.debug.unaligned.package" - location="${out.absolute.dir}/${ant.project.name}-debug-unaligned.apk" /> - <property name="out.debug.package" - location="${out.absolute.dir}/${ant.project.name}-debug.apk" /> - <property name="out.unsigned.package" - location="${out.absolute.dir}/${ant.project.name}-unsigned.apk" /> - <property name="out.unaligned.package" - location="${out.absolute.dir}/${ant.project.name}-unaligned.apk" /> - <property name="out.release.package" - location="${out.absolute.dir}/${ant.project.name}-release.apk" /> - - <!-- Verbosity --> - <property name="verbose" value="false" /> - <!-- This is needed by emma as it uses multilevel verbosity instead of simple 'true' or 'false' - The property 'verbosity' is not user configurable and depends exclusively on 'verbose' - value.--> - <condition property="verbosity" value="verbose" else="quiet"> - <istrue value="${verbose}" /> - </condition> - <!-- This is needed to switch verbosity of zipalign and aapt. Depends exclusively on 'verbose' - --> - <condition property="v.option" value="-v" else=""> - <istrue value="${verbose}" /> - </condition> - <!-- This is needed to switch verbosity of dx. Depends exclusively on 'verbose' --> - <condition property="verbose.option" value="--verbose" else=""> - <istrue value="${verbose}" /> - </condition> - - <!-- Tools --> - <condition property="exe" value=".exe" else=""><os family="windows" /></condition> - <property name="adb" location="${android.tools.dir}/adb${exe}" /> - <property name="zipalign" location="${android.tools.dir}/zipalign${exe}" /> - - <!-- Emma configuration --> - <property name="emma.dir" value="${sdk.dir}/tools/lib" /> - <path id="emma.lib"> - <pathelement location="${emma.dir}/emma.jar" /> - <pathelement location="${emma.dir}/emma_ant.jar" /> - </path> - <taskdef resource="emma_ant.properties" classpathref="emma.lib" /> - <!-- End of emma configuration --> - - <!-- Macros --> - - <!-- Configurable macro, which allows to pass as parameters output directory, - output dex filename and external libraries to dex (optional) --> - <macrodef name="dex-helper"> - <element name="external-libs" optional="yes" /> - <element name="extra-parameters" optional="yes" /> - <sequential> - <echo>Converting compiled files and external libraries into ${intermediate.dex.file}... - </echo> - <apply executable="${dx}" failonerror="true" parallel="true"> - <arg value="--dex" /> - <arg value="--output=${intermediate.dex.file}" /> - <extra-parameters /> - <arg line="${verbose.option}" /> - <arg path="${out.classes.absolute.dir}" /> - <fileset dir="${external.libs.absolute.dir}" includes="*.jar" /> - <external-libs /> - </apply> - </sequential> - </macrodef> - - <!-- This is macro that enable passing variable list of external jar files to ApkBuilder - Example of use: - <package-helper> - <extra-jars> - <jarfolder path="my_jars" /> - <jarfile path="foo/bar.jar" /> - <jarfolder path="your_jars" /> - </extra-jars> - </package-helper> --> - <macrodef name="package-helper"> - <attribute name="sign.package" /> - <element name="extra-jars" optional="yes" /> - <sequential> - <apkbuilder - outfolder="${out.absolute.dir}" - basename="${ant.project.name}" - signed="@{sign.package}" - verbose="${verbose}"> - <file path="${intermediate.dex.file}" /> - <sourcefolder path="${source.absolute.dir}" /> - <nativefolder path="${native.libs.absolute.dir}" /> - <jarfolder path="${external.libs.absolute.dir}" /> - <extra-jars/> - </apkbuilder> - </sequential> - </macrodef> +<!-- Begin custom ConnectBot stuff --> - <!-- This is macro which zipaligns in.package and outputs it to out.package. Used by targets - debug, -debug-with-emma and release.--> - <macrodef name="zipalign-helper"> - <attribute name="in.package" /> - <attribute name="out.package" /> - <sequential> - <echo>Running zip align on final apk...</echo> - <exec executable="${zipalign}" failonerror="true"> - <arg line="${v.option}" /> - <arg value="-f" /> - <arg value="4" /> - <arg path="@{in.package}" /> - <arg path="@{out.package}" /> - </exec> - </sequential> - </macrodef> + <!-- Output directory for .po files. --> + <property name="locale.dir" value="locale" /> - <!-- This is macro used only for sharing code among two targets, -install and - -install-with-emma which do exactly the same but differ in dependencies --> - <macrodef name="install-helper"> - <sequential> - <echo>Installing ${out.debug.package} onto default emulator or device...</echo> - <exec executable="${adb}" failonerror="true"> - <arg line="${adb.device.arg}" /> - <arg value="install" /> - <arg value="-r" /> - <arg path="${out.debug.package}" /> - </exec> - </sequential> - </macrodef> + <!-- Default args to pass to a2po for .po generation. --> + <property name="a2po.args" value="--groups strings --template fortune/fortune.pot --layout 'po/fortune/fortune-%(locale)s.po'"/> - <!-- Rules --> + <!-- File names for launchpad translations. --> + <property name="launchpad.export.file" value="launchpad-export.tar.gz"/> + <property name="launchpad.import.file" value="launchpad-import.tar.gz"/> - <!-- Creates the output directories if they don't exist yet. --> - <target name="-dirs"> - <echo>Creating output directories if needed...</echo> - <mkdir dir="${resource.absolute.dir}" /> - <mkdir dir="${external.libs.absolute.dir}" /> - <mkdir dir="${gen.absolute.dir}" /> - <mkdir dir="${out.absolute.dir}" /> - <mkdir dir="${out.classes.absolute.dir}" /> - </target> - - <!-- Generates the R.java file for this project's resources. --> - <target name="-resource-src" depends="-dirs, update-version"> - <echo>Generating R.java / Manifest.java from the resources...</echo> - <exec executable="${aapt}" failonerror="true"> - <arg value="package" /> - <arg line="${v.option}" /> - <arg value="-m" /> - <arg value="-J" /> - <arg path="${gen.absolute.dir}" /> - <arg value="-M" /> - <arg path="AndroidManifest.xml" /> - <arg value="-S" /> - <arg path="${resource.absolute.dir}" /> - <arg value="-I" /> - <arg path="${android.jar}" /> - </exec> - </target> - - <!-- Generates java classes from .aidl files. --> - <target name="-aidl" depends="-dirs"> - <echo>Compiling aidl files into Java classes...</echo> - <apply executable="${aidl}" failonerror="true"> - <arg value="-p${android.aidl}" /> - <arg value="-I${source.absolute.dir}" /> - <arg value="-o${gen.absolute.dir}" /> - <fileset dir="${source.absolute.dir}"> - <include name="**/*.aidl" /> - </fileset> - </apply> - </target> - - <!-- Compiles this project's .java files into .class files. --> - <target name="compile" depends="-resource-src, -aidl" - description="Compiles project's .java files into .class files"> - <!-- If android rules are used for a test project, its classpath should include - tested project's location --> - <condition property="extensible.classpath" - value="${tested.project.absolute.dir}/bin/classes" else="."> - <isset property="tested.project.absolute.dir" /> - </condition> - <javac encoding="utf8" target="1.5" debug="true" extdirs="" - destdir="${out.classes.absolute.dir}" - bootclasspathref="android.target.classpath" - verbose="${verbose}" classpath="${extensible.classpath}"> - <src path="${source.absolute.dir}" /> - <src path="${gen.absolute.dir}" /> - <classpath> - <fileset dir="${external.libs.dir}" includes="*.jar"/> - </classpath> - </javac> - </target> - - <target name="check-proguard"> - <available file="tools/proguard.jar" property="have.proguard"/> - </target> - - <target name="proguard" depends="check-proguard"> - <fail unless="have.proguard">You requested ProGuard, but you don't have the JAR available! See README</fail> - </target> - - <target name="proguard.execute" depends="compile" if="have.proguard"> - <taskdef resource="proguard/ant/task.properties" - classpath="tools/proguard.jar" /> - <proguard> - -injars ${out.classes.dir} - -outjars ${out.dir}/classes.min.jar - -libraryjars ${android.jar} - -dontskipnonpubliclibraryclasses - -dontobfuscate - -dontoptimize - -printusage ${out.dir}/proguard.usage - - -keep public class * extends android.app.Activity - -keep public class * extends android.app.Service - -keep class org.connectbot.** - -keep public class com.trilead.ssh2.compression.* - -keep public class com.trilead.ssh2.crypto.* - </proguard> - </target> - - <!-- Convert this project's .class files into .dex files. --> - <target name="dex.proguard" depends="proguard.execute" if="have.proguard"> - <echo>Converting compiled files and external libraries into ${out.dir}/${dex.file.name}...</echo> - <apply executable="${dx}" failonerror="true" parallel="true"> - <arg value="--dex" /> - <arg value="--output=${intermediate.dex.file}" /> - <fileset dir="${out.absolute.dir}" includes="*.min.jar" /> - <fileset dir="${external.libs.absolute.dir}" includes="*.jar"/> - </apply> - </target> - - <!-- Convert this project's .class files into .dex files. --> - <target name="dex.vanilla" depends="compile" unless="have.proguard"> - <echo>Converting compiled files and external libraries into ${out.dir}/${dex.file.name}...</echo> - <apply executable="${dx}" failonerror="true" parallel="true"> - <arg value="--dex" /> - <arg value="--output=${intermediate.dex.file}" /> - <arg path="${out.classes.absolute.dir}" /> - <fileset dir="${external.libs.absolute.dir}" includes="*.jar"/> - </apply> - </target> - - <target name="-dex" depends="dex.vanilla, dex.proguard" /> - - <!-- Put the project's resources into the output package file - This actually can create multiple resource package in case - Some custom apk with specific configuration have been - declared in default.properties. - --> - <target name="-package-resources"> - <echo>Packaging resources</echo> - <aaptexec executable="${aapt}" - command="package" - manifest="AndroidManifest.xml" - resources="${resource.absolute.dir}" - assets="${asset.absolute.dir}" - androidjar="${android.jar}" - outfolder="${out.absolute.dir}" - basename="${ant.project.name}" /> - </target> - - <!-- Packages the application and sign it with a debug key. --> - <target name="-package-debug-sign" depends="-dex, -package-resources"> - <package-helper sign.package="true" /> - </target> - - <!-- Packages the application without signing it. --> - <target name="-package-no-sign" depends="-dex, -package-resources"> - <package-helper sign.package="false" /> - </target> - - <target name="-compile-tested-if-test" if="tested.project.dir" unless="do.not.compile.again"> - <subant target="compile"> - <fileset dir="${tested.project.absolute.dir}" includes="build.xml" /> - </subant> - </target> - - <!-- Builds debug output package, provided all the necessary files are already dexed --> - <target name="debug" depends="-compile-tested-if-test, -package-debug-sign" - description="Builds the application and signs it with a debug key."> - <zipalign-helper in.package="${out.debug.unaligned.package}" - out.package="${out.debug.package}" /> - <echo>Debug Package: ${out.debug.package}</echo> - </target> - - <target name="-release-check"> - <condition property="release.sign"> - <and> - <isset property="key.store" /> - <isset property="key.alias" /> - </and> - </condition> - </target> - - <target name="-release-nosign" depends="-release-check" unless="release.sign"> - <echo>No key.store and key.alias properties found in build.properties.</echo> - <echo>Please sign ${out.unsigned.package} manually</echo> - <echo>and run zipalign from the Android SDK tools.</echo> - </target> - - <target name="release" depends="-package-no-sign, -release-nosign" if="release.sign" - description="Builds the application. The generated apk file must be signed before - it is published."> - <!-- Gets passwords --> - <input - message="Please enter keystore password (store:${key.store}):" - addproperty="key.store.password" /> - <input - message="Please enter password for alias '${key.alias}':" - addproperty="key.alias.password" /> - - <!-- Signs the APK --> - <echo>Signing final apk...</echo> - <signjar - jar="${out.unsigned.package}" - signedjar="${out.unaligned.package}" - keystore="${key.store}" - storepass="${key.store.password}" - alias="${key.alias}" - keypass="${key.alias.password}" - verbose="${verbose}" /> - - <!-- Zip aligns the APK --> - <zipalign-helper in.package="${out.unaligned.package}" - out.package="${out.release.package}" /> - <echo>Release Package: ${out.release.package}</echo> - </target> - - <target name="install" depends="debug" - description="Installs/reinstalls the debug package onto a running - emulator or device. If the application was previously installed, - the signatures must match." > - <install-helper /> - </target> - - <target name="-uninstall-check"> - <condition property="uninstall.run"> - <isset property="manifest.package" /> - </condition> - </target> - <target name="-uninstall-error" depends="-uninstall-check" unless="uninstall.run"> - <echo>Unable to run 'ant uninstall', manifest.package property is not defined. - </echo> - </target> - - <!-- Uninstalls the package from the default emulator/device --> - <target name="uninstall" depends="-uninstall-error" if="uninstall.run" - description="Uninstalls the application from a running emulator or device."> - <echo>Uninstalling ${manifest.package} from the default emulator or device...</echo> - <exec executable="${adb}" failonerror="true"> - <arg line="${adb.device.arg}" /> - <arg value="uninstall" /> - <arg value="${manifest.package}" /> - </exec> - </target> - - <!-- Targets for code-coverage measurement purposes, invoked from external file --> - - <!-- Emma-instruments tested project classes (compiles the tested project if necessary) - and writes instrumented classes to ${instrumentation.absolute.dir}/classes --> - <target name="-emma-instrument" depends="compile"> - <echo>Instrumenting classes from ${out.absolute.dir}/classes...</echo> - <!-- It only instruments class files, not any external libs --> - <emma enabled="true"> - <instr verbosity="${verbosity}" - mode="overwrite" - instrpath="${out.absolute.dir}/classes" - outdir="${out.absolute.dir}/classes"> - </instr> - <!-- TODO: exclusion filters on R*.class and allowing custom exclusion from - user defined file --> - </emma> - </target> - - <target name="-dex-instrumented" depends="-emma-instrument"> - <dex-helper> - <extra-parameters> - <arg value="--no-locals" /> - </extra-parameters> - <external-libs> - <fileset file="${emma.dir}/emma_device.jar" /> - </external-libs> - </dex-helper> - </target> - - <!-- Invoked from external files for code coverage purposes --> - <target name="-package-with-emma" depends="-dex-instrumented, -package-resources"> - <package-helper sign.package="true"> - <extra-jars> - <!-- Injected from external file --> - <jarfile path="${emma.dir}/emma_device.jar" /> - </extra-jars> - </package-helper> - </target> - - <target name="-debug-with-emma" depends="-package-with-emma"> - <zipalign-helper in.package="${out.debug.unaligned.package}" - out.package="${out.debug.package}" /> - </target> - - <target name="-install-with-emma" depends="-debug-with-emma"> - <install-helper /> - </target> - - <!-- End of targets for code-coverage measurement purposes --> + <target name="-pre-build" depends="update-version"/> <target name="help"> <!-- displays starts at col 13 @@ -530,14 +71,16 @@ <echo> signatures must match.</echo> <echo> uninstall: Uninstalls the application from a running emulator or</echo> <echo> device.</echo> - <echo> proguard: use before build statements like "debug" and "release"</echo> - <echo> to enable proguard dead code removal. NOTE: You must</echo> - <echo> have tools/proguard.jar available. See the README.</echo> + <echo> translations-import: Import translations from a Launchpad-style</echo> + <echo> Rosetta translation.</echo> + <echo> translations-export: Export translations to a Launchpad-style</echo> + <echo> Rosetta translation.</echo> + </target> - <target name="update-version" description="Updates the Version.java file with current SVN revision"> - <echo>Updating resources with SVN revision and build date...</echo> - <property name="revision" value="HEAD"/> + <target name="update-version" description="Updates the Version.java file with current Git revision"> + <echo>Updating resources with Git revision and build date...</echo> + <tstamp> <format property="build.date" pattern="yyyy.MM.dd" /> </tstamp> @@ -546,25 +89,20 @@ <xpath input="AndroidManifest.xml" expression="/manifest/@android:versionName" output="manifest.version.name" /> - <!-- find out svn.revision of HEAD, need svn.exe installed on local machine will en up in property ${Revision} --> - <exec executable="svn" output="svnlog.out"> - <arg line="info -r ${revision}"/> + <!-- checkout notrans.xml so we can ignore it in our index --> + <exec executable="git"> + <arg line="checkout res/values/notrans.xml"/> </exec> - <loadproperties srcFile="svnlog.out"> - <filterchain> - <linecontains> - <contains value="Revision"/> - </linecontains> - </filterchain> - </loadproperties> - - <delete file="svnlog.out"/> + <!-- find out the description of the current Git commit --> + <exec executable="git" outputproperty="git.revision"> + <arg line="describe --match 'v[0-9]*' --dirty"/> + </exec> <replaceregexp file="${resource.absolute.dir}/values/notrans.xml" encoding="utf8" match='(\x3Cstring name="msg_version">)[^\x3C]*(\x3C/string>)' - replace='\1${ant.project.name} ${manifest.version.name} (r${Revision} ${build.date})\2' /> + replace='\1${ant.project.name} ${manifest.version.name} (${git.revision} ${build.date})\2' /> - <echo>Updated "msg_version" to: ${ant.project.name} ${manifest.version.name} (r${Revision} ${build.date})</echo> + <echo>Updated "msg_version" to: ${ant.project.name} ${manifest.version.name} (${git.revision} ${build.date})</echo> </target> <target name="clean" @@ -600,4 +138,35 @@ </condition> </fail> </target> + + <!-- Translations come from launchpad.net and are placed in the + locale/ subdirectory. --> + <target name="translations-import"> + <untar src="${launchpad.export.file}" dest="${locale.dir}" compression="gzip"/> + <exec executable="a2po" failonerror="true"> + <arg value="import"/> + <arg line="${a2po.args}"/> + </exec> + </target> + + <!-- Translations are to be uploaded to launchpad.net as a tar ball + created from the locale/ subdirectory. --> + <target name="translations-export"> + <exec executable="a2po" failonerror="true"> + <arg value="export"/> + <arg line="${a2po.args}"/> + </exec> + <tar destfile="${launchpad.import.file}" + compression="gzip" + basedir="${locale.dir}" + includes="**/*.pot **/*.po" /> + </target> + +<!-- End custom ConnectBot stuff --> + + <taskdef name="setup" + classname="com.android.ant.SetupTask" + classpathref="android.antlibs" /> + + <setup /> </project> diff --git a/default.properties b/default.properties index 8cebe7d..b2733ee 100644 --- a/default.properties +++ b/default.properties @@ -11,4 +11,7 @@ split.density=false # Project target. -target=android-8 +target=android-11 + +# Proguard config +proguard.config=proguard.cfg diff --git a/jni/EastAsianWidth/Android.mk b/jni/EastAsianWidth/Android.mk deleted file mode 100644 index 28287cf..0000000 --- a/jni/EastAsianWidth/Android.mk +++ /dev/null @@ -1,11 +0,0 @@ -LOCAL_PATH := $(call my-dir) -include $(CLEAR_VARS) - - -LOCAL_SRC_FILES := org_connectbot_util_EastAsianWidth.c -LOCAL_MODULE := org_connectbot_util_EastAsianWidth -LOCAL_CFLAGS += -I$(LOCAL_PATH)/unicode - -LOCAL_LDLIBS := -L$(SYSROOT)/usr/lib -licuuc -llog - -include $(BUILD_SHARED_LIBRARY) diff --git a/jni/EastAsianWidth/org_connectbot_util_EastAsianWidth.c b/jni/EastAsianWidth/org_connectbot_util_EastAsianWidth.c deleted file mode 100644 index 0e3a13c..0000000 --- a/jni/EastAsianWidth/org_connectbot_util_EastAsianWidth.c +++ /dev/null @@ -1,101 +0,0 @@ -/* - * ConnectBot: simple, powerful, open-source SSH client for Android - * Copyright 2007 Kenny Root, Jeffrey Sharkey - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* vim: set ts=4 sw=4 expandtab cindent: */ -#define LOG_TAG "ConnectBot.util.EastAsianWidth" - -#include <jni.h> -#include <android/log.h> -#include <utypes.h> -#include <uchar.h> - -#define LOGE(...) __android_log_print(ANDROID_LOG_ERROR , LOG_TAG, __VA_ARGS__) - -/** - * org.connectbot.util.EastAsianWidth - */ - -Java_org_connectbot_util_EastAsianWidth_measure(JNIEnv *env, jobject thiz, - jcharArray buffer, jint start, jint len, jbyteArray attributes, jboolean eastAsian) { - - UErrorCode errorCode = U_ZERO_ERROR; - jint end = start + len; - jint i = start; - UChar32 c; - - const jchar *uBuffer = (jchar *) (*env)->GetPrimitiveArrayCritical(env, buffer, (jboolean *)0); - if (!uBuffer) { - LOGE("Could not obtain source buffer"); - errorCode = U_ILLEGAL_ARGUMENT_ERROR; - goto exit; - } - - jbyte *uAttributes = (jbyte *) (*env)->GetPrimitiveArrayCritical(env, attributes, (jboolean *)0); - if (!uAttributes) { - LOGE("Could not obtain attribute array"); - errorCode = U_ILLEGAL_ARGUMENT_ERROR; - goto exit; - } - - while (i < end) { - U16_NEXT(uBuffer, i, end, c); - UEastAsianWidth ea = (UEastAsianWidth) u_getIntPropertyValue(c, UCHAR_EAST_ASIAN_WIDTH); - - switch (ea) { - case U_EA_FULLWIDTH: - case U_EA_WIDE: - uAttributes[i] = 1; - break; - case U_EA_HALFWIDTH: - case U_EA_NARROW: - uAttributes[i] = 0; - break; - case U_EA_NEUTRAL: - case U_EA_AMBIGUOUS: - default: - if (eastAsian) - uAttributes[i] = 1; - else - uAttributes[i] = 0; - break; - } - } - -exit: - if (uBuffer) - (*env)->ReleasePrimitiveArrayCritical(env, buffer, (jchar *)uBuffer, JNI_ABORT); - if (uAttributes) - (*env)->ReleasePrimitiveArrayCritical(env, attributes, uAttributes, JNI_ABORT); - - return errorCode; -} - -jint JNI_OnLoad(JavaVM* vm, void* reserved) { - JNIEnv* env = NULL; - jint result = -1; - jclass clazz; - - if ((*vm)->GetEnv(vm, (void**) &env, JNI_VERSION_1_4) != JNI_OK) { - LOGE("ERROR: GetEnv failed\n"); - goto bail; - } - - result = JNI_VERSION_1_4; - -bail: - return result; -} diff --git a/jni/EastAsianWidth/unicode/VERSION_ICU_3_8_1 b/jni/EastAsianWidth/unicode/VERSION_ICU_3_8_1 deleted file mode 100644 index e69de29..0000000 --- a/jni/EastAsianWidth/unicode/VERSION_ICU_3_8_1 +++ /dev/null diff --git a/jni/EastAsianWidth/unicode/brkiter.h b/jni/EastAsianWidth/unicode/brkiter.h deleted file mode 100644 index 7df5f14..0000000 --- a/jni/EastAsianWidth/unicode/brkiter.h +++ /dev/null @@ -1,557 +0,0 @@ -/* -******************************************************************************** -* Copyright (C) 1997-2007, International Business Machines -* Corporation and others. All Rights Reserved. -******************************************************************************** -* -* File brkiter.h -* -* Modification History: -* -* Date Name Description -* 02/18/97 aliu Added typedef for TextCount. Made DONE const. -* 05/07/97 aliu Fixed DLL declaration. -* 07/09/97 jfitz Renamed BreakIterator and interface synced with JDK -* 08/11/98 helena Sync-up JDK1.2. -* 01/13/2000 helena Added UErrorCode parameter to createXXXInstance methods. -******************************************************************************** -*/ - -#ifndef BRKITER_H -#define BRKITER_H - -#include "unicode/utypes.h" - -/** - * \file - * \brief C++ API: Break Iterator. - */ - -#if UCONFIG_NO_BREAK_ITERATION - -U_NAMESPACE_BEGIN - -/* - * Allow the declaration of APIs with pointers to BreakIterator - * even when break iteration is removed from the build. - */ -class BreakIterator; - -U_NAMESPACE_END - -#else - -#include "unicode/uobject.h" -#include "unicode/unistr.h" -#include "unicode/chariter.h" -#include "unicode/locid.h" -#include "unicode/ubrk.h" -#include "unicode/strenum.h" -#include "unicode/utext.h" -#include "unicode/umisc.h" - -U_NAMESPACE_BEGIN - -/** - * The BreakIterator class implements methods for finding the location - * of boundaries in text. BreakIterator is an abstract base class. - * Instances of BreakIterator maintain a current position and scan over - * text returning the index of characters where boundaries occur. - * <p> - * Line boundary analysis determines where a text string can be broken - * when line-wrapping. The mechanism correctly handles punctuation and - * hyphenated words. - * <p> - * Sentence boundary analysis allows selection with correct - * interpretation of periods within numbers and abbreviations, and - * trailing punctuation marks such as quotation marks and parentheses. - * <p> - * Word boundary analysis is used by search and replace functions, as - * well as within text editing applications that allow the user to - * select words with a double click. Word selection provides correct - * interpretation of punctuation marks within and following - * words. Characters that are not part of a word, such as symbols or - * punctuation marks, have word-breaks on both sides. - * <p> - * Character boundary analysis allows users to interact with - * characters as they expect to, for example, when moving the cursor - * through a text string. Character boundary analysis provides correct - * navigation of through character strings, regardless of how the - * character is stored. For example, an accented character might be - * stored as a base character and a diacritical mark. What users - * consider to be a character can differ between languages. - * <p> - * The text boundary positions are found according to the rules - * described in Unicode Standard Annex #29, Text Boundaries, and - * Unicode Standard Annex #14, Line Breaking Properties. These - * are available at http://www.unicode.org/reports/tr14/ and - * http://www.unicode.org/reports/tr29/. - * <p> - * In addition to the C++ API defined in this header file, a - * plain C API with equivalent functionality is defined in the - * file ubrk.h - * <p> - * Code snippits illustrating the use of the Break Iterator APIs - * are available in the ICU User Guide, - * http://icu-project.org/userguide/boundaryAnalysis.html - * and in the sample program icu/source/samples/break/break.cpp" - * - */ -class U_COMMON_API BreakIterator : public UObject { -public: - /** - * destructor - * @stable ICU 2.0 - */ - virtual ~BreakIterator(); - - /** - * Return true if another object is semantically equal to this - * one. The other object should be an instance of the same subclass of - * BreakIterator. Objects of different subclasses are considered - * unequal. - * <P> - * Return true if this BreakIterator is at the same position in the - * same text, and is the same class and type (word, line, etc.) of - * BreakIterator, as the argument. Text is considered the same if - * it contains the same characters, it need not be the same - * object, and styles are not considered. - * @stable ICU 2.0 - */ - virtual UBool operator==(const BreakIterator&) const = 0; - - /** - * Returns the complement of the result of operator== - * @param rhs The BreakIterator to be compared for inequality - * @return the complement of the result of operator== - * @stable ICU 2.0 - */ - UBool operator!=(const BreakIterator& rhs) const { return !operator==(rhs); } - - /** - * Return a polymorphic copy of this object. This is an abstract - * method which subclasses implement. - * @stable ICU 2.0 - */ - virtual BreakIterator* clone(void) const = 0; - - /** - * Return a polymorphic class ID for this object. Different subclasses - * will return distinct unequal values. - * @stable ICU 2.0 - */ - virtual UClassID getDynamicClassID(void) const = 0; - - /** - * Return a CharacterIterator over the text being analyzed. - * @stable ICU 2.0 - */ - virtual CharacterIterator& getText(void) const = 0; - - - /** - * Get a UText for the text being analyzed. - * The returned UText is a shallow clone of the UText used internally - * by the break iterator implementation. It can safely be used to - * access the text without impacting any break iterator operations, - * but the underlying text itself must not be altered. - * - * @param fillIn A UText to be filled in. If NULL, a new UText will be - * allocated to hold the result. - * @param status receives any error codes. - * @return The current UText for this break iterator. If an input - * UText was provided, it will always be returned. - * @stable ICU 3.4 - */ - virtual UText *getUText(UText *fillIn, UErrorCode &status) const = 0; - - /** - * Change the text over which this operates. The text boundary is - * reset to the start. - * @param text The UnicodeString used to change the text. - * @stable ICU 2.0 - */ - virtual void setText(const UnicodeString &text) = 0; - - /** - * Reset the break iterator to operate over the text represented by - * the UText. The iterator position is reset to the start. - * - * This function makes a shallow clone of the supplied UText. This means - * that the caller is free to immediately close or otherwise reuse the - * Utext that was passed as a parameter, but that the underlying text itself - * must not be altered while being referenced by the break iterator. - * - * @param text The UText used to change the text. - * @param status receives any error codes. - * @stable ICU 3.4 - */ - virtual void setText(UText *text, UErrorCode &status) = 0; - - /** - * Change the text over which this operates. The text boundary is - * reset to the start. - * Note that setText(UText *) provides similar functionality to this function, - * and is more efficient. - * @param it The CharacterIterator used to change the text. - * @stable ICU 2.0 - */ - virtual void adoptText(CharacterIterator* it) = 0; - - enum { - /** - * DONE is returned by previous() and next() after all valid - * boundaries have been returned. - * @stable ICU 2.0 - */ - DONE = (int32_t)-1 - }; - - /** - * Return the index of the first character in the text being scanned. - * @stable ICU 2.0 - */ - virtual int32_t first(void) = 0; - - /** - * Return the index immediately BEYOND the last character in the text being scanned. - * @stable ICU 2.0 - */ - virtual int32_t last(void) = 0; - - /** - * Return the boundary preceding the current boundary. - * @return The character index of the previous text boundary or DONE if all - * boundaries have been returned. - * @stable ICU 2.0 - */ - virtual int32_t previous(void) = 0; - - /** - * Return the boundary following the current boundary. - * @return The character index of the next text boundary or DONE if all - * boundaries have been returned. - * @stable ICU 2.0 - */ - virtual int32_t next(void) = 0; - - /** - * Return character index of the current interator position within the text. - * @return The boundary most recently returned. - * @stable ICU 2.0 - */ - virtual int32_t current(void) const = 0; - - /** - * Return the first boundary following the specified offset. - * The value returned is always greater than the offset or - * the value BreakIterator.DONE - * @param offset the offset to begin scanning. - * @return The first boundary after the specified offset. - * @stable ICU 2.0 - */ - virtual int32_t following(int32_t offset) = 0; - - /** - * Return the first boundary preceding the specified offset. - * The value returned is always smaller than the offset or - * the value BreakIterator.DONE - * @param offset the offset to begin scanning. - * @return The first boundary before the specified offset. - * @stable ICU 2.0 - */ - virtual int32_t preceding(int32_t offset) = 0; - - /** - * Return true if the specfied position is a boundary position. - * As a side effect, the current position of the iterator is set - * to the first boundary position at or following the specified offset. - * @param offset the offset to check. - * @return True if "offset" is a boundary position. - * @stable ICU 2.0 - */ - virtual UBool isBoundary(int32_t offset) = 0; - - /** - * Return the nth boundary from the current boundary - * @param n which boundary to return. A value of 0 - * does nothing. Negative values move to previous boundaries - * and positive values move to later boundaries. - * @return The index of the nth boundary from the current position, or - * DONE if there are fewer than |n| boundaries in the specfied direction. - * @stable ICU 2.0 - */ - virtual int32_t next(int32_t n) = 0; - - /** - * Create BreakIterator for word-breaks using the given locale. - * Returns an instance of a BreakIterator implementing word breaks. - * WordBreak is useful for word selection (ex. double click) - * @param where the locale. - * @param status the error code - * @return A BreakIterator for word-breaks. The UErrorCode& status - * parameter is used to return status information to the user. - * To check whether the construction succeeded or not, you should check - * the value of U_SUCCESS(err). If you wish more detailed information, you - * can check for informational error results which still indicate success. - * U_USING_FALLBACK_WARNING indicates that a fall back locale was used. For - * example, 'de_CH' was requested, but nothing was found there, so 'de' was - * used. U_USING_DEFAULT_WARNING indicates that the default locale data was - * used; neither the requested locale nor any of its fall back locales - * could be found. - * The caller owns the returned object and is responsible for deleting it. - * @stable ICU 2.0 - */ - static BreakIterator* U_EXPORT2 - createWordInstance(const Locale& where, UErrorCode& status); - - /** - * Create BreakIterator for line-breaks using specified locale. - * Returns an instance of a BreakIterator implementing line breaks. Line - * breaks are logically possible line breaks, actual line breaks are - * usually determined based on display width. - * LineBreak is useful for word wrapping text. - * @param where the locale. - * @param status The error code. - * @return A BreakIterator for line-breaks. The UErrorCode& status - * parameter is used to return status information to the user. - * To check whether the construction succeeded or not, you should check - * the value of U_SUCCESS(err). If you wish more detailed information, you - * can check for informational error results which still indicate success. - * U_USING_FALLBACK_WARNING indicates that a fall back locale was used. For - * example, 'de_CH' was requested, but nothing was found there, so 'de' was - * used. U_USING_DEFAULT_WARNING indicates that the default locale data was - * used; neither the requested locale nor any of its fall back locales - * could be found. - * The caller owns the returned object and is responsible for deleting it. - * @stable ICU 2.0 - */ - static BreakIterator* U_EXPORT2 - createLineInstance(const Locale& where, UErrorCode& status); - - /** - * Create BreakIterator for character-breaks using specified locale - * Returns an instance of a BreakIterator implementing character breaks. - * Character breaks are boundaries of combining character sequences. - * @param where the locale. - * @param status The error code. - * @return A BreakIterator for character-breaks. The UErrorCode& status - * parameter is used to return status information to the user. - * To check whether the construction succeeded or not, you should check - * the value of U_SUCCESS(err). If you wish more detailed information, you - * can check for informational error results which still indicate success. - * U_USING_FALLBACK_WARNING indicates that a fall back locale was used. For - * example, 'de_CH' was requested, but nothing was found there, so 'de' was - * used. U_USING_DEFAULT_WARNING indicates that the default locale data was - * used; neither the requested locale nor any of its fall back locales - * could be found. - * The caller owns the returned object and is responsible for deleting it. - * @stable ICU 2.0 - */ - static BreakIterator* U_EXPORT2 - createCharacterInstance(const Locale& where, UErrorCode& status); - - /** - * Create BreakIterator for sentence-breaks using specified locale - * Returns an instance of a BreakIterator implementing sentence breaks. - * @param where the locale. - * @param status The error code. - * @return A BreakIterator for sentence-breaks. The UErrorCode& status - * parameter is used to return status information to the user. - * To check whether the construction succeeded or not, you should check - * the value of U_SUCCESS(err). If you wish more detailed information, you - * can check for informational error results which still indicate success. - * U_USING_FALLBACK_WARNING indicates that a fall back locale was used. For - * example, 'de_CH' was requested, but nothing was found there, so 'de' was - * used. U_USING_DEFAULT_WARNING indicates that the default locale data was - * used; neither the requested locale nor any of its fall back locales - * could be found. - * The caller owns the returned object and is responsible for deleting it. - * @stable ICU 2.0 - */ - static BreakIterator* U_EXPORT2 - createSentenceInstance(const Locale& where, UErrorCode& status); - - /** - * Create BreakIterator for title-casing breaks using the specified locale - * Returns an instance of a BreakIterator implementing title breaks. - * The iterator returned locates title boundaries as described for - * Unicode 3.2 only. For Unicode 4.0 and above title boundary iteration, - * please use Word Boundary iterator.{@link #createWordInstance } - * - * @param where the locale. - * @param status The error code. - * @return A BreakIterator for title-breaks. The UErrorCode& status - * parameter is used to return status information to the user. - * To check whether the construction succeeded or not, you should check - * the value of U_SUCCESS(err). If you wish more detailed information, you - * can check for informational error results which still indicate success. - * U_USING_FALLBACK_WARNING indicates that a fall back locale was used. For - * example, 'de_CH' was requested, but nothing was found there, so 'de' was - * used. U_USING_DEFAULT_WARNING indicates that the default locale data was - * used; neither the requested locale nor any of its fall back locales - * could be found. - * The caller owns the returned object and is responsible for deleting it. - * @stable ICU 2.1 - */ - static BreakIterator* U_EXPORT2 - createTitleInstance(const Locale& where, UErrorCode& status); - - /** - * Get the set of Locales for which TextBoundaries are installed. - * <p><b>Note:</b> this will not return locales added through the register - * call. To see the registered locales too, use the getAvailableLocales - * function that returns a StringEnumeration object </p> - * @param count the output parameter of number of elements in the locale list - * @return available locales - * @stable ICU 2.0 - */ - static const Locale* U_EXPORT2 getAvailableLocales(int32_t& count); - - /** - * Get name of the object for the desired Locale, in the desired langauge. - * @param objectLocale must be from getAvailableLocales. - * @param displayLocale specifies the desired locale for output. - * @param name the fill-in parameter of the return value - * Uses best match. - * @return user-displayable name - * @stable ICU 2.0 - */ - static UnicodeString& U_EXPORT2 getDisplayName(const Locale& objectLocale, - const Locale& displayLocale, - UnicodeString& name); - - /** - * Get name of the object for the desired Locale, in the langauge of the - * default locale. - * @param objectLocale must be from getMatchingLocales - * @param name the fill-in parameter of the return value - * @return user-displayable name - * @stable ICU 2.0 - */ - static UnicodeString& U_EXPORT2 getDisplayName(const Locale& objectLocale, - UnicodeString& name); - - /** - * Thread safe client-buffer-based cloning operation - * Do NOT call delete on a safeclone, since 'new' is not used to create it. - * @param stackBuffer user allocated space for the new clone. If NULL new memory will be allocated. - * If buffer is not large enough, new memory will be allocated. - * @param BufferSize reference to size of allocated space. - * If BufferSize == 0, a sufficient size for use in cloning will - * be returned ('pre-flighting') - * If BufferSize is not enough for a stack-based safe clone, - * new memory will be allocated. - * @param status to indicate whether the operation went on smoothly or there were errors - * An informational status value, U_SAFECLONE_ALLOCATED_ERROR, is used if any allocations were - * necessary. - * @return pointer to the new clone - * - * @stable ICU 2.0 - */ - virtual BreakIterator * createBufferClone(void *stackBuffer, - int32_t &BufferSize, - UErrorCode &status) = 0; - - /** - * Determine whether the BreakIterator was created in user memory by - * createBufferClone(), and thus should not be deleted. Such objects - * must be closed by an explicit call to the destructor (not delete). - * @stable ICU 2.0 - */ - inline UBool isBufferClone(void); - -#if !UCONFIG_NO_SERVICE - /** - * Register a new break iterator of the indicated kind, to use in the given locale. - * The break iterator will be adopted. Clones of the iterator will be returned - * if a request for a break iterator of the given kind matches or falls back to - * this locale. - * @param toAdopt the BreakIterator instance to be adopted - * @param locale the Locale for which this instance is to be registered - * @param kind the type of iterator for which this instance is to be registered - * @param status the in/out status code, no special meanings are assigned - * @return a registry key that can be used to unregister this instance - * @stable ICU 2.4 - */ - static URegistryKey U_EXPORT2 registerInstance(BreakIterator* toAdopt, - const Locale& locale, - UBreakIteratorType kind, - UErrorCode& status); - - /** - * Unregister a previously-registered BreakIterator using the key returned from the - * register call. Key becomes invalid after a successful call and should not be used again. - * The BreakIterator corresponding to the key will be deleted. - * @param key the registry key returned by a previous call to registerInstance - * @param status the in/out status code, no special meanings are assigned - * @return TRUE if the iterator for the key was successfully unregistered - * @stable ICU 2.4 - */ - static UBool U_EXPORT2 unregister(URegistryKey key, UErrorCode& status); - - /** - * Return a StringEnumeration over the locales available at the time of the call, - * including registered locales. - * @return a StringEnumeration over the locales available at the time of the call - * @stable ICU 2.4 - */ - static StringEnumeration* U_EXPORT2 getAvailableLocales(void); -#endif - - /** - * Returns the locale for this break iterator. Two flavors are available: valid and - * actual locale. - * @stable ICU 2.8 - */ - Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const; - - /** Get the locale for this break iterator object. You can choose between valid and actual locale. - * @param type type of the locale we're looking for (valid or actual) - * @param status error code for the operation - * @return the locale - * @internal - */ - const char *getLocaleID(ULocDataLocaleType type, UErrorCode& status) const; - - private: - static BreakIterator* buildInstance(const Locale& loc, const char *type, int32_t kind, UErrorCode& status); - static BreakIterator* createInstance(const Locale& loc, int32_t kind, UErrorCode& status); - static BreakIterator* makeInstance(const Locale& loc, int32_t kind, UErrorCode& status); - - friend class ICUBreakIteratorFactory; - friend class ICUBreakIteratorService; - -protected: - /** @internal */ - BreakIterator(); - /** @internal */ - UBool fBufferClone; - /** @internal */ - BreakIterator (const BreakIterator &other) : UObject(other), fBufferClone(FALSE) {} - -private: - - /** @internal */ - char actualLocale[ULOC_FULLNAME_CAPACITY]; - char validLocale[ULOC_FULLNAME_CAPACITY]; - - /** - * The assignment operator has no real implementation. - * It's provided to make the compiler happy. Do not call. - */ - BreakIterator& operator=(const BreakIterator&); -}; - -inline UBool BreakIterator::isBufferClone() -{ - return fBufferClone; -} - -U_NAMESPACE_END - -#endif /* #if !UCONFIG_NO_BREAK_ITERATION */ - -#endif // _BRKITER -//eof - diff --git a/jni/EastAsianWidth/unicode/caniter.h b/jni/EastAsianWidth/unicode/caniter.h deleted file mode 100644 index 84a6595..0000000 --- a/jni/EastAsianWidth/unicode/caniter.h +++ /dev/null @@ -1,201 +0,0 @@ -/* - ******************************************************************************* - * Copyright (C) 1996-2006, International Business Machines Corporation and * - * others. All Rights Reserved. * - ******************************************************************************* - */ - -#ifndef CANITER_H -#define CANITER_H - -#include "unicode/utypes.h" - -#if !UCONFIG_NO_NORMALIZATION - -#include "unicode/uobject.h" -#include "unicode/unistr.h" - -/** - * \file - * \brief C++ API: Canonical Iterator - */ - -/** Should permutation skip characters with combining class zero - * Should be either TRUE or FALSE. This is a compile time option - * @stable ICU 2.4 - */ -#ifndef CANITER_SKIP_ZEROES -#define CANITER_SKIP_ZEROES TRUE -#endif - -U_NAMESPACE_BEGIN - -class Hashtable; - -/** - * This class allows one to iterate through all the strings that are canonically equivalent to a given - * string. For example, here are some sample results: -Results for: {LATIN CAPITAL LETTER A WITH RING ABOVE}{LATIN SMALL LETTER D}{COMBINING DOT ABOVE}{COMBINING CEDILLA} -1: \\u0041\\u030A\\u0064\\u0307\\u0327 - = {LATIN CAPITAL LETTER A}{COMBINING RING ABOVE}{LATIN SMALL LETTER D}{COMBINING DOT ABOVE}{COMBINING CEDILLA} -2: \\u0041\\u030A\\u0064\\u0327\\u0307 - = {LATIN CAPITAL LETTER A}{COMBINING RING ABOVE}{LATIN SMALL LETTER D}{COMBINING CEDILLA}{COMBINING DOT ABOVE} -3: \\u0041\\u030A\\u1E0B\\u0327 - = {LATIN CAPITAL LETTER A}{COMBINING RING ABOVE}{LATIN SMALL LETTER D WITH DOT ABOVE}{COMBINING CEDILLA} -4: \\u0041\\u030A\\u1E11\\u0307 - = {LATIN CAPITAL LETTER A}{COMBINING RING ABOVE}{LATIN SMALL LETTER D WITH CEDILLA}{COMBINING DOT ABOVE} -5: \\u00C5\\u0064\\u0307\\u0327 - = {LATIN CAPITAL LETTER A WITH RING ABOVE}{LATIN SMALL LETTER D}{COMBINING DOT ABOVE}{COMBINING CEDILLA} -6: \\u00C5\\u0064\\u0327\\u0307 - = {LATIN CAPITAL LETTER A WITH RING ABOVE}{LATIN SMALL LETTER D}{COMBINING CEDILLA}{COMBINING DOT ABOVE} -7: \\u00C5\\u1E0B\\u0327 - = {LATIN CAPITAL LETTER A WITH RING ABOVE}{LATIN SMALL LETTER D WITH DOT ABOVE}{COMBINING CEDILLA} -8: \\u00C5\\u1E11\\u0307 - = {LATIN CAPITAL LETTER A WITH RING ABOVE}{LATIN SMALL LETTER D WITH CEDILLA}{COMBINING DOT ABOVE} -9: \\u212B\\u0064\\u0307\\u0327 - = {ANGSTROM SIGN}{LATIN SMALL LETTER D}{COMBINING DOT ABOVE}{COMBINING CEDILLA} -10: \\u212B\\u0064\\u0327\\u0307 - = {ANGSTROM SIGN}{LATIN SMALL LETTER D}{COMBINING CEDILLA}{COMBINING DOT ABOVE} -11: \\u212B\\u1E0B\\u0327 - = {ANGSTROM SIGN}{LATIN SMALL LETTER D WITH DOT ABOVE}{COMBINING CEDILLA} -12: \\u212B\\u1E11\\u0307 - = {ANGSTROM SIGN}{LATIN SMALL LETTER D WITH CEDILLA}{COMBINING DOT ABOVE} - *<br>Note: the code is intended for use with small strings, and is not suitable for larger ones, - * since it has not been optimized for that situation. - * Note, CanonicalIterator is not intended to be subclassed. - * @author M. Davis - * @author C++ port by V. Weinstein - * @stable ICU 2.4 - */ -class U_COMMON_API CanonicalIterator : public UObject { -public: - /** - * Construct a CanonicalIterator object - * @param source string to get results for - * @param status Fill-in parameter which receives the status of this operation. - * @stable ICU 2.4 - */ - CanonicalIterator(const UnicodeString &source, UErrorCode &status); - - /** Destructor - * Cleans pieces - * @stable ICU 2.4 - */ - virtual ~CanonicalIterator(); - - /** - * Gets the NFD form of the current source we are iterating over. - * @return gets the source: NOTE: it is the NFD form of source - * @stable ICU 2.4 - */ - UnicodeString getSource(); - - /** - * Resets the iterator so that one can start again from the beginning. - * @stable ICU 2.4 - */ - void reset(); - - /** - * Get the next canonically equivalent string. - * <br><b>Warning: The strings are not guaranteed to be in any particular order.</b> - * @return the next string that is canonically equivalent. A bogus string is returned when - * the iteration is done. - * @stable ICU 2.4 - */ - UnicodeString next(); - - /** - * Set a new source for this iterator. Allows object reuse. - * @param newSource the source string to iterate against. This allows the same iterator to be used - * while changing the source string, saving object creation. - * @param status Fill-in parameter which receives the status of this operation. - * @stable ICU 2.4 - */ - void setSource(const UnicodeString &newSource, UErrorCode &status); - - /** - * Dumb recursive implementation of permutation. - * TODO: optimize - * @param source the string to find permutations for - * @param skipZeros determine if skip zeros - * @param result the results in a set. - * @param status Fill-in parameter which receives the status of this operation. - * @internal - */ - static void U_EXPORT2 permute(UnicodeString &source, UBool skipZeros, Hashtable *result, UErrorCode &status); - - /** - * ICU "poor man's RTTI", returns a UClassID for this class. - * - * @stable ICU 2.2 - */ - static UClassID U_EXPORT2 getStaticClassID(); - - /** - * ICU "poor man's RTTI", returns a UClassID for the actual class. - * - * @stable ICU 2.2 - */ - virtual UClassID getDynamicClassID() const; - -private: - // ===================== PRIVATES ============================== - // private default constructor - CanonicalIterator(); - - - /** - * Copy constructor. Private for now. - * @internal - */ - CanonicalIterator(const CanonicalIterator& other); - - /** - * Assignment operator. Private for now. - * @internal - */ - CanonicalIterator& operator=(const CanonicalIterator& other); - - // fields - UnicodeString source; - UBool done; - - // 2 dimensional array holds the pieces of the string with - // their different canonically equivalent representations - UnicodeString **pieces; - int32_t pieces_length; - int32_t *pieces_lengths; - - // current is used in iterating to combine pieces - int32_t *current; - int32_t current_length; - - // transient fields - UnicodeString buffer; - - // we have a segment, in NFD. Find all the strings that are canonically equivalent to it. - UnicodeString *getEquivalents(const UnicodeString &segment, int32_t &result_len, UErrorCode &status); //private String[] getEquivalents(String segment) - - //Set getEquivalents2(String segment); - Hashtable *getEquivalents2(Hashtable *fillinResult, const UChar *segment, int32_t segLen, UErrorCode &status); - //Hashtable *getEquivalents2(const UnicodeString &segment, int32_t segLen, UErrorCode &status); - - /** - * See if the decomposition of cp2 is at segment starting at segmentPos - * (with canonical rearrangment!) - * If so, take the remainder, and return the equivalents - */ - //Set extract(int comp, String segment, int segmentPos, StringBuffer buffer); - Hashtable *extract(Hashtable *fillinResult, UChar32 comp, const UChar *segment, int32_t segLen, int32_t segmentPos, UErrorCode &status); - //Hashtable *extract(UChar32 comp, const UnicodeString &segment, int32_t segLen, int32_t segmentPos, UErrorCode &status); - - void cleanPieces(); - -}; - -U_NAMESPACE_END - -#endif /* #if !UCONFIG_NO_NORMALIZATION */ - -#endif diff --git a/jni/EastAsianWidth/unicode/chariter.h b/jni/EastAsianWidth/unicode/chariter.h deleted file mode 100644 index 12fc924..0000000 --- a/jni/EastAsianWidth/unicode/chariter.h +++ /dev/null @@ -1,716 +0,0 @@ -/* -******************************************************************** -* -* Copyright (C) 1997-2005, International Business Machines -* Corporation and others. All Rights Reserved. -* -******************************************************************** -*/ - -#ifndef CHARITER_H -#define CHARITER_H - -#include "unicode/utypes.h" -#include "unicode/uobject.h" -#include "unicode/unistr.h" -/** - * \file - * \brief C++ API: Character Iterator - */ - -U_NAMESPACE_BEGIN -/** - * Abstract class that defines an API for forward-only iteration - * on text objects. - * This is a minimal interface for iteration without random access - * or backwards iteration. It is especially useful for wrapping - * streams with converters into an object for collation or - * normalization. - * - * <p>Characters can be accessed in two ways: as code units or as - * code points. - * Unicode code points are 21-bit integers and are the scalar values - * of Unicode characters. ICU uses the type UChar32 for them. - * Unicode code units are the storage units of a given - * Unicode/UCS Transformation Format (a character encoding scheme). - * With UTF-16, all code points can be represented with either one - * or two code units ("surrogates"). - * String storage is typically based on code units, while properties - * of characters are typically determined using code point values. - * Some processes may be designed to work with sequences of code units, - * or it may be known that all characters that are important to an - * algorithm can be represented with single code units. - * Other processes will need to use the code point access functions.</p> - * - * <p>ForwardCharacterIterator provides nextPostInc() to access - * a code unit and advance an internal position into the text object, - * similar to a <code>return text[position++]</code>.<br> - * It provides next32PostInc() to access a code point and advance an internal - * position.</p> - * - * <p>next32PostInc() assumes that the current position is that of - * the beginning of a code point, i.e., of its first code unit. - * After next32PostInc(), this will be true again. - * In general, access to code units and code points in the same - * iteration loop should not be mixed. In UTF-16, if the current position - * is on a second code unit (Low Surrogate), then only that code unit - * is returned even by next32PostInc().</p> - * - * <p>For iteration with either function, there are two ways to - * check for the end of the iteration. When there are no more - * characters in the text object: - * <ul> - * <li>The hasNext() function returns FALSE.</li> - * <li>nextPostInc() and next32PostInc() return DONE - * when one attempts to read beyond the end of the text object.</li> - * </ul> - * - * Example: - * \code - * void function1(ForwardCharacterIterator &it) { - * UChar32 c; - * while(it.hasNext()) { - * c=it.next32PostInc(); - * // use c - * } - * } - * - * void function1(ForwardCharacterIterator &it) { - * UChar c; - * while((c=it.nextPostInc())!=ForwardCharacterIterator::DONE) { - * // use c - * } - * } - * \endcode - * </p> - * - * @stable ICU 2.0 - */ -class U_COMMON_API ForwardCharacterIterator : public UObject { -public: - /** - * Value returned by most of ForwardCharacterIterator's functions - * when the iterator has reached the limits of its iteration. - * @stable ICU 2.0 - */ - enum { DONE = 0xffff }; - - /** - * Destructor. - * @stable ICU 2.0 - */ - virtual ~ForwardCharacterIterator(); - - /** - * Returns true when both iterators refer to the same - * character in the same character-storage object. - * @param that The ForwardCharacterIterator to be compared for equality - * @return true when both iterators refer to the same - * character in the same character-storage object - * @stable ICU 2.0 - */ - virtual UBool operator==(const ForwardCharacterIterator& that) const = 0; - - /** - * Returns true when the iterators refer to different - * text-storage objects, or to different characters in the - * same text-storage object. - * @param that The ForwardCharacterIterator to be compared for inequality - * @return true when the iterators refer to different - * text-storage objects, or to different characters in the - * same text-storage object - * @stable ICU 2.0 - */ - inline UBool operator!=(const ForwardCharacterIterator& that) const; - - /** - * Generates a hash code for this iterator. - * @return the hash code. - * @stable ICU 2.0 - */ - virtual int32_t hashCode(void) const = 0; - - /** - * Returns a UClassID for this ForwardCharacterIterator ("poor man's - * RTTI").<P> Despite the fact that this function is public, - * DO NOT CONSIDER IT PART OF CHARACTERITERATOR'S API! - * @return a UClassID for this ForwardCharacterIterator - * @stable ICU 2.0 - */ - virtual UClassID getDynamicClassID(void) const = 0; - - /** - * Gets the current code unit for returning and advances to the next code unit - * in the iteration range - * (toward endIndex()). If there are - * no more code units to return, returns DONE. - * @return the current code unit. - * @stable ICU 2.0 - */ - virtual UChar nextPostInc(void) = 0; - - /** - * Gets the current code point for returning and advances to the next code point - * in the iteration range - * (toward endIndex()). If there are - * no more code points to return, returns DONE. - * @return the current code point. - * @stable ICU 2.0 - */ - virtual UChar32 next32PostInc(void) = 0; - - /** - * Returns FALSE if there are no more code units or code points - * at or after the current position in the iteration range. - * This is used with nextPostInc() or next32PostInc() in forward - * iteration. - * @returns FALSE if there are no more code units or code points - * at or after the current position in the iteration range. - * @stable ICU 2.0 - */ - virtual UBool hasNext() = 0; - -protected: - /** Default constructor to be overridden in the implementing class. @stable ICU 2.0*/ - ForwardCharacterIterator(); - - /** Copy constructor to be overridden in the implementing class. @stable ICU 2.0*/ - ForwardCharacterIterator(const ForwardCharacterIterator &other); - - /** - * Assignment operator to be overridden in the implementing class. - * @stable ICU 2.0 - */ - ForwardCharacterIterator &operator=(const ForwardCharacterIterator&) { return *this; } -}; - -/** - * Abstract class that defines an API for iteration - * on text objects. - * This is an interface for forward and backward iteration - * and random access into a text object. - * - * <p>The API provides backward compatibility to the Java and older ICU - * CharacterIterator classes but extends them significantly: - * <ol> - * <li>CharacterIterator is now a subclass of ForwardCharacterIterator.</li> - * <li>While the old API functions provided forward iteration with - * "pre-increment" semantics, the new one also provides functions - * with "post-increment" semantics. They are more efficient and should - * be the preferred iterator functions for new implementations. - * The backward iteration always had "pre-decrement" semantics, which - * are efficient.</li> - * <li>Just like ForwardCharacterIterator, it provides access to - * both code units and code points. Code point access versions are available - * for the old and the new iteration semantics.</li> - * <li>There are new functions for setting and moving the current position - * without returning a character, for efficiency.</li> - * </ol> - * - * See ForwardCharacterIterator for examples for using the new forward iteration - * functions. For backward iteration, there is also a hasPrevious() function - * that can be used analogously to hasNext(). - * The old functions work as before and are shown below.</p> - * - * <p>Examples for some of the new functions:</p> - * - * Forward iteration with hasNext(): - * \code - * void forward1(CharacterIterator &it) { - * UChar32 c; - * for(it.setToStart(); it.hasNext();) { - * c=it.next32PostInc(); - * // use c - * } - * } - * \endcode - * Forward iteration more similar to loops with the old forward iteration, - * showing a way to convert simple for() loops: - * \code - * void forward2(CharacterIterator &it) { - * UChar c; - * for(c=it.firstPostInc(); c!=CharacterIterator::DONE; c=it.nextPostInc()) { - * // use c - * } - * } - * \endcode - * Backward iteration with setToEnd() and hasPrevious(): - * \code - * void backward1(CharacterIterator &it) { - * UChar32 c; - * for(it.setToEnd(); it.hasPrevious();) { - * c=it.previous32(); - * // use c - * } - * } - * \endcode - * Backward iteration with a more traditional for() loop: - * \code - * void backward2(CharacterIterator &it) { - * UChar c; - * for(c=it.last(); c!=CharacterIterator::DONE; c=it.previous()) { - * // use c - * } - * } - * \endcode - * - * Example for random access: - * \code - * void random(CharacterIterator &it) { - * // set to the third code point from the beginning - * it.move32(3, CharacterIterator::kStart); - * // get a code point from here without moving the position - * UChar32 c=it.current32(); - * // get the position - * int32_t pos=it.getIndex(); - * // get the previous code unit - * UChar u=it.previous(); - * // move back one more code unit - * it.move(-1, CharacterIterator::kCurrent); - * // set the position back to where it was - * // and read the same code point c and move beyond it - * it.setIndex(pos); - * if(c!=it.next32PostInc()) { - * exit(1); // CharacterIterator inconsistent - * } - * } - * \endcode - * - * <p>Examples, especially for the old API:</p> - * - * Function processing characters, in this example simple output - * <pre> - * \code - * void processChar( UChar c ) - * { - * cout << " " << c; - * } - * \endcode - * </pre> - * Traverse the text from start to finish - * <pre> - * \code - * void traverseForward(CharacterIterator& iter) - * { - * for(UChar c = iter.first(); c != CharacterIterator.DONE; c = iter.next()) { - * processChar(c); - * } - * } - * \endcode - * </pre> - * Traverse the text backwards, from end to start - * <pre> - * \code - * void traverseBackward(CharacterIterator& iter) - * { - * for(UChar c = iter.last(); c != CharacterIterator.DONE; c = iter.previous()) { - * processChar(c); - * } - * } - * \endcode - * </pre> - * Traverse both forward and backward from a given position in the text. - * Calls to notBoundary() in this example represents some additional stopping criteria. - * <pre> - * \code - * void traverseOut(CharacterIterator& iter, int32_t pos) - * { - * UChar c; - * for (c = iter.setIndex(pos); - * c != CharacterIterator.DONE && (Unicode::isLetter(c) || Unicode::isDigit(c)); - * c = iter.next()) {} - * int32_t end = iter.getIndex(); - * for (c = iter.setIndex(pos); - * c != CharacterIterator.DONE && (Unicode::isLetter(c) || Unicode::isDigit(c)); - * c = iter.previous()) {} - * int32_t start = iter.getIndex() + 1; - * - * cout << "start: " << start << " end: " << end << endl; - * for (c = iter.setIndex(start); iter.getIndex() < end; c = iter.next() ) { - * processChar(c); - * } - * } - * \endcode - * </pre> - * Creating a StringCharacterIterator and calling the test functions - * <pre> - * \code - * void CharacterIterator_Example( void ) - * { - * cout << endl << "===== CharacterIterator_Example: =====" << endl; - * UnicodeString text("Ein kleiner Satz."); - * StringCharacterIterator iterator(text); - * cout << "----- traverseForward: -----------" << endl; - * traverseForward( iterator ); - * cout << endl << endl << "----- traverseBackward: ----------" << endl; - * traverseBackward( iterator ); - * cout << endl << endl << "----- traverseOut: ---------------" << endl; - * traverseOut( iterator, 7 ); - * cout << endl << endl << "-----" << endl; - * } - * \endcode - * </pre> - * - * @stable ICU 2.0 - */ -class U_COMMON_API CharacterIterator : public ForwardCharacterIterator { -public: - /** - * Origin enumeration for the move() and move32() functions. - * @stable ICU 2.0 - */ - enum EOrigin { kStart, kCurrent, kEnd }; - - /** - * Returns a pointer to a new CharacterIterator of the same - * concrete class as this one, and referring to the same - * character in the same text-storage object as this one. The - * caller is responsible for deleting the new clone. - * @return a pointer to a new CharacterIterator - * @stable ICU 2.0 - */ - virtual CharacterIterator* clone(void) const = 0; - - /** - * Sets the iterator to refer to the first code unit in its - * iteration range, and returns that code unit. - * This can be used to begin an iteration with next(). - * @return the first code unit in its iteration range. - * @stable ICU 2.0 - */ - virtual UChar first(void) = 0; - - /** - * Sets the iterator to refer to the first code unit in its - * iteration range, returns that code unit, and moves the position - * to the second code unit. This is an alternative to setToStart() - * for forward iteration with nextPostInc(). - * @return the first code unit in its iteration range. - * @stable ICU 2.0 - */ - virtual UChar firstPostInc(void); - - /** - * Sets the iterator to refer to the first code point in its - * iteration range, and returns that code unit, - * This can be used to begin an iteration with next32(). - * Note that an iteration with next32PostInc(), beginning with, - * e.g., setToStart() or firstPostInc(), is more efficient. - * @return the first code point in its iteration range. - * @stable ICU 2.0 - */ - virtual UChar32 first32(void) = 0; - - /** - * Sets the iterator to refer to the first code point in its - * iteration range, returns that code point, and moves the position - * to the second code point. This is an alternative to setToStart() - * for forward iteration with next32PostInc(). - * @return the first code point in its iteration range. - * @stable ICU 2.0 - */ - virtual UChar32 first32PostInc(void); - - /** - * Sets the iterator to refer to the first code unit or code point in its - * iteration range. This can be used to begin a forward - * iteration with nextPostInc() or next32PostInc(). - * @return the start position of the iteration range - * @stable ICU 2.0 - */ - inline int32_t setToStart(); - - /** - * Sets the iterator to refer to the last code unit in its - * iteration range, and returns that code unit. - * This can be used to begin an iteration with previous(). - * @return the last code unit. - * @stable ICU 2.0 - */ - virtual UChar last(void) = 0; - - /** - * Sets the iterator to refer to the last code point in its - * iteration range, and returns that code unit. - * This can be used to begin an iteration with previous32(). - * @return the last code point. - * @stable ICU 2.0 - */ - virtual UChar32 last32(void) = 0; - - /** - * Sets the iterator to the end of its iteration range, just behind - * the last code unit or code point. This can be used to begin a backward - * iteration with previous() or previous32(). - * @return the end position of the iteration range - * @stable ICU 2.0 - */ - inline int32_t setToEnd(); - - /** - * Sets the iterator to refer to the "position"-th code unit - * in the text-storage object the iterator refers to, and - * returns that code unit. - * @param position the "position"-th code unit in the text-storage object - * @return the "position"-th code unit. - * @stable ICU 2.0 - */ - virtual UChar setIndex(int32_t position) = 0; - - /** - * Sets the iterator to refer to the beginning of the code point - * that contains the "position"-th code unit - * in the text-storage object the iterator refers to, and - * returns that code point. - * The current position is adjusted to the beginning of the code point - * (its first code unit). - * @param position the "position"-th code unit in the text-storage object - * @return the "position"-th code point. - * @stable ICU 2.0 - */ - virtual UChar32 setIndex32(int32_t position) = 0; - - /** - * Returns the code unit the iterator currently refers to. - * @return the current code unit. - * @stable ICU 2.0 - */ - virtual UChar current(void) const = 0; - - /** - * Returns the code point the iterator currently refers to. - * @return the current code point. - * @stable ICU 2.0 - */ - virtual UChar32 current32(void) const = 0; - - /** - * Advances to the next code unit in the iteration range - * (toward endIndex()), and returns that code unit. If there are - * no more code units to return, returns DONE. - * @return the next code unit. - * @stable ICU 2.0 - */ - virtual UChar next(void) = 0; - - /** - * Advances to the next code point in the iteration range - * (toward endIndex()), and returns that code point. If there are - * no more code points to return, returns DONE. - * Note that iteration with "pre-increment" semantics is less - * efficient than iteration with "post-increment" semantics - * that is provided by next32PostInc(). - * @return the next code point. - * @stable ICU 2.0 - */ - virtual UChar32 next32(void) = 0; - - /** - * Advances to the previous code unit in the iteration range - * (toward startIndex()), and returns that code unit. If there are - * no more code units to return, returns DONE. - * @return the previous code unit. - * @stable ICU 2.0 - */ - virtual UChar previous(void) = 0; - - /** - * Advances to the previous code point in the iteration range - * (toward startIndex()), and returns that code point. If there are - * no more code points to return, returns DONE. - * @return the previous code point. - * @stable ICU 2.0 - */ - virtual UChar32 previous32(void) = 0; - - /** - * Returns FALSE if there are no more code units or code points - * before the current position in the iteration range. - * This is used with previous() or previous32() in backward - * iteration. - * @return FALSE if there are no more code units or code points - * before the current position in the iteration range, return TRUE otherwise. - * @stable ICU 2.0 - */ - virtual UBool hasPrevious() = 0; - - /** - * Returns the numeric index in the underlying text-storage - * object of the character returned by first(). Since it's - * possible to create an iterator that iterates across only - * part of a text-storage object, this number isn't - * necessarily 0. - * @returns the numeric index in the underlying text-storage - * object of the character returned by first(). - * @stable ICU 2.0 - */ - inline int32_t startIndex(void) const; - - /** - * Returns the numeric index in the underlying text-storage - * object of the position immediately BEYOND the character - * returned by last(). - * @return the numeric index in the underlying text-storage - * object of the position immediately BEYOND the character - * returned by last(). - * @stable ICU 2.0 - */ - inline int32_t endIndex(void) const; - - /** - * Returns the numeric index in the underlying text-storage - * object of the character the iterator currently refers to - * (i.e., the character returned by current()). - * @return the numberic index in the text-storage object of - * the character the iterator currently refers to - * @stable ICU 2.0 - */ - inline int32_t getIndex(void) const; - - /** - * Returns the length of the entire text in the underlying - * text-storage object. - * @return the length of the entire text in the text-storage object - * @stable ICU 2.0 - */ - inline int32_t getLength() const; - - /** - * Moves the current position relative to the start or end of the - * iteration range, or relative to the current position itself. - * The movement is expressed in numbers of code units forward - * or backward by specifying a positive or negative delta. - * @param delta the position relative to origin. A positive delta means forward; - * a negative delta means backward. - * @param origin Origin enumeration {kStart, kCurrent, kEnd} - * @return the new position - * @stable ICU 2.0 - */ - virtual int32_t move(int32_t delta, EOrigin origin) = 0; - - /** - * Moves the current position relative to the start or end of the - * iteration range, or relative to the current position itself. - * The movement is expressed in numbers of code points forward - * or backward by specifying a positive or negative delta. - * @param delta the position relative to origin. A positive delta means forward; - * a negative delta means backward. - * @param origin Origin enumeration {kStart, kCurrent, kEnd} - * @return the new position - * @stable ICU 2.0 - */ - virtual int32_t move32(int32_t delta, EOrigin origin) = 0; - - /** - * Copies the text under iteration into the UnicodeString - * referred to by "result". - * @param result Receives a copy of the text under iteration. - * @stable ICU 2.0 - */ - virtual void getText(UnicodeString& result) = 0; - -protected: - /** - * Empty constructor. - * @stable ICU 2.0 - */ - CharacterIterator(); - - /** - * Constructor, just setting the length field in this base class. - * @stable ICU 2.0 - */ - CharacterIterator(int32_t length); - - /** - * Constructor, just setting the length and position fields in this base class. - * @stable ICU 2.0 - */ - CharacterIterator(int32_t length, int32_t position); - - /** - * Constructor, just setting the length, start, end, and position fields in this base class. - * @stable ICU 2.0 - */ - CharacterIterator(int32_t length, int32_t textBegin, int32_t textEnd, int32_t position); - - /** - * Copy constructor. - * - * @param that The CharacterIterator to be copied - * @stable ICU 2.0 - */ - CharacterIterator(const CharacterIterator &that); - - /** - * Assignment operator. Sets this CharacterIterator to have the same behavior, - * as the one passed in. - * @param that The CharacterIterator passed in. - * @return the newly set CharacterIterator. - * @stable ICU 2.0 - */ - CharacterIterator &operator=(const CharacterIterator &that); - - /** - * Base class text length field. - * Necessary this for correct getText() and hashCode(). - * @stable ICU 2.0 - */ - int32_t textLength; - - /** - * Base class field for the current position. - * @stable ICU 2.0 - */ - int32_t pos; - - /** - * Base class field for the start of the iteration range. - * @stable ICU 2.0 - */ - int32_t begin; - - /** - * Base class field for the end of the iteration range. - * @stable ICU 2.0 - */ - int32_t end; -}; - -inline UBool -ForwardCharacterIterator::operator!=(const ForwardCharacterIterator& that) const { - return !operator==(that); -} - -inline int32_t -CharacterIterator::setToStart() { - return move(0, kStart); -} - -inline int32_t -CharacterIterator::setToEnd() { - return move(0, kEnd); -} - -inline int32_t -CharacterIterator::startIndex(void) const { - return begin; -} - -inline int32_t -CharacterIterator::endIndex(void) const { - return end; -} - -inline int32_t -CharacterIterator::getIndex(void) const { - return pos; -} - -inline int32_t -CharacterIterator::getLength(void) const { - return textLength; -} - -U_NAMESPACE_END -#endif diff --git a/jni/EastAsianWidth/unicode/dbbi.h b/jni/EastAsianWidth/unicode/dbbi.h deleted file mode 100644 index c7984ef..0000000 --- a/jni/EastAsianWidth/unicode/dbbi.h +++ /dev/null @@ -1,41 +0,0 @@ -/* -********************************************************************** -* Copyright (C) 1999-2006 IBM Corp. All rights reserved. -********************************************************************** -* Date Name Description -* 12/1/99 rgillam Complete port from Java. -* 01/13/2000 helena Added UErrorCode to ctors. -********************************************************************** -*/ - -#ifndef DBBI_H -#define DBBI_H - -#include "unicode/rbbi.h" - -#if !UCONFIG_NO_BREAK_ITERATION - -/** - * \file - * \brief C++ API: Dictionary Based Break Iterator - */ - -U_NAMESPACE_BEGIN - -/** - * An obsolete subclass of RuleBasedBreakIterator. Handling of dictionary- - * based break iteration has been folded into the base class. This class - * is deprecated as of ICU 3.6. - */ - -#ifndef U_HIDE_DEPRECATED_API - -typedef RuleBasedBreakIterator DictionaryBasedBreakIterator; - -#endif - -U_NAMESPACE_END - -#endif /* #if !UCONFIG_NO_BREAK_ITERATION */ - -#endif diff --git a/jni/EastAsianWidth/unicode/docmain.h b/jni/EastAsianWidth/unicode/docmain.h deleted file mode 100644 index 973ebea..0000000 --- a/jni/EastAsianWidth/unicode/docmain.h +++ /dev/null @@ -1,202 +0,0 @@ -/******************************************************************** - * COPYRIGHT: - * Copyright (c) 1997-2007, International Business Machines Corporation and - * others. All Rights Reserved. - * - * FILE NAME: DOCMAIN.h - * - * Date Name Description - * 12/11/2000 Ram Creation. - */ - -/* This file contains documentation for Doxygen and doesnot have - * any significance with respect to C or C++ API - */ - -/*! \mainpage - * - * \section API API Reference Usage - * - * <h3>C++ Programmers:</h3> - * <p>Use <a href="hierarchy.html">Class Hierarchy</a> or <a href="classes.html"> Alphabetical List </a> - * or <a href="annotated.html"> Compound List</a> - * to find the class you are interested in. For example, to find BreakIterator, - * you can go to the <a href="classes.html"> Alphabetical List</a>, then click on - * "BreakIterator". Once you are at the class, you will find an inheritance - * chart, a list of the public members, a detailed description of the class, - * then detailed member descriptions.</p> - * - * <h3>C Programmers:</h3> - * <p>Use <a href="#Module">Module List</a> or <a href="globals.html">File Members</a> - * to find a list of all the functions and constants. - * For example, to find BreakIterator functions you would click on - * <a href="files.html"> File List</a>, - * then find "ubrk.h" and click on it. You will find descriptions of Defines, - * Typedefs, Enumerations, and Functions, with detailed descriptions below. - * If you want to find a specific function, such as ubrk_next(), then click - * first on <a href="globals.html"> File Members</a>, then use your browser - * Find dialog to search for "ubrk_next()".</p> - * - * - * <h3>API References for Previous Releases</h3> - * <p>The API References for each release of ICU are also available as - * a zip file from the ICU - * <a href="http://icu-project.org/download/">download page</a>.</p> - * - * <hr> - * - * <h2>Architecture (User's Guide)</h2> - * <ul> - * <li><a href="http://icu-project.org/userguide/">Introduction</a></li> - * <li><a href="http://icu-project.org/userguide/i18n.html">Internationalization</a></li> - * <li><a href="http://icu-project.org/userguide/design.html">Locale Model</a></li> - * <li><a href="http://icu-project.org/userguide/design.html">Multithreading</a></li> - * <li><a href="http://icu-project.org/userguide/conversion.html">Conversion</a></li> - * <li><a href="http://icu-project.org/userguide/design.html">Error Handling</a></li> - * </ul> - * - * <hr> - *\htmlonly <h2><a NAME="Module">Module List</a></h2> \endhtmlonly - * <table border="1" cols="3" align="center"> - * <tr> - * <td><strong>Module Name</strong></td> - * <td><strong>C</strong></td> - * <td><strong>C++</strong></td> - * </tr> - * <tr> - * <td>Basic Types and Constants</td> - * <td>utypes.h</td> - * <td>utypes.h</td> - * </tr> - * <tr> - * <td>Strings and Character Iteration</td> - * <td>ustring.h, utf.h</td> - * <td>UnicodeString, CharacterIterator</td> - * </tr> - * <tr> - * <td>Unicode Character<br>Properties and Names</td> - * <td>uchar.h</td> - * <td>uchar.h C API</td> - * </tr> - * <tr> - * <td>Codepage Conversion</td> - * <td>ucnv.h</td> - * <td>ucnv.h C API</td> - * </tr> - * <tr> - * <td>Unicode Text Compression</td> - * <td>ucnv.h <br> (encoding name "SCSU" or "BOCU-1")</td> - * <td>ucnv.h C API</td> - * </tr> - * <tr> - * <td>Locales </td> - * <td>uloc.h</a></td> - * <td>Locale</td> - * </tr> - * <tr> - * <td>Resource Bundles</td> - * <td>ures.h</td> - * <td>ResourceBundle</td> - * </tr> - * <tr> - * <td>Normalization</td> - * <td>unorm.h</td> - * <td>Normalizer</td> - * </tr> - * <tr> - * <td>Calendars</td> - * <td>ucal.h</td> - * <td>Calendar</td> - * </tr> - * <tr> - * <td>Date and Time Formatting</td> - * <td>udat.h</td> - * <td>DateFormat</td> - * </tr> - * <tr> - * <td>Message Formatting</td> - * <td>umsg.h</td> - * <td>MessageFormat</td> - * </tr> - * <tr> - * <td>Number Formatting</td> - * <td>unum.h</td> - * <td>NumberFormat</td> - * </tr> - * <tr> - * <td>Number Spellout <br> (Rule Based Number Formatting)</td> - * <td>unum.h <br> (use UNUM_SPELLOUT)</td> - * <td>RuleBasedNumberFormat</td> - * </tr> - * <tr> - * <td>Text Transformation <br> (Transliteration)</td> - * <td>utrans.h</td> - * <td>Transliterator</td> - * </tr> - * <tr> - * <td>Bidirectional Algorithm</td> - * <td>ubidi.h</td> - * <td>ubidi.h C API</td> - * </tr> - * <tr> - * <td>Arabic Shaping</td> - * <td>ushape.h</td> - * <td>ushape.h C API</td> - * </tr> - * <tr> - * <td>Collation</td> - * <td>ucol.h</td> - * <td>Collator</td> - * </tr> - * <tr> - * <td>String Searching</td> - * <td>usearch.h</td> - * <td>StringSearch</td> - * </tr> - * <tr> - * <td>Text Boundary Analysis <br> (Break Iteration)</td> - * <td>ubrk.h</td> - * <td>BreakIterator</td> - * </tr> - * <tr> - * <td>Unicode Set</td> - * <td>uset.h</td> - * <td>UnicodeSet</td> - * </tr> - * <tr> - * <td>Regular Expressions</td> - * <td>uregex.h</td> - * <td>RegexPattern, RegexMatcher</td> - * </tr> - * <tr> - * <td>StringPrep</td> - * <td>usprep.h</td> - * <td>usprep.h C API</td> - * </tr> - * <tr> - * <td>International Domain Names in Applications</td> - * <td>uidna.h</td> - * <td>uidna.h C API</td> - * </tr> - * <tr> - * <td>Universal Time Scale</td> - * <td>utmscale.h</td> - * <td>utmscale.h C API</td> - * </tr> - * <tr> - * <td>Basic Layout Engine Types and Constants</td> - * <td>(no C API)</td> - * <td>LETypes.h</td> - * </tr> - * <tr> - * <td>Complex Text Layout</td> - * <td>(no C API)</td> - * <td>LayoutEngine, ParagraphLayout</td> - * </tr> - * <tr> - * <td>ICU I/O</td> - * <td>ustdio.h</td> - * <td>ustream.h</td> - * </tr> - * </table> - */ diff --git a/jni/EastAsianWidth/unicode/locid.h b/jni/EastAsianWidth/unicode/locid.h deleted file mode 100644 index a3cc23b..0000000 --- a/jni/EastAsianWidth/unicode/locid.h +++ /dev/null @@ -1,765 +0,0 @@ -/* -****************************************************************************** -* -* Copyright (C) 1996-2006, International Business Machines -* Corporation and others. All Rights Reserved. -* -****************************************************************************** -* -* File locid.h -* -* Created by: Helena Shih -* -* Modification History: -* -* Date Name Description -* 02/11/97 aliu Changed gLocPath to fgLocPath and added methods to -* get and set it. -* 04/02/97 aliu Made operator!= inline; fixed return value of getName(). -* 04/15/97 aliu Cleanup for AIX/Win32. -* 04/24/97 aliu Numerous changes per code review. -* 08/18/98 stephen Added tokenizeString(),changed getDisplayName() -* 09/08/98 stephen Moved definition of kEmptyString for Mac Port -* 11/09/99 weiv Added const char * getName() const; -* 04/12/00 srl removing unicodestring api's and cached hash code -* 08/10/01 grhoten Change the static Locales to accessor functions -****************************************************************************** -*/ - -#ifndef LOCID_H -#define LOCID_H - -#include "unicode/utypes.h" -#include "unicode/uobject.h" -#include "unicode/unistr.h" -#include "unicode/putil.h" -#include "unicode/uloc.h" -#include "unicode/strenum.h" - -/** - * \file - * \brief C++ API: Locale ID object. - */ - -/** - * A <code>Locale</code> object represents a specific geographical, political, - * or cultural region. An operation that requires a <code>Locale</code> to perform - * its task is called <em>locale-sensitive</em> and uses the <code>Locale</code> - * to tailor information for the user. For example, displaying a number - * is a locale-sensitive operation--the number should be formatted - * according to the customs/conventions of the user's native country, - * region, or culture. - * - * The Locale class is not suitable for subclassing. - * - * <P> - * You can create a <code>Locale</code> object using the constructor in - * this class: - * \htmlonly<blockquote>\endhtmlonly - * <pre> - * Locale( const char* language, - * const char* country, - * const char* variant); - * </pre> - * \htmlonly</blockquote>\endhtmlonly - * The first argument to the constructors is a valid <STRONG>ISO - * Language Code.</STRONG> These codes are the lower-case two-letter - * codes as defined by ISO-639. - * You can find a full list of these codes at: - * <BR><a href ="http://www.loc.gov/standards/iso639-2/"> - * http://www.loc.gov/standards/iso639-2/</a> - * - * <P> - * The second argument to the constructors is a valid <STRONG>ISO Country - * Code.</STRONG> These codes are the upper-case two-letter codes - * as defined by ISO-3166. - * You can find a full list of these codes at a number of sites, such as: - * <BR><a href="http://www.iso.org/iso/en/prods-services/iso3166ma/index.html"> - * http://www.iso.org/iso/en/prods-services/iso3166ma/index.html</a> - * - * <P> - * The third constructor requires a third argument--the <STRONG>Variant.</STRONG> - * The Variant codes are vendor and browser-specific. - * For example, use REVISED for a langauge's revised script orthography, and POSIX for POSIX. - * Where there are two variants, separate them with an underscore, and - * put the most important one first. For - * example, a Traditional Spanish collation might be referenced, with - * "ES", "ES", "Traditional_POSIX". - * - * <P> - * Because a <code>Locale</code> object is just an identifier for a region, - * no validity check is performed when you construct a <code>Locale</code>. - * If you want to see whether particular resources are available for the - * <code>Locale</code> you construct, you must query those resources. For - * example, ask the <code>NumberFormat</code> for the locales it supports - * using its <code>getAvailableLocales</code> method. - * <BR><STRONG>Note:</STRONG> When you ask for a resource for a particular - * locale, you get back the best available match, not necessarily - * precisely what you asked for. For more information, look at - * <code>ResourceBundle</code>. - * - * <P> - * The <code>Locale</code> class provides a number of convenient constants - * that you can use to create <code>Locale</code> objects for commonly used - * locales. For example, the following refers to a <code>Locale</code> object - * for the United States: - * \htmlonly<blockquote>\endhtmlonly - * <pre> - * Locale::getUS() - * </pre> - * \htmlonly</blockquote>\endhtmlonly - * - * <P> - * Once you've created a <code>Locale</code> you can query it for information about - * itself. Use <code>getCountry</code> to get the ISO Country Code and - * <code>getLanguage</code> to get the ISO Language Code. You can - * use <code>getDisplayCountry</code> to get the - * name of the country suitable for displaying to the user. Similarly, - * you can use <code>getDisplayLanguage</code> to get the name of - * the language suitable for displaying to the user. Interestingly, - * the <code>getDisplayXXX</code> methods are themselves locale-sensitive - * and have two versions: one that uses the default locale and one - * that takes a locale as an argument and displays the name or country in - * a language appropriate to that locale. - * - * <P> - * ICU provides a number of classes that perform locale-sensitive - * operations. For example, the <code>NumberFormat</code> class formats - * numbers, currency, or percentages in a locale-sensitive manner. Classes - * such as <code>NumberFormat</code> have a number of convenience methods - * for creating a default object of that type. For example, the - * <code>NumberFormat</code> class provides these three convenience methods - * for creating a default <code>NumberFormat</code> object: - * \htmlonly<blockquote>\endhtmlonly - * <pre> - * UErrorCode success = U_ZERO_ERROR; - * Locale myLocale; - * NumberFormat *nf; - * - * nf = NumberFormat::createInstance( success ); delete nf; - * nf = NumberFormat::createCurrencyInstance( success ); delete nf; - * nf = NumberFormat::createPercentInstance( success ); delete nf; - * </pre> - * \htmlonly</blockquote>\endhtmlonly - * Each of these methods has two variants; one with an explicit locale - * and one without; the latter using the default locale. - * \htmlonly<blockquote>\endhtmlonly - * <pre> - * nf = NumberFormat::createInstance( myLocale, success ); delete nf; - * nf = NumberFormat::createCurrencyInstance( myLocale, success ); delete nf; - * nf = NumberFormat::createPercentInstance( myLocale, success ); delete nf; - * </pre> - * \htmlonly</blockquote>\endhtmlonly - * A <code>Locale</code> is the mechanism for identifying the kind of object - * (<code>NumberFormat</code>) that you would like to get. The locale is - * <STRONG>just</STRONG> a mechanism for identifying objects, - * <STRONG>not</STRONG> a container for the objects themselves. - * - * <P> - * Each class that performs locale-sensitive operations allows you - * to get all the available objects of that type. You can sift - * through these objects by language, country, or variant, - * and use the display names to present a menu to the user. - * For example, you can create a menu of all the collation objects - * suitable for a given language. Such classes implement these - * three class methods: - * \htmlonly<blockquote>\endhtmlonly - * <pre> - * static Locale* getAvailableLocales(int32_t& numLocales) - * static UnicodeString& getDisplayName(const Locale& objectLocale, - * const Locale& displayLocale, - * UnicodeString& displayName) - * static UnicodeString& getDisplayName(const Locale& objectLocale, - * UnicodeString& displayName) - * </pre> - * \htmlonly</blockquote>\endhtmlonly - * - * @stable ICU 2.0 - * @see ResourceBundle - */ -U_NAMESPACE_BEGIN -class U_COMMON_API Locale : public UObject { -public: - /** Useful constant for this language. @stable ICU 2.0 */ - static const Locale &U_EXPORT2 getEnglish(void); - /** Useful constant for this language. @stable ICU 2.0 */ - static const Locale &U_EXPORT2 getFrench(void); - /** Useful constant for this language. @stable ICU 2.0 */ - static const Locale &U_EXPORT2 getGerman(void); - /** Useful constant for this language. @stable ICU 2.0 */ - static const Locale &U_EXPORT2 getItalian(void); - /** Useful constant for this language. @stable ICU 2.0 */ - static const Locale &U_EXPORT2 getJapanese(void); - /** Useful constant for this language. @stable ICU 2.0 */ - static const Locale &U_EXPORT2 getKorean(void); - /** Useful constant for this language. @stable ICU 2.0 */ - static const Locale &U_EXPORT2 getChinese(void); - /** Useful constant for this language. @stable ICU 2.0 */ - static const Locale &U_EXPORT2 getSimplifiedChinese(void); - /** Useful constant for this language. @stable ICU 2.0 */ - static const Locale &U_EXPORT2 getTraditionalChinese(void); - - /** Useful constant for this country/region. @stable ICU 2.0 */ - static const Locale &U_EXPORT2 getFrance(void); - /** Useful constant for this country/region. @stable ICU 2.0 */ - static const Locale &U_EXPORT2 getGermany(void); - /** Useful constant for this country/region. @stable ICU 2.0 */ - static const Locale &U_EXPORT2 getItaly(void); - /** Useful constant for this country/region. @stable ICU 2.0 */ - static const Locale &U_EXPORT2 getJapan(void); - /** Useful constant for this country/region. @stable ICU 2.0 */ - static const Locale &U_EXPORT2 getKorea(void); - /** Useful constant for this country/region. @stable ICU 2.0 */ - static const Locale &U_EXPORT2 getChina(void); - /** Useful constant for this country/region. @stable ICU 2.0 */ - static const Locale &U_EXPORT2 getPRC(void); - /** Useful constant for this country/region. @stable ICU 2.0 */ - static const Locale &U_EXPORT2 getTaiwan(void); - /** Useful constant for this country/region. @stable ICU 2.0 */ - static const Locale &U_EXPORT2 getUK(void); - /** Useful constant for this country/region. @stable ICU 2.0 */ - static const Locale &U_EXPORT2 getUS(void); - /** Useful constant for this country/region. @stable ICU 2.0 */ - static const Locale &U_EXPORT2 getCanada(void); - /** Useful constant for this country/region. @stable ICU 2.0 */ - static const Locale &U_EXPORT2 getCanadaFrench(void); - - - /** - * Construct a default locale object, a Locale for the default locale ID. - * - * @see getDefault - * @see uloc_getDefault - * @stable ICU 2.0 - */ - Locale(); - - /** - * Construct a locale from language, country, variant. - * If an error occurs, then the constructed object will be "bogus" - * (isBogus() will return TRUE). - * - * @param language Lowercase two-letter or three-letter ISO-639 code. - * This parameter can instead be an ICU style C locale (e.g. "en_US"), - * but the other parameters must not be used. - * This parameter can be NULL; if so, - * the locale is initialized to match the current default locale. - * (This is the same as using the default constructor.) - * Please note: The Java Locale class does NOT accept the form - * 'new Locale("en_US")' but only 'new Locale("en","US")' - * - * @param country Uppercase two-letter ISO-3166 code. (optional) - * @param variant Uppercase vendor and browser specific code. See class - * description. (optional) - * @param keywordsAndValues A string consisting of keyword/values pairs, such as - * "collation=phonebook;currency=euro" - * - * @see getDefault - * @see uloc_getDefault - * @stable ICU 2.0 - */ - Locale( const char * language, - const char * country = 0, - const char * variant = 0, - const char * keywordsAndValues = 0); - - /** - * Initializes a Locale object from another Locale object. - * - * @param other The Locale object being copied in. - * @stable ICU 2.0 - */ - Locale(const Locale& other); - - - /** - * Destructor - * @stable ICU 2.0 - */ - virtual ~Locale() ; - - /** - * Replaces the entire contents of *this with the specified value. - * - * @param other The Locale object being copied in. - * @return *this - * @stable ICU 2.0 - */ - Locale& operator=(const Locale& other); - - /** - * Checks if two locale keys are the same. - * - * @param other The locale key object to be compared with this. - * @return True if the two locale keys are the same, false otherwise. - * @stable ICU 2.0 - */ - UBool operator==(const Locale& other) const; - - /** - * Checks if two locale keys are not the same. - * - * @param other The locale key object to be compared with this. - * @return True if the two locale keys are not the same, false - * otherwise. - * @stable ICU 2.0 - */ - UBool operator!=(const Locale& other) const; - - /** - * Clone this object. - * Clones can be used concurrently in multiple threads. - * If an error occurs, then NULL is returned. - * The caller must delete the clone. - * - * @return a clone of this object - * - * @see getDynamicClassID - * @stable ICU 2.8 - */ - Locale *clone() const; - - /** - * Common methods of getting the current default Locale. Used for the - * presentation: menus, dialogs, etc. Generally set once when your applet or - * application is initialized, then never reset. (If you do reset the - * default locale, you probably want to reload your GUI, so that the change - * is reflected in your interface.) - * - * More advanced programs will allow users to use different locales for - * different fields, e.g. in a spreadsheet. - * - * Note that the initial setting will match the host system. - * @return a reference to the Locale object for the default locale ID - * @system - * @stable ICU 2.0 - */ - static const Locale& U_EXPORT2 getDefault(void); - - /** - * Sets the default. Normally set once at the beginning of a process, - * then never reset. - * setDefault() only changes ICU's default locale ID, <strong>not</strong> - * the default locale ID of the runtime environment. - * - * @param newLocale Locale to set to. If NULL, set to the value obtained - * from the runtime environement. - * @param success The error code. - * @system - * @stable ICU 2.0 - */ - static void U_EXPORT2 setDefault(const Locale& newLocale, - UErrorCode& success); - - /** - * Creates a locale which has had minimal canonicalization - * as per uloc_getName(). - * @param name The name to create from. If name is null, - * the default Locale is used. - * @return new locale object - * @stable ICU 2.0 - * @see uloc_getName - */ - static Locale U_EXPORT2 createFromName(const char *name); - - /** - * Creates a locale from the given string after canonicalizing - * the string by calling uloc_canonicalize(). - * @param name the locale ID to create from. Must not be NULL. - * @return a new locale object corresponding to the given name - * @stable ICU 3.0 - * @see uloc_canonicalize - */ - static Locale U_EXPORT2 createCanonical(const char* name); - - /** - * Returns the locale's ISO-639 language code. - * @return An alias to the code - * @stable ICU 2.0 - */ - inline const char * getLanguage( ) const; - - /** - * Returns the locale's ISO-15924 abbreviation script code. - * @return An alias to the code - * @see uscript_getShortName - * @see uscript_getCode - * @stable ICU 2.8 - */ - inline const char * getScript( ) const; - - /** - * Returns the locale's ISO-3166 country code. - * @return An alias to the code - * @stable ICU 2.0 - */ - inline const char * getCountry( ) const; - - /** - * Returns the locale's variant code. - * @return An alias to the code - * @stable ICU 2.0 - */ - inline const char * getVariant( ) const; - - /** - * Returns the programmatic name of the entire locale, with the language, - * country and variant separated by underbars. If a field is missing, up - * to two leading underbars will occur. Example: "en", "de_DE", "en_US_WIN", - * "de__POSIX", "fr__MAC", "__MAC", "_MT", "_FR_EURO" - * @return A pointer to "name". - * @stable ICU 2.0 - */ - inline const char * getName() const; - - /** - * Returns the programmatic name of the entire locale as getName would return, - * but without keywords. - * @return A pointer to "name". - * @see getName - * @stable ICU 2.8 - */ - const char * getBaseName() const; - - - /** - * Gets the list of keywords for the specified locale. - * - * @return pointer to StringEnumeration class. Client must dispose of it by calling delete. - * @param status Returns any error information while performing this operation. - * @stable ICU 2.8 - */ - StringEnumeration * createKeywords(UErrorCode &status) const; - - /** - * Get the value for a keyword. - * - * @param keywordName name of the keyword for which we want the value. Case insensitive. - * @param status Returns any error information while performing this operation. - * @param buffer The buffer to receive the keyword value. - * @param bufferCapacity The capacity of receiving buffer - * @return the length of keyword value - * - * @stable ICU 2.8 - */ - int32_t getKeywordValue(const char* keywordName, char *buffer, int32_t bufferCapacity, UErrorCode &status) const; - - /** - * returns the locale's three-letter language code, as specified - * in ISO draft standard ISO-639-2. - * @return An alias to the code, or NULL - * @stable ICU 2.0 - */ - const char * getISO3Language() const; - - /** - * Fills in "name" with the locale's three-letter ISO-3166 country code. - * @return An alias to the code, or NULL - * @stable ICU 2.0 - */ - const char * getISO3Country() const; - - /** - * Returns the Windows LCID value corresponding to this locale. - * This value is stored in the resource data for the locale as a one-to-four-digit - * hexadecimal number. If the resource is missing, in the wrong format, or - * there is no Windows LCID value that corresponds to this locale, returns 0. - * @stable ICU 2.0 - */ - uint32_t getLCID(void) const; - - /** - * Fills in "dispLang" with the name of this locale's language in a format suitable for - * user display in the default locale. For example, if the locale's language code is - * "fr" and the default locale's language code is "en", this function would set - * dispLang to "French". - * @param dispLang Receives the language's display name. - * @return A reference to "dispLang". - * @stable ICU 2.0 - */ - UnicodeString& getDisplayLanguage(UnicodeString& dispLang) const; - - /** - * Fills in "dispLang" with the name of this locale's language in a format suitable for - * user display in the locale specified by "displayLocale". For example, if the locale's - * language code is "en" and displayLocale's language code is "fr", this function would set - * dispLang to "Anglais". - * @param displayLocale Specifies the locale to be used to display the name. In other words, - * if the locale's language code is "en", passing Locale::getFrench() for - * displayLocale would result in "Anglais", while passing Locale::getGerman() - * for displayLocale would result in "Englisch". - * @param dispLang Receives the language's display name. - * @return A reference to "dispLang". - * @stable ICU 2.0 - */ - UnicodeString& getDisplayLanguage( const Locale& displayLocale, - UnicodeString& dispLang) const; - - /** - * Fills in "dispScript" with the name of this locale's script in a format suitable - * for user display in the default locale. For example, if the locale's script code - * is "LATN" and the default locale's language code is "en", this function would set - * dispScript to "Latin". - * @param dispScript Receives the scripts's display name. - * @return A reference to "dispScript". - * @stable ICU 2.8 - */ - UnicodeString& getDisplayScript( UnicodeString& dispScript) const; - - /** - * Fills in "dispScript" with the name of this locale's country in a format suitable - * for user display in the locale specified by "displayLocale". For example, if the locale's - * script code is "LATN" and displayLocale's language code is "en", this function would set - * dispScript to "Latin". - * @param displayLocale Specifies the locale to be used to display the name. In other - * words, if the locale's script code is "LATN", passing - * Locale::getFrench() for displayLocale would result in "", while - * passing Locale::getGerman() for displayLocale would result in - * "". - * @param dispScript Receives the scripts's display name. - * @return A reference to "dispScript". - * @stable ICU 2.8 - */ - UnicodeString& getDisplayScript( const Locale& displayLocale, - UnicodeString& dispScript) const; - - /** - * Fills in "dispCountry" with the name of this locale's country in a format suitable - * for user display in the default locale. For example, if the locale's country code - * is "FR" and the default locale's language code is "en", this function would set - * dispCountry to "France". - * @param dispCountry Receives the country's display name. - * @return A reference to "dispCountry". - * @stable ICU 2.0 - */ - UnicodeString& getDisplayCountry( UnicodeString& dispCountry) const; - - /** - * Fills in "dispCountry" with the name of this locale's country in a format suitable - * for user display in the locale specified by "displayLocale". For example, if the locale's - * country code is "US" and displayLocale's language code is "fr", this function would set - * dispCountry to "États-Unis". - * @param displayLocale Specifies the locale to be used to display the name. In other - * words, if the locale's country code is "US", passing - * Locale::getFrench() for displayLocale would result in "États-Unis", while - * passing Locale::getGerman() for displayLocale would result in - * "Vereinigte Staaten". - * @param dispCountry Receives the country's display name. - * @return A reference to "dispCountry". - * @stable ICU 2.0 - */ - UnicodeString& getDisplayCountry( const Locale& displayLocale, - UnicodeString& dispCountry) const; - - /** - * Fills in "dispVar" with the name of this locale's variant code in a format suitable - * for user display in the default locale. - * @param dispVar Receives the variant's name. - * @return A reference to "dispVar". - * @stable ICU 2.0 - */ - UnicodeString& getDisplayVariant( UnicodeString& dispVar) const; - - /** - * Fills in "dispVar" with the name of this locale's variant code in a format - * suitable for user display in the locale specified by "displayLocale". - * @param displayLocale Specifies the locale to be used to display the name. - * @param dispVar Receives the variant's display name. - * @return A reference to "dispVar". - * @stable ICU 2.0 - */ - UnicodeString& getDisplayVariant( const Locale& displayLocale, - UnicodeString& dispVar) const; - - /** - * Fills in "name" with the name of this locale in a format suitable for user display - * in the default locale. This function uses getDisplayLanguage(), getDisplayCountry(), - * and getDisplayVariant() to do its work, and outputs the display name in the format - * "language (country[,variant])". For example, if the default locale is en_US, then - * fr_FR's display name would be "French (France)", and es_MX_Traditional's display name - * would be "Spanish (Mexico,Traditional)". - * @param name Receives the locale's display name. - * @return A reference to "name". - * @stable ICU 2.0 - */ - UnicodeString& getDisplayName( UnicodeString& name) const; - - /** - * Fills in "name" with the name of this locale in a format suitable for user display - * in the locale specfied by "displayLocale". This function uses getDisplayLanguage(), - * getDisplayCountry(), and getDisplayVariant() to do its work, and outputs the display - * name in the format "language (country[,variant])". For example, if displayLocale is - * fr_FR, then en_US's display name would be "Anglais (États-Unis)", and no_NO_NY's - * display name would be "norvégien (Norvège,NY)". - * @param displayLocale Specifies the locale to be used to display the name. - * @param name Receives the locale's display name. - * @return A reference to "name". - * @stable ICU 2.0 - */ - UnicodeString& getDisplayName( const Locale& displayLocale, - UnicodeString& name) const; - - /** - * Generates a hash code for the locale. - * @stable ICU 2.0 - */ - int32_t hashCode(void) const; - - /** - * Sets the locale to bogus - * A bogus locale represents a non-existing locale associated - * with services that can be instantiated from non-locale data - * in addition to locale (for example, collation can be - * instantiated from a locale and from a rule set). - * @stable ICU 2.1 - */ - void setToBogus(); - - /** - * Gets the bogus state. Locale object can be bogus if it doesn't exist - * @return FALSE if it is a real locale, TRUE if it is a bogus locale - * @stable ICU 2.1 - */ - UBool isBogus(void) const; - - /** - * Returns a list of all installed locales. - * @param count Receives the number of locales in the list. - * @return A pointer to an array of Locale objects. This array is the list - * of all locales with installed resource files. The called does NOT - * get ownership of this list, and must NOT delete it. - * @stable ICU 2.0 - */ - static const Locale* U_EXPORT2 getAvailableLocales(int32_t& count); - - /** - * Gets a list of all available 2-letter country codes defined in ISO 639. This is a - * pointer to an array of pointers to arrays of char. All of these pointers are - * owned by ICU-- do not delete them, and do not write through them. The array is - * terminated with a null pointer. - * @return a list of all available country codes - * @stable ICU 2.0 - */ - static const char* const* U_EXPORT2 getISOCountries(); - - /** - * Gets a list of all available language codes defined in ISO 639. This is a pointer - * to an array of pointers to arrays of char. All of these pointers are owned - * by ICU-- do not delete them, and do not write through them. The array is - * terminated with a null pointer. - * @return a list of all available language codes - * @stable ICU 2.0 - */ - static const char* const* U_EXPORT2 getISOLanguages(); - - /** - * ICU "poor man's RTTI", returns a UClassID for this class. - * - * @stable ICU 2.2 - */ - static UClassID U_EXPORT2 getStaticClassID(); - - /** - * ICU "poor man's RTTI", returns a UClassID for the actual class. - * - * @stable ICU 2.2 - */ - virtual UClassID getDynamicClassID() const; - -protected: /* only protected for testing purposes. DO NOT USE. */ - /** - * Set this from a single POSIX style locale string. - * @internal - */ - void setFromPOSIXID(const char *posixID); - -private: - /** - * Initialize the locale object with a new name. - * Was deprecated - used in implementation - moved internal - * - * @param cLocaleID The new locale name. - */ - Locale& init(const char* cLocaleID, UBool canonicalize); - - /* - * Internal constructor to allow construction of a locale object with - * NO side effects. (Default constructor tries to get - * the default locale.) - */ - enum ELocaleType { - eBOGUS - }; - Locale(ELocaleType); - - /** - * Initialize the locale cache for commonly used locales - */ - static Locale *getLocaleCache(void); - - char language[ULOC_LANG_CAPACITY]; - char script[ULOC_SCRIPT_CAPACITY]; - char country[ULOC_COUNTRY_CAPACITY]; - int32_t variantBegin; - char* fullName; - char fullNameBuffer[ULOC_FULLNAME_CAPACITY]; - // name without keywords - char* baseName; - char baseNameBuffer[ULOC_FULLNAME_CAPACITY]; - - UBool fIsBogus; - - static const Locale &getLocale(int locid); - - /** - * A friend to allow the default locale to be set by either the C or C++ API. - * @internal - */ - friend void locale_set_default_internal(const char *); -}; - -inline UBool -Locale::operator!=(const Locale& other) const -{ - return !operator==(other); -} - -inline const char * -Locale::getCountry() const -{ - return country; -} - -inline const char * -Locale::getLanguage() const -{ - return language; -} - -inline const char * -Locale::getScript() const -{ - return script; -} - -inline const char * -Locale::getVariant() const -{ - return &fullName[variantBegin]; -} - -inline const char * -Locale::getName() const -{ - return fullName; -} - -inline UBool -Locale::isBogus(void) const { - return fIsBogus; -} - -U_NAMESPACE_END - -#endif - diff --git a/jni/EastAsianWidth/unicode/normlzr.h b/jni/EastAsianWidth/unicode/normlzr.h deleted file mode 100644 index 7974f1a..0000000 --- a/jni/EastAsianWidth/unicode/normlzr.h +++ /dev/null @@ -1,823 +0,0 @@ -/* - ******************************************************************** - * COPYRIGHT: - * Copyright (c) 1996-2006, International Business Machines Corporation and - * others. All Rights Reserved. - ******************************************************************** - */ - -#ifndef NORMLZR_H -#define NORMLZR_H - -#include "unicode/utypes.h" - -/** - * \file - * \brief C++ API: Unicode Normalization - */ - -#if !UCONFIG_NO_NORMALIZATION - -#include "unicode/uobject.h" -#include "unicode/unistr.h" -#include "unicode/chariter.h" -#include "unicode/unorm.h" - - -struct UCharIterator; -typedef struct UCharIterator UCharIterator; /**< C typedef for struct UCharIterator. @stable ICU 2.1 */ - -U_NAMESPACE_BEGIN -/** - * The Normalizer class supports the standard normalization forms described in - * <a href="http://www.unicode.org/unicode/reports/tr15/" target="unicode"> - * Unicode Standard Annex #15: Unicode Normalization Forms</a>. - * - * The Normalizer class consists of two parts: - * - static functions that normalize strings or test if strings are normalized - * - a Normalizer object is an iterator that takes any kind of text and - * provides iteration over its normalized form - * - * The Normalizer class is not suitable for subclassing. - * - * The static functions are basically wrappers around the C implementation, - * using UnicodeString instead of UChar*. - * For basic information about normalization forms and details about the C API - * please see the documentation in unorm.h. - * - * The iterator API with the Normalizer constructors and the non-static functions - * uses a CharacterIterator as input. It is possible to pass a string which - * is then internally wrapped in a CharacterIterator. - * The input text is not normalized all at once, but incrementally where needed - * (providing efficient random access). - * This allows to pass in a large text but spend only a small amount of time - * normalizing a small part of that text. - * However, if the entire text is normalized, then the iterator will be - * slower than normalizing the entire text at once and iterating over the result. - * A possible use of the Normalizer iterator is also to report an index into the - * original text that is close to where the normalized characters come from. - * - * <em>Important:</em> The iterator API was cleaned up significantly for ICU 2.0. - * The earlier implementation reported the getIndex() inconsistently, - * and previous() could not be used after setIndex(), next(), first(), and current(). - * - * Normalizer allows to start normalizing from anywhere in the input text by - * calling setIndexOnly(), first(), or last(). - * Without calling any of these, the iterator will start at the beginning of the text. - * - * At any time, next() returns the next normalized code point (UChar32), - * with post-increment semantics (like CharacterIterator::next32PostInc()). - * previous() returns the previous normalized code point (UChar32), - * with pre-decrement semantics (like CharacterIterator::previous32()). - * - * current() returns the current code point - * (respectively the one at the newly set index) without moving - * the getIndex(). Note that if the text at the current position - * needs to be normalized, then these functions will do that. - * (This is why current() is not const.) - * It is more efficient to call setIndexOnly() instead, which does not - * normalize. - * - * getIndex() always refers to the position in the input text where the normalized - * code points are returned from. It does not always change with each returned - * code point. - * The code point that is returned from any of the functions - * corresponds to text at or after getIndex(), according to the - * function's iteration semantics (post-increment or pre-decrement). - * - * next() returns a code point from at or after the getIndex() - * from before the next() call. After the next() call, the getIndex() - * might have moved to where the next code point will be returned from - * (from a next() or current() call). - * This is semantically equivalent to array access with array[index++] - * (post-increment semantics). - * - * previous() returns a code point from at or after the getIndex() - * from after the previous() call. - * This is semantically equivalent to array access with array[--index] - * (pre-decrement semantics). - * - * Internally, the Normalizer iterator normalizes a small piece of text - * starting at the getIndex() and ending at a following "safe" index. - * The normalized results is stored in an internal string buffer, and - * the code points are iterated from there. - * With multiple iteration calls, this is repeated until the next piece - * of text needs to be normalized, and the getIndex() needs to be moved. - * - * The following "safe" index, the internal buffer, and the secondary - * iteration index into that buffer are not exposed on the API. - * This also means that it is currently not practical to return to - * a particular, arbitrary position in the text because one would need to - * know, and be able to set, in addition to the getIndex(), at least also the - * current index into the internal buffer. - * It is currently only possible to observe when getIndex() changes - * (with careful consideration of the iteration semantics), - * at which time the internal index will be 0. - * For example, if getIndex() is different after next() than before it, - * then the internal index is 0 and one can return to this getIndex() - * later with setIndexOnly(). - * - * @author Laura Werner, Mark Davis, Markus Scherer - * @stable ICU 2.0 - */ -class U_COMMON_API Normalizer : public UObject { -public: - /** - * If DONE is returned from an iteration function that returns a code point, - * then there are no more normalization results available. - * @stable ICU 2.0 - */ - enum { - DONE=0xffff - }; - - // Constructors - - /** - * Creates a new <code>Normalizer</code> object for iterating over the - * normalized form of a given string. - * <p> - * @param str The string to be normalized. The normalization - * will start at the beginning of the string. - * - * @param mode The normalization mode. - * @stable ICU 2.0 - */ - Normalizer(const UnicodeString& str, UNormalizationMode mode); - - /** - * Creates a new <code>Normalizer</code> object for iterating over the - * normalized form of a given string. - * <p> - * @param str The string to be normalized. The normalization - * will start at the beginning of the string. - * - * @param length Length of the string, or -1 if NUL-terminated. - * @param mode The normalization mode. - * @stable ICU 2.0 - */ - Normalizer(const UChar* str, int32_t length, UNormalizationMode mode); - - /** - * Creates a new <code>Normalizer</code> object for iterating over the - * normalized form of the given text. - * <p> - * @param iter The input text to be normalized. The normalization - * will start at the beginning of the string. - * - * @param mode The normalization mode. - * @stable ICU 2.0 - */ - Normalizer(const CharacterIterator& iter, UNormalizationMode mode); - - /** - * Copy constructor. - * @param copy The object to be copied. - * @stable ICU 2.0 - */ - Normalizer(const Normalizer& copy); - - /** - * Destructor - * @stable ICU 2.0 - */ - virtual ~Normalizer(); - - - //------------------------------------------------------------------------- - // Static utility methods - //------------------------------------------------------------------------- - - /** - * Normalizes a <code>UnicodeString</code> according to the specified normalization mode. - * This is a wrapper for unorm_normalize(), using UnicodeString's. - * - * The <code>options</code> parameter specifies which optional - * <code>Normalizer</code> features are to be enabled for this operation. - * - * @param source the input string to be normalized. - * @param mode the normalization mode - * @param options the optional features to be enabled (0 for no options) - * @param result The normalized string (on output). - * @param status The error code. - * @stable ICU 2.0 - */ - static void U_EXPORT2 normalize(const UnicodeString& source, - UNormalizationMode mode, int32_t options, - UnicodeString& result, - UErrorCode &status); - - /** - * Compose a <code>UnicodeString</code>. - * This is equivalent to normalize() with mode UNORM_NFC or UNORM_NFKC. - * This is a wrapper for unorm_normalize(), using UnicodeString's. - * - * The <code>options</code> parameter specifies which optional - * <code>Normalizer</code> features are to be enabled for this operation. - * - * @param source the string to be composed. - * @param compat Perform compatibility decomposition before composition. - * If this argument is <code>FALSE</code>, only canonical - * decomposition will be performed. - * @param options the optional features to be enabled (0 for no options) - * @param result The composed string (on output). - * @param status The error code. - * @stable ICU 2.0 - */ - static void U_EXPORT2 compose(const UnicodeString& source, - UBool compat, int32_t options, - UnicodeString& result, - UErrorCode &status); - - /** - * Static method to decompose a <code>UnicodeString</code>. - * This is equivalent to normalize() with mode UNORM_NFD or UNORM_NFKD. - * This is a wrapper for unorm_normalize(), using UnicodeString's. - * - * The <code>options</code> parameter specifies which optional - * <code>Normalizer</code> features are to be enabled for this operation. - * - * @param source the string to be decomposed. - * @param compat Perform compatibility decomposition. - * If this argument is <code>FALSE</code>, only canonical - * decomposition will be performed. - * @param options the optional features to be enabled (0 for no options) - * @param result The decomposed string (on output). - * @param status The error code. - * @stable ICU 2.0 - */ - static void U_EXPORT2 decompose(const UnicodeString& source, - UBool compat, int32_t options, - UnicodeString& result, - UErrorCode &status); - - /** - * Performing quick check on a string, to quickly determine if the string is - * in a particular normalization format. - * This is a wrapper for unorm_quickCheck(), using a UnicodeString. - * - * Three types of result can be returned UNORM_YES, UNORM_NO or - * UNORM_MAYBE. Result UNORM_YES indicates that the argument - * string is in the desired normalized format, UNORM_NO determines that - * argument string is not in the desired normalized format. A - * UNORM_MAYBE result indicates that a more thorough check is required, - * the user may have to put the string in its normalized form and compare the - * results. - * @param source string for determining if it is in a normalized format - * @param mode normalization format - * @param status A reference to a UErrorCode to receive any errors - * @return UNORM_YES, UNORM_NO or UNORM_MAYBE - * - * @see isNormalized - * @stable ICU 2.0 - */ - static inline UNormalizationCheckResult - quickCheck(const UnicodeString &source, UNormalizationMode mode, UErrorCode &status); - - /** - * Performing quick check on a string; same as the other version of quickCheck - * but takes an extra options parameter like most normalization functions. - * - * @param source string for determining if it is in a normalized format - * @param mode normalization format - * @param options the optional features to be enabled (0 for no options) - * @param status A reference to a UErrorCode to receive any errors - * @return UNORM_YES, UNORM_NO or UNORM_MAYBE - * - * @see isNormalized - * @stable ICU 2.6 - */ - static inline UNormalizationCheckResult - quickCheck(const UnicodeString &source, UNormalizationMode mode, int32_t options, UErrorCode &status); - - /** - * Test if a string is in a given normalization form. - * This is semantically equivalent to source.equals(normalize(source, mode)) . - * - * Unlike unorm_quickCheck(), this function returns a definitive result, - * never a "maybe". - * For NFD, NFKD, and FCD, both functions work exactly the same. - * For NFC and NFKC where quickCheck may return "maybe", this function will - * perform further tests to arrive at a TRUE/FALSE result. - * - * @param src String that is to be tested if it is in a normalization format. - * @param mode Which normalization form to test for. - * @param errorCode ICU error code in/out parameter. - * Must fulfill U_SUCCESS before the function call. - * @return Boolean value indicating whether the source string is in the - * "mode" normalization form. - * - * @see quickCheck - * @stable ICU 2.2 - */ - static inline UBool - isNormalized(const UnicodeString &src, UNormalizationMode mode, UErrorCode &errorCode); - - /** - * Test if a string is in a given normalization form; same as the other version of isNormalized - * but takes an extra options parameter like most normalization functions. - * - * @param src String that is to be tested if it is in a normalization format. - * @param mode Which normalization form to test for. - * @param options the optional features to be enabled (0 for no options) - * @param errorCode ICU error code in/out parameter. - * Must fulfill U_SUCCESS before the function call. - * @return Boolean value indicating whether the source string is in the - * "mode" normalization form. - * - * @see quickCheck - * @stable ICU 2.6 - */ - static inline UBool - isNormalized(const UnicodeString &src, UNormalizationMode mode, int32_t options, UErrorCode &errorCode); - - /** - * Concatenate normalized strings, making sure that the result is normalized as well. - * - * If both the left and the right strings are in - * the normalization form according to "mode/options", - * then the result will be - * - * \code - * dest=normalize(left+right, mode, options) - * \endcode - * - * For details see unorm_concatenate in unorm.h. - * - * @param left Left source string. - * @param right Right source string. - * @param result The output string. - * @param mode The normalization mode. - * @param options A bit set of normalization options. - * @param errorCode ICU error code in/out parameter. - * Must fulfill U_SUCCESS before the function call. - * @return result - * - * @see unorm_concatenate - * @see normalize - * @see unorm_next - * @see unorm_previous - * - * @stable ICU 2.1 - */ - static UnicodeString & - U_EXPORT2 concatenate(UnicodeString &left, UnicodeString &right, - UnicodeString &result, - UNormalizationMode mode, int32_t options, - UErrorCode &errorCode); - - /** - * Compare two strings for canonical equivalence. - * Further options include case-insensitive comparison and - * code point order (as opposed to code unit order). - * - * Canonical equivalence between two strings is defined as their normalized - * forms (NFD or NFC) being identical. - * This function compares strings incrementally instead of normalizing - * (and optionally case-folding) both strings entirely, - * improving performance significantly. - * - * Bulk normalization is only necessary if the strings do not fulfill the FCD - * conditions. Only in this case, and only if the strings are relatively long, - * is memory allocated temporarily. - * For FCD strings and short non-FCD strings there is no memory allocation. - * - * Semantically, this is equivalent to - * strcmp[CodePointOrder](NFD(foldCase(s1)), NFD(foldCase(s2))) - * where code point order and foldCase are all optional. - * - * UAX 21 2.5 Caseless Matching specifies that for a canonical caseless match - * the case folding must be performed first, then the normalization. - * - * @param s1 First source string. - * @param s2 Second source string. - * - * @param options A bit set of options: - * - U_FOLD_CASE_DEFAULT or 0 is used for default options: - * Case-sensitive comparison in code unit order, and the input strings - * are quick-checked for FCD. - * - * - UNORM_INPUT_IS_FCD - * Set if the caller knows that both s1 and s2 fulfill the FCD conditions. - * If not set, the function will quickCheck for FCD - * and normalize if necessary. - * - * - U_COMPARE_CODE_POINT_ORDER - * Set to choose code point order instead of code unit order - * (see u_strCompare for details). - * - * - U_COMPARE_IGNORE_CASE - * Set to compare strings case-insensitively using case folding, - * instead of case-sensitively. - * If set, then the following case folding options are used. - * - * - Options as used with case-insensitive comparisons, currently: - * - * - U_FOLD_CASE_EXCLUDE_SPECIAL_I - * (see u_strCaseCompare for details) - * - * - regular normalization options shifted left by UNORM_COMPARE_NORM_OPTIONS_SHIFT - * - * @param errorCode ICU error code in/out parameter. - * Must fulfill U_SUCCESS before the function call. - * @return <0 or 0 or >0 as usual for string comparisons - * - * @see unorm_compare - * @see normalize - * @see UNORM_FCD - * @see u_strCompare - * @see u_strCaseCompare - * - * @stable ICU 2.2 - */ - static inline int32_t - compare(const UnicodeString &s1, const UnicodeString &s2, - uint32_t options, - UErrorCode &errorCode); - - //------------------------------------------------------------------------- - // Iteration API - //------------------------------------------------------------------------- - - /** - * Return the current character in the normalized text. - * current() may need to normalize some text at getIndex(). - * The getIndex() is not changed. - * - * @return the current normalized code point - * @stable ICU 2.0 - */ - UChar32 current(void); - - /** - * Return the first character in the normalized text. - * This is equivalent to setIndexOnly(startIndex()) followed by next(). - * (Post-increment semantics.) - * - * @return the first normalized code point - * @stable ICU 2.0 - */ - UChar32 first(void); - - /** - * Return the last character in the normalized text. - * This is equivalent to setIndexOnly(endIndex()) followed by previous(). - * (Pre-decrement semantics.) - * - * @return the last normalized code point - * @stable ICU 2.0 - */ - UChar32 last(void); - - /** - * Return the next character in the normalized text. - * (Post-increment semantics.) - * If the end of the text has already been reached, DONE is returned. - * The DONE value could be confused with a U+FFFF non-character code point - * in the text. If this is possible, you can test getIndex()<endIndex() - * before calling next(), or (getIndex()<endIndex() || last()!=DONE) - * after calling next(). (Calling last() will change the iterator state!) - * - * The C API unorm_next() is more efficient and does not have this ambiguity. - * - * @return the next normalized code point - * @stable ICU 2.0 - */ - UChar32 next(void); - - /** - * Return the previous character in the normalized text and decrement. - * (Pre-decrement semantics.) - * If the beginning of the text has already been reached, DONE is returned. - * The DONE value could be confused with a U+FFFF non-character code point - * in the text. If this is possible, you can test - * (getIndex()>startIndex() || first()!=DONE). (Calling first() will change - * the iterator state!) - * - * The C API unorm_previous() is more efficient and does not have this ambiguity. - * - * @return the previous normalized code point - * @stable ICU 2.0 - */ - UChar32 previous(void); - - /** - * Set the iteration position in the input text that is being normalized, - * without any immediate normalization. - * After setIndexOnly(), getIndex() will return the same index that is - * specified here. - * - * @param index the desired index in the input text. - * @stable ICU 2.0 - */ - void setIndexOnly(int32_t index); - - /** - * Reset the index to the beginning of the text. - * This is equivalent to setIndexOnly(startIndex)). - * @stable ICU 2.0 - */ - void reset(void); - - /** - * Retrieve the current iteration position in the input text that is - * being normalized. - * - * A following call to next() will return a normalized code point from - * the input text at or after this index. - * - * After a call to previous(), getIndex() will point at or before the - * position in the input text where the normalized code point - * was returned from with previous(). - * - * @return the current index in the input text - * @stable ICU 2.0 - */ - int32_t getIndex(void) const; - - /** - * Retrieve the index of the start of the input text. This is the begin index - * of the <code>CharacterIterator</code> or the start (i.e. index 0) of the string - * over which this <code>Normalizer</code> is iterating. - * - * @return the smallest index in the input text where the Normalizer operates - * @stable ICU 2.0 - */ - int32_t startIndex(void) const; - - /** - * Retrieve the index of the end of the input text. This is the end index - * of the <code>CharacterIterator</code> or the length of the string - * over which this <code>Normalizer</code> is iterating. - * This end index is exclusive, i.e., the Normalizer operates only on characters - * before this index. - * - * @return the first index in the input text where the Normalizer does not operate - * @stable ICU 2.0 - */ - int32_t endIndex(void) const; - - /** - * Returns TRUE when both iterators refer to the same character in the same - * input text. - * - * @param that a Normalizer object to compare this one to - * @return comparison result - * @stable ICU 2.0 - */ - UBool operator==(const Normalizer& that) const; - - /** - * Returns FALSE when both iterators refer to the same character in the same - * input text. - * - * @param that a Normalizer object to compare this one to - * @return comparison result - * @stable ICU 2.0 - */ - inline UBool operator!=(const Normalizer& that) const; - - /** - * Returns a pointer to a new Normalizer that is a clone of this one. - * The caller is responsible for deleting the new clone. - * @return a pointer to a new Normalizer - * @stable ICU 2.0 - */ - Normalizer* clone(void) const; - - /** - * Generates a hash code for this iterator. - * - * @return the hash code - * @stable ICU 2.0 - */ - int32_t hashCode(void) const; - - //------------------------------------------------------------------------- - // Property access methods - //------------------------------------------------------------------------- - - /** - * Set the normalization mode for this object. - * <p> - * <b>Note:</b>If the normalization mode is changed while iterating - * over a string, calls to {@link #next() } and {@link #previous() } may - * return previously buffers characters in the old normalization mode - * until the iteration is able to re-sync at the next base character. - * It is safest to call {@link #setIndexOnly }, {@link #reset() }, - * {@link #setText }, {@link #first() }, - * {@link #last() }, etc. after calling <code>setMode</code>. - * <p> - * @param newMode the new mode for this <code>Normalizer</code>. - * @see #getUMode - * @stable ICU 2.0 - */ - void setMode(UNormalizationMode newMode); - - /** - * Return the normalization mode for this object. - * - * This is an unusual name because there used to be a getMode() that - * returned a different type. - * - * @return the mode for this <code>Normalizer</code> - * @see #setMode - * @stable ICU 2.0 - */ - UNormalizationMode getUMode(void) const; - - /** - * Set options that affect this <code>Normalizer</code>'s operation. - * Options do not change the basic composition or decomposition operation - * that is being performed, but they control whether - * certain optional portions of the operation are done. - * Currently the only available option is obsolete. - * - * It is possible to specify multiple options that are all turned on or off. - * - * @param option the option(s) whose value is/are to be set. - * @param value the new setting for the option. Use <code>TRUE</code> to - * turn the option(s) on and <code>FALSE</code> to turn it/them off. - * - * @see #getOption - * @stable ICU 2.0 - */ - void setOption(int32_t option, - UBool value); - - /** - * Determine whether an option is turned on or off. - * If multiple options are specified, then the result is TRUE if any - * of them are set. - * <p> - * @param option the option(s) that are to be checked - * @return TRUE if any of the option(s) are set - * @see #setOption - * @stable ICU 2.0 - */ - UBool getOption(int32_t option) const; - - /** - * Set the input text over which this <code>Normalizer</code> will iterate. - * The iteration position is set to the beginning. - * - * @param newText a string that replaces the current input text - * @param status a UErrorCode - * @stable ICU 2.0 - */ - void setText(const UnicodeString& newText, - UErrorCode &status); - - /** - * Set the input text over which this <code>Normalizer</code> will iterate. - * The iteration position is set to the beginning. - * - * @param newText a CharacterIterator object that replaces the current input text - * @param status a UErrorCode - * @stable ICU 2.0 - */ - void setText(const CharacterIterator& newText, - UErrorCode &status); - - /** - * Set the input text over which this <code>Normalizer</code> will iterate. - * The iteration position is set to the beginning. - * - * @param newText a string that replaces the current input text - * @param length the length of the string, or -1 if NUL-terminated - * @param status a UErrorCode - * @stable ICU 2.0 - */ - void setText(const UChar* newText, - int32_t length, - UErrorCode &status); - /** - * Copies the input text into the UnicodeString argument. - * - * @param result Receives a copy of the text under iteration. - * @stable ICU 2.0 - */ - void getText(UnicodeString& result); - - /** - * ICU "poor man's RTTI", returns a UClassID for this class. - * @returns a UClassID for this class. - * @stable ICU 2.2 - */ - static UClassID U_EXPORT2 getStaticClassID(); - - /** - * ICU "poor man's RTTI", returns a UClassID for the actual class. - * @return a UClassID for the actual class. - * @stable ICU 2.2 - */ - virtual UClassID getDynamicClassID() const; - -private: - //------------------------------------------------------------------------- - // Private functions - //------------------------------------------------------------------------- - - Normalizer(); // default constructor not implemented - Normalizer &operator=(const Normalizer &that); // assignment operator not implemented - - // Private utility methods for iteration - // For documentation, see the source code - UBool nextNormalize(); - UBool previousNormalize(); - - void init(CharacterIterator *iter); - void clearBuffer(void); - - //------------------------------------------------------------------------- - // Private data - //------------------------------------------------------------------------- - - UNormalizationMode fUMode; - int32_t fOptions; - - // The input text and our position in it - UCharIterator *text; - - // The normalization buffer is the result of normalization - // of the source in [currentIndex..nextIndex[ . - int32_t currentIndex, nextIndex; - - // A buffer for holding intermediate results - UnicodeString buffer; - int32_t bufferPos; - -}; - -//------------------------------------------------------------------------- -// Inline implementations -//------------------------------------------------------------------------- - -inline UBool -Normalizer::operator!= (const Normalizer& other) const -{ return ! operator==(other); } - -inline UNormalizationCheckResult -Normalizer::quickCheck(const UnicodeString& source, - UNormalizationMode mode, - UErrorCode &status) { - if(U_FAILURE(status)) { - return UNORM_MAYBE; - } - - return unorm_quickCheck(source.getBuffer(), source.length(), - mode, &status); -} - -inline UNormalizationCheckResult -Normalizer::quickCheck(const UnicodeString& source, - UNormalizationMode mode, int32_t options, - UErrorCode &status) { - if(U_FAILURE(status)) { - return UNORM_MAYBE; - } - - return unorm_quickCheckWithOptions(source.getBuffer(), source.length(), - mode, options, &status); -} - -inline UBool -Normalizer::isNormalized(const UnicodeString& source, - UNormalizationMode mode, - UErrorCode &status) { - if(U_FAILURE(status)) { - return FALSE; - } - - return unorm_isNormalized(source.getBuffer(), source.length(), - mode, &status); -} - -inline UBool -Normalizer::isNormalized(const UnicodeString& source, - UNormalizationMode mode, int32_t options, - UErrorCode &status) { - if(U_FAILURE(status)) { - return FALSE; - } - - return unorm_isNormalizedWithOptions(source.getBuffer(), source.length(), - mode, options, &status); -} - -inline int32_t -Normalizer::compare(const UnicodeString &s1, const UnicodeString &s2, - uint32_t options, - UErrorCode &errorCode) { - // all argument checking is done in unorm_compare - return unorm_compare(s1.getBuffer(), s1.length(), - s2.getBuffer(), s2.length(), - options, - &errorCode); -} - -U_NAMESPACE_END - -#endif /* #if !UCONFIG_NO_NORMALIZATION */ - -#endif // NORMLZR_H diff --git a/jni/EastAsianWidth/unicode/parseerr.h b/jni/EastAsianWidth/unicode/parseerr.h deleted file mode 100644 index 44ff008..0000000 --- a/jni/EastAsianWidth/unicode/parseerr.h +++ /dev/null @@ -1,92 +0,0 @@ -/* -********************************************************************** -* Copyright (C) 1999-2005, International Business Machines -* Corporation and others. All Rights Reserved. -********************************************************************** -* Date Name Description -* 03/14/00 aliu Creation. -* 06/27/00 aliu Change from C++ class to C struct -********************************************************************** -*/ -#ifndef PARSEERR_H -#define PARSEERR_H - -#include "unicode/utypes.h" - - -/** - * \file - * \brief C API: Parse Error Information - */ -/** - * The capacity of the context strings in UParseError. - * @stable ICU 2.0 - */ -enum { U_PARSE_CONTEXT_LEN = 16 }; - -/** - * A UParseError struct is used to returned detailed information about - * parsing errors. It is used by ICU parsing engines that parse long - * rules, patterns, or programs, where the text being parsed is long - * enough that more information than a UErrorCode is needed to - * localize the error. - * - * <p>The line, offset, and context fields are optional; parsing - * engines may choose not to use to use them. - * - * <p>The preContext and postContext strings include some part of the - * context surrounding the error. If the source text is "let for=7" - * and "for" is the error (e.g., because it is a reserved word), then - * some examples of what a parser might produce are the following: - * - * <pre> - * preContext postContext - * "" "" The parser does not support context - * "let " "=7" Pre- and post-context only - * "let " "for=7" Pre- and post-context and error text - * "" "for" Error text only - * </pre> - * - * <p>Examples of engines which use UParseError (or may use it in the - * future) are Transliterator, RuleBasedBreakIterator, and - * RegexPattern. - * - * @stable ICU 2.0 - */ -typedef struct UParseError { - - /** - * The line on which the error occured. If the parser uses this - * field, it sets it to the line number of the source text line on - * which the error appears, which will be be a value >= 1. If the - * parse does not support line numbers, the value will be <= 0. - * @stable ICU 2.0 - */ - int32_t line; - - /** - * The character offset to the error. If the line field is >= 1, - * then this is the offset from the start of the line. Otherwise, - * this is the offset from the start of the text. If the parser - * does not support this field, it will have a value < 0. - * @stable ICU 2.0 - */ - int32_t offset; - - /** - * Textual context before the error. Null-terminated. The empty - * string if not supported by parser. - * @stable ICU 2.0 - */ - UChar preContext[U_PARSE_CONTEXT_LEN]; - - /** - * The error itself and/or textual context after the error. - * Null-terminated. The empty string if not supported by parser. - * @stable ICU 2.0 - */ - UChar postContext[U_PARSE_CONTEXT_LEN]; - -} UParseError; - -#endif diff --git a/jni/EastAsianWidth/unicode/parsepos.h b/jni/EastAsianWidth/unicode/parsepos.h deleted file mode 100644 index cdf49e0..0000000 --- a/jni/EastAsianWidth/unicode/parsepos.h +++ /dev/null @@ -1,230 +0,0 @@ -/* -* Copyright (C) 1997-2005, International Business Machines Corporation and others. All Rights Reserved. -******************************************************************************* -* -* File PARSEPOS.H -* -* Modification History: -* -* Date Name Description -* 07/09/97 helena Converted from java. -* 07/17/98 stephen Added errorIndex support. -* 05/11/99 stephen Cleaned up. -******************************************************************************* -*/ - -#ifndef PARSEPOS_H -#define PARSEPOS_H - -#include "unicode/utypes.h" -#include "unicode/uobject.h" - - -U_NAMESPACE_BEGIN - -/** - * \file - * \brief C++ API: Canonical Iterator - */ -/** - * <code>ParsePosition</code> is a simple class used by <code>Format</code> - * and its subclasses to keep track of the current position during parsing. - * The <code>parseObject</code> method in the various <code>Format</code> - * classes requires a <code>ParsePosition</code> object as an argument. - * - * <p> - * By design, as you parse through a string with different formats, - * you can use the same <code>ParsePosition</code>, since the index parameter - * records the current position. - * - * The ParsePosition class is not suitable for subclassing. - * - * @version 1.3 10/30/97 - * @author Mark Davis, Helena Shih - * @see java.text.Format - */ - -class U_COMMON_API ParsePosition : public UObject { -public: - /** - * Default constructor, the index starts with 0 as default. - * @stable ICU 2.0 - */ - ParsePosition() - : UObject(), - index(0), - errorIndex(-1) - {} - - /** - * Create a new ParsePosition with the given initial index. - * @param newIndex the new text offset. - * @stable ICU 2.0 - */ - ParsePosition(int32_t newIndex) - : UObject(), - index(newIndex), - errorIndex(-1) - {} - - /** - * Copy constructor - * @param copy the object to be copied from. - * @stable ICU 2.0 - */ - ParsePosition(const ParsePosition& copy) - : UObject(copy), - index(copy.index), - errorIndex(copy.errorIndex) - {} - - /** - * Destructor - * @stable ICU 2.0 - */ - virtual ~ParsePosition(); - - /** - * Assignment operator - * @stable ICU 2.0 - */ - ParsePosition& operator=(const ParsePosition& copy); - - /** - * Equality operator. - * @return TRUE if the two parse positions are equal, FALSE otherwise. - * @stable ICU 2.0 - */ - UBool operator==(const ParsePosition& that) const; - - /** - * Equality operator. - * @return TRUE if the two parse positions are not equal, FALSE otherwise. - * @stable ICU 2.0 - */ - UBool operator!=(const ParsePosition& that) const; - - /** - * Clone this object. - * Clones can be used concurrently in multiple threads. - * If an error occurs, then NULL is returned. - * The caller must delete the clone. - * - * @return a clone of this object - * - * @see getDynamicClassID - * @stable ICU 2.8 - */ - ParsePosition *clone() const; - - /** - * Retrieve the current parse position. On input to a parse method, this - * is the index of the character at which parsing will begin; on output, it - * is the index of the character following the last character parsed. - * @return the current index. - * @stable ICU 2.0 - */ - int32_t getIndex(void) const; - - /** - * Set the current parse position. - * @param index the new index. - * @stable ICU 2.0 - */ - void setIndex(int32_t index); - - /** - * Set the index at which a parse error occurred. Formatters - * should set this before returning an error code from their - * parseObject method. The default value is -1 if this is not - * set. - * @stable ICU 2.0 - */ - void setErrorIndex(int32_t ei); - - /** - * Retrieve the index at which an error occurred, or -1 if the - * error index has not been set. - * @stable ICU 2.0 - */ - int32_t getErrorIndex(void) const; - - /** - * ICU "poor man's RTTI", returns a UClassID for this class. - * - * @stable ICU 2.2 - */ - static UClassID U_EXPORT2 getStaticClassID(); - - /** - * ICU "poor man's RTTI", returns a UClassID for the actual class. - * - * @stable ICU 2.2 - */ - virtual UClassID getDynamicClassID() const; - -private: - /** - * Input: the place you start parsing. - * <br>Output: position where the parse stopped. - * This is designed to be used serially, - * with each call setting index up for the next one. - */ - int32_t index; - - /** - * The index at which a parse error occurred. - */ - int32_t errorIndex; - -}; - -inline ParsePosition& -ParsePosition::operator=(const ParsePosition& copy) -{ - index = copy.index; - errorIndex = copy.errorIndex; - return *this; -} - -inline UBool -ParsePosition::operator==(const ParsePosition& copy) const -{ - if(index != copy.index || errorIndex != copy.errorIndex) - return FALSE; - else - return TRUE; -} - -inline UBool -ParsePosition::operator!=(const ParsePosition& copy) const -{ - return !operator==(copy); -} - -inline int32_t -ParsePosition::getIndex() const -{ - return index; -} - -inline void -ParsePosition::setIndex(int32_t offset) -{ - this->index = offset; -} - -inline int32_t -ParsePosition::getErrorIndex() const -{ - return errorIndex; -} - -inline void -ParsePosition::setErrorIndex(int32_t ei) -{ - this->errorIndex = ei; -} -U_NAMESPACE_END - -#endif diff --git a/jni/EastAsianWidth/unicode/platform.h b/jni/EastAsianWidth/unicode/platform.h deleted file mode 100644 index 7f7a0c0..0000000 --- a/jni/EastAsianWidth/unicode/platform.h +++ /dev/null @@ -1,325 +0,0 @@ -/* -****************************************************************************** -* -* Copyright (C) 1997-2007, International Business Machines -* Corporation and others. All Rights Reserved. -* -****************************************************************************** -* -* FILE NAME : platform.h -* -* Date Name Description -* 05/13/98 nos Creation (content moved here from ptypes.h). -* 03/02/99 stephen Added AS400 support. -* 03/30/99 stephen Added Linux support. -* 04/13/99 stephen Reworked for autoconf. -****************************************************************************** -*/ - -/** - * \file - * \brief Basic types for the platform - */ - -/* Define the platform we're on. */ -#ifndef U_LINUX -#define U_LINUX -#endif - -/* Define whether inttypes.h is available */ -#ifndef U_HAVE_INTTYPES_H -#define U_HAVE_INTTYPES_H 1 -#endif - -/* - * Define what support for C++ streams is available. - * If U_IOSTREAM_SOURCE is set to 199711, then <iostream> is available - * (1997711 is the date the ISO/IEC C++ FDIS was published), and then - * one should qualify streams using the std namespace in ICU header - * files. - * If U_IOSTREAM_SOURCE is set to 198506, then <iostream.h> is - * available instead (198506 is the date when Stroustrup published - * "An Extensible I/O Facility for C++" at the summer USENIX conference). - * If U_IOSTREAM_SOURCE is 0, then C++ streams are not available and - * support for them will be silently suppressed in ICU. - * - */ - -#ifndef U_IOSTREAM_SOURCE -#define U_IOSTREAM_SOURCE 199711 -#endif - -/* Determines whether specific types are available */ -#ifndef U_HAVE_INT8_T -#define U_HAVE_INT8_T 1 -#endif - -#ifndef U_HAVE_UINT8_T -#define U_HAVE_UINT8_T 1 -#endif - -#ifndef U_HAVE_INT16_T -#define U_HAVE_INT16_T 1 -#endif - -#ifndef U_HAVE_UINT16_T -#define U_HAVE_UINT16_T 1 -#endif - -#ifndef U_HAVE_INT32_T -#define U_HAVE_INT32_T 1 -#endif - -#ifndef U_HAVE_UINT32_T -#define U_HAVE_UINT32_T 1 -#endif - -#ifndef U_HAVE_INT64_T -#define U_HAVE_INT64_T 1 -#endif - -#ifndef U_HAVE_UINT64_T -#define U_HAVE_UINT64_T 1 -#endif - -/*===========================================================================*/ -/* Generic data types */ -/*===========================================================================*/ - -#include <sys/types.h> - -/* If your platform does not have the <inttypes.h> header, you may - need to edit the typedefs below. */ -#if U_HAVE_INTTYPES_H - -/* autoconf 2.13 sometimes can't properly find the data types in <inttypes.h> */ -/* os/390 needs <inttypes.h>, but it doesn't have int8_t, and it sometimes */ -/* doesn't have uint8_t depending on the OS version. */ -/* So we have this work around. */ -#ifdef OS390 -/* The features header is needed to get (u)int64_t sometimes. */ -#include <features.h> -#if ! U_HAVE_INT8_T -typedef signed char int8_t; -#endif -#if !defined(__uint8_t) -#define __uint8_t 1 -typedef unsigned char uint8_t; -#endif -#endif /* OS390 */ - -#include <inttypes.h> - -#else /* U_HAVE_INTTYPES_H */ - -#if ! U_HAVE_INT8_T -typedef signed char int8_t; -#endif - -#if ! U_HAVE_UINT8_T -typedef unsigned char uint8_t; -#endif - -#if ! U_HAVE_INT16_T -typedef signed short int16_t; -#endif - -#if ! U_HAVE_UINT16_T -typedef unsigned short uint16_t; -#endif - -#if ! U_HAVE_INT32_T -typedef signed int int32_t; -#endif - -#if ! U_HAVE_UINT32_T -typedef unsigned int uint32_t; -#endif - -#if ! U_HAVE_INT64_T - typedef signed long long int64_t; -/* else we may not have a 64-bit type */ -#endif - -#if ! U_HAVE_UINT64_T - typedef unsigned long long uint64_t; -/* else we may not have a 64-bit type */ -#endif - -#endif - -/*===========================================================================*/ -/* Compiler and environment features */ -/*===========================================================================*/ - -/* Define whether namespace is supported */ -#ifndef U_HAVE_NAMESPACE -#define U_HAVE_NAMESPACE 1 -#endif - -/* Determines the endianness of the platform - It's done this way in case multiple architectures are being built at once. - For example, Darwin supports fat binaries, which can be both PPC and x86 based. */ -#if defined(BYTE_ORDER) && defined(BIG_ENDIAN) -#define U_IS_BIG_ENDIAN (BYTE_ORDER == BIG_ENDIAN) -#else -#define U_IS_BIG_ENDIAN 0 -#endif - -/* 1 or 0 to enable or disable threads. If undefined, default is: enable threads. */ -#define ICU_USE_THREADS 1 - -/* On strong memory model CPUs (e.g. x86 CPUs), we use a safe & quick double check lock. */ -#if defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__)) -#define UMTX_STRONG_MEMORY_MODEL 1 -#endif - -#ifndef U_DEBUG -#define U_DEBUG 0 -#endif - -#ifndef U_RELEASE -#define U_RELEASE 1 -#endif - -/* Determine whether to disable renaming or not. This overrides the - setting in umachine.h which is for all platforms. */ -#ifndef U_DISABLE_RENAMING -#define U_DISABLE_RENAMING 0 -#endif - -/* Determine whether to override new and delete. */ -#ifndef U_OVERRIDE_CXX_ALLOCATION -#define U_OVERRIDE_CXX_ALLOCATION 1 -#endif -/* Determine whether to override placement new and delete for STL. */ -#ifndef U_HAVE_PLACEMENT_NEW -#define U_HAVE_PLACEMENT_NEW 1 -#endif - -/* Determine whether to enable tracing. */ -#ifndef U_ENABLE_TRACING -#define U_ENABLE_TRACING 0 -#endif - -/* Do we allow ICU users to use the draft APIs by default? */ -#ifndef U_DEFAULT_SHOW_DRAFT -#define U_DEFAULT_SHOW_DRAFT 1 -#endif - -/* Define the library suffix in a C syntax. */ -#define U_HAVE_LIB_SUFFIX 0 -#define U_LIB_SUFFIX_C_NAME -#define U_LIB_SUFFIX_C_NAME_STRING "" - -/*===========================================================================*/ -/* Character data types */ -/*===========================================================================*/ - -#if ((defined(OS390) && (!defined(__CHARSET_LIB) || !__CHARSET_LIB))) || defined(OS400) -# define U_CHARSET_FAMILY 1 -#endif - -/*===========================================================================*/ -/* Information about wchar support */ -/*===========================================================================*/ - -#ifdef ARM_FLAG -#define U_HAVE_WCHAR_H 0 -#define U_SIZEOF_WCHAR_T 1 - -#define U_HAVE_WCSCPY 0 -#else -#define U_HAVE_WCHAR_H 1 -#define U_SIZEOF_WCHAR_T 4 - -#define U_HAVE_WCSCPY 1 -#endif - -/** - * \def U_DECLARE_UTF16 - * Do not use this macro. Use the UNICODE_STRING or U_STRING_DECL macros - * instead. - * @internal - */ -#if 1 || defined(U_CHECK_UTF16_STRING) -#if (defined(__xlC__) && defined(__IBM_UTF_LITERAL) && U_SIZEOF_WCHAR_T != 2) \ - || (defined(__HP_aCC) && __HP_aCC >= 035000) \ - || (defined(__HP_cc) && __HP_cc >= 111106) -#define U_DECLARE_UTF16(string) u ## string -#elif (defined(__SUNPRO_CC) && __SUNPRO_CC >= 0x550) -/* || (defined(__SUNPRO_C) && __SUNPRO_C >= 0x580) */ -/* Sun's C compiler has issues with this notation, and it's unreliable. */ -#define U_DECLARE_UTF16(string) U ## string -#elif U_SIZEOF_WCHAR_T == 2 \ - && (U_CHARSET_FAMILY == 0 || ((defined(OS390) || defined(OS400)) && defined(__UCS2__))) -#define U_DECLARE_UTF16(string) L ## string -#endif -#endif - -/*===========================================================================*/ -/* Information about POSIX support */ -/*===========================================================================*/ - -#ifndef ARM_FLAG -#define U_HAVE_NL_LANGINFO 1 -#define U_HAVE_NL_LANGINFO_CODESET 1 -#endif -#define U_NL_LANGINFO_CODESET CODESET - -#ifndef ARM_FLAG -#if 1 -#define U_TZSET tzset -#endif -#if 1 -#define U_TIMEZONE timezone -#endif -#if 1 -#define U_TZNAME tzname -#endif -#endif - -#define U_HAVE_MMAP 1 -#define U_HAVE_POPEN 1 - -/*===========================================================================*/ -/* Symbol import-export control */ -/*===========================================================================*/ - -#if 1 -#define U_EXPORT __attribute__((visibility("default"))) -/*#elif defined(__HP_aCC) || defined(__HP_cc) -#define U_EXPORT __declspec(dllexport)*/ -#else -#define U_EXPORT -#endif - -/* U_CALLCONV is releated to U_EXPORT2 */ -#define U_EXPORT2 - -/* cygwin needs to export/import data */ -#ifdef U_CYGWIN -#define U_IMPORT __declspec(dllimport) -#else -#define U_IMPORT -#endif - -/*===========================================================================*/ -/* Code alignment and C function inlining */ -/*===========================================================================*/ - -#ifndef U_INLINE -# ifdef __cplusplus -# define U_INLINE inline -# else -# define U_INLINE inline -# endif -#endif - -#define U_ALIGN_CODE(n) - -/*===========================================================================*/ -/* Programs used by ICU code */ -/*===========================================================================*/ - -#define U_MAKE "make" diff --git a/jni/EastAsianWidth/unicode/platform.h.in b/jni/EastAsianWidth/unicode/platform.h.in deleted file mode 100644 index 7abd7ca..0000000 --- a/jni/EastAsianWidth/unicode/platform.h.in +++ /dev/null @@ -1,313 +0,0 @@ -/* -****************************************************************************** -* -* Copyright (C) 1997-2007, International Business Machines -* Corporation and others. All Rights Reserved. -* -****************************************************************************** -* -* FILE NAME : platform.h -* -* Date Name Description -* 05/13/98 nos Creation (content moved here from ptypes.h). -* 03/02/99 stephen Added AS400 support. -* 03/30/99 stephen Added Linux support. -* 04/13/99 stephen Reworked for autoconf. -****************************************************************************** -*/ - -/** - * \file - * \brief Basic types for the platform - */ - -/* Define the platform we're on. */ -#ifndef @platform@ -#define @platform@ -#endif - -/* Define whether inttypes.h is available */ -#ifndef U_HAVE_INTTYPES_H -#define U_HAVE_INTTYPES_H @U_HAVE_INTTYPES_H@ -#endif - -/* - * Define what support for C++ streams is available. - * If U_IOSTREAM_SOURCE is set to 199711, then <iostream> is available - * (1997711 is the date the ISO/IEC C++ FDIS was published), and then - * one should qualify streams using the std namespace in ICU header - * files. - * If U_IOSTREAM_SOURCE is set to 198506, then <iostream.h> is - * available instead (198506 is the date when Stroustrup published - * "An Extensible I/O Facility for C++" at the summer USENIX conference). - * If U_IOSTREAM_SOURCE is 0, then C++ streams are not available and - * support for them will be silently suppressed in ICU. - * - */ - -#ifndef U_IOSTREAM_SOURCE -#define U_IOSTREAM_SOURCE @U_IOSTREAM_SOURCE@ -#endif - -/* Determines whether specific types are available */ -#ifndef U_HAVE_INT8_T -#define U_HAVE_INT8_T @HAVE_INT8_T@ -#endif - -#ifndef U_HAVE_UINT8_T -#define U_HAVE_UINT8_T @HAVE_UINT8_T@ -#endif - -#ifndef U_HAVE_INT16_T -#define U_HAVE_INT16_T @HAVE_INT16_T@ -#endif - -#ifndef U_HAVE_UINT16_T -#define U_HAVE_UINT16_T @HAVE_UINT16_T@ -#endif - -#ifndef U_HAVE_INT32_T -#define U_HAVE_INT32_T @HAVE_INT32_T@ -#endif - -#ifndef U_HAVE_UINT32_T -#define U_HAVE_UINT32_T @HAVE_UINT32_T@ -#endif - -#ifndef U_HAVE_INT64_T -#define U_HAVE_INT64_T @HAVE_INT64_T@ -#endif - -#ifndef U_HAVE_UINT64_T -#define U_HAVE_UINT64_T @HAVE_UINT64_T@ -#endif - -/*===========================================================================*/ -/* Generic data types */ -/*===========================================================================*/ - -#include <sys/types.h> - -/* If your platform does not have the <inttypes.h> header, you may - need to edit the typedefs below. */ -#if U_HAVE_INTTYPES_H - -/* autoconf 2.13 sometimes can't properly find the data types in <inttypes.h> */ -/* os/390 needs <inttypes.h>, but it doesn't have int8_t, and it sometimes */ -/* doesn't have uint8_t depending on the OS version. */ -/* So we have this work around. */ -#ifdef OS390 -/* The features header is needed to get (u)int64_t sometimes. */ -#include <features.h> -#if ! U_HAVE_INT8_T -typedef signed char int8_t; -#endif -#if !defined(__uint8_t) -#define __uint8_t 1 -typedef unsigned char uint8_t; -#endif -#endif /* OS390 */ - -#include <inttypes.h> - -#else /* U_HAVE_INTTYPES_H */ - -#if ! U_HAVE_INT8_T -typedef signed char int8_t; -#endif - -#if ! U_HAVE_UINT8_T -typedef unsigned char uint8_t; -#endif - -#if ! U_HAVE_INT16_T -typedef signed short int16_t; -#endif - -#if ! U_HAVE_UINT16_T -typedef unsigned short uint16_t; -#endif - -#if ! U_HAVE_INT32_T -typedef signed int int32_t; -#endif - -#if ! U_HAVE_UINT32_T -typedef unsigned int uint32_t; -#endif - -#if ! U_HAVE_INT64_T - typedef signed long long int64_t; -/* else we may not have a 64-bit type */ -#endif - -#if ! U_HAVE_UINT64_T - typedef unsigned long long uint64_t; -/* else we may not have a 64-bit type */ -#endif - -#endif - -/*===========================================================================*/ -/* Compiler and environment features */ -/*===========================================================================*/ - -/* Define whether namespace is supported */ -#ifndef U_HAVE_NAMESPACE -#define U_HAVE_NAMESPACE @U_HAVE_NAMESPACE@ -#endif - -/* Determines the endianness of the platform - It's done this way in case multiple architectures are being built at once. - For example, Darwin supports fat binaries, which can be both PPC and x86 based. */ -#if defined(BYTE_ORDER) && defined(BIG_ENDIAN) -#define U_IS_BIG_ENDIAN (BYTE_ORDER == BIG_ENDIAN) -#else -#define U_IS_BIG_ENDIAN @U_IS_BIG_ENDIAN@ -#endif - -/* 1 or 0 to enable or disable threads. If undefined, default is: enable threads. */ -#define ICU_USE_THREADS @ICU_USE_THREADS@ - -/* On strong memory model CPUs (e.g. x86 CPUs), we use a safe & quick double check lock. */ -#if defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__)) -#define UMTX_STRONG_MEMORY_MODEL 1 -#endif - -#ifndef U_DEBUG -#define U_DEBUG @ENABLE_DEBUG@ -#endif - -#ifndef U_RELEASE -#define U_RELEASE @ENABLE_RELEASE@ -#endif - -/* Determine whether to disable renaming or not. This overrides the - setting in umachine.h which is for all platforms. */ -#ifndef U_DISABLE_RENAMING -#define U_DISABLE_RENAMING @U_DISABLE_RENAMING@ -#endif - -/* Determine whether to override new and delete. */ -#ifndef U_OVERRIDE_CXX_ALLOCATION -#define U_OVERRIDE_CXX_ALLOCATION @U_OVERRIDE_CXX_ALLOCATION@ -#endif -/* Determine whether to override placement new and delete for STL. */ -#ifndef U_HAVE_PLACEMENT_NEW -#define U_HAVE_PLACEMENT_NEW @U_HAVE_PLACEMENT_NEW@ -#endif - -/* Determine whether to enable tracing. */ -#ifndef U_ENABLE_TRACING -#define U_ENABLE_TRACING @U_ENABLE_TRACING@ -#endif - -/* Do we allow ICU users to use the draft APIs by default? */ -#ifndef U_DEFAULT_SHOW_DRAFT -#define U_DEFAULT_SHOW_DRAFT @U_DEFAULT_SHOW_DRAFT@ -#endif - -/* Define the library suffix in a C syntax. */ -#define U_HAVE_LIB_SUFFIX @U_HAVE_LIB_SUFFIX@ -#define U_LIB_SUFFIX_C_NAME @ICULIBSUFFIXCNAME@ -#define U_LIB_SUFFIX_C_NAME_STRING "@ICULIBSUFFIXCNAME@" - -/*===========================================================================*/ -/* Character data types */ -/*===========================================================================*/ - -#if ((defined(OS390) && (!defined(__CHARSET_LIB) || !__CHARSET_LIB))) || defined(OS400) -# define U_CHARSET_FAMILY 1 -#endif - -/*===========================================================================*/ -/* Information about wchar support */ -/*===========================================================================*/ - -#define U_HAVE_WCHAR_H @U_HAVE_WCHAR_H@ -#define U_SIZEOF_WCHAR_T @U_SIZEOF_WCHAR_T@ - -#define U_HAVE_WCSCPY @U_HAVE_WCSCPY@ - -/** - * \def U_DECLARE_UTF16 - * Do not use this macro. Use the UNICODE_STRING or U_STRING_DECL macros - * instead. - * @internal - */ -#if @U_CHECK_UTF16_STRING@ || defined(U_CHECK_UTF16_STRING) -#if (defined(__xlC__) && defined(__IBM_UTF_LITERAL) && U_SIZEOF_WCHAR_T != 2) \ - || (defined(__HP_aCC) && __HP_aCC >= 035000) \ - || (defined(__HP_cc) && __HP_cc >= 111106) -#define U_DECLARE_UTF16(string) u ## string -#elif (defined(__SUNPRO_CC) && __SUNPRO_CC >= 0x550) -/* || (defined(__SUNPRO_C) && __SUNPRO_C >= 0x580) */ -/* Sun's C compiler has issues with this notation, and it's unreliable. */ -#define U_DECLARE_UTF16(string) U ## string -#elif U_SIZEOF_WCHAR_T == 2 \ - && (U_CHARSET_FAMILY == 0 || ((defined(OS390) || defined(OS400)) && defined(__UCS2__))) -#define U_DECLARE_UTF16(string) L ## string -#endif -#endif - -/*===========================================================================*/ -/* Information about POSIX support */ -/*===========================================================================*/ - -#define U_HAVE_NL_LANGINFO_CODESET @U_HAVE_NL_LANGINFO_CODESET@ -#define U_NL_LANGINFO_CODESET @U_NL_LANGINFO_CODESET@ - -#if @U_HAVE_TZSET@ -#define U_TZSET @U_TZSET@ -#endif -#if @U_HAVE_TIMEZONE@ -#define U_TIMEZONE @U_TIMEZONE@ -#endif -#if @U_HAVE_TZNAME@ -#define U_TZNAME @U_TZNAME@ -#endif - -#define U_HAVE_MMAP @HAVE_MMAP@ -#define U_HAVE_POPEN @U_HAVE_POPEN@ - -/*===========================================================================*/ -/* Symbol import-export control */ -/*===========================================================================*/ - -#if @U_USE_GCC_VISIBILITY_ATTRIBUTE@ -#define U_EXPORT __attribute__((visibility("default"))) -/*#elif defined(__HP_aCC) || defined(__HP_cc) -#define U_EXPORT __declspec(dllexport)*/ -#else -#define U_EXPORT -#endif - -/* U_CALLCONV is releated to U_EXPORT2 */ -#define U_EXPORT2 - -/* cygwin needs to export/import data */ -#ifdef U_CYGWIN -#define U_IMPORT __declspec(dllimport) -#else -#define U_IMPORT -#endif - -/*===========================================================================*/ -/* Code alignment and C function inlining */ -/*===========================================================================*/ - -#ifndef U_INLINE -# ifdef __cplusplus -# define U_INLINE inline -# else -# define U_INLINE @U_INLINE@ -# endif -#endif - -#define U_ALIGN_CODE(n) - -/*===========================================================================*/ -/* Programs used by ICU code */ -/*===========================================================================*/ - -#define U_MAKE "@U_MAKE@" diff --git a/jni/EastAsianWidth/unicode/ppalmos.h b/jni/EastAsianWidth/unicode/ppalmos.h deleted file mode 100644 index c15b2ce..0000000 --- a/jni/EastAsianWidth/unicode/ppalmos.h +++ /dev/null @@ -1,273 +0,0 @@ -/* -****************************************************************************** -* -* Copyright (C) 1997-2006, International Business Machines -* Corporation and others. All Rights Reserved. -* -****************************************************************************** -* -* FILE NAME : ppalmos.h -* -* Date Name Description -* 05/10/04 Ken Krugler Creation (copied from pwin32.h & modified). -****************************************************************************** -*/ - -#ifndef U_PPALMOS_H -#define U_PPALMOS_H - - /** - * \file - * \brief Configuration constants for the Palm OS platform - */ - -/* Define the platform we're on. */ -#ifndef U_PALMOS -#define U_PALMOS -#endif - -/* _MSC_VER is used to detect the Microsoft compiler. */ -#if defined(_MSC_VER) -#define U_INT64_IS_LONG_LONG 0 -#else -#define U_INT64_IS_LONG_LONG 1 -#endif - -/* Define whether inttypes.h is available */ -#ifndef U_HAVE_INTTYPES_H -#define U_HAVE_INTTYPES_H 1 -#endif - -/* - * Define what support for C++ streams is available. - * If U_IOSTREAM_SOURCE is set to 199711, then <iostream> is available - * (1997711 is the date the ISO/IEC C++ FDIS was published), and then - * one should qualify streams using the std namespace in ICU header - * files. - * If U_IOSTREAM_SOURCE is set to 198506, then <iostream.h> is - * available instead (198506 is the date when Stroustrup published - * "An Extensible I/O Facility for C++" at the summer USENIX conference). - * If U_IOSTREAM_SOURCE is 0, then C++ streams are not available and - * support for them will be silently suppressed in ICU. - * - */ - -#ifndef U_IOSTREAM_SOURCE -#define U_IOSTREAM_SOURCE 199711 -#endif - -/* Determines whether specific types are available */ -#ifndef U_HAVE_INT8_T -#define U_HAVE_INT8_T U_HAVE_INTTYPES_H -#endif - -#ifndef U_HAVE_UINT8_T -#define U_HAVE_UINT8_T U_HAVE_INTTYPES_H -#endif - -#ifndef U_HAVE_INT16_T -#define U_HAVE_INT16_T U_HAVE_INTTYPES_H -#endif - -#ifndef U_HAVE_UINT16_T -#define U_HAVE_UINT16_T U_HAVE_INTTYPES_H -#endif - -#ifndef U_HAVE_INT32_T -#define U_HAVE_INT32_T U_HAVE_INTTYPES_H -#endif - -#ifndef U_HAVE_UINT32_T -#define U_HAVE_UINT32_T U_HAVE_INTTYPES_H -#endif - -#ifndef U_HAVE_INT64_T -#define U_HAVE_INT64_T U_HAVE_INTTYPES_H -#endif - -#ifndef U_HAVE_UINT64_T -#define U_HAVE_UINT64_T U_HAVE_INTTYPES_H -#endif - - -/*===========================================================================*/ -/* Generic data types */ -/*===========================================================================*/ - -/* If your platform does not have the <inttypes.h> header, you may - need to edit the typedefs below. */ -#if U_HAVE_INTTYPES_H -#include <inttypes.h> -#else /* U_HAVE_INTTYPES_H */ - -#if ! U_HAVE_INT8_T -typedef signed char int8_t; -#endif - -#if ! U_HAVE_UINT8_T -typedef unsigned char uint8_t; -#endif - -#if ! U_HAVE_INT16_T -typedef signed short int16_t; -#endif - -#if ! U_HAVE_UINT16_T -typedef unsigned short uint16_t; -#endif - -#if ! U_HAVE_INT32_T -typedef signed int int32_t; -#endif - -#if ! U_HAVE_UINT32_T -typedef unsigned int uint32_t; -#endif - -#if ! U_HAVE_INT64_T -#if U_INT64_IS_LONG_LONG - typedef signed long long int64_t; -#else - typedef signed __int64 int64_t; -#endif -#endif - -#if ! U_HAVE_UINT64_T -#if U_INT64_IS_LONG_LONG - typedef unsigned long long uint64_t; -#else - typedef unsigned __int64 uint64_t; -#endif -#endif -#endif - -/*===========================================================================*/ -/* Compiler and environment features */ -/*===========================================================================*/ - -/* Define whether namespace is supported */ -#ifndef U_HAVE_NAMESPACE -#define U_HAVE_NAMESPACE 1 -#endif - -/* Determines the endianness of the platform */ -#define U_IS_BIG_ENDIAN 0 - -/* 1 or 0 to enable or disable threads. If undefined, default is: enable threads. */ -#define ICU_USE_THREADS 1 - -#ifndef U_DEBUG -#ifdef _DEBUG -#define U_DEBUG 1 -#else -#define U_DEBUG 0 -#endif -#endif - -#ifndef U_RELEASE -#ifdef NDEBUG -#define U_RELEASE 1 -#else -#define U_RELEASE 0 -#endif -#endif - -/* Determine whether to disable renaming or not. This overrides the - setting in umachine.h which is for all platforms. */ -#ifndef U_DISABLE_RENAMING -#define U_DISABLE_RENAMING 0 -#endif - -/* Determine whether to override new and delete. */ -#ifndef U_OVERRIDE_CXX_ALLOCATION -#define U_OVERRIDE_CXX_ALLOCATION 1 -#endif -/* Determine whether to override placement new and delete for STL. */ -#ifndef U_HAVE_PLACEMENT_NEW -#define U_HAVE_PLACEMENT_NEW 0 -#endif -/* Determine whether to override new and delete for MFC. */ -#if !defined(U_HAVE_DEBUG_LOCATION_NEW) && defined(_MSC_VER) -#define U_HAVE_DEBUG_LOCATION_NEW 0 -#endif - -/* Determine whether to enable tracing. */ -#ifndef U_ENABLE_TRACING -#define U_ENABLE_TRACING 1 -#endif - -/* Do we allow ICU users to use the draft APIs by default? */ -#ifndef U_DEFAULT_SHOW_DRAFT -#define U_DEFAULT_SHOW_DRAFT 1 -#endif - -/* Define the library suffix in a C syntax. */ -#define U_HAVE_LIB_SUFFIX 0 -#define U_LIB_SUFFIX_C_NAME -#define U_LIB_SUFFIX_C_NAME_STRING "" - -/*===========================================================================*/ -/* Information about wchar support */ -/*===========================================================================*/ - -#define U_HAVE_WCHAR_H 1 -#define U_SIZEOF_WCHAR_T 2 - -#define U_HAVE_WCSCPY 0 - -/*===========================================================================*/ -/* Information about POSIX support */ -/*===========================================================================*/ - - -/* TODO: Fix Palm OS's determination of a timezone */ -#if 0 -#define U_TZSET _tzset -#endif -#if 0 -#define U_TIMEZONE _timezone -#endif -#if 0 -#define U_TZNAME _tzname -#endif - -#define U_HAVE_MMAP 0 -#define U_HAVE_POPEN 0 - -/*===========================================================================*/ -/* Symbol import-export control */ -/*===========================================================================*/ - -#define U_EXPORT -#define U_EXPORT2 -#define U_IMPORT - -/*===========================================================================*/ -/* Code alignment and C function inlining */ -/*===========================================================================*/ - -#ifndef U_INLINE -# ifdef __cplusplus -# define U_INLINE inline -# else -# define U_INLINE __inline -# endif -#endif - -#if defined(_MSC_VER) && defined(_M_IX86) -#define U_ALIGN_CODE(val) __asm align val -#else -#define U_ALIGN_CODE(val) -#endif - - -/*===========================================================================*/ -/* Programs used by ICU code */ -/*===========================================================================*/ - -#ifndef U_MAKE -#define U_MAKE "nmake" -#define U_MAKE_IS_NMAKE 1 -#endif - -#endif diff --git a/jni/EastAsianWidth/unicode/putil.h b/jni/EastAsianWidth/unicode/putil.h deleted file mode 100644 index bdb385c..0000000 --- a/jni/EastAsianWidth/unicode/putil.h +++ /dev/null @@ -1,184 +0,0 @@ -/* -****************************************************************************** -* -* Copyright (C) 1997-2005, International Business Machines -* Corporation and others. All Rights Reserved. -* -****************************************************************************** -* -* FILE NAME : putil.h -* -* Date Name Description -* 05/14/98 nos Creation (content moved here from utypes.h). -* 06/17/99 erm Added IEEE_754 -* 07/22/98 stephen Added IEEEremainder, max, min, trunc -* 08/13/98 stephen Added isNegativeInfinity, isPositiveInfinity -* 08/24/98 stephen Added longBitsFromDouble -* 03/02/99 stephen Removed openFile(). Added AS400 support. -* 04/15/99 stephen Converted to C -* 11/15/99 helena Integrated S/390 changes for IEEE support. -* 01/11/00 helena Added u_getVersion. -****************************************************************************** -*/ - -#ifndef PUTIL_H -#define PUTIL_H - -#include "unicode/utypes.h" - /** - * \file - * \brief C API: Platform Utilities - */ - -/* Define this to 1 if your platform supports IEEE 754 floating point, - to 0 if it does not. */ -#ifndef IEEE_754 -# define IEEE_754 1 -#endif - -/*==========================================================================*/ -/* Platform utilities */ -/*==========================================================================*/ - -/** - * Platform utilities isolates the platform dependencies of the - * libarary. For each platform which this code is ported to, these - * functions may have to be re-implemented. - */ - -/** - * Return the ICU data directory. - * The data directory is where common format ICU data files (.dat files) - * are loaded from. Note that normal use of the built-in ICU - * facilities does not require loading of an external data file; - * unless you are adding custom data to ICU, the data directory - * does not need to be set. - * - * The data directory is determined as follows: - * If u_setDataDirectory() has been called, that is it, otherwise - * if the ICU_DATA environment variable is set, use that, otherwise - * If a data directory was specifed at ICU build time - * (#define ICU_DATA_DIR "path"), use that, - * otherwise no data directory is available. - * - * @return the data directory, or an empty string ("") if no data directory has - * been specified. - * - * @stable ICU 2.0 - */ -U_STABLE const char* U_EXPORT2 u_getDataDirectory(void); - -/** - * Set the ICU data directory. - * The data directory is where common format ICU data files (.dat files) - * are loaded from. Note that normal use of the built-in ICU - * facilities does not require loading of an external data file; - * unless you are adding custom data to ICU, the data directory - * does not need to be set. - * - * This function should be called at most once in a process, before the - * first ICU operation (e.g., u_init()) that will require the loading of an - * ICU data file. - * This function is not thread-safe. Use it before calling ICU APIs from - * multiple threads. - * - * @param directory The directory to be set. - * - * @see u_init - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 u_setDataDirectory(const char *directory); - -/** - * Please use ucnv_getDefaultName() instead. - * Return the default codepage for this platform and locale. - * This function can call setlocale() on Unix platforms. Please read the - * platform documentation on setlocale() before calling this function. - * @return the default codepage for this platform - * @internal - */ -U_INTERNAL const char* U_EXPORT2 uprv_getDefaultCodepage(void); - -/** - * Please use uloc_getDefault() instead. - * Return the default locale ID string by querying ths system, or - * zero if one cannot be found. - * This function can call setlocale() on Unix platforms. Please read the - * platform documentation on setlocale() before calling this function. - * @return the default locale ID string - * @internal - */ -U_INTERNAL const char* U_EXPORT2 uprv_getDefaultLocaleID(void); - -/** - * Filesystem file and path separator characters. - * Example: '/' and ':' on Unix, '\\' and ';' on Windows. - * @stable ICU 2.0 - */ -#ifdef XP_MAC -# define U_FILE_SEP_CHAR ':' -# define U_FILE_ALT_SEP_CHAR ':' -# define U_PATH_SEP_CHAR ';' -# define U_FILE_SEP_STRING ":" -# define U_FILE_ALT_SEP_STRING ":" -# define U_PATH_SEP_STRING ";" -#elif defined(U_WINDOWS) -# define U_FILE_SEP_CHAR '\\' -# define U_FILE_ALT_SEP_CHAR '/' -# define U_PATH_SEP_CHAR ';' -# define U_FILE_SEP_STRING "\\" -# define U_FILE_ALT_SEP_STRING "/" -# define U_PATH_SEP_STRING ";" -#else -# define U_FILE_SEP_CHAR '/' -# define U_FILE_ALT_SEP_CHAR '/' -# define U_PATH_SEP_CHAR ':' -# define U_FILE_SEP_STRING "/" -# define U_FILE_ALT_SEP_STRING "/" -# define U_PATH_SEP_STRING ":" -#endif - -/** - * Convert char characters to UChar characters. - * This utility function is useful only for "invariant characters" - * that are encoded in the platform default encoding. - * They are a small, constant subset of the encoding and include - * just the latin letters, digits, and some punctuation. - * For details, see U_CHARSET_FAMILY. - * - * @param cs Input string, points to <code>length</code> - * character bytes from a subset of the platform encoding. - * @param us Output string, points to memory for <code>length</code> - * Unicode characters. - * @param length The number of characters to convert; this may - * include the terminating <code>NUL</code>. - * - * @see U_CHARSET_FAMILY - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 -u_charsToUChars(const char *cs, UChar *us, int32_t length); - -/** - * Convert UChar characters to char characters. - * This utility function is useful only for "invariant characters" - * that can be encoded in the platform default encoding. - * They are a small, constant subset of the encoding and include - * just the latin letters, digits, and some punctuation. - * For details, see U_CHARSET_FAMILY. - * - * @param us Input string, points to <code>length</code> - * Unicode characters that can be encoded with the - * codepage-invariant subset of the platform encoding. - * @param cs Output string, points to memory for <code>length</code> - * character bytes. - * @param length The number of characters to convert; this may - * include the terminating <code>NUL</code>. - * - * @see U_CHARSET_FAMILY - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 -u_UCharsToChars(const UChar *us, char *cs, int32_t length); - -#endif diff --git a/jni/EastAsianWidth/unicode/pwin32.h b/jni/EastAsianWidth/unicode/pwin32.h deleted file mode 100644 index 9aad353..0000000 --- a/jni/EastAsianWidth/unicode/pwin32.h +++ /dev/null @@ -1,311 +0,0 @@ -/* - ****************************************************************************** - * - * Copyright (C) 1997-2007, International Business Machines - * Corporation and others. All Rights Reserved. - * - ****************************************************************************** - * - * FILE NAME : platform.h - * - * Date Name Description - * 05/13/98 nos Creation (content moved here from ptypes.h). - * 03/02/99 stephen Added AS400 support. - * 03/30/99 stephen Added Linux support. - * 04/13/99 stephen Reworked for autoconf. - ****************************************************************************** - */ - - /** - * \file - * \brief Configuration constants for the Windows platform - */ - -/* Define the platform we're on. */ -#ifndef U_WINDOWS -#define U_WINDOWS -#endif - -#if defined(__BORLANDC__) -#define U_HAVE_PLACEMENT_NEW 0 -#define U_HAVE_INTTYPES_H 1 -#define __STDC_CONSTANT_MACROS -#endif - -/* _MSC_VER is used to detect the Microsoft compiler. */ -#if defined(_MSC_VER) -#define U_INT64_IS_LONG_LONG 0 -#else -#define U_INT64_IS_LONG_LONG 1 -#endif - -/* Define whether inttypes.h is available */ -#ifndef U_HAVE_INTTYPES_H -#define U_HAVE_INTTYPES_H 0 -#endif - -/* - * Define what support for C++ streams is available. - * If U_IOSTREAM_SOURCE is set to 199711, then <iostream> is available - * (1997711 is the date the ISO/IEC C++ FDIS was published), and then - * one should qualify streams using the std namespace in ICU header - * files. - * If U_IOSTREAM_SOURCE is set to 198506, then <iostream.h> is - * available instead (198506 is the date when Stroustrup published - * "An Extensible I/O Facility for C++" at the summer USENIX conference). - * If U_IOSTREAM_SOURCE is 0, then C++ streams are not available and - * support for them will be silently suppressed in ICU. - * - */ - -#ifndef U_IOSTREAM_SOURCE -#define U_IOSTREAM_SOURCE 199711 -#endif - -/* Determines whether specific types are available */ -#ifndef U_HAVE_INT8_T -#define U_HAVE_INT8_T U_HAVE_INTTYPES_H -#endif - -#ifndef U_HAVE_UINT8_T -#define U_HAVE_UINT8_T U_HAVE_INTTYPES_H -#endif - -#ifndef U_HAVE_INT16_T -#define U_HAVE_INT16_T U_HAVE_INTTYPES_H -#endif - -#ifndef U_HAVE_UINT16_T -#define U_HAVE_UINT16_T U_HAVE_INTTYPES_H -#endif - -#ifndef U_HAVE_INT32_T -#define U_HAVE_INT32_T U_HAVE_INTTYPES_H -#endif - -#ifndef U_HAVE_UINT32_T -#define U_HAVE_UINT32_T U_HAVE_INTTYPES_H -#endif - -#ifndef U_HAVE_INT64_T -#define U_HAVE_INT64_T U_HAVE_INTTYPES_H -#endif - -#ifndef U_HAVE_UINT64_T -#define U_HAVE_UINT64_T U_HAVE_INTTYPES_H -#endif - -/* Define 64 bit limits */ -#if !U_INT64_IS_LONG_LONG -# ifndef INT64_C -# define INT64_C(x) ((int64_t)x) -# endif -# ifndef UINT64_C -# define UINT64_C(x) ((uint64_t)x) -# endif -/* else use the umachine.h definition */ -#endif - -/*===========================================================================*/ -/* Generic data types */ -/*===========================================================================*/ - -/* If your platform does not have the <inttypes.h> header, you may - need to edit the typedefs below. */ -#if U_HAVE_INTTYPES_H -#include <inttypes.h> -#else /* U_HAVE_INTTYPES_H */ - -#if ! U_HAVE_INT8_T -typedef signed char int8_t; -#endif - -#if ! U_HAVE_UINT8_T -typedef unsigned char uint8_t; -#endif - -#if ! U_HAVE_INT16_T -typedef signed short int16_t; -#endif - -#if ! U_HAVE_UINT16_T -typedef unsigned short uint16_t; -#endif - -#if ! U_HAVE_INT32_T -typedef signed int int32_t; -#endif - -#if ! U_HAVE_UINT32_T -typedef unsigned int uint32_t; -#endif - -#if ! U_HAVE_INT64_T -#if U_INT64_IS_LONG_LONG - typedef signed long long int64_t; -#else - typedef signed __int64 int64_t; -#endif -#endif - -#if ! U_HAVE_UINT64_T -#if U_INT64_IS_LONG_LONG - typedef unsigned long long uint64_t; -#else - typedef unsigned __int64 uint64_t; -#endif -#endif -#endif - -/*===========================================================================*/ -/* Compiler and environment features */ -/*===========================================================================*/ - -/* Define whether namespace is supported */ -#ifndef U_HAVE_NAMESPACE -#define U_HAVE_NAMESPACE 1 -#endif - -/* Determines the endianness of the platform */ -#define U_IS_BIG_ENDIAN 0 - -/* 1 or 0 to enable or disable threads. If undefined, default is: enable threads. */ -#define ICU_USE_THREADS 1 - -/* On strong memory model CPUs (e.g. x86 CPUs), we use a safe & quick double check mutex lock. */ -/* -Microsoft can define _M_IX86, _M_AMD64 (before Visual Studio 8) or _M_X64 (starting in Visual Studio 8). -Intel can define _M_IX86 or _M_X64 -*/ -#if defined(_M_IX86) || defined(_M_AMD64) || defined(_M_X64) || (defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__))) -#define UMTX_STRONG_MEMORY_MODEL 1 -#endif - -#ifndef U_DEBUG -#ifdef _DEBUG -#define U_DEBUG 1 -#else -#define U_DEBUG 0 -#endif -#endif - -#ifndef U_RELEASE -#ifdef NDEBUG -#define U_RELEASE 1 -#else -#define U_RELEASE 0 -#endif -#endif - -/* Determine whether to disable renaming or not. This overrides the - setting in umachine.h which is for all platforms. */ -#ifndef U_DISABLE_RENAMING -#define U_DISABLE_RENAMING 0 -#endif - -/* Determine whether to override new and delete. */ -#ifndef U_OVERRIDE_CXX_ALLOCATION -#define U_OVERRIDE_CXX_ALLOCATION 1 -#endif -/* Determine whether to override placement new and delete for STL. */ -#ifndef U_HAVE_PLACEMENT_NEW -#define U_HAVE_PLACEMENT_NEW 1 -#endif -/* Determine whether to override new and delete for MFC. */ -#if !defined(U_HAVE_DEBUG_LOCATION_NEW) && defined(_MSC_VER) -#define U_HAVE_DEBUG_LOCATION_NEW 1 -#endif - -/* Determine whether to enable tracing. */ -#ifndef U_ENABLE_TRACING -#define U_ENABLE_TRACING 0 -#endif - -/* Do we allow ICU users to use the draft APIs by default? */ -#ifndef U_DEFAULT_SHOW_DRAFT -#define U_DEFAULT_SHOW_DRAFT 1 -#endif - -/* Define the library suffix in a C syntax. */ -#define U_HAVE_LIB_SUFFIX 0 -#define U_LIB_SUFFIX_C_NAME -#define U_LIB_SUFFIX_C_NAME_STRING "" - -/*===========================================================================*/ -/* Information about wchar support */ -/*===========================================================================*/ - -#define U_HAVE_WCHAR_H 1 -#define U_SIZEOF_WCHAR_T 2 - -#define U_HAVE_WCSCPY 1 - -/** - * \def U_DECLARE_UTF16 - * Do not use this macro. Use the UNICODE_STRING or U_STRING_DECL macros - * instead. - * @internal - */ -#if 1 -#define U_DECLARE_UTF16(string) L ## string -#endif - -/*===========================================================================*/ -/* Information about POSIX support */ -/*===========================================================================*/ - -#if 1 -#define U_TZSET _tzset -#endif -#if 1 -#define U_TIMEZONE _timezone -#endif -#if 1 -#define U_TZNAME _tzname -#endif -#if 1 -#define U_DAYLIGHT _daylight -#endif - -#define U_HAVE_MMAP 0 -#define U_HAVE_POPEN 0 - -/*===========================================================================*/ -/* Symbol import-export control */ -/*===========================================================================*/ - -#ifdef U_STATIC_IMPLEMENTATION -#define U_EXPORT -#else -#define U_EXPORT __declspec(dllexport) -#endif -#define U_EXPORT2 __cdecl -#define U_IMPORT __declspec(dllimport) - -/*===========================================================================*/ -/* Code alignment and C function inlining */ -/*===========================================================================*/ - -#ifndef U_INLINE -# ifdef __cplusplus -# define U_INLINE inline -# else -# define U_INLINE __inline -# endif -#endif - -#if defined(_MSC_VER) && defined(_M_IX86) && !defined(_MANAGED) -#define U_ALIGN_CODE(val) __asm align val -#else -#define U_ALIGN_CODE(val) -#endif - - -/*===========================================================================*/ -/* Programs used by ICU code */ -/*===========================================================================*/ - -#ifndef U_MAKE -#define U_MAKE "nmake" -#define U_MAKE_IS_NMAKE 1 -#endif diff --git a/jni/EastAsianWidth/unicode/rbbi.h b/jni/EastAsianWidth/unicode/rbbi.h deleted file mode 100644 index 747ea44..0000000 --- a/jni/EastAsianWidth/unicode/rbbi.h +++ /dev/null @@ -1,700 +0,0 @@ -/* -*************************************************************************** -* Copyright (C) 1999-2007 International Business Machines Corporation * -* and others. All rights reserved. * -*************************************************************************** - -********************************************************************** -* Date Name Description -* 10/22/99 alan Creation. -* 11/11/99 rgillam Complete port from Java. -********************************************************************** -*/ - -#ifndef RBBI_H -#define RBBI_H - -#include "unicode/utypes.h" - -/** - * \file - * \brief C++ API: Rule Based Break Iterator - */ - -#if !UCONFIG_NO_BREAK_ITERATION - -#include "unicode/brkiter.h" -#include "unicode/udata.h" -#include "unicode/parseerr.h" -#include "unicode/schriter.h" -#include "unicode/uchriter.h" - - -struct UTrie; - -U_NAMESPACE_BEGIN - -/** @internal */ -struct RBBIDataHeader; -class RuleBasedBreakIteratorTables; -class BreakIterator; -class RBBIDataWrapper; -class UStack; -class LanguageBreakEngine; -class UnhandledEngine; -struct RBBIStateTable; - - - - -/** - * - * A subclass of BreakIterator whose behavior is specified using a list of rules. - * <p>Instances of this class are most commonly created by the factory methods of - * BreakIterator::createWordInstance(), BreakIterator::createLineInstance(), etc., - * and then used via the abstract API in class BreakIterator</p> - * - * <p>See the ICU User Guide for information on Break Iterator Rules.</p> - * - * <p>This class is not intended to be subclassed. (Class DictionaryBasedBreakIterator - * is a subclass, but that relationship is effectively internal to the ICU - * implementation. The subclassing interface to RulesBasedBreakIterator is - * not part of the ICU API, and may not remain stable.</p> - * - */ -class U_COMMON_API RuleBasedBreakIterator : public BreakIterator { - -protected: - /** - * The UText through which this BreakIterator accesses the text - * @internal - */ - UText *fText; - - /** - * A character iterator that refers to the same text as the UText, above. - * Only included for compatibility with old API, which was based on CharacterIterators. - * Value may be adopted from outside, or one of fSCharIter or fDCharIter, below. - */ - CharacterIterator *fCharIter; - - /** - * When the input text is provided by a UnicodeString, this will point to - * a characterIterator that wraps that data. Needed only for the - * implementation of getText(), a backwards compatibility issue. - */ - StringCharacterIterator *fSCharIter; - - /** - * When the input text is provided by a UText, this - * dummy CharacterIterator over an empty string will - * be returned from getText() - */ - UCharCharacterIterator *fDCharIter; - - /** - * The rule data for this BreakIterator instance - * @internal - */ - RBBIDataWrapper *fData; - - /** Index of the Rule {tag} values for the most recent match. - * @internal - */ - int32_t fLastRuleStatusIndex; - - /** - * Rule tag value valid flag. - * Some iterator operations don't intrinsically set the correct tag value. - * This flag lets us lazily compute the value if we are ever asked for it. - * @internal - */ - UBool fLastStatusIndexValid; - - /** - * Counter for the number of characters encountered with the "dictionary" - * flag set. - * @internal - */ - uint32_t fDictionaryCharCount; - - /** - * When a range of characters is divided up using the dictionary, the break - * positions that are discovered are stored here, preventing us from having - * to use either the dictionary or the state table again until the iterator - * leaves this range of text. Has the most impact for line breaking. - * @internal - */ - int32_t* fCachedBreakPositions; - - /** - * The number of elements in fCachedBreakPositions - * @internal - */ - int32_t fNumCachedBreakPositions; - - /** - * if fCachedBreakPositions is not null, this indicates which item in the - * cache the current iteration position refers to - * @internal - */ - int32_t fPositionInCache; - - /** - * - * If present, UStack of LanguageBreakEngine objects that might handle - * dictionary characters. Searched from top to bottom to find an object to - * handle a given character. - * @internal - */ - UStack *fLanguageBreakEngines; - - /** - * - * If present, the special LanguageBreakEngine used for handling - * characters that are in the dictionary set, but not handled by any - * LangugageBreakEngine. - * @internal - */ - UnhandledEngine *fUnhandledBreakEngine; - - /** - * - * The type of the break iterator, or -1 if it has not been set. - * @internal - */ - int32_t fBreakType; - -protected: - //======================================================================= - // constructors - //======================================================================= - - /** - * Constructor from a flattened set of RBBI data in malloced memory. - * RulesBasedBreakIterators built from a custom set of rules - * are created via this constructor; the rules are compiled - * into memory, then the break iterator is constructed here. - * - * The break iterator adopts the memory, and will - * free it when done. - * @internal - */ - RuleBasedBreakIterator(RBBIDataHeader* data, UErrorCode &status); - - - friend class RBBIRuleBuilder; - /** @internal */ - friend class BreakIterator; - - - -public: - - /** Default constructor. Creates an empty shell of an iterator, with no - * rules or text to iterate over. Object can subsequently be assigned to. - * @stable ICU 2.2 - */ - RuleBasedBreakIterator(); - - /** - * Copy constructor. Will produce a break iterator with the same behavior, - * and which iterates over the same text, as the one passed in. - * @param that The RuleBasedBreakIterator passed to be copied - * @stable ICU 2.0 - */ - RuleBasedBreakIterator(const RuleBasedBreakIterator& that); - - /** - * Construct a RuleBasedBreakIterator from a set of rules supplied as a string. - * @param rules The break rules to be used. - * @param parseError In the event of a syntax error in the rules, provides the location - * within the rules of the problem. - * @param status Information on any errors encountered. - * @stable ICU 2.2 - */ - RuleBasedBreakIterator( const UnicodeString &rules, - UParseError &parseError, - UErrorCode &status); - - - /** - * This constructor uses the udata interface to create a BreakIterator - * whose internal tables live in a memory-mapped file. "image" is an - * ICU UDataMemory handle for the pre-compiled break iterator tables. - * @param image handle to the memory image for the break iterator data. - * Ownership of the UDataMemory handle passes to the Break Iterator, - * which will be responsible for closing it when it is no longer needed. - * @param status Information on any errors encountered. - * @see udata_open - * @see #getBinaryRules - * @stable ICU 2.8 - */ - RuleBasedBreakIterator(UDataMemory* image, UErrorCode &status); - - /** - * Destructor - * @stable ICU 2.0 - */ - virtual ~RuleBasedBreakIterator(); - - /** - * Assignment operator. Sets this iterator to have the same behavior, - * and iterate over the same text, as the one passed in. - * @param that The RuleBasedBreakItertor passed in - * @return the newly created RuleBasedBreakIterator - * @stable ICU 2.0 - */ - RuleBasedBreakIterator& operator=(const RuleBasedBreakIterator& that); - - /** - * Equality operator. Returns TRUE if both BreakIterators are of the - * same class, have the same behavior, and iterate over the same text. - * @param that The BreakIterator to be compared for equality - * @return TRUE if both BreakIterators are of the - * same class, have the same behavior, and iterate over the same text. - * @stable ICU 2.0 - */ - virtual UBool operator==(const BreakIterator& that) const; - - /** - * Not-equal operator. If operator== returns TRUE, this returns FALSE, - * and vice versa. - * @param that The BreakIterator to be compared for inequality - * @return TRUE if both BreakIterators are not same. - * @stable ICU 2.0 - */ - UBool operator!=(const BreakIterator& that) const; - - /** - * Returns a newly-constructed RuleBasedBreakIterator with the same - * behavior, and iterating over the same text, as this one. - * Differs from the copy constructor in that it is polymorphic, and - * will correctly clone (copy) a derived class. - * clone() is thread safe. Multiple threads may simultaeneously - * clone the same source break iterator. - * @return a newly-constructed RuleBasedBreakIterator - * @stable ICU 2.0 - */ - virtual BreakIterator* clone() const; - - /** - * Compute a hash code for this BreakIterator - * @return A hash code - * @stable ICU 2.0 - */ - virtual int32_t hashCode(void) const; - - /** - * Returns the description used to create this iterator - * @return the description used to create this iterator - * @stable ICU 2.0 - */ - virtual const UnicodeString& getRules(void) const; - - //======================================================================= - // BreakIterator overrides - //======================================================================= - - /** - * <p> - * Return a CharacterIterator over the text being analyzed. - * The returned character iterator is owned by the break iterator, and must - * not be deleted by the caller. Repeated calls to this function may - * return the same CharacterIterator. - * </p> - * <p> - * The returned character iterator must not be used concurrently with - * the break iterator. If concurrent operation is needed, clone the - * returned character iterator first and operate on the clone. - * </p> - * <p> - * When the break iterator is operating on text supplied via a UText, - * this function will fail. Lacking any way to signal failures, it - * returns an CharacterIterator containing no text. - * The function getUText() provides similar functionality, - * is reliable, and is more efficient. - * </p> - * - * TODO: deprecate this function? - * - * @return An iterator over the text being analyzed. - * @stable ICU 2.0 - */ - virtual CharacterIterator& getText(void) const; - - - /** - * Get a UText for the text being analyzed. - * The returned UText is a shallow clone of the UText used internally - * by the break iterator implementation. It can safely be used to - * access the text without impacting any break iterator operations, - * but the underlying text itself must not be altered. - * - * @param fillIn A UText to be filled in. If NULL, a new UText will be - * allocated to hold the result. - * @param status receives any error codes. - * @return The current UText for this break iterator. If an input - * UText was provided, it will always be returned. - * @stable ICU 3.4 - */ - virtual UText *getUText(UText *fillIn, UErrorCode &status) const; - - /** - * Set the iterator to analyze a new piece of text. This function resets - * the current iteration position to the beginning of the text. - * @param newText An iterator over the text to analyze. The BreakIterator - * takes ownership of the character iterator. The caller MUST NOT delete it! - * @stable ICU 2.0 - */ - virtual void adoptText(CharacterIterator* newText); - - /** - * Set the iterator to analyze a new piece of text. This function resets - * the current iteration position to the beginning of the text. - * @param newText The text to analyze. - * @stable ICU 2.0 - */ - virtual void setText(const UnicodeString& newText); - - /** - * Reset the break iterator to operate over the text represented by - * the UText. The iterator position is reset to the start. - * - * This function makes a shallow clone of the supplied UText. This means - * that the caller is free to immediately close or otherwise reuse the - * Utext that was passed as a parameter, but that the underlying text itself - * must not be altered while being referenced by the break iterator. - * - * @param text The UText used to change the text. - * @param status Receives any error codes. - * @stable ICU 3.4 - */ - virtual void setText(UText *text, UErrorCode &status); - - /** - * Sets the current iteration position to the beginning of the text. - * @return The offset of the beginning of the text. - * @stable ICU 2.0 - */ - virtual int32_t first(void); - - /** - * Sets the current iteration position to the end of the text. - * @return The text's past-the-end offset. - * @stable ICU 2.0 - */ - virtual int32_t last(void); - - /** - * Advances the iterator either forward or backward the specified number of steps. - * Negative values move backward, and positive values move forward. This is - * equivalent to repeatedly calling next() or previous(). - * @param n The number of steps to move. The sign indicates the direction - * (negative is backwards, and positive is forwards). - * @return The character offset of the boundary position n boundaries away from - * the current one. - * @stable ICU 2.0 - */ - virtual int32_t next(int32_t n); - - /** - * Advances the iterator to the next boundary position. - * @return The position of the first boundary after this one. - * @stable ICU 2.0 - */ - virtual int32_t next(void); - - /** - * Moves the iterator backwards, to the last boundary preceding this one. - * @return The position of the last boundary position preceding this one. - * @stable ICU 2.0 - */ - virtual int32_t previous(void); - - /** - * Sets the iterator to refer to the first boundary position following - * the specified position. - * @param offset The position from which to begin searching for a break position. - * @return The position of the first break after the current position. - * @stable ICU 2.0 - */ - virtual int32_t following(int32_t offset); - - /** - * Sets the iterator to refer to the last boundary position before the - * specified position. - * @param offset The position to begin searching for a break from. - * @return The position of the last boundary before the starting position. - * @stable ICU 2.0 - */ - virtual int32_t preceding(int32_t offset); - - /** - * Returns true if the specfied position is a boundary position. As a side - * effect, leaves the iterator pointing to the first boundary position at - * or after "offset". - * @param offset the offset to check. - * @return True if "offset" is a boundary position. - * @stable ICU 2.0 - */ - virtual UBool isBoundary(int32_t offset); - - /** - * Returns the current iteration position. - * @return The current iteration position. - * @stable ICU 2.0 - */ - virtual int32_t current(void) const; - - - /** - * Return the status tag from the break rule that determined the most recently - * returned break position. For break rules that do not specify a - * status, a default value of 0 is returned. If more than one break rule - * would cause a boundary to be located at some position in the text, - * the numerically largest of the applicable status values is returned. - * <p> - * Of the standard types of ICU break iterators, only word break and - * line break provide status values. The values are defined in - * the header file ubrk.h. For Word breaks, the status allows distinguishing between words - * that contain alphabetic letters, "words" that appear to be numbers, - * punctuation and spaces, words containing ideographic characters, and - * more. For Line Break, the status distinguishes between hard (mandatory) breaks - * and soft (potential) break positions. - * <p> - * <code>getRuleStatus()</code> can be called after obtaining a boundary - * position from <code>next()</code>, <code>previous()</code>, or - * any other break iterator functions that returns a boundary position. - * <p> - * When creating custom break rules, one is free to define whatever - * status values may be convenient for the application. - * <p> - * Note: this function is not thread safe. It should not have been - * declared const, and the const remains only for compatibility - * reasons. (The function is logically const, but not bit-wise const). - * <p> - * @return the status from the break rule that determined the most recently - * returned break position. - * - * @see UWordBreak - * @stable ICU 2.2 - */ - virtual int32_t getRuleStatus() const; - - /** - * Get the status (tag) values from the break rule(s) that determined the most - * recently returned break position. - * <p> - * The returned status value(s) are stored into an array provided by the caller. - * The values are stored in sorted (ascending) order. - * If the capacity of the output array is insufficient to hold the data, - * the output will be truncated to the available length, and a - * U_BUFFER_OVERFLOW_ERROR will be signaled. - * - * @param fillInVec an array to be filled in with the status values. - * @param capacity the length of the supplied vector. A length of zero causes - * the function to return the number of status values, in the - * normal way, without attemtping to store any values. - * @param status receives error codes. - * @return The number of rule status values from rules that determined - * the most recent boundary returned by the break iterator. - * In the event of a U_BUFFER_OVERFLOW_ERROR, the return value - * is the total number of status values that were available, - * not the reduced number that were actually returned. - * @see getRuleStatus - * @stable ICU 3.0 - */ - virtual int32_t getRuleStatusVec(int32_t *fillInVec, int32_t capacity, UErrorCode &status); - - /** - * Returns a unique class ID POLYMORPHICALLY. Pure virtual override. - * This method is to implement a simple version of RTTI, since not all - * C++ compilers support genuine RTTI. Polymorphic operator==() and - * clone() methods call this method. - * - * @return The class ID for this object. All objects of a - * given class have the same class ID. Objects of - * other classes have different class IDs. - * @stable ICU 2.0 - */ - virtual UClassID getDynamicClassID(void) const; - - /** - * Returns the class ID for this class. This is useful only for - * comparing to a return value from getDynamicClassID(). For example: - * - * Base* polymorphic_pointer = createPolymorphicObject(); - * if (polymorphic_pointer->getDynamicClassID() == - * Derived::getStaticClassID()) ... - * - * @return The class ID for all objects of this class. - * @stable ICU 2.0 - */ - static UClassID U_EXPORT2 getStaticClassID(void); - - /* - * Create a clone (copy) of this break iterator in memory provided - * by the caller. The idea is to increase performance by avoiding - * a storage allocation. Use of this functoin is NOT RECOMMENDED. - * Performance gains are minimal, and correct buffer management is - * tricky. Use clone() instead. - * - * @param stackBuffer The pointer to the memory into which the cloned object - * should be placed. If NULL, allocate heap memory - * for the cloned object. - * @param BufferSize The size of the buffer. If zero, return the required - * buffer size, but do not clone the object. If the - * size was too small (but not zero), allocate heap - * storage for the cloned object. - * - * @param status Error status. U_SAFECLONE_ALLOCATED_WARNING will be - * returned if the the provided buffer was too small, and - * the clone was therefore put on the heap. - * - * @return Pointer to the clone object. This may differ from the stackBuffer - * address if the byte alignment of the stack buffer was not suitable - * or if the stackBuffer was too small to hold the clone. - * @stable ICU 2.0 - */ - virtual BreakIterator * createBufferClone(void *stackBuffer, - int32_t &BufferSize, - UErrorCode &status); - - - /** - * Return the binary form of compiled break rules, - * which can then be used to create a new break iterator at some - * time in the future. Creating a break iterator from pre-compiled rules - * is much faster than building one from the source form of the - * break rules. - * - * The binary data can only be used with the same version of ICU - * and on the same platform type (processor endian-ness) - * - * @param length Returns the length of the binary data. (Out paramter.) - * - * @return A pointer to the binary (compiled) rule data. The storage - * belongs to the RulesBasedBreakIterator object, not the - * caller, and must not be modified or deleted. - * @internal - */ - virtual const uint8_t *getBinaryRules(uint32_t &length); - - -protected: - //======================================================================= - // implementation - //======================================================================= - /** - * Dumps caches and performs other actions associated with a complete change - * in text or iteration position. - * @internal - */ - virtual void reset(void); - -#if 0 - /** - * Return true if the category lookup for this char - * indicates that it is in the set of dictionary lookup chars. - * This function is intended for use by dictionary based break iterators. - * @return true if the category lookup for this char - * indicates that it is in the set of dictionary lookup chars. - * @internal - */ - virtual UBool isDictionaryChar(UChar32); - - /** - * Get the type of the break iterator. - * @internal - */ - virtual int32_t getBreakType() const; -#endif - - /** - * Set the type of the break iterator. - * @internal - */ - virtual void setBreakType(int32_t type); - - /** - * Common initialization function, used by constructors and bufferClone. - * (Also used by DictionaryBasedBreakIterator::createBufferClone().) - * @internal - */ - void init(); - -private: - - /** - * This method backs the iterator back up to a "safe position" in the text. - * This is a position that we know, without any context, must be a break position. - * The various calling methods then iterate forward from this safe position to - * the appropriate position to return. (For more information, see the description - * of buildBackwardsStateTable() in RuleBasedBreakIterator.Builder.) - * @param statetable state table used of moving backwards - * @internal - */ - int32_t handlePrevious(const RBBIStateTable *statetable); - - /** - * This method is the actual implementation of the next() method. All iteration - * vectors through here. This method initializes the state machine to state 1 - * and advances through the text character by character until we reach the end - * of the text or the state machine transitions to state 0. We update our return - * value every time the state machine passes through a possible end state. - * @param statetable state table used of moving forwards - * @internal - */ - int32_t handleNext(const RBBIStateTable *statetable); - -protected: - - /** - * This is the function that actually implements dictionary-based - * breaking. Covering at least the range from startPos to endPos, - * it checks for dictionary characters, and if it finds them determines - * the appropriate object to deal with them. It may cache found breaks in - * fCachedBreakPositions as it goes. It may well also look at text outside - * the range startPos to endPos. - * If going forward, endPos is the normal Unicode break result, and - * if goind in reverse, startPos is the normal Unicode break result - * @param startPos The start position of a range of text - * @param endPos The end position of a range of text - * @param reverse The call is for the reverse direction - * @internal - */ - int32_t checkDictionary(int32_t startPos, int32_t endPos, UBool reverse); - -private: - - /** - * This function returns the appropriate LanguageBreakEngine for a - * given character c. - * @param c A character in the dictionary set - * @internal - */ - const LanguageBreakEngine *getLanguageBreakEngine(UChar32 c); - - /** - * @internal - */ - void makeRuleStatusValid(); - -}; - -//------------------------------------------------------------------------------ -// -// Inline Functions Definitions ... -// -//------------------------------------------------------------------------------ - -inline UBool RuleBasedBreakIterator::operator!=(const BreakIterator& that) const { - return !operator==(that); -} - -U_NAMESPACE_END - -#endif /* #if !UCONFIG_NO_BREAK_ITERATION */ - -#endif diff --git a/jni/EastAsianWidth/unicode/rep.h b/jni/EastAsianWidth/unicode/rep.h deleted file mode 100644 index 3fab6fa..0000000 --- a/jni/EastAsianWidth/unicode/rep.h +++ /dev/null @@ -1,259 +0,0 @@ -/* -************************************************************************** -* Copyright (C) 1999-2005, International Business Machines Corporation and -* others. All Rights Reserved. -************************************************************************** -* Date Name Description -* 11/17/99 aliu Creation. Ported from java. Modified to -* match current UnicodeString API. Forced -* to use name "handleReplaceBetween" because -* of existing methods in UnicodeString. -************************************************************************** -*/ - -#ifndef REP_H -#define REP_H - -#include "unicode/uobject.h" - -/** - * \file - * \brief C++ API: Replaceable String - */ - -U_NAMESPACE_BEGIN - -class UnicodeString; - -/** - * <code>Replaceable</code> is an abstract base class representing a - * string of characters that supports the replacement of a range of - * itself with a new string of characters. It is used by APIs that - * change a piece of text while retaining metadata. Metadata is data - * other than the Unicode characters returned by char32At(). One - * example of metadata is style attributes; another is an edit - * history, marking each character with an author and revision number. - * - * <p>An implicit aspect of the <code>Replaceable</code> API is that - * during a replace operation, new characters take on the metadata of - * the old characters. For example, if the string "the <b>bold</b> - * font" has range (4, 8) replaced with "strong", then it becomes "the - * <b>strong</b> font". - * - * <p><code>Replaceable</code> specifies ranges using a start - * offset and a limit offset. The range of characters thus specified - * includes the characters at offset start..limit-1. That is, the - * start offset is inclusive, and the limit offset is exclusive. - * - * <p><code>Replaceable</code> also includes API to access characters - * in the string: <code>length()</code>, <code>charAt()</code>, - * <code>char32At()</code>, and <code>extractBetween()</code>. - * - * <p>For a subclass to support metadata, typical behavior of - * <code>replace()</code> is the following: - * <ul> - * <li>Set the metadata of the new text to the metadata of the first - * character replaced</li> - * <li>If no characters are replaced, use the metadata of the - * previous character</li> - * <li>If there is no previous character (i.e. start == 0), use the - * following character</li> - * <li>If there is no following character (i.e. the replaceable was - * empty), use default metadata.<br> - * <li>If the code point U+FFFF is seen, it should be interpreted as - * a special marker having no metadata<li> - * </li> - * </ul> - * If this is not the behavior, the subclass should document any differences. - * @author Alan Liu - * @stable ICU 2.0 - */ -class U_COMMON_API Replaceable : public UObject { - -public: - /** - * Destructor. - * @stable ICU 2.0 - */ - virtual ~Replaceable(); - - /** - * Returns the number of 16-bit code units in the text. - * @return number of 16-bit code units in text - * @stable ICU 1.8 - */ - inline int32_t length() const; - - /** - * Returns the 16-bit code unit at the given offset into the text. - * @param offset an integer between 0 and <code>length()</code>-1 - * inclusive - * @return 16-bit code unit of text at given offset - * @stable ICU 1.8 - */ - inline UChar charAt(int32_t offset) const; - - /** - * Returns the 32-bit code point at the given 16-bit offset into - * the text. This assumes the text is stored as 16-bit code units - * with surrogate pairs intermixed. If the offset of a leading or - * trailing code unit of a surrogate pair is given, return the - * code point of the surrogate pair. - * - * @param offset an integer between 0 and <code>length()</code>-1 - * inclusive - * @return 32-bit code point of text at given offset - * @stable ICU 1.8 - */ - inline UChar32 char32At(int32_t offset) const; - - /** - * Copies characters in the range [<tt>start</tt>, <tt>limit</tt>) - * into the UnicodeString <tt>target</tt>. - * @param start offset of first character which will be copied - * @param limit offset immediately following the last character to - * be copied - * @param target UnicodeString into which to copy characters. - * @return A reference to <TT>target</TT> - * @stable ICU 2.1 - */ - virtual void extractBetween(int32_t start, - int32_t limit, - UnicodeString& target) const = 0; - - /** - * Replaces a substring of this object with the given text. If the - * characters being replaced have metadata, the new characters - * that replace them should be given the same metadata. - * - * <p>Subclasses must ensure that if the text between start and - * limit is equal to the replacement text, that replace has no - * effect. That is, any metadata - * should be unaffected. In addition, subclasses are encouraged to - * check for initial and trailing identical characters, and make a - * smaller replacement if possible. This will preserve as much - * metadata as possible. - * @param start the beginning index, inclusive; <code>0 <= start - * <= limit</code>. - * @param limit the ending index, exclusive; <code>start <= limit - * <= length()</code>. - * @param text the text to replace characters <code>start</code> - * to <code>limit - 1</code> - * @stable ICU 2.0 - */ - virtual void handleReplaceBetween(int32_t start, - int32_t limit, - const UnicodeString& text) = 0; - // Note: All other methods in this class take the names of - // existing UnicodeString methods. This method is the exception. - // It is named differently because all replace methods of - // UnicodeString return a UnicodeString&. The 'between' is - // required in order to conform to the UnicodeString naming - // convention; API taking start/length are named <operation>, and - // those taking start/limit are named <operationBetween>. The - // 'handle' is added because 'replaceBetween' and - // 'doReplaceBetween' are already taken. - - /** - * Copies a substring of this object, retaining metadata. - * This method is used to duplicate or reorder substrings. - * The destination index must not overlap the source range. - * - * @param start the beginning index, inclusive; <code>0 <= start <= - * limit</code>. - * @param limit the ending index, exclusive; <code>start <= limit <= - * length()</code>. - * @param dest the destination index. The characters from - * <code>start..limit-1</code> will be copied to <code>dest</code>. - * Implementations of this method may assume that <code>dest <= start || - * dest >= limit</code>. - * @stable ICU 2.0 - */ - virtual void copy(int32_t start, int32_t limit, int32_t dest) = 0; - - /** - * Returns true if this object contains metadata. If a - * Replaceable object has metadata, calls to the Replaceable API - * must be made so as to preserve metadata. If it does not, calls - * to the Replaceable API may be optimized to improve performance. - * The default implementation returns true. - * @return true if this object contains metadata - * @stable ICU 2.2 - */ - virtual UBool hasMetaData() const; - - /** - * Clone this object, an instance of a subclass of Replaceable. - * Clones can be used concurrently in multiple threads. - * If a subclass does not implement clone(), or if an error occurs, - * then NULL is returned. - * The clone functions in all subclasses return a pointer to a Replaceable - * because some compilers do not support covariant (same-as-this) - * return types; cast to the appropriate subclass if necessary. - * The caller must delete the clone. - * - * @return a clone of this object - * - * @see getDynamicClassID - * @stable ICU 2.6 - */ - virtual Replaceable *clone() const; - -protected: - - /** - * Default constructor. - * @stable ICU 2.4 - */ - Replaceable(); - - /* - * Assignment operator not declared. The compiler will provide one - * which does nothing since this class does not contain any data members. - * API/code coverage may show the assignment operator as present and - * untested - ignore. - * Subclasses need this assignment operator if they use compiler-provided - * assignment operators of their own. An alternative to not declaring one - * here would be to declare and empty-implement a protected or public one. - Replaceable &Replaceable::operator=(const Replaceable &); - */ - - /** - * Virtual version of length(). - * @stable ICU 2.4 - */ - virtual int32_t getLength() const = 0; - - /** - * Virtual version of charAt(). - * @stable ICU 2.4 - */ - virtual UChar getCharAt(int32_t offset) const = 0; - - /** - * Virtual version of char32At(). - * @stable ICU 2.4 - */ - virtual UChar32 getChar32At(int32_t offset) const = 0; -}; - -inline int32_t -Replaceable::length() const { - return getLength(); -} - -inline UChar -Replaceable::charAt(int32_t offset) const { - return getCharAt(offset); -} - -inline UChar32 -Replaceable::char32At(int32_t offset) const { - return getChar32At(offset); -} - -// There is no rep.cpp, see unistr.cpp for Replaceable function implementations. - -U_NAMESPACE_END - -#endif diff --git a/jni/EastAsianWidth/unicode/resbund.h b/jni/EastAsianWidth/unicode/resbund.h deleted file mode 100644 index 6d6b991..0000000 --- a/jni/EastAsianWidth/unicode/resbund.h +++ /dev/null @@ -1,485 +0,0 @@ -/* -****************************************************************************** -* -* Copyright (C) 1996-2007, International Business Machines Corporation -* and others. All Rights Reserved. -* -****************************************************************************** -* -* File resbund.h -* -* CREATED BY -* Richard Gillam -* -* Modification History: -* -* Date Name Description -* 2/5/97 aliu Added scanForLocaleInFile. Added -* constructor which attempts to read resource bundle -* from a specific file, without searching other files. -* 2/11/97 aliu Added UErrorCode return values to constructors. Fixed -* infinite loops in scanForFile and scanForLocale. -* Modified getRawResourceData to not delete storage -* in localeData and resourceData which it doesn't own. -* Added Mac compatibility #ifdefs for tellp() and -* ios::nocreate. -* 2/18/97 helena Updated with 100% documentation coverage. -* 3/13/97 aliu Rewrote to load in entire resource bundle and store -* it as a Hashtable of ResourceBundleData objects. -* Added state table to govern parsing of files. -* Modified to load locale index out of new file -* distinct from default.txt. -* 3/25/97 aliu Modified to support 2-d arrays, needed for timezone -* data. Added support for custom file suffixes. Again, -* needed to support timezone data. -* 4/7/97 aliu Cleaned up. -* 03/02/99 stephen Removed dependency on FILE*. -* 03/29/99 helena Merged Bertrand and Stephen's changes. -* 06/11/99 stephen Removed parsing of .txt files. -* Reworked to use new binary format. -* Cleaned up. -* 06/14/99 stephen Removed methods taking a filename suffix. -* 11/09/99 weiv Added getLocale(), fRealLocale, removed fRealLocaleID -****************************************************************************** -*/ - -#ifndef RESBUND_H -#define RESBUND_H - -#include "unicode/utypes.h" -#include "unicode/uobject.h" -#include "unicode/ures.h" -#include "unicode/unistr.h" -#include "unicode/locid.h" - -/** - * \file - * \brief C++ API: Resource Bundle - */ - -U_NAMESPACE_BEGIN - -/** - * A class representing a collection of resource information pertaining to a given - * locale. A resource bundle provides a way of accessing locale- specfic information in - * a data file. You create a resource bundle that manages the resources for a given - * locale and then ask it for individual resources. - * <P> - * Resource bundles in ICU4C are currently defined using text files which conform to the following - * <a href="http://source.icu-project.org/repos/icu/icuhtml/trunk/design/bnf_rb.txt">BNF definition</a>. - * More on resource bundle concepts and syntax can be found in the - * <a href="http://icu-project.org/userguide/ResourceManagement.html">Users Guide</a>. - * <P> - * - * The ResourceBundle class is not suitable for subclassing. - * - * @stable ICU 2.0 - */ -class U_COMMON_API ResourceBundle : public UObject { -public: - /** - * Constructor - * - * @param packageName The packageName and locale together point to an ICU udata object, - * as defined by <code> udata_open( packageName, "res", locale, err) </code> - * or equivalent. Typically, packageName will refer to a (.dat) file, or to - * a package registered with udata_setAppData(). Using a full file or directory - * pathname for packageName is deprecated. - * @param locale This is the locale this resource bundle is for. To get resources - * for the French locale, for example, you would create a - * ResourceBundle passing Locale::FRENCH for the "locale" parameter, - * and all subsequent calls to that resource bundle will return - * resources that pertain to the French locale. If the caller doesn't - * pass a locale parameter, the default locale for the system (as - * returned by Locale::getDefault()) will be used. - * @param err The Error Code. - * The UErrorCode& err parameter is used to return status information to the user. To - * check whether the construction succeeded or not, you should check the value of - * U_SUCCESS(err). If you wish more detailed information, you can check for - * informational error results which still indicate success. U_USING_FALLBACK_WARNING - * indicates that a fall back locale was used. For example, 'de_CH' was requested, - * but nothing was found there, so 'de' was used. U_USING_DEFAULT_WARNING indicates that - * the default locale data was used; neither the requested locale nor any of its - * fall back locales could be found. - * @stable ICU 2.0 - */ - ResourceBundle(const UnicodeString& packageName, - const Locale& locale, - UErrorCode& err); - - /** - * Construct a resource bundle for the default bundle in the specified package. - * - * @param packageName The packageName and locale together point to an ICU udata object, - * as defined by <code> udata_open( packageName, "res", locale, err) </code> - * or equivalent. Typically, packageName will refer to a (.dat) file, or to - * a package registered with udata_setAppData(). Using a full file or directory - * pathname for packageName is deprecated. - * @param err A UErrorCode value - * @stable ICU 2.0 - */ - ResourceBundle(const UnicodeString& packageName, - UErrorCode& err); - - /** - * Construct a resource bundle for the ICU default bundle. - * - * @param err A UErrorCode value - * @stable ICU 2.0 - */ - ResourceBundle(UErrorCode &err); - - /** - * Standard constructor, onstructs a resource bundle for the locale-specific - * bundle in the specified package. - * - * @param packageName The packageName and locale together point to an ICU udata object, - * as defined by <code> udata_open( packageName, "res", locale, err) </code> - * or equivalent. Typically, packageName will refer to a (.dat) file, or to - * a package registered with udata_setAppData(). Using a full file or directory - * pathname for packageName is deprecated. - * NULL is used to refer to ICU data. - * @param locale The locale for which to open a resource bundle. - * @param err A UErrorCode value - * @stable ICU 2.0 - */ - ResourceBundle(const char* packageName, - const Locale& locale, - UErrorCode& err); - - /** - * Copy constructor. - * - * @param original The resource bundle to copy. - * @stable ICU 2.0 - */ - ResourceBundle(const ResourceBundle &original); - - /** - * Constructor from a C UResourceBundle. The resource bundle is - * copied and not adopted. ures_close will still need to be used on the - * original resource bundle. - * - * @param res A pointer to the C resource bundle. - * @param status A UErrorCode value. - * @stable ICU 2.0 - */ - ResourceBundle(UResourceBundle *res, - UErrorCode &status); - - /** - * Assignment operator. - * - * @param other The resource bundle to copy. - * @stable ICU 2.0 - */ - ResourceBundle& - operator=(const ResourceBundle& other); - - /** Destructor. - * @stable ICU 2.0 - */ - virtual ~ResourceBundle(); - - /** - * Clone this object. - * Clones can be used concurrently in multiple threads. - * If an error occurs, then NULL is returned. - * The caller must delete the clone. - * - * @return a clone of this object - * - * @see getDynamicClassID - * @stable ICU 2.8 - */ - ResourceBundle *clone() const; - - /** - * Returns the size of a resource. Size for scalar types is always 1, and for vector/table types is - * the number of child resources. - * @warning Integer array is treated as a scalar type. There are no - * APIs to access individual members of an integer array. It - * is always returned as a whole. - * - * @return number of resources in a given resource. - * @stable ICU 2.0 - */ - int32_t - getSize(void) const; - - /** - * returns a string from a string resource type - * - * @param status fills in the outgoing error code - * could be <TT>U_MISSING_RESOURCE_ERROR</TT> if the key is not found - * could be a warning - * e.g.: <TT>U_USING_FALLBACK_WARNING</TT>,<TT>U_USING_DEFAULT_WARNING </TT> - * @return a pointer to a zero-terminated UChar array which lives in a memory mapped/DLL file. - * @stable ICU 2.0 - */ - UnicodeString - getString(UErrorCode& status) const; - - /** - * returns a binary data from a resource. Can be used at most primitive resource types (binaries, - * strings, ints) - * - * @param len fills in the length of resulting byte chunk - * @param status fills in the outgoing error code - * could be <TT>U_MISSING_RESOURCE_ERROR</TT> if the key is not found - * could be a warning - * e.g.: <TT>U_USING_FALLBACK_WARNING</TT>,<TT>U_USING_DEFAULT_WARNING </TT> - * @return a pointer to a chunk of unsigned bytes which live in a memory mapped/DLL file. - * @stable ICU 2.0 - */ - const uint8_t* - getBinary(int32_t& len, UErrorCode& status) const; - - - /** - * returns an integer vector from a resource. - * - * @param len fills in the length of resulting integer vector - * @param status fills in the outgoing error code - * could be <TT>U_MISSING_RESOURCE_ERROR</TT> if the key is not found - * could be a warning - * e.g.: <TT>U_USING_FALLBACK_WARNING</TT>,<TT>U_USING_DEFAULT_WARNING </TT> - * @return a pointer to a vector of integers that lives in a memory mapped/DLL file. - * @stable ICU 2.0 - */ - const int32_t* - getIntVector(int32_t& len, UErrorCode& status) const; - - /** - * returns an unsigned integer from a resource. - * This integer is originally 28 bits. - * - * @param status fills in the outgoing error code - * could be <TT>U_MISSING_RESOURCE_ERROR</TT> if the key is not found - * could be a warning - * e.g.: <TT>U_USING_FALLBACK_WARNING</TT>,<TT>U_USING_DEFAULT_WARNING </TT> - * @return an unsigned integer value - * @stable ICU 2.0 - */ - uint32_t - getUInt(UErrorCode& status) const; - - /** - * returns a signed integer from a resource. - * This integer is originally 28 bit and the sign gets propagated. - * - * @param status fills in the outgoing error code - * could be <TT>U_MISSING_RESOURCE_ERROR</TT> if the key is not found - * could be a warning - * e.g.: <TT>U_USING_FALLBACK_WARNING</TT>,<TT>U_USING_DEFAULT_WARNING </TT> - * @return a signed integer value - * @stable ICU 2.0 - */ - int32_t - getInt(UErrorCode& status) const; - - /** - * Checks whether the resource has another element to iterate over. - * - * @return TRUE if there are more elements, FALSE if there is no more elements - * @stable ICU 2.0 - */ - UBool - hasNext(void) const; - - /** - * Resets the internal context of a resource so that iteration starts from the first element. - * - * @stable ICU 2.0 - */ - void - resetIterator(void); - - /** - * Returns the key associated with this resource. Not all the resources have a key - only - * those that are members of a table. - * - * @return a key associated to this resource, or NULL if it doesn't have a key - * @stable ICU 2.0 - */ - const char* - getKey(void) const; - - /** - * Gets the locale ID of the resource bundle as a string. - * Same as getLocale().getName() . - * - * @return the locale ID of the resource bundle as a string - * @stable ICU 2.0 - */ - const char* - getName(void) const; - - - /** - * Returns the type of a resource. Available types are defined in enum UResType - * - * @return type of the given resource. - * @stable ICU 2.0 - */ - UResType - getType(void) const; - - /** - * Returns the next resource in a given resource or NULL if there are no more resources - * - * @param status fills in the outgoing error code - * @return ResourceBundle object. - * @stable ICU 2.0 - */ - ResourceBundle - getNext(UErrorCode& status); - - /** - * Returns the next string in a resource or NULL if there are no more resources - * to iterate over. - * - * @param status fills in the outgoing error code - * @return an UnicodeString object. - * @stable ICU 2.0 - */ - UnicodeString - getNextString(UErrorCode& status); - - /** - * Returns the next string in a resource or NULL if there are no more resources - * to iterate over. - * - * @param key fill in for key associated with this string - * @param status fills in the outgoing error code - * @return an UnicodeString object. - * @stable ICU 2.0 - */ - UnicodeString - getNextString(const char ** key, - UErrorCode& status); - - /** - * Returns the resource in a resource at the specified index. - * - * @param index an index to the wanted resource. - * @param status fills in the outgoing error code - * @return ResourceBundle object. If there is an error, resource is invalid. - * @stable ICU 2.0 - */ - ResourceBundle - get(int32_t index, - UErrorCode& status) const; - - /** - * Returns the string in a given resource at the specified index. - * - * @param index an index to the wanted string. - * @param status fills in the outgoing error code - * @return an UnicodeString object. If there is an error, string is bogus - * @stable ICU 2.0 - */ - UnicodeString - getStringEx(int32_t index, - UErrorCode& status) const; - - /** - * Returns a resource in a resource that has a given key. This procedure works only with table - * resources. - * - * @param key a key associated with the wanted resource - * @param status fills in the outgoing error code. - * @return ResourceBundle object. If there is an error, resource is invalid. - * @stable ICU 2.0 - */ - ResourceBundle - get(const char* key, - UErrorCode& status) const; - - /** - * Returns a string in a resource that has a given key. This procedure works only with table - * resources. - * - * @param key a key associated with the wanted string - * @param status fills in the outgoing error code - * @return an UnicodeString object. If there is an error, string is bogus - * @stable ICU 2.0 - */ - UnicodeString - getStringEx(const char* key, - UErrorCode& status) const; - - /** - * Return the version number associated with this ResourceBundle as a string. Please - * use getVersion, as this method is going to be deprecated. - * - * @return A version number string as specified in the resource bundle or its parent. - * The caller does not own this string. - * @see getVersion - * @deprecated ICU 2.8 Use getVersion instead. - */ - const char* - getVersionNumber(void) const; - - /** - * Return the version number associated with this ResourceBundle as a UVersionInfo array. - * - * @param versionInfo A UVersionInfo array that is filled with the version number - * as specified in the resource bundle or its parent. - * @stable ICU 2.0 - */ - void - getVersion(UVersionInfo versionInfo) const; - - /** - * Return the Locale associated with this ResourceBundle. - * - * @return a Locale object - * @deprecated ICU 2.8 Use getLocale(ULocDataLocaleType type, UErrorCode &status) overload instead. - */ - const Locale& - getLocale(void) const; - - /** - * Return the Locale associated with this ResourceBundle. - * @param type You can choose between requested, valid and actual - * locale. For description see the definition of - * ULocDataLocaleType in uloc.h - * @param status just for catching illegal arguments - * - * @return a Locale object - * @stable ICU 2.8 - */ - const Locale - getLocale(ULocDataLocaleType type, UErrorCode &status) const; - /** - * This API implements multilevel fallback - * @internal - */ - ResourceBundle - getWithFallback(const char* key, UErrorCode& status); - /** - * ICU "poor man's RTTI", returns a UClassID for the actual class. - * - * @stable ICU 2.2 - */ - virtual UClassID getDynamicClassID() const; - - /** - * ICU "poor man's RTTI", returns a UClassID for this class. - * - * @stable ICU 2.2 - */ - static UClassID U_EXPORT2 getStaticClassID(); - -private: - ResourceBundle(); // default constructor not implemented - - UResourceBundle *fResource; - void constructForLocale(const UnicodeString& path, const Locale& locale, UErrorCode& error); - Locale *fLocale; - -}; - -U_NAMESPACE_END -#endif diff --git a/jni/EastAsianWidth/unicode/schriter.h b/jni/EastAsianWidth/unicode/schriter.h deleted file mode 100644 index d0b5e22..0000000 --- a/jni/EastAsianWidth/unicode/schriter.h +++ /dev/null @@ -1,187 +0,0 @@ -/* -****************************************************************************** -* -* Copyright (C) 1998-2005, International Business Machines -* Corporation and others. All Rights Reserved. -* -****************************************************************************** -* -* File schriter.h -* -* Modification History: -* -* Date Name Description -* 05/05/99 stephen Cleaned up. -****************************************************************************** -*/ - -#ifndef SCHRITER_H -#define SCHRITER_H - -#include "unicode/utypes.h" -#include "unicode/chariter.h" -#include "unicode/uchriter.h" - -/** - * \file - * \brief C++ API: String Character Iterator - */ - -U_NAMESPACE_BEGIN -/** - * A concrete subclass of CharacterIterator that iterates over the - * characters (code units or code points) in a UnicodeString. - * It's possible not only to create an - * iterator that iterates over an entire UnicodeString, but also to - * create one that iterates over only a subrange of a UnicodeString - * (iterators over different subranges of the same UnicodeString don't - * compare equal). - * @see CharacterIterator - * @see ForwardCharacterIterator - * @stable ICU 2.0 - */ -class U_COMMON_API StringCharacterIterator : public UCharCharacterIterator { -public: - /** - * Create an iterator over the UnicodeString referred to by "textStr". - * The UnicodeString object is copied. - * The iteration range is the whole string, and the starting position is 0. - * @param textStr The unicode string used to create an iterator - * @stable ICU 2.0 - */ - StringCharacterIterator(const UnicodeString& textStr); - - /** - * Create an iterator over the UnicodeString referred to by "textStr". - * The iteration range is the whole string, and the starting - * position is specified by "textPos". If "textPos" is outside the valid - * iteration range, the behavior of this object is undefined. - * @param textStr The unicode string used to create an iterator - * @param textPos The starting position of the iteration - * @stable ICU 2.0 - */ - StringCharacterIterator(const UnicodeString& textStr, - int32_t textPos); - - /** - * Create an iterator over the UnicodeString referred to by "textStr". - * The UnicodeString object is copied. - * The iteration range begins with the code unit specified by - * "textBegin" and ends with the code unit BEFORE the code unit specfied - * by "textEnd". The starting position is specified by "textPos". If - * "textBegin" and "textEnd" don't form a valid range on "text" (i.e., - * textBegin >= textEnd or either is negative or greater than text.size()), - * or "textPos" is outside the range defined by "textBegin" and "textEnd", - * the behavior of this iterator is undefined. - * @param textStr The unicode string used to create the StringCharacterIterator - * @param textBegin The begin position of the iteration range - * @param textEnd The end position of the iteration range - * @param textPos The starting position of the iteration - * @stable ICU 2.0 - */ - StringCharacterIterator(const UnicodeString& textStr, - int32_t textBegin, - int32_t textEnd, - int32_t textPos); - - /** - * Copy constructor. The new iterator iterates over the same range - * of the same string as "that", and its initial position is the - * same as "that"'s current position. - * The UnicodeString object in "that" is copied. - * @param that The StringCharacterIterator to be copied - * @stable ICU 2.0 - */ - StringCharacterIterator(const StringCharacterIterator& that); - - /** - * Destructor. - * @stable ICU 2.0 - */ - virtual ~StringCharacterIterator(); - - /** - * Assignment operator. *this is altered to iterate over the same - * range of the same string as "that", and refers to the same - * character within that string as "that" does. - * @param that The object to be copied. - * @return the newly created object. - * @stable ICU 2.0 - */ - StringCharacterIterator& - operator=(const StringCharacterIterator& that); - - /** - * Returns true if the iterators iterate over the same range of the - * same string and are pointing at the same character. - * @param that The ForwardCharacterIterator to be compared for equality - * @return true if the iterators iterate over the same range of the - * same string and are pointing at the same character. - * @stable ICU 2.0 - */ - virtual UBool operator==(const ForwardCharacterIterator& that) const; - - /** - * Returns a new StringCharacterIterator referring to the same - * character in the same range of the same string as this one. The - * caller must delete the new iterator. - * @return the newly cloned object. - * @stable ICU 2.0 - */ - virtual CharacterIterator* clone(void) const; - - /** - * Sets the iterator to iterate over the provided string. - * @param newText The string to be iterated over - * @stable ICU 2.0 - */ - void setText(const UnicodeString& newText); - - /** - * Copies the UnicodeString under iteration into the UnicodeString - * referred to by "result". Even if this iterator iterates across - * only a part of this string, the whole string is copied. - * @param result Receives a copy of the text under iteration. - * @stable ICU 2.0 - */ - virtual void getText(UnicodeString& result); - - /** - * Return a class ID for this object (not really public) - * @return a class ID for this object. - * @stable ICU 2.0 - */ - virtual UClassID getDynamicClassID(void) const; - - /** - * Return a class ID for this class (not really public) - * @return a class ID for this class - * @stable ICU 2.0 - */ - static UClassID U_EXPORT2 getStaticClassID(void); - -protected: - /** - * Default constructor, iteration over empty string. - * @stable ICU 2.0 - */ - StringCharacterIterator(); - - /** - * Sets the iterator to iterate over the provided string. - * @param newText The string to be iterated over - * @param newTextLength The length of the String - * @stable ICU 2.0 - */ - void setText(const UChar* newText, int32_t newTextLength); - - /** - * Copy of the iterated string object. - * @stable ICU 2.0 - */ - UnicodeString text; - -}; - -U_NAMESPACE_END -#endif diff --git a/jni/EastAsianWidth/unicode/strenum.h b/jni/EastAsianWidth/unicode/strenum.h deleted file mode 100644 index ce42195..0000000 --- a/jni/EastAsianWidth/unicode/strenum.h +++ /dev/null @@ -1,271 +0,0 @@ -/* -******************************************************************************* -* -* Copyright (C) 2002-2007, International Business Machines -* Corporation and others. All Rights Reserved. -* -******************************************************************************* -*/ - -#ifndef STRENUM_H -#define STRENUM_H - -#include "unicode/uobject.h" -#include "unicode/unistr.h" - -/** - * \file - * \brief C++ API: String Enumeration - */ - -U_NAMESPACE_BEGIN - -/** - * Base class for 'pure' C++ implementations of uenum api. Adds a - * method that returns the next UnicodeString since in C++ this can - * be a common storage format for strings. - * - * <p>The model is that the enumeration is over strings maintained by - * a 'service.' At any point, the service might change, invalidating - * the enumerator (though this is expected to be rare). The iterator - * returns an error if this has occurred. Lack of the error is no - * guarantee that the service didn't change immediately after the - * call, so the returned string still might not be 'valid' on - * subsequent use.</p> - * - * <p>Strings may take the form of const char*, const UChar*, or const - * UnicodeString*. The type you get is determine by the variant of - * 'next' that you call. In general the StringEnumeration is - * optimized for one of these types, but all StringEnumerations can - * return all types. Returned strings are each terminated with a NUL. - * Depending on the service data, they might also include embedded NUL - * characters, so API is provided to optionally return the true - * length, counting the embedded NULs but not counting the terminating - * NUL.</p> - * - * <p>The pointers returned by next, unext, and snext become invalid - * upon any subsequent call to the enumeration's destructor, next, - * unext, snext, or reset.</p> - * - * ICU 2.8 adds some default implementations and helper functions - * for subclasses. - * - * @stable ICU 2.4 - */ -class U_COMMON_API StringEnumeration : public UObject { -public: - /** - * Destructor. - * @stable ICU 2.4 - */ - virtual ~StringEnumeration(); - - /** - * Clone this object, an instance of a subclass of StringEnumeration. - * Clones can be used concurrently in multiple threads. - * If a subclass does not implement clone(), or if an error occurs, - * then NULL is returned. - * The clone functions in all subclasses return a base class pointer - * because some compilers do not support covariant (same-as-this) - * return types; cast to the appropriate subclass if necessary. - * The caller must delete the clone. - * - * @return a clone of this object - * - * @see getDynamicClassID - * @stable ICU 2.8 - */ - virtual StringEnumeration *clone() const; - - /** - * <p>Return the number of elements that the iterator traverses. If - * the iterator is out of sync with its service, status is set to - * U_ENUM_OUT_OF_SYNC_ERROR, and the return value is zero.</p> - * - * <p>The return value will not change except possibly as a result of - * a subsequent call to reset, or if the iterator becomes out of sync.</p> - * - * <p>This is a convenience function. It can end up being very - * expensive as all the items might have to be pre-fetched - * (depending on the storage format of the data being - * traversed).</p> - * - * @param status the error code. - * @return number of elements in the iterator. - * - * @stable ICU 2.4 */ - virtual int32_t count(UErrorCode& status) const = 0; - - /** - * <p>Returns the next element as a NUL-terminated char*. If there - * are no more elements, returns NULL. If the resultLength pointer - * is not NULL, the length of the string (not counting the - * terminating NUL) is returned at that address. If an error - * status is returned, the value at resultLength is undefined.</p> - * - * <p>The returned pointer is owned by this iterator and must not be - * deleted by the caller. The pointer is valid until the next call - * to next, unext, snext, reset, or the enumerator's destructor.</p> - * - * <p>If the iterator is out of sync with its service, status is set - * to U_ENUM_OUT_OF_SYNC_ERROR and NULL is returned.</p> - * - * <p>If the native service string is a UChar* string, it is - * converted to char* with the invariant converter. If the - * conversion fails (because a character cannot be converted) then - * status is set to U_INVARIANT_CONVERSION_ERROR and the return - * value is undefined (though not NULL).</p> - * - * Starting with ICU 2.8, the default implementation calls snext() - * and handles the conversion. - * - * @param status the error code. - * @param resultLength a pointer to receive the length, can be NULL. - * @return a pointer to the string, or NULL. - * - * @stable ICU 2.4 - */ - virtual const char* next(int32_t *resultLength, UErrorCode& status); - - /** - * <p>Returns the next element as a NUL-terminated UChar*. If there - * are no more elements, returns NULL. If the resultLength pointer - * is not NULL, the length of the string (not counting the - * terminating NUL) is returned at that address. If an error - * status is returned, the value at resultLength is undefined.</p> - * - * <p>The returned pointer is owned by this iterator and must not be - * deleted by the caller. The pointer is valid until the next call - * to next, unext, snext, reset, or the enumerator's destructor.</p> - * - * <p>If the iterator is out of sync with its service, status is set - * to U_ENUM_OUT_OF_SYNC_ERROR and NULL is returned.</p> - * - * Starting with ICU 2.8, the default implementation calls snext() - * and handles the conversion. - * - * @param status the error code. - * @param resultLength a ponter to receive the length, can be NULL. - * @return a pointer to the string, or NULL. - * - * @stable ICU 2.4 - */ - virtual const UChar* unext(int32_t *resultLength, UErrorCode& status); - - /** - * <p>Returns the next element a UnicodeString*. If there are no - * more elements, returns NULL.</p> - * - * <p>The returned pointer is owned by this iterator and must not be - * deleted by the caller. The pointer is valid until the next call - * to next, unext, snext, reset, or the enumerator's destructor.</p> - * - * <p>If the iterator is out of sync with its service, status is set - * to U_ENUM_OUT_OF_SYNC_ERROR and NULL is returned.</p> - * - * @param status the error code. - * @return a pointer to the string, or NULL. - * - * @stable ICU 2.4 - */ - virtual const UnicodeString* snext(UErrorCode& status) = 0; - - /** - * <p>Resets the iterator. This re-establishes sync with the - * service and rewinds the iterator to start at the first - * element.</p> - * - * <p>Previous pointers returned by next, unext, or snext become - * invalid, and the value returned by count might change.</p> - * - * @param status the error code. - * - * @stable ICU 2.4 - */ - virtual void reset(UErrorCode& status) = 0; - - /** - * Compares this enumeration to other to check if both are equal - * - * @param that The other string enumeration to compare this object to - * @return TRUE if the enumerations are equal. FALSE if not. - * @stable ICU 3.6 - */ - virtual UBool operator==(const StringEnumeration& that)const; - /** - * Compares this enumeration to other to check if both are not equal - * - * @param that The other string enumeration to compare this object to - * @return TRUE if the enumerations are equal. FALSE if not. - * @stable ICU 3.6 - */ - virtual UBool operator!=(const StringEnumeration& that)const; - -protected: - /** - * UnicodeString field for use with default implementations and subclasses. - * @stable ICU 2.8 - */ - UnicodeString unistr; - /** - * char * default buffer for use with default implementations and subclasses. - * @stable ICU 2.8 - */ - char charsBuffer[32]; - /** - * char * buffer for use with default implementations and subclasses. - * Allocated in constructor and in ensureCharsCapacity(). - * @stable ICU 2.8 - */ - char *chars; - /** - * Capacity of chars, for use with default implementations and subclasses. - * @stable ICU 2.8 - */ - int32_t charsCapacity; - - /** - * Default constructor for use with default implementations and subclasses. - * @stable ICU 2.8 - */ - StringEnumeration(); - - /** - * Ensures that chars is at least as large as the requested capacity. - * For use with default implementations and subclasses. - * - * @param capacity Requested capacity. - * @param status ICU in/out error code. - * @stable ICU 2.8 - */ - void ensureCharsCapacity(int32_t capacity, UErrorCode &status); - - /** - * Converts s to Unicode and sets unistr to the result. - * For use with default implementations and subclasses, - * especially for implementations of snext() in terms of next(). - * This is provided with a helper function instead of a default implementation - * of snext() to avoid potential infinite loops between next() and snext(). - * - * For example: - * \code - * const UnicodeString* snext(UErrorCode& status) { - * int32_t resultLength=0; - * const char *s=next(&resultLength, status); - * return setChars(s, resultLength, status); - * } - * \endcode - * - * @param s String to be converted to Unicode. - * @param length Length of the string. - * @param status ICU in/out error code. - * @return A pointer to unistr. - * @stable ICU 2.8 - */ - UnicodeString *setChars(const char *s, int32_t length, UErrorCode &status); -}; - -U_NAMESPACE_END - -/* STRENUM_H */ -#endif diff --git a/jni/EastAsianWidth/unicode/symtable.h b/jni/EastAsianWidth/unicode/symtable.h deleted file mode 100644 index 428f8bf..0000000 --- a/jni/EastAsianWidth/unicode/symtable.h +++ /dev/null @@ -1,112 +0,0 @@ -/* -********************************************************************** -* Copyright (c) 2000-2005, International Business Machines -* Corporation and others. All Rights Reserved. -********************************************************************** -* Date Name Description -* 02/04/00 aliu Creation. -********************************************************************** -*/ -#ifndef SYMTABLE_H -#define SYMTABLE_H - -#include "unicode/utypes.h" -#include "unicode/uobject.h" - -/** - * \file - * \brief C++ API: An interface that defines both lookup protocol and parsing of - * symbolic names. - */ - -U_NAMESPACE_BEGIN - -class ParsePosition; -class UnicodeFunctor; -class UnicodeSet; -class UnicodeString; - -/** - * An interface that defines both lookup protocol and parsing of - * symbolic names. - * - * <p>A symbol table maintains two kinds of mappings. The first is - * between symbolic names and their values. For example, if the - * variable with the name "start" is set to the value "alpha" - * (perhaps, though not necessarily, through an expression such as - * "$start=alpha"), then the call lookup("start") will return the - * char[] array ['a', 'l', 'p', 'h', 'a']. - * - * <p>The second kind of mapping is between character values and - * UnicodeMatcher objects. This is used by RuleBasedTransliterator, - * which uses characters in the private use area to represent objects - * such as UnicodeSets. If U+E015 is mapped to the UnicodeSet [a-z], - * then lookupMatcher(0xE015) will return the UnicodeSet [a-z]. - * - * <p>Finally, a symbol table defines parsing behavior for symbolic - * names. All symbolic names start with the SYMBOL_REF character. - * When a parser encounters this character, it calls parseReference() - * with the position immediately following the SYMBOL_REF. The symbol - * table parses the name, if there is one, and returns it. - * - * @stable ICU 2.8 - */ -class U_COMMON_API SymbolTable /* not : public UObject because this is an interface/mixin class */ { -public: - - /** - * The character preceding a symbol reference name. - * @stable ICU 2.8 - */ - enum { SYMBOL_REF = 0x0024 /*$*/ }; - - /** - * Destructor. - * @stable ICU 2.8 - */ - virtual ~SymbolTable(); - - /** - * Lookup the characters associated with this string and return it. - * Return <tt>NULL</tt> if no such name exists. The resultant - * string may have length zero. - * @param s the symbolic name to lookup - * @return a string containing the name's value, or <tt>NULL</tt> if - * there is no mapping for s. - * @stable ICU 2.8 - */ - virtual const UnicodeString* lookup(const UnicodeString& s) const = 0; - - /** - * Lookup the UnicodeMatcher associated with the given character, and - * return it. Return <tt>NULL</tt> if not found. - * @param ch a 32-bit code point from 0 to 0x10FFFF inclusive. - * @return the UnicodeMatcher object represented by the given - * character, or NULL if there is no mapping for ch. - * @stable ICU 2.8 - */ - virtual const UnicodeFunctor* lookupMatcher(UChar32 ch) const = 0; - - /** - * Parse a symbol reference name from the given string, starting - * at the given position. If no valid symbol reference name is - * found, return the empty string and leave pos unchanged. That is, if the - * character at pos cannot start a name, or if pos is at or after - * text.length(), then return an empty string. This indicates an - * isolated SYMBOL_REF character. - * @param text the text to parse for the name - * @param pos on entry, the index of the first character to parse. - * This is the character following the SYMBOL_REF character. On - * exit, the index after the last parsed character. If the parse - * failed, pos is unchanged on exit. - * @param limit the index after the last character to be parsed. - * @return the parsed name, or an empty string if there is no - * valid symbolic name at the given position. - * @stable ICU 2.8 - */ - virtual UnicodeString parseReference(const UnicodeString& text, - ParsePosition& pos, int32_t limit) const = 0; -}; -U_NAMESPACE_END - -#endif diff --git a/jni/EastAsianWidth/unicode/ubidi.h b/jni/EastAsianWidth/unicode/ubidi.h deleted file mode 100644 index 2a487e0..0000000 --- a/jni/EastAsianWidth/unicode/ubidi.h +++ /dev/null @@ -1,1999 +0,0 @@ -/* -****************************************************************************** -* -* Copyright (C) 1999-2007, International Business Machines -* Corporation and others. All Rights Reserved. -* -****************************************************************************** -* file name: ubidi.h -* encoding: US-ASCII -* tab size: 8 (not used) -* indentation:4 -* -* created on: 1999jul27 -* created by: Markus W. Scherer, updated by Matitiahu Allouche -*/ - -#ifndef UBIDI_H -#define UBIDI_H - -#include "unicode/utypes.h" -#include "unicode/uchar.h" - -/** - *\file - * \brief C API: Bidi algorithm - * - * <h2>Bidi algorithm for ICU</h2> - * - * This is an implementation of the Unicode Bidirectional algorithm. - * The algorithm is defined in the - * <a href="http://www.unicode.org/unicode/reports/tr9/">Unicode Standard Annex #9</a>, - * version 13, also described in The Unicode Standard, Version 4.0 .<p> - * - * Note: Libraries that perform a bidirectional algorithm and - * reorder strings accordingly are sometimes called "Storage Layout Engines". - * ICU's Bidi and shaping (u_shapeArabic()) APIs can be used at the core of such - * "Storage Layout Engines". - * - * <h3>General remarks about the API:</h3> - * - * In functions with an error code parameter, - * the <code>pErrorCode</code> pointer must be valid - * and the value that it points to must not indicate a failure before - * the function call. Otherwise, the function returns immediately. - * After the function call, the value indicates success or failure.<p> - * - * The "limit" of a sequence of characters is the position just after their - * last character, i.e., one more than that position.<p> - * - * Some of the API functions provide access to "runs". - * Such a "run" is defined as a sequence of characters - * that are at the same embedding level - * after performing the Bidi algorithm.<p> - * - * @author Markus W. Scherer - * @version 1.0 - * - * - * <h4> Sample code for the ICU Bidi API </h4> - * - * <h5>Rendering a paragraph with the ICU Bidi API</h5> - * - * This is (hypothetical) sample code that illustrates - * how the ICU Bidi API could be used to render a paragraph of text. - * Rendering code depends highly on the graphics system, - * therefore this sample code must make a lot of assumptions, - * which may or may not match any existing graphics system's properties. - * - * <p>The basic assumptions are:</p> - * <ul> - * <li>Rendering is done from left to right on a horizontal line.</li> - * <li>A run of single-style, unidirectional text can be rendered at once.</li> - * <li>Such a run of text is passed to the graphics system with - * characters (code units) in logical order.</li> - * <li>The line-breaking algorithm is very complicated - * and Locale-dependent - - * and therefore its implementation omitted from this sample code.</li> - * </ul> - * - * <pre> - * \code - *#include "unicode/ubidi.h" - * - *typedef enum { - * styleNormal=0, styleSelected=1, - * styleBold=2, styleItalics=4, - * styleSuper=8, styleSub=16 - *} Style; - * - *typedef struct { int32_t limit; Style style; } StyleRun; - * - *int getTextWidth(const UChar *text, int32_t start, int32_t limit, - * const StyleRun *styleRuns, int styleRunCount); - * - * // set *pLimit and *pStyleRunLimit for a line - * // from text[start] and from styleRuns[styleRunStart] - * // using ubidi_getLogicalRun(para, ...) - *void getLineBreak(const UChar *text, int32_t start, int32_t *pLimit, - * UBiDi *para, - * const StyleRun *styleRuns, int styleRunStart, int *pStyleRunLimit, - * int *pLineWidth); - * - * // render runs on a line sequentially, always from left to right - * - * // prepare rendering a new line - * void startLine(UBiDiDirection textDirection, int lineWidth); - * - * // render a run of text and advance to the right by the run width - * // the text[start..limit-1] is always in logical order - * void renderRun(const UChar *text, int32_t start, int32_t limit, - * UBiDiDirection textDirection, Style style); - * - * // We could compute a cross-product - * // from the style runs with the directional runs - * // and then reorder it. - * // Instead, here we iterate over each run type - * // and render the intersections - - * // with shortcuts in simple (and common) cases. - * // renderParagraph() is the main function. - * - * // render a directional run with - * // (possibly) multiple style runs intersecting with it - * void renderDirectionalRun(const UChar *text, - * int32_t start, int32_t limit, - * UBiDiDirection direction, - * const StyleRun *styleRuns, int styleRunCount) { - * int i; - * - * // iterate over style runs - * if(direction==UBIDI_LTR) { - * int styleLimit; - * - * for(i=0; i<styleRunCount; ++i) { - * styleLimit=styleRun[i].limit; - * if(start<styleLimit) { - * if(styleLimit>limit) { styleLimit=limit; } - * renderRun(text, start, styleLimit, - * direction, styleRun[i].style); - * if(styleLimit==limit) { break; } - * start=styleLimit; - * } - * } - * } else { - * int styleStart; - * - * for(i=styleRunCount-1; i>=0; --i) { - * if(i>0) { - * styleStart=styleRun[i-1].limit; - * } else { - * styleStart=0; - * } - * if(limit>=styleStart) { - * if(styleStart<start) { styleStart=start; } - * renderRun(text, styleStart, limit, - * direction, styleRun[i].style); - * if(styleStart==start) { break; } - * limit=styleStart; - * } - * } - * } - * } - * - * // the line object represents text[start..limit-1] - * void renderLine(UBiDi *line, const UChar *text, - * int32_t start, int32_t limit, - * const StyleRun *styleRuns, int styleRunCount) { - * UBiDiDirection direction=ubidi_getDirection(line); - * if(direction!=UBIDI_MIXED) { - * // unidirectional - * if(styleRunCount<=1) { - * renderRun(text, start, limit, direction, styleRuns[0].style); - * } else { - * renderDirectionalRun(text, start, limit, - * direction, styleRuns, styleRunCount); - * } - * } else { - * // mixed-directional - * int32_t count, i, length; - * UBiDiLevel level; - * - * count=ubidi_countRuns(para, pErrorCode); - * if(U_SUCCESS(*pErrorCode)) { - * if(styleRunCount<=1) { - * Style style=styleRuns[0].style; - * - * // iterate over directional runs - * for(i=0; i<count; ++i) { - * direction=ubidi_getVisualRun(para, i, &start, &length); - * renderRun(text, start, start+length, direction, style); - * } - * } else { - * int32_t j; - * - * // iterate over both directional and style runs - * for(i=0; i<count; ++i) { - * direction=ubidi_getVisualRun(line, i, &start, &length); - * renderDirectionalRun(text, start, start+length, - * direction, styleRuns, styleRunCount); - * } - * } - * } - * } - * } - * - *void renderParagraph(const UChar *text, int32_t length, - * UBiDiDirection textDirection, - * const StyleRun *styleRuns, int styleRunCount, - * int lineWidth, - * UErrorCode *pErrorCode) { - * UBiDi *para; - * - * if(pErrorCode==NULL || U_FAILURE(*pErrorCode) || length<=0) { - * return; - * } - * - * para=ubidi_openSized(length, 0, pErrorCode); - * if(para==NULL) { return; } - * - * ubidi_setPara(para, text, length, - * textDirection ? UBIDI_DEFAULT_RTL : UBIDI_DEFAULT_LTR, - * NULL, pErrorCode); - * if(U_SUCCESS(*pErrorCode)) { - * UBiDiLevel paraLevel=1&ubidi_getParaLevel(para); - * StyleRun styleRun={ length, styleNormal }; - * int width; - * - * if(styleRuns==NULL || styleRunCount<=0) { - * styleRunCount=1; - * styleRuns=&styleRun; - * } - * - * // assume styleRuns[styleRunCount-1].limit>=length - * - * width=getTextWidth(text, 0, length, styleRuns, styleRunCount); - * if(width<=lineWidth) { - * // everything fits onto one line - * - * // prepare rendering a new line from either left or right - * startLine(paraLevel, width); - * - * renderLine(para, text, 0, length, - * styleRuns, styleRunCount); - * } else { - * UBiDi *line; - * - * // we need to render several lines - * line=ubidi_openSized(length, 0, pErrorCode); - * if(line!=NULL) { - * int32_t start=0, limit; - * int styleRunStart=0, styleRunLimit; - * - * for(;;) { - * limit=length; - * styleRunLimit=styleRunCount; - * getLineBreak(text, start, &limit, para, - * styleRuns, styleRunStart, &styleRunLimit, - * &width); - * ubidi_setLine(para, start, limit, line, pErrorCode); - * if(U_SUCCESS(*pErrorCode)) { - * // prepare rendering a new line - * // from either left or right - * startLine(paraLevel, width); - * - * renderLine(line, text, start, limit, - * styleRuns+styleRunStart, - * styleRunLimit-styleRunStart); - * } - * if(limit==length) { break; } - * start=limit; - * styleRunStart=styleRunLimit-1; - * if(start>=styleRuns[styleRunStart].limit) { - * ++styleRunStart; - * } - * } - * - * ubidi_close(line); - * } - * } - * } - * - * ubidi_close(para); - *} - *\endcode - * </pre> - */ - -/*DOCXX_TAG*/ -/*@{*/ - -/** - * UBiDiLevel is the type of the level values in this - * Bidi implementation. - * It holds an embedding level and indicates the visual direction - * by its bit 0 (even/odd value).<p> - * - * It can also hold non-level values for the - * <code>paraLevel</code> and <code>embeddingLevels</code> - * arguments of <code>ubidi_setPara()</code>; there: - * <ul> - * <li>bit 7 of an <code>embeddingLevels[]</code> - * value indicates whether the using application is - * specifying the level of a character to <i>override</i> whatever the - * Bidi implementation would resolve it to.</li> - * <li><code>paraLevel</code> can be set to the - * pseudo-level values <code>UBIDI_DEFAULT_LTR</code> - * and <code>UBIDI_DEFAULT_RTL</code>.</li> - * </ul> - * - * @see ubidi_setPara - * - * <p>The related constants are not real, valid level values. - * <code>UBIDI_DEFAULT_XXX</code> can be used to specify - * a default for the paragraph level for - * when the <code>ubidi_setPara()</code> function - * shall determine it but there is no - * strongly typed character in the input.<p> - * - * Note that the value for <code>UBIDI_DEFAULT_LTR</code> is even - * and the one for <code>UBIDI_DEFAULT_RTL</code> is odd, - * just like with normal LTR and RTL level values - - * these special values are designed that way. Also, the implementation - * assumes that UBIDI_MAX_EXPLICIT_LEVEL is odd. - * - * @see UBIDI_DEFAULT_LTR - * @see UBIDI_DEFAULT_RTL - * @see UBIDI_LEVEL_OVERRIDE - * @see UBIDI_MAX_EXPLICIT_LEVEL - * @stable ICU 2.0 - */ -typedef uint8_t UBiDiLevel; - -/** Paragraph level setting.<p> - * - * Constant indicating that the base direction depends on the first strong - * directional character in the text according to the Unicode Bidirectional - * Algorithm. If no strong directional character is present, - * then set the paragraph level to 0 (left-to-right).<p> - * - * If this value is used in conjunction with reordering modes - * <code>UBIDI_REORDER_INVERSE_LIKE_DIRECT</code> or - * <code>UBIDI_REORDER_INVERSE_FOR_NUMBERS_SPECIAL</code>, the text to reorder - * is assumed to be visual LTR, and the text after reordering is required - * to be the corresponding logical string with appropriate contextual - * direction. The direction of the result string will be RTL if either - * the righmost or leftmost strong character of the source text is RTL - * or Arabic Letter, the direction will be LTR otherwise.<p> - * - * If reordering option <code>UBIDI_OPTION_INSERT_MARKS</code> is set, an RLM may - * be added at the beginning of the result string to ensure round trip - * (that the result string, when reordered back to visual, will produce - * the original source text). - * @see UBIDI_REORDER_INVERSE_LIKE_DIRECT - * @see UBIDI_REORDER_INVERSE_FOR_NUMBERS_SPECIAL - * @stable ICU 2.0 - */ -#define UBIDI_DEFAULT_LTR 0xfe - -/** Paragraph level setting.<p> - * - * Constant indicating that the base direction depends on the first strong - * directional character in the text according to the Unicode Bidirectional - * Algorithm. If no strong directional character is present, - * then set the paragraph level to 1 (right-to-left).<p> - * - * If this value is used in conjunction with reordering modes - * <code>UBIDI_REORDER_INVERSE_LIKE_DIRECT</code> or - * <code>UBIDI_REORDER_INVERSE_FOR_NUMBERS_SPECIAL</code>, the text to reorder - * is assumed to be visual LTR, and the text after reordering is required - * to be the corresponding logical string with appropriate contextual - * direction. The direction of the result string will be RTL if either - * the righmost or leftmost strong character of the source text is RTL - * or Arabic Letter, or if the text contains no strong character; - * the direction will be LTR otherwise.<p> - * - * If reordering option <code>UBIDI_OPTION_INSERT_MARKS</code> is set, an RLM may - * be added at the beginning of the result string to ensure round trip - * (that the result string, when reordered back to visual, will produce - * the original source text). - * @see UBIDI_REORDER_INVERSE_LIKE_DIRECT - * @see UBIDI_REORDER_INVERSE_FOR_NUMBERS_SPECIAL - * @stable ICU 2.0 - */ -#define UBIDI_DEFAULT_RTL 0xff - -/** - * Maximum explicit embedding level. - * (The maximum resolved level can be up to <code>UBIDI_MAX_EXPLICIT_LEVEL+1</code>). - * @stable ICU 2.0 - */ -#define UBIDI_MAX_EXPLICIT_LEVEL 61 - -/** Bit flag for level input. - * Overrides directional properties. - * @stable ICU 2.0 - */ -#define UBIDI_LEVEL_OVERRIDE 0x80 - -/** - * Special value which can be returned by the mapping functions when a logical - * index has no corresponding visual index or vice-versa. This may happen - * for the logical-to-visual mapping of a Bidi control when option - * <code>#UBIDI_OPTION_REMOVE_CONTROLS</code> is specified. This can also happen - * for the visual-to-logical mapping of a Bidi mark (LRM or RLM) inserted - * by option <code>#UBIDI_OPTION_INSERT_MARKS</code>. - * @see ubidi_getVisualIndex - * @see ubidi_getVisualMap - * @see ubidi_getLogicalIndex - * @see ubidi_getLogicalMap - * @stable ICU 3.6 - */ -#define UBIDI_MAP_NOWHERE (-1) - -/** - * <code>UBiDiDirection</code> values indicate the text direction. - * @stable ICU 2.0 - */ -enum UBiDiDirection { - /** All left-to-right text. This is a 0 value. @stable ICU 2.0 */ - UBIDI_LTR, - /** All right-to-left text. This is a 1 value. @stable ICU 2.0 */ - UBIDI_RTL, - /** Mixed-directional text. @stable ICU 2.0 */ - UBIDI_MIXED -}; - -/** @stable ICU 2.0 */ -typedef enum UBiDiDirection UBiDiDirection; - -/** - * Forward declaration of the <code>UBiDi</code> structure for the declaration of - * the API functions. Its fields are implementation-specific.<p> - * This structure holds information about a paragraph (or multiple paragraphs) - * of text with Bidi-algorithm-related details, or about one line of - * such a paragraph.<p> - * Reordering can be done on a line, or on one or more paragraphs which are - * then interpreted each as one single line. - * @stable ICU 2.0 - */ -struct UBiDi; - -/** @stable ICU 2.0 */ -typedef struct UBiDi UBiDi; - -/** - * Allocate a <code>UBiDi</code> structure. - * Such an object is initially empty. It is assigned - * the Bidi properties of a piece of text containing one or more paragraphs - * by <code>ubidi_setPara()</code> - * or the Bidi properties of a line within a paragraph by - * <code>ubidi_setLine()</code>.<p> - * This object can be reused for as long as it is not deallocated - * by calling <code>ubidi_close()</code>.<p> - * <code>ubidi_setPara()</code> and <code>ubidi_setLine()</code> will allocate - * additional memory for internal structures as necessary. - * - * @return An empty <code>UBiDi</code> object. - * @stable ICU 2.0 - */ -U_STABLE UBiDi * U_EXPORT2 -ubidi_open(void); - -/** - * Allocate a <code>UBiDi</code> structure with preallocated memory - * for internal structures. - * This function provides a <code>UBiDi</code> object like <code>ubidi_open()</code> - * with no arguments, but it also preallocates memory for internal structures - * according to the sizings supplied by the caller.<p> - * Subsequent functions will not allocate any more memory, and are thus - * guaranteed not to fail because of lack of memory.<p> - * The preallocation can be limited to some of the internal memory - * by setting some values to 0 here. That means that if, e.g., - * <code>maxRunCount</code> cannot be reasonably predetermined and should not - * be set to <code>maxLength</code> (the only failproof value) to avoid - * wasting memory, then <code>maxRunCount</code> could be set to 0 here - * and the internal structures that are associated with it will be allocated - * on demand, just like with <code>ubidi_open()</code>. - * - * @param maxLength is the maximum text or line length that internal memory - * will be preallocated for. An attempt to associate this object with a - * longer text will fail, unless this value is 0, which leaves the allocation - * up to the implementation. - * - * @param maxRunCount is the maximum anticipated number of same-level runs - * that internal memory will be preallocated for. An attempt to access - * visual runs on an object that was not preallocated for as many runs - * as the text was actually resolved to will fail, - * unless this value is 0, which leaves the allocation up to the implementation.<br><br> - * The number of runs depends on the actual text and maybe anywhere between - * 1 and <code>maxLength</code>. It is typically small. - * - * @param pErrorCode must be a valid pointer to an error code value. - * - * @return An empty <code>UBiDi</code> object with preallocated memory. - * @stable ICU 2.0 - */ -U_STABLE UBiDi * U_EXPORT2 -ubidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode *pErrorCode); - -/** - * <code>ubidi_close()</code> must be called to free the memory - * associated with a UBiDi object.<p> - * - * <strong>Important: </strong> - * A parent <code>UBiDi</code> object must not be destroyed or reused if - * it still has children. - * If a <code>UBiDi</code> object has become the <i>child</i> - * of another one (its <i>parent</i>) by calling - * <code>ubidi_setLine()</code>, then the child object must - * be destroyed (closed) or reused (by calling - * <code>ubidi_setPara()</code> or <code>ubidi_setLine()</code>) - * before the parent object. - * - * @param pBiDi is a <code>UBiDi</code> object. - * - * @see ubidi_setPara - * @see ubidi_setLine - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 -ubidi_close(UBiDi *pBiDi); - -/** - * Modify the operation of the Bidi algorithm such that it - * approximates an "inverse Bidi" algorithm. This function - * must be called before <code>ubidi_setPara()</code>. - * - * <p>The normal operation of the Bidi algorithm as described - * in the Unicode Technical Report is to take text stored in logical - * (keyboard, typing) order and to determine the reordering of it for visual - * rendering. - * Some legacy systems store text in visual order, and for operations - * with standard, Unicode-based algorithms, the text needs to be transformed - * to logical order. This is effectively the inverse algorithm of the - * described Bidi algorithm. Note that there is no standard algorithm for - * this "inverse Bidi" and that the current implementation provides only an - * approximation of "inverse Bidi".</p> - * - * <p>With <code>isInverse</code> set to <code>TRUE</code>, - * this function changes the behavior of some of the subsequent functions - * in a way that they can be used for the inverse Bidi algorithm. - * Specifically, runs of text with numeric characters will be treated in a - * special way and may need to be surrounded with LRM characters when they are - * written in reordered sequence.</p> - * - * <p>Output runs should be retrieved using <code>ubidi_getVisualRun()</code>. - * Since the actual input for "inverse Bidi" is visually ordered text and - * <code>ubidi_getVisualRun()</code> gets the reordered runs, these are actually - * the runs of the logically ordered output.</p> - * - * <p>Calling this function with argument <code>isInverse</code> set to - * <code>TRUE</code> is equivalent to calling - * <code>ubidi_setReorderingMode</code> with argument - * <code>reorderingMode</code> - * set to <code>#UBIDI_REORDER_INVERSE_NUMBERS_AS_L</code>.<br> - * Calling this function with argument <code>isInverse</code> set to - * <code>FALSE</code> is equivalent to calling - * <code>ubidi_setReorderingMode</code> with argument - * <code>reorderingMode</code> - * set to <code>#UBIDI_REORDER_DEFAULT</code>. - * - * @param pBiDi is a <code>UBiDi</code> object. - * - * @param isInverse specifies "forward" or "inverse" Bidi operation. - * - * @see ubidi_setPara - * @see ubidi_writeReordered - * @see ubidi_setReorderingMode - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 -ubidi_setInverse(UBiDi *pBiDi, UBool isInverse); - -/** - * Is this Bidi object set to perform the inverse Bidi algorithm? - * <p>Note: calling this function after setting the reordering mode with - * <code>ubidi_setReorderingMode</code> will return <code>TRUE</code> if the - * reordering mode was set to <code>#UBIDI_REORDER_INVERSE_NUMBERS_AS_L</code>, - * <code>FALSE</code> for all other values.</p> - * - * @param pBiDi is a <code>UBiDi</code> object. - * @return TRUE if the Bidi object is set to perform the inverse Bidi algorithm - * by handling numbers as L. - * - * @see ubidi_setInverse - * @see ubidi_setReorderingMode - * @stable ICU 2.0 - */ - -U_STABLE UBool U_EXPORT2 -ubidi_isInverse(UBiDi *pBiDi); - -/** - * Specify whether block separators must be allocated level zero, - * so that successive paragraphs will progress from left to right. - * This function must be called before <code>ubidi_setPara()</code>. - * Paragraph separators (B) may appear in the text. Setting them to level zero - * means that all paragraph separators (including one possibly appearing - * in the last text position) are kept in the reordered text after the text - * that they follow in the source text. - * When this feature is not enabled, a paragraph separator at the last - * position of the text before reordering will go to the first position - * of the reordered text when the paragraph level is odd. - * - * @param pBiDi is a <code>UBiDi</code> object. - * - * @param orderParagraphsLTR specifies whether paragraph separators (B) must - * receive level 0, so that successive paragraphs progress from left to right. - * - * @see ubidi_setPara - * @stable ICU 3.4 - */ -U_STABLE void U_EXPORT2 -ubidi_orderParagraphsLTR(UBiDi *pBiDi, UBool orderParagraphsLTR); - -/** - * Is this Bidi object set to allocate level 0 to block separators so that - * successive paragraphs progress from left to right? - * - * @param pBiDi is a <code>UBiDi</code> object. - * @return TRUE if the Bidi object is set to allocate level 0 to block - * separators. - * - * @see ubidi_orderParagraphsLTR - * @stable ICU 3.4 - */ -U_STABLE UBool U_EXPORT2 -ubidi_isOrderParagraphsLTR(UBiDi *pBiDi); - -/** - * <code>UBiDiReorderingMode</code> values indicate which variant of the Bidi - * algorithm to use. - * - * @see ubidi_setReorderingMode - * @stable ICU 3.6 - */ -typedef enum UBiDiReorderingMode { - /** Regular Logical to Visual Bidi algorithm according to Unicode. - * This is a 0 value. - * @stable ICU 3.6 */ - UBIDI_REORDER_DEFAULT = 0, - /** Logical to Visual algorithm which handles numbers in a way which - * mimicks the behavior of Windows XP. - * @stable ICU 3.6 */ - UBIDI_REORDER_NUMBERS_SPECIAL, - /** Logical to Visual algorithm grouping numbers with adjacent R characters - * (reversible algorithm). - * @stable ICU 3.6 */ - UBIDI_REORDER_GROUP_NUMBERS_WITH_R, - /** Reorder runs only to transform a Logical LTR string to the Logical RTL - * string with the same display, or vice-versa.<br> - * If this mode is set together with option - * <code>#UBIDI_OPTION_INSERT_MARKS</code>, some Bidi controls in the source - * text may be removed and other controls may be added to produce the - * minimum combination which has the required display. - * @stable ICU 3.6 */ - UBIDI_REORDER_RUNS_ONLY, - /** Visual to Logical algorithm which handles numbers like L - * (same algorithm as selected by <code>ubidi_setInverse(TRUE)</code>. - * @see ubidi_setInverse - * @stable ICU 3.6 */ - UBIDI_REORDER_INVERSE_NUMBERS_AS_L, - /** Visual to Logical algorithm equivalent to the regular Logical to Visual - * algorithm. - * @stable ICU 3.6 */ - UBIDI_REORDER_INVERSE_LIKE_DIRECT, - /** Inverse Bidi (Visual to Logical) algorithm for the - * <code>UBIDI_REORDER_NUMBERS_SPECIAL</code> Bidi algorithm. - * @stable ICU 3.6 */ - UBIDI_REORDER_INVERSE_FOR_NUMBERS_SPECIAL, - /** Number of values for reordering mode. - * @stable ICU 3.6 */ - UBIDI_REORDER_COUNT -} UBiDiReorderingMode; - -/** - * Modify the operation of the Bidi algorithm such that it implements some - * variant to the basic Bidi algorithm or approximates an "inverse Bidi" - * algorithm, depending on different values of the "reordering mode". - * This function must be called before <code>ubidi_setPara()</code>, and stays - * in effect until called again with a different argument. - * - * <p>The normal operation of the Bidi algorithm as described - * in the Unicode Standard Annex #9 is to take text stored in logical - * (keyboard, typing) order and to determine how to reorder it for visual - * rendering.</p> - * - * <p>With the reordering mode set to a value other than - * <code>#UBIDI_REORDER_DEFAULT</code>, this function changes the behavior of - * some of the subsequent functions in a way such that they implement an - * inverse Bidi algorithm or some other algorithm variants.</p> - * - * <p>Some legacy systems store text in visual order, and for operations - * with standard, Unicode-based algorithms, the text needs to be transformed - * into logical order. This is effectively the inverse algorithm of the - * described Bidi algorithm. Note that there is no standard algorithm for - * this "inverse Bidi", so a number of variants are implemented here.</p> - * - * <p>In other cases, it may be desirable to emulate some variant of the - * Logical to Visual algorithm (e.g. one used in MS Windows), or perform a - * Logical to Logical transformation.</p> - * - * <ul> - * <li>When the reordering mode is set to <code>#UBIDI_REORDER_DEFAULT</code>, - * the standard Bidi Logical to Visual algorithm is applied.</li> - * - * <li>When the reordering mode is set to - * <code>#UBIDI_REORDER_NUMBERS_SPECIAL</code>, - * the algorithm used to perform Bidi transformations when calling - * <code>ubidi_setPara</code> should approximate the algorithm used in - * Microsoft Windows XP rather than strictly conform to the Unicode Bidi - * algorithm. - * <br> - * The differences between the basic algorithm and the algorithm addressed - * by this option are as follows: - * <ul> - * <li>Within text at an even embedding level, the sequence "123AB" - * (where AB represent R or AL letters) is transformed to "123BA" by the - * Unicode algorithm and to "BA123" by the Windows algorithm.</li> - * <li>Arabic-Indic numbers (AN) are handled by the Windows algorithm just - * like regular numbers (EN).</li> - * </ul></li> - * - * <li>When the reordering mode is set to - * <code>#UBIDI_REORDER_GROUP_NUMBERS_WITH_R</code>, - * numbers located between LTR text and RTL text are associated with the RTL - * text. For instance, an LTR paragraph with content "abc 123 DEF" (where - * upper case letters represent RTL characters) will be transformed to - * "abc FED 123" (and not "abc 123 FED"), "DEF 123 abc" will be transformed - * to "123 FED abc" and "123 FED abc" will be transformed to "DEF 123 abc". - * This makes the algorithm reversible and makes it useful when round trip - * (from visual to logical and back to visual) must be achieved without - * adding LRM characters. However, this is a variation from the standard - * Unicode Bidi algorithm.<br> - * The source text should not contain Bidi control characters other than LRM - * or RLM.</li> - * - * <li>When the reordering mode is set to - * <code>#UBIDI_REORDER_RUNS_ONLY</code>, - * a "Logical to Logical" transformation must be performed: - * <ul> - * <li>If the default text level of the source text (argument <code>paraLevel</code> - * in <code>ubidi_setPara</code>) is even, the source text will be handled as - * LTR logical text and will be transformed to the RTL logical text which has - * the same LTR visual display.</li> - * <li>If the default level of the source text is odd, the source text - * will be handled as RTL logical text and will be transformed to the - * LTR logical text which has the same LTR visual display.</li> - * </ul> - * This mode may be needed when logical text which is basically Arabic or - * Hebrew, with possible included numbers or phrases in English, has to be - * displayed as if it had an even embedding level (this can happen if the - * displaying application treats all text as if it was basically LTR). - * <br> - * This mode may also be needed in the reverse case, when logical text which is - * basically English, with possible included phrases in Arabic or Hebrew, has to - * be displayed as if it had an odd embedding level. - * <br> - * Both cases could be handled by adding LRE or RLE at the head of the text, - * if the display subsystem supports these formatting controls. If it does not, - * the problem may be handled by transforming the source text in this mode - * before displaying it, so that it will be displayed properly.<br> - * The source text should not contain Bidi control characters other than LRM - * or RLM.</li> - * - * <li>When the reordering mode is set to - * <code>#UBIDI_REORDER_INVERSE_NUMBERS_AS_L</code>, an "inverse Bidi" algorithm - * is applied. - * Runs of text with numeric characters will be treated like LTR letters and - * may need to be surrounded with LRM characters when they are written in - * reordered sequence (the option <code>#UBIDI_INSERT_LRM_FOR_NUMERIC</code> can - * be used with function <code>ubidi_writeReordered</code> to this end. This - * mode is equivalent to calling <code>ubidi_setInverse()</code> with - * argument <code>isInverse</code> set to <code>TRUE</code>.</li> - * - * <li>When the reordering mode is set to - * <code>#UBIDI_REORDER_INVERSE_LIKE_DIRECT</code>, the "direct" Logical to Visual - * Bidi algorithm is used as an approximation of an "inverse Bidi" algorithm. - * This mode is similar to mode <code>#UBIDI_REORDER_INVERSE_NUMBERS_AS_L</code> - * but is closer to the regular Bidi algorithm. - * <br> - * For example, an LTR paragraph with the content "FED 123 456 CBA" (where - * upper case represents RTL characters) will be transformed to - * "ABC 456 123 DEF", as opposed to "DEF 123 456 ABC" - * with mode <code>UBIDI_REORDER_INVERSE_NUMBERS_AS_L</code>.<br> - * When used in conjunction with option - * <code>#UBIDI_OPTION_INSERT_MARKS</code>, this mode generally - * adds Bidi marks to the output significantly more sparingly than mode - * <code>#UBIDI_REORDER_INVERSE_NUMBERS_AS_L</code> with option - * <code>#UBIDI_INSERT_LRM_FOR_NUMERIC</code> in calls to - * <code>ubidi_writeReordered</code>.</li> - * - * <li>When the reordering mode is set to - * <code>#UBIDI_REORDER_INVERSE_FOR_NUMBERS_SPECIAL</code>, the Logical to Visual - * Bidi algorithm used in Windows XP is used as an approximation of an - * "inverse Bidi" algorithm. - * <br> - * For example, an LTR paragraph with the content "abc FED123" (where - * upper case represents RTL characters) will be transformed to - * "abc 123DEF.</li> - * </ul> - * - * <p>In all the reordering modes specifying an "inverse Bidi" algorithm - * (i.e. those with a name starting with <code>UBIDI_REORDER_INVERSE</code>), - * output runs should be retrieved using - * <code>ubidi_getVisualRun()</code>, and the output text with - * <code>ubidi_writeReordered()</code>. The caller should keep in mind that in - * "inverse Bidi" modes the input is actually visually ordered text and - * reordered output returned by <code>ubidi_getVisualRun()</code> or - * <code>ubidi_writeReordered()</code> are actually runs or character string - * of logically ordered output.<br> - * For all the "inverse Bidi" modes, the source text should not contain - * Bidi control characters other than LRM or RLM.</p> - * - * <p>Note that option <code>#UBIDI_OUTPUT_REVERSE</code> of - * <code>ubidi_writeReordered</code> has no useful meaning and should not be - * used in conjunction with any value of the reordering mode specifying - * "inverse Bidi" or with value <code>UBIDI_REORDER_RUNS_ONLY</code>. - * - * @param pBiDi is a <code>UBiDi</code> object. - * @param reorderingMode specifies the required variant of the Bidi algorithm. - * - * @see UBiDiReorderingMode - * @see ubidi_setInverse - * @see ubidi_setPara - * @see ubidi_writeReordered - * @stable ICU 3.6 - */ -U_STABLE void U_EXPORT2 -ubidi_setReorderingMode(UBiDi *pBiDi, UBiDiReorderingMode reorderingMode); - -/** - * What is the requested reordering mode for a given Bidi object? - * - * @param pBiDi is a <code>UBiDi</code> object. - * @return the current reordering mode of the Bidi object - * @see ubidi_setReorderingMode - * @stable ICU 3.6 - */ -U_STABLE UBiDiReorderingMode U_EXPORT2 -ubidi_getReorderingMode(UBiDi *pBiDi); - -/** - * <code>UBiDiReorderingOption</code> values indicate which options are - * specified to affect the Bidi algorithm. - * - * @see ubidi_setReorderingOptions - * @stable ICU 3.6 - */ -typedef enum UBiDiReorderingOption { - /** - * option value for <code>ubidi_setReorderingOptions</code>: - * disable all the options which can be set with this function - * @see ubidi_setReorderingOptions - * @stable ICU 3.6 - */ - UBIDI_OPTION_DEFAULT = 0, - - /** - * option bit for <code>ubidi_setReorderingOptions</code>: - * insert Bidi marks (LRM or RLM) when needed to ensure correct result of - * a reordering to a Logical order - * - * <p>This option must be set or reset before calling - * <code>ubidi_setPara</code>.</p> - * - * <p>This option is significant only with reordering modes which generate - * a result with Logical order, specifically:</p> - * <ul> - * <li><code>#UBIDI_REORDER_RUNS_ONLY</code></li> - * <li><code>#UBIDI_REORDER_INVERSE_NUMBERS_AS_L</code></li> - * <li><code>#UBIDI_REORDER_INVERSE_LIKE_DIRECT</code></li> - * <li><code>#UBIDI_REORDER_INVERSE_FOR_NUMBERS_SPECIAL</code></li> - * </ul> - * - * <p>If this option is set in conjunction with reordering mode - * <code>#UBIDI_REORDER_INVERSE_NUMBERS_AS_L</code> or with calling - * <code>ubidi_setInverse(TRUE)</code>, it implies - * option <code>#UBIDI_INSERT_LRM_FOR_NUMERIC</code> - * in calls to function <code>ubidi_writeReordered()</code>.</p> - * - * <p>For other reordering modes, a minimum number of LRM or RLM characters - * will be added to the source text after reordering it so as to ensure - * round trip, i.e. when applying the inverse reordering mode on the - * resulting logical text with removal of Bidi marks - * (option <code>#UBIDI_OPTION_REMOVE_CONTROLS</code> set before calling - * <code>ubidi_setPara()</code> or option <code>#UBIDI_REMOVE_BIDI_CONTROLS</code> - * in <code>ubidi_writeReordered</code>), the result will be identical to the - * source text in the first transformation. - * - * <p>This option will be ignored if specified together with option - * <code>#UBIDI_OPTION_REMOVE_CONTROLS</code>. It inhibits option - * <code>UBIDI_REMOVE_BIDI_CONTROLS</code> in calls to function - * <code>ubidi_writeReordered()</code> and it implies option - * <code>#UBIDI_INSERT_LRM_FOR_NUMERIC</code> in calls to function - * <code>ubidi_writeReordered()</code> if the reordering mode is - * <code>#UBIDI_REORDER_INVERSE_NUMBERS_AS_L</code>.</p> - * - * @see ubidi_setReorderingMode - * @see ubidi_setReorderingOptions - * @stable ICU 3.6 - */ - UBIDI_OPTION_INSERT_MARKS = 1, - - /** - * option bit for <code>ubidi_setReorderingOptions</code>: - * remove Bidi control characters - * - * <p>This option must be set or reset before calling - * <code>ubidi_setPara</code>.</p> - * - * <p>This option nullifies option <code>#UBIDI_OPTION_INSERT_MARKS</code>. - * It inhibits option <code>#UBIDI_INSERT_LRM_FOR_NUMERIC</code> in calls - * to function <code>ubidi_writeReordered()</code> and it implies option - * <code>#UBIDI_REMOVE_BIDI_CONTROLS</code> in calls to that function.</p> - * - * @see ubidi_setReorderingMode - * @see ubidi_setReorderingOptions - * @stable ICU 3.6 - */ - UBIDI_OPTION_REMOVE_CONTROLS = 2, - - /** - * option bit for <code>ubidi_setReorderingOptions</code>: - * process the output as part of a stream to be continued - * - * <p>This option must be set or reset before calling - * <code>ubidi_setPara</code>.</p> - * - * <p>This option specifies that the caller is interested in processing large - * text object in parts. - * The results of the successive calls are expected to be concatenated by the - * caller. Only the call for the last part will have this option bit off.</p> - * - * <p>When this option bit is on, <code>ubidi_setPara()</code> may process - * less than the full source text in order to truncate the text at a meaningful - * boundary. The caller should call <code>ubidi_getProcessedLength()</code> - * immediately after calling <code>ubidi_setPara()</code> in order to - * determine how much of the source text has been processed. - * Source text beyond that length should be resubmitted in following calls to - * <code>ubidi_setPara</code>. The processed length may be less than - * the length of the source text if a character preceding the last character of - * the source text constitutes a reasonable boundary (like a block separator) - * for text to be continued.<br> - * If the last character of the source text constitutes a reasonable - * boundary, the whole text will be processed at once.<br> - * If nowhere in the source text there exists - * such a reasonable boundary, the processed length will be zero.<br> - * The caller should check for such an occurrence and do one of the following: - * <ul><li>submit a larger amount of text with a better chance to include - * a reasonable boundary.</li> - * <li>resubmit the same text after turning off option - * <code>UBIDI_OPTION_STREAMING</code>.</li></ul> - * In all cases, this option should be turned off before processing the last - * part of the text.</p> - * - * <p>When the <code>UBIDI_OPTION_STREAMING</code> option is used, - * it is recommended to call <code>ubidi_orderParagraphsLTR()</code> with - * argument <code>orderParagraphsLTR</code> set to <code>TRUE</code> before - * calling <code>ubidi_setPara</code> so that later paragraphs may be - * concatenated to previous paragraphs on the right.</p> - * - * @see ubidi_setReorderingMode - * @see ubidi_setReorderingOptions - * @see ubidi_getProcessedLength - * @see ubidi_orderParagraphsLTR - * @stable ICU 3.6 - */ - UBIDI_OPTION_STREAMING = 4 -} UBiDiReorderingOption; - -/** - * Specify which of the reordering options - * should be applied during Bidi transformations. - * - * @param pBiDi is a <code>UBiDi</code> object. - * @param reorderingOptions is a combination of zero or more of the following - * options: - * <code>#UBIDI_OPTION_DEFAULT</code>, <code>#UBIDI_OPTION_INSERT_MARKS</code>, - * <code>#UBIDI_OPTION_REMOVE_CONTROLS</code>, <code>#UBIDI_OPTION_STREAMING</code>. - * - * @see ubidi_getReorderingOptions - * @stable ICU 3.6 - */ -U_STABLE void U_EXPORT2 -ubidi_setReorderingOptions(UBiDi *pBiDi, uint32_t reorderingOptions); - -/** - * What are the reordering options applied to a given Bidi object? - * - * @param pBiDi is a <code>UBiDi</code> object. - * @return the current reordering options of the Bidi object - * @see ubidi_setReorderingOptions - * @stable ICU 3.6 - */ -U_STABLE uint32_t U_EXPORT2 -ubidi_getReorderingOptions(UBiDi *pBiDi); - -/** - * Perform the Unicode Bidi algorithm. It is defined in the - * <a href="http://www.unicode.org/unicode/reports/tr9/">Unicode Standard Anned #9</a>, - * version 13, - * also described in The Unicode Standard, Version 4.0 .<p> - * - * This function takes a piece of plain text containing one or more paragraphs, - * with or without externally specified embedding levels from <i>styled</i> - * text and computes the left-right-directionality of each character.<p> - * - * If the entire text is all of the same directionality, then - * the function may not perform all the steps described by the algorithm, - * i.e., some levels may not be the same as if all steps were performed. - * This is not relevant for unidirectional text.<br> - * For example, in pure LTR text with numbers the numbers would get - * a resolved level of 2 higher than the surrounding text according to - * the algorithm. This implementation may set all resolved levels to - * the same value in such a case.<p> - * - * The text can be composed of multiple paragraphs. Occurrence of a block - * separator in the text terminates a paragraph, and whatever comes next starts - * a new paragraph. The exception to this rule is when a Carriage Return (CR) - * is followed by a Line Feed (LF). Both CR and LF are block separators, but - * in that case, the pair of characters is considered as terminating the - * preceding paragraph, and a new paragraph will be started by a character - * coming after the LF. - * - * @param pBiDi A <code>UBiDi</code> object allocated with <code>ubidi_open()</code> - * which will be set to contain the reordering information, - * especially the resolved levels for all the characters in <code>text</code>. - * - * @param text is a pointer to the text that the Bidi algorithm will be performed on. - * This pointer is stored in the UBiDi object and can be retrieved - * with <code>ubidi_getText()</code>.<br> - * <strong>Note:</strong> the text must be (at least) <code>length</code> long. - * - * @param length is the length of the text; if <code>length==-1</code> then - * the text must be zero-terminated. - * - * @param paraLevel specifies the default level for the text; - * it is typically 0 (LTR) or 1 (RTL). - * If the function shall determine the paragraph level from the text, - * then <code>paraLevel</code> can be set to - * either <code>#UBIDI_DEFAULT_LTR</code> - * or <code>#UBIDI_DEFAULT_RTL</code>; if the text contains multiple - * paragraphs, the paragraph level shall be determined separately for - * each paragraph; if a paragraph does not include any strongly typed - * character, then the desired default is used (0 for LTR or 1 for RTL). - * Any other value between 0 and <code>#UBIDI_MAX_EXPLICIT_LEVEL</code> - * is also valid, with odd levels indicating RTL. - * - * @param embeddingLevels (in) may be used to preset the embedding and override levels, - * ignoring characters like LRE and PDF in the text. - * A level overrides the directional property of its corresponding - * (same index) character if the level has the - * <code>#UBIDI_LEVEL_OVERRIDE</code> bit set.<br><br> - * Except for that bit, it must be - * <code>paraLevel<=embeddingLevels[]<=UBIDI_MAX_EXPLICIT_LEVEL</code>, - * with one exception: a level of zero may be specified for a paragraph - * separator even if <code>paraLevel>0</code> when multiple paragraphs - * are submitted in the same call to <code>ubidi_setPara()</code>.<br><br> - * <strong>Caution: </strong>A copy of this pointer, not of the levels, - * will be stored in the <code>UBiDi</code> object; - * the <code>embeddingLevels</code> array must not be - * deallocated before the <code>UBiDi</code> structure is destroyed or reused, - * and the <code>embeddingLevels</code> - * should not be modified to avoid unexpected results on subsequent Bidi operations. - * However, the <code>ubidi_setPara()</code> and - * <code>ubidi_setLine()</code> functions may modify some or all of the levels.<br><br> - * After the <code>UBiDi</code> object is reused or destroyed, the caller - * must take care of the deallocation of the <code>embeddingLevels</code> array.<br><br> - * <strong>Note:</strong> the <code>embeddingLevels</code> array must be - * at least <code>length</code> long. - * - * @param pErrorCode must be a valid pointer to an error code value. - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 -ubidi_setPara(UBiDi *pBiDi, const UChar *text, int32_t length, - UBiDiLevel paraLevel, UBiDiLevel *embeddingLevels, - UErrorCode *pErrorCode); - -/** - * <code>ubidi_setLine()</code> sets a <code>UBiDi</code> to - * contain the reordering information, especially the resolved levels, - * for all the characters in a line of text. This line of text is - * specified by referring to a <code>UBiDi</code> object representing - * this information for a piece of text containing one or more paragraphs, - * and by specifying a range of indexes in this text.<p> - * In the new line object, the indexes will range from 0 to <code>limit-start-1</code>.<p> - * - * This is used after calling <code>ubidi_setPara()</code> - * for a piece of text, and after line-breaking on that text. - * It is not necessary if each paragraph is treated as a single line.<p> - * - * After line-breaking, rules (L1) and (L2) for the treatment of - * trailing WS and for reordering are performed on - * a <code>UBiDi</code> object that represents a line.<p> - * - * <strong>Important: </strong><code>pLineBiDi</code> shares data with - * <code>pParaBiDi</code>. - * You must destroy or reuse <code>pLineBiDi</code> before <code>pParaBiDi</code>. - * In other words, you must destroy or reuse the <code>UBiDi</code> object for a line - * before the object for its parent paragraph.<p> - * - * The text pointer that was stored in <code>pParaBiDi</code> is also copied, - * and <code>start</code> is added to it so that it points to the beginning of the - * line for this object. - * - * @param pParaBiDi is the parent paragraph object. It must have been set - * by a successful call to ubidi_setPara. - * - * @param start is the line's first index into the text. - * - * @param limit is just behind the line's last index into the text - * (its last index +1).<br> - * It must be <code>0<=start<limit<=</code>containing paragraph limit. - * If the specified line crosses a paragraph boundary, the function - * will terminate with error code U_ILLEGAL_ARGUMENT_ERROR. - * - * @param pLineBiDi is the object that will now represent a line of the text. - * - * @param pErrorCode must be a valid pointer to an error code value. - * - * @see ubidi_setPara - * @see ubidi_getProcessedLength - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 -ubidi_setLine(const UBiDi *pParaBiDi, - int32_t start, int32_t limit, - UBiDi *pLineBiDi, - UErrorCode *pErrorCode); - -/** - * Get the directionality of the text. - * - * @param pBiDi is the paragraph or line <code>UBiDi</code> object. - * - * @return a value of <code>UBIDI_LTR</code>, <code>UBIDI_RTL</code> - * or <code>UBIDI_MIXED</code> - * that indicates if the entire text - * represented by this object is unidirectional, - * and which direction, or if it is mixed-directional. - * - * @see UBiDiDirection - * @stable ICU 2.0 - */ -U_STABLE UBiDiDirection U_EXPORT2 -ubidi_getDirection(const UBiDi *pBiDi); - -/** - * Get the pointer to the text. - * - * @param pBiDi is the paragraph or line <code>UBiDi</code> object. - * - * @return The pointer to the text that the UBiDi object was created for. - * - * @see ubidi_setPara - * @see ubidi_setLine - * @stable ICU 2.0 - */ -U_STABLE const UChar * U_EXPORT2 -ubidi_getText(const UBiDi *pBiDi); - -/** - * Get the length of the text. - * - * @param pBiDi is the paragraph or line <code>UBiDi</code> object. - * - * @return The length of the text that the UBiDi object was created for. - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -ubidi_getLength(const UBiDi *pBiDi); - -/** - * Get the paragraph level of the text. - * - * @param pBiDi is the paragraph or line <code>UBiDi</code> object. - * - * @return The paragraph level. If there are multiple paragraphs, their - * level may vary if the required paraLevel is UBIDI_DEFAULT_LTR or - * UBIDI_DEFAULT_RTL. In that case, the level of the first paragraph - * is returned. - * - * @see UBiDiLevel - * @see ubidi_getParagraph - * @see ubidi_getParagraphByIndex - * @stable ICU 2.0 - */ -U_STABLE UBiDiLevel U_EXPORT2 -ubidi_getParaLevel(const UBiDi *pBiDi); - -/** - * Get the number of paragraphs. - * - * @param pBiDi is the paragraph or line <code>UBiDi</code> object. - * - * @return The number of paragraphs. - * @stable ICU 3.4 - */ -U_STABLE int32_t U_EXPORT2 -ubidi_countParagraphs(UBiDi *pBiDi); - -/** - * Get a paragraph, given a position within the text. - * This function returns information about a paragraph.<br> - * Note: if the paragraph index is known, it is more efficient to - * retrieve the paragraph information using ubidi_getParagraphByIndex().<p> - * - * @param pBiDi is the paragraph or line <code>UBiDi</code> object. - * - * @param charIndex is the index of a character within the text, in the - * range <code>[0..ubidi_getProcessedLength(pBiDi)-1]</code>. - * - * @param pParaStart will receive the index of the first character of the - * paragraph in the text. - * This pointer can be <code>NULL</code> if this - * value is not necessary. - * - * @param pParaLimit will receive the limit of the paragraph. - * The l-value that you point to here may be the - * same expression (variable) as the one for - * <code>charIndex</code>. - * This pointer can be <code>NULL</code> if this - * value is not necessary. - * - * @param pParaLevel will receive the level of the paragraph. - * This pointer can be <code>NULL</code> if this - * value is not necessary. - * - * @param pErrorCode must be a valid pointer to an error code value. - * - * @return The index of the paragraph containing the specified position. - * - * @see ubidi_getProcessedLength - * @stable ICU 3.4 - */ -U_STABLE int32_t U_EXPORT2 -ubidi_getParagraph(const UBiDi *pBiDi, int32_t charIndex, int32_t *pParaStart, - int32_t *pParaLimit, UBiDiLevel *pParaLevel, - UErrorCode *pErrorCode); - -/** - * Get a paragraph, given the index of this paragraph. - * - * This function returns information about a paragraph.<p> - * - * @param pBiDi is the paragraph <code>UBiDi</code> object. - * - * @param paraIndex is the number of the paragraph, in the - * range <code>[0..ubidi_countParagraphs(pBiDi)-1]</code>. - * - * @param pParaStart will receive the index of the first character of the - * paragraph in the text. - * This pointer can be <code>NULL</code> if this - * value is not necessary. - * - * @param pParaLimit will receive the limit of the paragraph. - * This pointer can be <code>NULL</code> if this - * value is not necessary. - * - * @param pParaLevel will receive the level of the paragraph. - * This pointer can be <code>NULL</code> if this - * value is not necessary. - * - * @param pErrorCode must be a valid pointer to an error code value. - * - * @stable ICU 3.4 - */ -U_STABLE void U_EXPORT2 -ubidi_getParagraphByIndex(const UBiDi *pBiDi, int32_t paraIndex, - int32_t *pParaStart, int32_t *pParaLimit, - UBiDiLevel *pParaLevel, UErrorCode *pErrorCode); - -/** - * Get the level for one character. - * - * @param pBiDi is the paragraph or line <code>UBiDi</code> object. - * - * @param charIndex the index of a character. It must be in the range - * [0..ubidi_getProcessedLength(pBiDi)]. - * - * @return The level for the character at charIndex (0 if charIndex is not - * in the valid range). - * - * @see UBiDiLevel - * @see ubidi_getProcessedLength - * @stable ICU 2.0 - */ -U_STABLE UBiDiLevel U_EXPORT2 -ubidi_getLevelAt(const UBiDi *pBiDi, int32_t charIndex); - -/** - * Get an array of levels for each character.<p> - * - * Note that this function may allocate memory under some - * circumstances, unlike <code>ubidi_getLevelAt()</code>. - * - * @param pBiDi is the paragraph or line <code>UBiDi</code> object, whose - * text length must be strictly positive. - * - * @param pErrorCode must be a valid pointer to an error code value. - * - * @return The levels array for the text, - * or <code>NULL</code> if an error occurs. - * - * @see UBiDiLevel - * @see ubidi_getProcessedLength - * @stable ICU 2.0 - */ -U_STABLE const UBiDiLevel * U_EXPORT2 -ubidi_getLevels(UBiDi *pBiDi, UErrorCode *pErrorCode); - -/** - * Get a logical run. - * This function returns information about a run and is used - * to retrieve runs in logical order.<p> - * This is especially useful for line-breaking on a paragraph. - * - * @param pBiDi is the paragraph or line <code>UBiDi</code> object. - * - * @param logicalPosition is a logical position within the source text. - * - * @param pLogicalLimit will receive the limit of the corresponding run. - * The l-value that you point to here may be the - * same expression (variable) as the one for - * <code>logicalPosition</code>. - * This pointer can be <code>NULL</code> if this - * value is not necessary. - * - * @param pLevel will receive the level of the corresponding run. - * This pointer can be <code>NULL</code> if this - * value is not necessary. - * - * @see ubidi_getProcessedLength - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 -ubidi_getLogicalRun(const UBiDi *pBiDi, int32_t logicalPosition, - int32_t *pLogicalLimit, UBiDiLevel *pLevel); - -/** - * Get the number of runs. - * This function may invoke the actual reordering on the - * <code>UBiDi</code> object, after <code>ubidi_setPara()</code> - * may have resolved only the levels of the text. Therefore, - * <code>ubidi_countRuns()</code> may have to allocate memory, - * and may fail doing so. - * - * @param pBiDi is the paragraph or line <code>UBiDi</code> object. - * - * @param pErrorCode must be a valid pointer to an error code value. - * - * @return The number of runs. - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -ubidi_countRuns(UBiDi *pBiDi, UErrorCode *pErrorCode); - -/** - * Get one run's logical start, length, and directionality, - * which can be 0 for LTR or 1 for RTL. - * In an RTL run, the character at the logical start is - * visually on the right of the displayed run. - * The length is the number of characters in the run.<p> - * <code>ubidi_countRuns()</code> should be called - * before the runs are retrieved. - * - * @param pBiDi is the paragraph or line <code>UBiDi</code> object. - * - * @param runIndex is the number of the run in visual order, in the - * range <code>[0..ubidi_countRuns(pBiDi)-1]</code>. - * - * @param pLogicalStart is the first logical character index in the text. - * The pointer may be <code>NULL</code> if this index is not needed. - * - * @param pLength is the number of characters (at least one) in the run. - * The pointer may be <code>NULL</code> if this is not needed. - * - * @return the directionality of the run, - * <code>UBIDI_LTR==0</code> or <code>UBIDI_RTL==1</code>, - * never <code>UBIDI_MIXED</code>. - * - * @see ubidi_countRuns - * - * Example: - * <pre> - * \code - * int32_t i, count=ubidi_countRuns(pBiDi), - * logicalStart, visualIndex=0, length; - * for(i=0; i<count; ++i) { - * if(UBIDI_LTR==ubidi_getVisualRun(pBiDi, i, &logicalStart, &length)) { - * do { // LTR - * show_char(text[logicalStart++], visualIndex++); - * } while(--length>0); - * } else { - * logicalStart+=length; // logicalLimit - * do { // RTL - * show_char(text[--logicalStart], visualIndex++); - * } while(--length>0); - * } - * } - *\endcode - * </pre> - * - * Note that in right-to-left runs, code like this places - * modifier letters before base characters and second surrogates - * before first ones. - * @stable ICU 2.0 - */ -U_STABLE UBiDiDirection U_EXPORT2 -ubidi_getVisualRun(UBiDi *pBiDi, int32_t runIndex, - int32_t *pLogicalStart, int32_t *pLength); - -/** - * Get the visual position from a logical text position. - * If such a mapping is used many times on the same - * <code>UBiDi</code> object, then calling - * <code>ubidi_getLogicalMap()</code> is more efficient.<p> - * - * The value returned may be <code>#UBIDI_MAP_NOWHERE</code> if there is no - * visual position because the corresponding text character is a Bidi control - * removed from output by the option <code>#UBIDI_OPTION_REMOVE_CONTROLS</code>. - * <p> - * When the visual output is altered by using options of - * <code>ubidi_writeReordered()</code> such as <code>UBIDI_INSERT_LRM_FOR_NUMERIC</code>, - * <code>UBIDI_KEEP_BASE_COMBINING</code>, <code>UBIDI_OUTPUT_REVERSE</code>, - * <code>UBIDI_REMOVE_BIDI_CONTROLS</code>, the visual position returned may not - * be correct. It is advised to use, when possible, reordering options - * such as <code>UBIDI_OPTION_INSERT_MARKS</code> and <code>UBIDI_OPTION_REMOVE_CONTROLS</code>. - * <p> - * Note that in right-to-left runs, this mapping places - * modifier letters before base characters and second surrogates - * before first ones. - * - * @param pBiDi is the paragraph or line <code>UBiDi</code> object. - * - * @param logicalIndex is the index of a character in the text. - * - * @param pErrorCode must be a valid pointer to an error code value. - * - * @return The visual position of this character. - * - * @see ubidi_getLogicalMap - * @see ubidi_getLogicalIndex - * @see ubidi_getProcessedLength - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -ubidi_getVisualIndex(UBiDi *pBiDi, int32_t logicalIndex, UErrorCode *pErrorCode); - -/** - * Get the logical text position from a visual position. - * If such a mapping is used many times on the same - * <code>UBiDi</code> object, then calling - * <code>ubidi_getVisualMap()</code> is more efficient.<p> - * - * The value returned may be <code>#UBIDI_MAP_NOWHERE</code> if there is no - * logical position because the corresponding text character is a Bidi mark - * inserted in the output by option <code>#UBIDI_OPTION_INSERT_MARKS</code>. - * <p> - * This is the inverse function to <code>ubidi_getVisualIndex()</code>. - * <p> - * When the visual output is altered by using options of - * <code>ubidi_writeReordered()</code> such as <code>UBIDI_INSERT_LRM_FOR_NUMERIC</code>, - * <code>UBIDI_KEEP_BASE_COMBINING</code>, <code>UBIDI_OUTPUT_REVERSE</code>, - * <code>UBIDI_REMOVE_BIDI_CONTROLS</code>, the logical position returned may not - * be correct. It is advised to use, when possible, reordering options - * such as <code>UBIDI_OPTION_INSERT_MARKS</code> and <code>UBIDI_OPTION_REMOVE_CONTROLS</code>. - * - * @param pBiDi is the paragraph or line <code>UBiDi</code> object. - * - * @param visualIndex is the visual position of a character. - * - * @param pErrorCode must be a valid pointer to an error code value. - * - * @return The index of this character in the text. - * - * @see ubidi_getVisualMap - * @see ubidi_getVisualIndex - * @see ubidi_getResultLength - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -ubidi_getLogicalIndex(UBiDi *pBiDi, int32_t visualIndex, UErrorCode *pErrorCode); - -/** - * Get a logical-to-visual index map (array) for the characters in the UBiDi - * (paragraph or line) object. - * <p> - * Some values in the map may be <code>#UBIDI_MAP_NOWHERE</code> if the - * corresponding text characters are Bidi controls removed from the visual - * output by the option <code>#UBIDI_OPTION_REMOVE_CONTROLS</code>. - * <p> - * When the visual output is altered by using options of - * <code>ubidi_writeReordered()</code> such as <code>UBIDI_INSERT_LRM_FOR_NUMERIC</code>, - * <code>UBIDI_KEEP_BASE_COMBINING</code>, <code>UBIDI_OUTPUT_REVERSE</code>, - * <code>UBIDI_REMOVE_BIDI_CONTROLS</code>, the visual positions returned may not - * be correct. It is advised to use, when possible, reordering options - * such as <code>UBIDI_OPTION_INSERT_MARKS</code> and <code>UBIDI_OPTION_REMOVE_CONTROLS</code>. - * - * @param pBiDi is the paragraph or line <code>UBiDi</code> object. - * - * @param indexMap is a pointer to an array of <code>ubidi_getProcessedLength()</code> - * indexes which will reflect the reordering of the characters. - * If option <code>#UBIDI_OPTION_INSERT_MARKS</code> is set, the number - * of elements allocated in <code>indexMap</code> must be no less than - * <code>ubidi_getResultLength()</code>. - * The array does not need to be initialized.<br><br> - * The index map will result in <code>indexMap[logicalIndex]==visualIndex</code>. - * - * @param pErrorCode must be a valid pointer to an error code value. - * - * @see ubidi_getVisualMap - * @see ubidi_getVisualIndex - * @see ubidi_getProcessedLength - * @see ubidi_getResultLength - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 -ubidi_getLogicalMap(UBiDi *pBiDi, int32_t *indexMap, UErrorCode *pErrorCode); - -/** - * Get a visual-to-logical index map (array) for the characters in the UBiDi - * (paragraph or line) object. - * <p> - * Some values in the map may be <code>#UBIDI_MAP_NOWHERE</code> if the - * corresponding text characters are Bidi marks inserted in the visual output - * by the option <code>#UBIDI_OPTION_INSERT_MARKS</code>. - * <p> - * When the visual output is altered by using options of - * <code>ubidi_writeReordered()</code> such as <code>UBIDI_INSERT_LRM_FOR_NUMERIC</code>, - * <code>UBIDI_KEEP_BASE_COMBINING</code>, <code>UBIDI_OUTPUT_REVERSE</code>, - * <code>UBIDI_REMOVE_BIDI_CONTROLS</code>, the logical positions returned may not - * be correct. It is advised to use, when possible, reordering options - * such as <code>UBIDI_OPTION_INSERT_MARKS</code> and <code>UBIDI_OPTION_REMOVE_CONTROLS</code>. - * - * @param pBiDi is the paragraph or line <code>UBiDi</code> object. - * - * @param indexMap is a pointer to an array of <code>ubidi_getResultLength()</code> - * indexes which will reflect the reordering of the characters. - * If option <code>#UBIDI_OPTION_REMOVE_CONTROLS</code> is set, the number - * of elements allocated in <code>indexMap</code> must be no less than - * <code>ubidi_getProcessedLength()</code>. - * The array does not need to be initialized.<br><br> - * The index map will result in <code>indexMap[visualIndex]==logicalIndex</code>. - * - * @param pErrorCode must be a valid pointer to an error code value. - * - * @see ubidi_getLogicalMap - * @see ubidi_getLogicalIndex - * @see ubidi_getProcessedLength - * @see ubidi_getResultLength - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 -ubidi_getVisualMap(UBiDi *pBiDi, int32_t *indexMap, UErrorCode *pErrorCode); - -/** - * This is a convenience function that does not use a UBiDi object. - * It is intended to be used for when an application has determined the levels - * of objects (character sequences) and just needs to have them reordered (L2). - * This is equivalent to using <code>ubidi_getLogicalMap()</code> on a - * <code>UBiDi</code> object. - * - * @param levels is an array with <code>length</code> levels that have been determined by - * the application. - * - * @param length is the number of levels in the array, or, semantically, - * the number of objects to be reordered. - * It must be <code>length>0</code>. - * - * @param indexMap is a pointer to an array of <code>length</code> - * indexes which will reflect the reordering of the characters. - * The array does not need to be initialized.<p> - * The index map will result in <code>indexMap[logicalIndex]==visualIndex</code>. - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 -ubidi_reorderLogical(const UBiDiLevel *levels, int32_t length, int32_t *indexMap); - -/** - * This is a convenience function that does not use a UBiDi object. - * It is intended to be used for when an application has determined the levels - * of objects (character sequences) and just needs to have them reordered (L2). - * This is equivalent to using <code>ubidi_getVisualMap()</code> on a - * <code>UBiDi</code> object. - * - * @param levels is an array with <code>length</code> levels that have been determined by - * the application. - * - * @param length is the number of levels in the array, or, semantically, - * the number of objects to be reordered. - * It must be <code>length>0</code>. - * - * @param indexMap is a pointer to an array of <code>length</code> - * indexes which will reflect the reordering of the characters. - * The array does not need to be initialized.<p> - * The index map will result in <code>indexMap[visualIndex]==logicalIndex</code>. - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 -ubidi_reorderVisual(const UBiDiLevel *levels, int32_t length, int32_t *indexMap); - -/** - * Invert an index map. - * The index mapping of the first map is inverted and written to - * the second one. - * - * @param srcMap is an array with <code>length</code> elements - * which defines the original mapping from a source array containing - * <code>length</code> elements to a destination array. - * Some elements of the source array may have no mapping in the - * destination array. In that case, their value will be - * the special value <code>UBIDI_MAP_NOWHERE</code>. - * All elements must be >=0 or equal to <code>UBIDI_MAP_NOWHERE</code>. - * Some elements may have a value >= <code>length</code>, if the - * destination array has more elements than the source array. - * There must be no duplicate indexes (two or more elements with the - * same value except <code>UBIDI_MAP_NOWHERE</code>). - * - * @param destMap is an array with a number of elements equal to 1 + the highest - * value in <code>srcMap</code>. - * <code>destMap</code> will be filled with the inverse mapping. - * If element with index i in <code>srcMap</code> has a value k different - * from <code>UBIDI_MAP_NOWHERE</code>, this means that element i of - * the source array maps to element k in the destination array. - * The inverse map will have value i in its k-th element. - * For all elements of the destination array which do not map to - * an element in the source array, the corresponding element in the - * inverse map will have a value equal to <code>UBIDI_MAP_NOWHERE</code>. - * - * @param length is the length of each array. - * @See UBIDI_MAP_NOWHERE - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 -ubidi_invertMap(const int32_t *srcMap, int32_t *destMap, int32_t length); - -/** option flags for ubidi_writeReordered() */ - -/** - * option bit for ubidi_writeReordered(): - * keep combining characters after their base characters in RTL runs - * - * @see ubidi_writeReordered - * @stable ICU 2.0 - */ -#define UBIDI_KEEP_BASE_COMBINING 1 - -/** - * option bit for ubidi_writeReordered(): - * replace characters with the "mirrored" property in RTL runs - * by their mirror-image mappings - * - * @see ubidi_writeReordered - * @stable ICU 2.0 - */ -#define UBIDI_DO_MIRRORING 2 - -/** - * option bit for ubidi_writeReordered(): - * surround the run with LRMs if necessary; - * this is part of the approximate "inverse Bidi" algorithm - * - * <p>This option does not imply corresponding adjustment of the index - * mappings.</p> - * - * @see ubidi_setInverse - * @see ubidi_writeReordered - * @stable ICU 2.0 - */ -#define UBIDI_INSERT_LRM_FOR_NUMERIC 4 - -/** - * option bit for ubidi_writeReordered(): - * remove Bidi control characters - * (this does not affect #UBIDI_INSERT_LRM_FOR_NUMERIC) - * - * <p>This option does not imply corresponding adjustment of the index - * mappings.</p> - * - * @see ubidi_writeReordered - * @stable ICU 2.0 - */ -#define UBIDI_REMOVE_BIDI_CONTROLS 8 - -/** - * option bit for ubidi_writeReordered(): - * write the output in reverse order - * - * <p>This has the same effect as calling <code>ubidi_writeReordered()</code> - * first without this option, and then calling - * <code>ubidi_writeReverse()</code> without mirroring. - * Doing this in the same step is faster and avoids a temporary buffer. - * An example for using this option is output to a character terminal that - * is designed for RTL scripts and stores text in reverse order.</p> - * - * @see ubidi_writeReordered - * @stable ICU 2.0 - */ -#define UBIDI_OUTPUT_REVERSE 16 - -/** - * Get the length of the source text processed by the last call to - * <code>ubidi_setPara()</code>. This length may be different from the length - * of the source text if option <code>#UBIDI_OPTION_STREAMING</code> - * has been set. - * <br> - * Note that whenever the length of the text affects the execution or the - * result of a function, it is the processed length which must be considered, - * except for <code>ubidi_setPara</code> (which receives unprocessed source - * text) and <code>ubidi_getLength</code> (which returns the original length - * of the source text).<br> - * In particular, the processed length is the one to consider in the following - * cases: - * <ul> - * <li>maximum value of the <code>limit</code> argument of - * <code>ubidi_setLine</code></li> - * <li>maximum value of the <code>charIndex</code> argument of - * <code>ubidi_getParagraph</code></li> - * <li>maximum value of the <code>charIndex</code> argument of - * <code>ubidi_getLevelAt</code></li> - * <li>number of elements in the array returned by <code>ubidi_getLevels</code></li> - * <li>maximum value of the <code>logicalStart</code> argument of - * <code>ubidi_getLogicalRun</code></li> - * <li>maximum value of the <code>logicalIndex</code> argument of - * <code>ubidi_getVisualIndex</code></li> - * <li>number of elements filled in the <code>*indexMap</code> argument of - * <code>ubidi_getLogicalMap</code></li> - * <li>length of text processed by <code>ubidi_writeReordered</code></li> - * </ul> - * - * @param pBiDi is the paragraph <code>UBiDi</code> object. - * - * @return The length of the part of the source text processed by - * the last call to <code>ubidi_setPara</code>. - * @see ubidi_setPara - * @see UBIDI_OPTION_STREAMING - * @stable ICU 3.6 - */ -U_STABLE int32_t U_EXPORT2 -ubidi_getProcessedLength(const UBiDi *pBiDi); - -/** - * Get the length of the reordered text resulting from the last call to - * <code>ubidi_setPara()</code>. This length may be different from the length - * of the source text if option <code>#UBIDI_OPTION_INSERT_MARKS</code> - * or option <code>#UBIDI_OPTION_REMOVE_CONTROLS</code> has been set. - * <br> - * This resulting length is the one to consider in the following cases: - * <ul> - * <li>maximum value of the <code>visualIndex</code> argument of - * <code>ubidi_getLogicalIndex</code></li> - * <li>number of elements of the <code>*indexMap</code> argument of - * <code>ubidi_getVisualMap</code></li> - * </ul> - * Note that this length stays identical to the source text length if - * Bidi marks are inserted or removed using option bits of - * <code>ubidi_writeReordered</code>, or if option - * <code>#UBIDI_REORDER_INVERSE_NUMBERS_AS_L</code> has been set. - * - * @param pBiDi is the paragraph <code>UBiDi</code> object. - * - * @return The length of the reordered text resulting from - * the last call to <code>ubidi_setPara</code>. - * @see ubidi_setPara - * @see UBIDI_OPTION_INSERT_MARKS - * @see UBIDI_OPTION_REMOVE_CONTROLS - * @stable ICU 3.6 - */ -U_STABLE int32_t U_EXPORT2 -ubidi_getResultLength(const UBiDi *pBiDi); - -U_CDECL_BEGIN -/** - * value returned by <code>UBiDiClassCallback</code> callbacks when - * there is no need to override the standard Bidi class for a given code point. - * @see UBiDiClassCallback - * @stable ICU 3.6 - */ -#define U_BIDI_CLASS_DEFAULT U_CHAR_DIRECTION_COUNT - -/** - * Callback type declaration for overriding default Bidi class values with - * custom ones. - * <p>Usually, the function pointer will be propagated to a <code>UBiDi</code> - * object by calling the <code>ubidi_setClassCallback()</code> function; - * then the callback will be invoked by the UBA implementation any time the - * class of a character is to be determined.</p> - * - * @param context is a pointer to the callback private data. - * - * @param c is the code point to get a Bidi class for. - * - * @return The directional property / Bidi class for the given code point - * <code>c</code> if the default class has been overridden, or - * <code>#U_BIDI_CLASS_DEFAULT</code> if the standard Bidi class value - * for <code>c</code> is to be used. - * @see ubidi_setClassCallback - * @see ubidi_getClassCallback - * @stable ICU 3.6 - */ -typedef UCharDirection U_CALLCONV -UBiDiClassCallback(const void *context, UChar32 c); - -U_CDECL_END - -/** - * Retrieve the Bidi class for a given code point. - * <p>If a <code>#UBiDiClassCallback</code> callback is defined and returns a - * value other than <code>#U_BIDI_CLASS_DEFAULT</code>, that value is used; - * otherwise the default class determination mechanism is invoked.</p> - * - * @param pBiDi is the paragraph <code>UBiDi</code> object. - * - * @param c is the code point whose Bidi class must be retrieved. - * - * @return The Bidi class for character <code>c</code> based - * on the given <code>pBiDi</code> instance. - * @see UBiDiClassCallback - * @stable ICU 3.6 - */ -U_STABLE UCharDirection U_EXPORT2 -ubidi_getCustomizedClass(UBiDi *pBiDi, UChar32 c); - -/** - * Set the callback function and callback data used by the UBA - * implementation for Bidi class determination. - * <p>This may be useful for assigning Bidi classes to PUA characters, or - * for special application needs. For instance, an application may want to - * handle all spaces like L or R characters (according to the base direction) - * when creating the visual ordering of logical lines which are part of a report - * organized in columns: there should not be interaction between adjacent - * cells.<p> - * - * @param pBiDi is the paragraph <code>UBiDi</code> object. - * - * @param newFn is the new callback function pointer. - * - * @param newContext is the new callback context pointer. This can be NULL. - * - * @param oldFn fillin: Returns the old callback function pointer. This can be - * NULL. - * - * @param oldContext fillin: Returns the old callback's context. This can be - * NULL. - * - * @param pErrorCode must be a valid pointer to an error code value. - * - * @see ubidi_getClassCallback - * @stable ICU 3.6 - */ -U_STABLE void U_EXPORT2 -ubidi_setClassCallback(UBiDi *pBiDi, UBiDiClassCallback *newFn, - const void *newContext, UBiDiClassCallback **oldFn, - const void **oldContext, UErrorCode *pErrorCode); - -/** - * Get the current callback function used for Bidi class determination. - * - * @param pBiDi is the paragraph <code>UBiDi</code> object. - * - * @param fn fillin: Returns the callback function pointer. - * - * @param context fillin: Returns the callback's private context. - * - * @see ubidi_setClassCallback - * @stable ICU 3.6 - */ -U_STABLE void U_EXPORT2 -ubidi_getClassCallback(UBiDi *pBiDi, UBiDiClassCallback **fn, const void **context); - -/** - * Take a <code>UBiDi</code> object containing the reordering - * information for a piece of text (one or more paragraphs) set by - * <code>ubidi_setPara()</code> or for a line of text set by - * <code>ubidi_setLine()</code> and write a reordered string to the - * destination buffer. - * - * This function preserves the integrity of characters with multiple - * code units and (optionally) modifier letters. - * Characters in RTL runs can be replaced by mirror-image characters - * in the destination buffer. Note that "real" mirroring has - * to be done in a rendering engine by glyph selection - * and that for many "mirrored" characters there are no - * Unicode characters as mirror-image equivalents. - * There are also options to insert or remove Bidi control - * characters; see the description of the <code>destSize</code> - * and <code>options</code> parameters and of the option bit flags. - * - * @param pBiDi A pointer to a <code>UBiDi</code> object that - * is set by <code>ubidi_setPara()</code> or - * <code>ubidi_setLine()</code> and contains the reordering - * information for the text that it was defined for, - * as well as a pointer to that text.<br><br> - * The text was aliased (only the pointer was stored - * without copying the contents) and must not have been modified - * since the <code>ubidi_setPara()</code> call. - * - * @param dest A pointer to where the reordered text is to be copied. - * The source text and <code>dest[destSize]</code> - * must not overlap. - * - * @param destSize The size of the <code>dest</code> buffer, - * in number of UChars. - * If the <code>UBIDI_INSERT_LRM_FOR_NUMERIC</code> - * option is set, then the destination length could be - * as large as - * <code>ubidi_getLength(pBiDi)+2*ubidi_countRuns(pBiDi)</code>. - * If the <code>UBIDI_REMOVE_BIDI_CONTROLS</code> option - * is set, then the destination length may be less than - * <code>ubidi_getLength(pBiDi)</code>. - * If none of these options is set, then the destination length - * will be exactly <code>ubidi_getProcessedLength(pBiDi)</code>. - * - * @param options A bit set of options for the reordering that control - * how the reordered text is written. - * The options include mirroring the characters on a code - * point basis and inserting LRM characters, which is used - * especially for transforming visually stored text - * to logically stored text (although this is still an - * imperfect implementation of an "inverse Bidi" algorithm - * because it uses the "forward Bidi" algorithm at its core). - * The available options are: - * <code>#UBIDI_DO_MIRRORING</code>, - * <code>#UBIDI_INSERT_LRM_FOR_NUMERIC</code>, - * <code>#UBIDI_KEEP_BASE_COMBINING</code>, - * <code>#UBIDI_OUTPUT_REVERSE</code>, - * <code>#UBIDI_REMOVE_BIDI_CONTROLS</code> - * - * @param pErrorCode must be a valid pointer to an error code value. - * - * @return The length of the output string. - * - * @see ubidi_getProcessedLength - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -ubidi_writeReordered(UBiDi *pBiDi, - UChar *dest, int32_t destSize, - uint16_t options, - UErrorCode *pErrorCode); - -/** - * Reverse a Right-To-Left run of Unicode text. - * - * This function preserves the integrity of characters with multiple - * code units and (optionally) modifier letters. - * Characters can be replaced by mirror-image characters - * in the destination buffer. Note that "real" mirroring has - * to be done in a rendering engine by glyph selection - * and that for many "mirrored" characters there are no - * Unicode characters as mirror-image equivalents. - * There are also options to insert or remove Bidi control - * characters. - * - * This function is the implementation for reversing RTL runs as part - * of <code>ubidi_writeReordered()</code>. For detailed descriptions - * of the parameters, see there. - * Since no Bidi controls are inserted here, the output string length - * will never exceed <code>srcLength</code>. - * - * @see ubidi_writeReordered - * - * @param src A pointer to the RTL run text. - * - * @param srcLength The length of the RTL run. - * - * @param dest A pointer to where the reordered text is to be copied. - * <code>src[srcLength]</code> and <code>dest[destSize]</code> - * must not overlap. - * - * @param destSize The size of the <code>dest</code> buffer, - * in number of UChars. - * If the <code>UBIDI_REMOVE_BIDI_CONTROLS</code> option - * is set, then the destination length may be less than - * <code>srcLength</code>. - * If this option is not set, then the destination length - * will be exactly <code>srcLength</code>. - * - * @param options A bit set of options for the reordering that control - * how the reordered text is written. - * See the <code>options</code> parameter in <code>ubidi_writeReordered()</code>. - * - * @param pErrorCode must be a valid pointer to an error code value. - * - * @return The length of the output string. - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -ubidi_writeReverse(const UChar *src, int32_t srcLength, - UChar *dest, int32_t destSize, - uint16_t options, - UErrorCode *pErrorCode); - -/*#define BIDI_SAMPLE_CODE*/ -/*@}*/ - -#endif diff --git a/jni/EastAsianWidth/unicode/ubrk.h b/jni/EastAsianWidth/unicode/ubrk.h deleted file mode 100644 index d57ba37..0000000 --- a/jni/EastAsianWidth/unicode/ubrk.h +++ /dev/null @@ -1,482 +0,0 @@ -/* -****************************************************************************** -* Copyright (C) 1996-2007, International Business Machines Corporation and others. -* All Rights Reserved. -****************************************************************************** -*/ - -#ifndef UBRK_H -#define UBRK_H - -#include "unicode/utypes.h" -#include "unicode/uloc.h" -#include "unicode/utext.h" - -/** - * A text-break iterator. - * For usage in C programs. - */ -#ifndef UBRK_TYPEDEF_UBREAK_ITERATOR -# define UBRK_TYPEDEF_UBREAK_ITERATOR - /** - * Opaque type representing an ICU Break iterator object. - * @stable ICU 2.0 - */ - typedef void UBreakIterator; -#endif - -#if !UCONFIG_NO_BREAK_ITERATION - -#include "unicode/parseerr.h" - -/** - * \file - * \brief C API: BreakIterator - * - * <h2> BreakIterator C API </h2> - * - * The BreakIterator C API defines methods for finding the location - * of boundaries in text. Pointer to a UBreakIterator maintain a - * current position and scan over text returning the index of characters - * where boundaries occur. - * <p> - * Line boundary analysis determines where a text string can be broken - * when line-wrapping. The mechanism correctly handles punctuation and - * hyphenated words. - * <p> - * Sentence boundary analysis allows selection with correct - * interpretation of periods within numbers and abbreviations, and - * trailing punctuation marks such as quotation marks and parentheses. - * <p> - * Word boundary analysis is used by search and replace functions, as - * well as within text editing applications that allow the user to - * select words with a double click. Word selection provides correct - * interpretation of punctuation marks within and following - * words. Characters that are not part of a word, such as symbols or - * punctuation marks, have word-breaks on both sides. - * <p> - * Character boundary analysis allows users to interact with - * characters as they expect to, for example, when moving the cursor - * through a text string. Character boundary analysis provides correct - * navigation of through character strings, regardless of how the - * character is stored. For example, an accented character might be - * stored as a base character and a diacritical mark. What users - * consider to be a character can differ between languages. - * <p> - * Title boundary analysis locates all positions, - * typically starts of words, that should be set to Title Case - * when title casing the text. - * <p> - * The text boundary positions are found according to the rules - * described in Unicode Standard Annex #29, Text Boundaries, and - * Unicode Standard Annex #14, Line Breaking Properties. These - * are available at http://www.unicode.org/reports/tr14/ and - * http://www.unicode.org/reports/tr29/. - * <p> - * In addition to the plain C API defined in this header file, an - * object oriented C++ API with equivalent functionality is defined in the - * file brkiter.h. - * <p> - * Code snippits illustrating the use of the Break Iterator APIs - * are available in the ICU User Guide, - * http://icu-project.org/userguide/boundaryAnalysis.html - * and in the sample program icu/source/samples/break/break.cpp" - */ - -/** The possible types of text boundaries. @stable ICU 2.0 */ -typedef enum UBreakIteratorType { - /** Character breaks @stable ICU 2.0 */ - UBRK_CHARACTER = 0, - /** Word breaks @stable ICU 2.0 */ - UBRK_WORD = 1, - /** Line breaks @stable ICU 2.0 */ - UBRK_LINE = 2, - /** Sentence breaks @stable ICU 2.0 */ - UBRK_SENTENCE = 3, - -#ifndef U_HIDE_DEPRECATED_API - /** - * Title Case breaks - * The iterator created using this type locates title boundaries as described for - * Unicode 3.2 only. For Unicode 4.0 and above title boundary iteration, - * please use Word Boundary iterator. - * - * @deprecated ICU 2.8 Use the word break iterator for titlecasing for Unicode 4 and later. - */ - UBRK_TITLE = 4, -#endif /* U_HIDE_DEPRECATED_API */ - UBRK_COUNT = 5 -} UBreakIteratorType; - -/** Value indicating all text boundaries have been returned. - * @stable ICU 2.0 - */ -#define UBRK_DONE ((int32_t) -1) - - -/** - * Enum constants for the word break tags returned by - * getRuleStatus(). A range of values is defined for each category of - * word, to allow for further subdivisions of a category in future releases. - * Applications should check for tag values falling within the range, rather - * than for single individual values. - * @stable ICU 2.2 -*/ -typedef enum UWordBreak { - /** Tag value for "words" that do not fit into any of other categories. - * Includes spaces and most punctuation. */ - UBRK_WORD_NONE = 0, - /** Upper bound for tags for uncategorized words. */ - UBRK_WORD_NONE_LIMIT = 100, - /** Tag value for words that appear to be numbers, lower limit. */ - UBRK_WORD_NUMBER = 100, - /** Tag value for words that appear to be numbers, upper limit. */ - UBRK_WORD_NUMBER_LIMIT = 200, - /** Tag value for words that contain letters, excluding - * hiragana, katakana or ideographic characters, lower limit. */ - UBRK_WORD_LETTER = 200, - /** Tag value for words containing letters, upper limit */ - UBRK_WORD_LETTER_LIMIT = 300, - /** Tag value for words containing kana characters, lower limit */ - UBRK_WORD_KANA = 300, - /** Tag value for words containing kana characters, upper limit */ - UBRK_WORD_KANA_LIMIT = 400, - /** Tag value for words containing ideographic characters, lower limit */ - UBRK_WORD_IDEO = 400, - /** Tag value for words containing ideographic characters, upper limit */ - UBRK_WORD_IDEO_LIMIT = 500 -} UWordBreak; - -/** - * Enum constants for the line break tags returned by getRuleStatus(). - * A range of values is defined for each category of - * word, to allow for further subdivisions of a category in future releases. - * Applications should check for tag values falling within the range, rather - * than for single individual values. - * @stable ICU 2.8 -*/ -typedef enum ULineBreakTag { - /** Tag value for soft line breaks, positions at which a line break - * is acceptable but not required */ - UBRK_LINE_SOFT = 0, - /** Upper bound for soft line breaks. */ - UBRK_LINE_SOFT_LIMIT = 100, - /** Tag value for a hard, or mandatory line break */ - UBRK_LINE_HARD = 100, - /** Upper bound for hard line breaks. */ - UBRK_LINE_HARD_LIMIT = 200 -} ULineBreakTag; - - - -/** - * Enum constants for the sentence break tags returned by getRuleStatus(). - * A range of values is defined for each category of - * sentence, to allow for further subdivisions of a category in future releases. - * Applications should check for tag values falling within the range, rather - * than for single individual values. - * @stable ICU 2.8 -*/ -typedef enum USentenceBreakTag { - /** Tag value for for sentences ending with a sentence terminator - * ('.', '?', '!', etc.) character, possibly followed by a - * hard separator (CR, LF, PS, etc.) - */ - UBRK_SENTENCE_TERM = 0, - /** Upper bound for tags for sentences ended by sentence terminators. */ - UBRK_SENTENCE_TERM_LIMIT = 100, - /** Tag value for for sentences that do not contain an ending - * sentence terminator ('.', '?', '!', etc.) character, but - * are ended only by a hard separator (CR, LF, PS, etc.) or end of input. - */ - UBRK_SENTENCE_SEP = 100, - /** Upper bound for tags for sentences ended by a separator. */ - UBRK_SENTENCE_SEP_LIMIT = 200 - /** Tag value for a hard, or mandatory line break */ -} USentenceBreakTag; - - -/** - * Open a new UBreakIterator for locating text boundaries for a specified locale. - * A UBreakIterator may be used for detecting character, line, word, - * and sentence breaks in text. - * @param type The type of UBreakIterator to open: one of UBRK_CHARACTER, UBRK_WORD, - * UBRK_LINE, UBRK_SENTENCE - * @param locale The locale specifying the text-breaking conventions. - * @param text The text to be iterated over. - * @param textLength The number of characters in text, or -1 if null-terminated. - * @param status A UErrorCode to receive any errors. - * @return A UBreakIterator for the specified locale. - * @see ubrk_openRules - * @stable ICU 2.0 - */ -U_STABLE UBreakIterator* U_EXPORT2 -ubrk_open(UBreakIteratorType type, - const char *locale, - const UChar *text, - int32_t textLength, - UErrorCode *status); - -/** - * Open a new UBreakIterator for locating text boundaries using specified breaking rules. - * The rule syntax is ... (TBD) - * @param rules A set of rules specifying the text breaking conventions. - * @param rulesLength The number of characters in rules, or -1 if null-terminated. - * @param text The text to be iterated over. May be null, in which case ubrk_setText() is - * used to specify the text to be iterated. - * @param textLength The number of characters in text, or -1 if null-terminated. - * @param parseErr Receives position and context information for any syntax errors - * detected while parsing the rules. - * @param status A UErrorCode to receive any errors. - * @return A UBreakIterator for the specified rules. - * @see ubrk_open - * @stable ICU 2.2 - */ -U_STABLE UBreakIterator* U_EXPORT2 -ubrk_openRules(const UChar *rules, - int32_t rulesLength, - const UChar *text, - int32_t textLength, - UParseError *parseErr, - UErrorCode *status); - -/** - * Thread safe cloning operation - * @param bi iterator to be cloned - * @param stackBuffer user allocated space for the new clone. If NULL new memory will be allocated. - * If buffer is not large enough, new memory will be allocated. - * Clients can use the U_BRK_SAFECLONE_BUFFERSIZE. This will probably be enough to avoid memory allocations. - * @param pBufferSize pointer to size of allocated space. - * If *pBufferSize == 0, a sufficient size for use in cloning will - * be returned ('pre-flighting') - * If *pBufferSize is not enough for a stack-based safe clone, - * new memory will be allocated. - * @param status to indicate whether the operation went on smoothly or there were errors - * An informational status value, U_SAFECLONE_ALLOCATED_ERROR, is used if any allocations were necessary. - * @return pointer to the new clone - * @stable ICU 2.0 - */ -U_STABLE UBreakIterator * U_EXPORT2 -ubrk_safeClone( - const UBreakIterator *bi, - void *stackBuffer, - int32_t *pBufferSize, - UErrorCode *status); - -/** - * A recommended size (in bytes) for the memory buffer to be passed to ubrk_saveClone(). - * @stable ICU 2.0 - */ -#define U_BRK_SAFECLONE_BUFFERSIZE 512 - -/** -* Close a UBreakIterator. -* Once closed, a UBreakIterator may no longer be used. -* @param bi The break iterator to close. - * @stable ICU 2.0 -*/ -U_STABLE void U_EXPORT2 -ubrk_close(UBreakIterator *bi); - -/** - * Sets an existing iterator to point to a new piece of text - * @param bi The iterator to use - * @param text The text to be set - * @param textLength The length of the text - * @param status The error code - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 -ubrk_setText(UBreakIterator* bi, - const UChar* text, - int32_t textLength, - UErrorCode* status); - - -/** - * Sets an existing iterator to point to a new piece of text - * @param bi The iterator to use - * @param text The text to be set. - * This function makes a shallow clone of the supplied UText. This means - * that the caller is free to immediately close or otherwise reuse the - * UText that was passed as a parameter, but that the underlying text itself - * must not be altered while being referenced by the break iterator. - * @param status The error code - * @stable ICU 3.4 - */ -U_STABLE void U_EXPORT2 -ubrk_setUText(UBreakIterator* bi, - UText* text, - UErrorCode* status); - - - -/** - * Determine the most recently-returned text boundary. - * - * @param bi The break iterator to use. - * @return The character index most recently returned by \ref ubrk_next, \ref ubrk_previous, - * \ref ubrk_first, or \ref ubrk_last. - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -ubrk_current(const UBreakIterator *bi); - -/** - * Determine the text boundary following the current text boundary. - * - * @param bi The break iterator to use. - * @return The character index of the next text boundary, or UBRK_DONE - * if all text boundaries have been returned. - * @see ubrk_previous - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -ubrk_next(UBreakIterator *bi); - -/** - * Determine the text boundary preceding the current text boundary. - * - * @param bi The break iterator to use. - * @return The character index of the preceding text boundary, or UBRK_DONE - * if all text boundaries have been returned. - * @see ubrk_next - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -ubrk_previous(UBreakIterator *bi); - -/** - * Determine the index of the first character in the text being scanned. - * This is not always the same as index 0 of the text. - * @param bi The break iterator to use. - * @return The character index of the first character in the text being scanned. - * @see ubrk_last - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -ubrk_first(UBreakIterator *bi); - -/** - * Determine the index immediately <EM>beyond</EM> the last character in the text being - * scanned. - * This is not the same as the last character. - * @param bi The break iterator to use. - * @return The character offset immediately <EM>beyond</EM> the last character in the - * text being scanned. - * @see ubrk_first - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -ubrk_last(UBreakIterator *bi); - -/** - * Determine the text boundary preceding the specified offset. - * The value returned is always smaller than offset, or UBRK_DONE. - * @param bi The break iterator to use. - * @param offset The offset to begin scanning. - * @return The text boundary preceding offset, or UBRK_DONE. - * @see ubrk_following - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -ubrk_preceding(UBreakIterator *bi, - int32_t offset); - -/** - * Determine the text boundary following the specified offset. - * The value returned is always greater than offset, or UBRK_DONE. - * @param bi The break iterator to use. - * @param offset The offset to begin scanning. - * @return The text boundary following offset, or UBRK_DONE. - * @see ubrk_preceding - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -ubrk_following(UBreakIterator *bi, - int32_t offset); - -/** -* Get a locale for which text breaking information is available. -* A UBreakIterator in a locale returned by this function will perform the correct -* text breaking for the locale. -* @param index The index of the desired locale. -* @return A locale for which number text breaking information is available, or 0 if none. -* @see ubrk_countAvailable -* @stable ICU 2.0 -*/ -U_STABLE const char* U_EXPORT2 -ubrk_getAvailable(int32_t index); - -/** -* Determine how many locales have text breaking information available. -* This function is most useful as determining the loop ending condition for -* calls to \ref ubrk_getAvailable. -* @return The number of locales for which text breaking information is available. -* @see ubrk_getAvailable -* @stable ICU 2.0 -*/ -U_STABLE int32_t U_EXPORT2 -ubrk_countAvailable(void); - - -/** -* Returns true if the specfied position is a boundary position. As a side -* effect, leaves the iterator pointing to the first boundary position at -* or after "offset". -* @param bi The break iterator to use. -* @param offset the offset to check. -* @return True if "offset" is a boundary position. -* @stable ICU 2.0 -*/ -U_STABLE UBool U_EXPORT2 -ubrk_isBoundary(UBreakIterator *bi, int32_t offset); - -/** - * Return the status from the break rule that determined the most recently - * returned break position. The values appear in the rule source - * within brackets, {123}, for example. For rules that do not specify a - * status, a default value of 0 is returned. - * <p> - * For word break iterators, the possible values are defined in enum UWordBreak. - * @stable ICU 2.2 - */ -U_STABLE int32_t U_EXPORT2 -ubrk_getRuleStatus(UBreakIterator *bi); - -/** - * Get the statuses from the break rules that determined the most recently - * returned break position. The values appear in the rule source - * within brackets, {123}, for example. The default status value for rules - * that do not explicitly provide one is zero. - * <p> - * For word break iterators, the possible values are defined in enum UWordBreak. - * @param bi The break iterator to use - * @param fillInVec an array to be filled in with the status values. - * @param capacity the length of the supplied vector. A length of zero causes - * the function to return the number of status values, in the - * normal way, without attemtping to store any values. - * @param status receives error codes. - * @return The number of rule status values from rules that determined - * the most recent boundary returned by the break iterator. - * @stable ICU 3.0 - */ -U_STABLE int32_t U_EXPORT2 -ubrk_getRuleStatusVec(UBreakIterator *bi, int32_t *fillInVec, int32_t capacity, UErrorCode *status); - -/** - * Return the locale of the break iterator. You can choose between the valid and - * the actual locale. - * @param bi break iterator - * @param type locale type (valid or actual) - * @param status error code - * @return locale string - * @stable ICU 2.8 - */ -U_STABLE const char* U_EXPORT2 -ubrk_getLocaleByType(const UBreakIterator *bi, ULocDataLocaleType type, UErrorCode* status); - - -#endif /* #if !UCONFIG_NO_BREAK_ITERATION */ - -#endif diff --git a/jni/EastAsianWidth/unicode/ucasemap.h b/jni/EastAsianWidth/unicode/ucasemap.h deleted file mode 100644 index 9f5880c..0000000 --- a/jni/EastAsianWidth/unicode/ucasemap.h +++ /dev/null @@ -1,395 +0,0 @@ -/* -******************************************************************************* -* -* Copyright (C) 2005-2007, International Business Machines -* Corporation and others. All Rights Reserved. -* -******************************************************************************* -* file name: ucasemap.h -* encoding: US-ASCII -* tab size: 8 (not used) -* indentation:4 -* -* created on: 2005may06 -* created by: Markus W. Scherer -* -* Case mapping service object and functions using it. -*/ - -#ifndef __UCASEMAP_H__ -#define __UCASEMAP_H__ - -#include "unicode/utypes.h" -#include "unicode/ustring.h" - -/** - * \file - * \brief C API: Unicode case mapping functions using a UCaseMap service object. - * - * The service object takes care of memory allocations, data loading, and setup - * for the attributes, as usual. - * - * Currently, the functionality provided here does not overlap with uchar.h - * and ustring.h, except for ucasemap_toTitle(). - * - * ucasemap_utf8XYZ() functions operate directly on UTF-8 strings. - */ - -/** - * UCaseMap is an opaque service object for newer ICU case mapping functions. - * Older functions did not use a service object. - * @stable ICU 3.4 - */ -struct UCaseMap; -typedef struct UCaseMap UCaseMap; /**< C typedef for struct UCaseMap. @stable ICU 3.4 */ - -/** - * Open a UCaseMap service object for a locale and a set of options. - * The locale ID and options are preprocessed so that functions using the - * service object need not process them in each call. - * - * @param locale ICU locale ID, used for language-dependent - * upper-/lower-/title-casing according to the Unicode standard. - * Usual semantics: ""=root, NULL=default locale, etc. - * @param options Options bit set, used for case folding and string comparisons. - * Same flags as for u_foldCase(), u_strFoldCase(), - * u_strCaseCompare(), etc. - * Use 0 or U_FOLD_CASE_DEFAULT for default behavior. - * @param pErrorCode Must be a valid pointer to an error code value, - * which must not indicate a failure before the function call. - * @return Pointer to a UCaseMap service object, if successful. - * - * @see U_FOLD_CASE_DEFAULT - * @see U_FOLD_CASE_EXCLUDE_SPECIAL_I - * @see U_TITLECASE_NO_LOWERCASE - * @see U_TITLECASE_NO_BREAK_ADJUSTMENT - * @stable ICU 3.4 - */ -U_STABLE UCaseMap * U_EXPORT2 -ucasemap_open(const char *locale, uint32_t options, UErrorCode *pErrorCode); - -/** - * Close a UCaseMap service object. - * @param csm Object to be closed. - * @stable ICU 3.4 - */ -U_STABLE void U_EXPORT2 -ucasemap_close(UCaseMap *csm); - -/** - * Get the locale ID that is used for language-dependent case mappings. - * @param csm UCaseMap service object. - * @return locale ID - * @stable ICU 3.4 - */ -U_STABLE const char * U_EXPORT2 -ucasemap_getLocale(const UCaseMap *csm); - -/** - * Get the options bit set that is used for case folding and string comparisons. - * @param csm UCaseMap service object. - * @return options bit set - * @stable ICU 3.4 - */ -U_STABLE uint32_t U_EXPORT2 -ucasemap_getOptions(const UCaseMap *csm); - -/** - * Set the locale ID that is used for language-dependent case mappings. - * - * @param csm UCaseMap service object. - * @param locale Locale ID, see ucasemap_open(). - * @param pErrorCode Must be a valid pointer to an error code value, - * which must not indicate a failure before the function call. - * - * @see ucasemap_open - * @stable ICU 3.4 - */ -U_STABLE void U_EXPORT2 -ucasemap_setLocale(UCaseMap *csm, const char *locale, UErrorCode *pErrorCode); - -/** - * Set the options bit set that is used for case folding and string comparisons. - * - * @param csm UCaseMap service object. - * @param options Options bit set, see ucasemap_open(). - * @param pErrorCode Must be a valid pointer to an error code value, - * which must not indicate a failure before the function call. - * - * @see ucasemap_open - * @stable ICU 3.4 - */ -U_STABLE void U_EXPORT2 -ucasemap_setOptions(UCaseMap *csm, uint32_t options, UErrorCode *pErrorCode); - -#ifndef U_HIDE_DRAFT_API - -/** - * Do not lowercase non-initial parts of words when titlecasing. - * Option bit for titlecasing APIs that take an options bit set. - * - * By default, titlecasing will titlecase the first cased character - * of a word and lowercase all other characters. - * With this option, the other characters will not be modified. - * - * @see ucasemap_setOptions - * @see ucasemap_toTitle - * @see ucasemap_utf8ToTitle - * @see UnicodeString::toTitle - * @draft ICU 3.8 - */ -#define U_TITLECASE_NO_LOWERCASE 0x100 - -/** - * Do not adjust the titlecasing indexes from BreakIterator::next() indexes; - * titlecase exactly the characters at breaks from the iterator. - * Option bit for titlecasing APIs that take an options bit set. - * - * By default, titlecasing will take each break iterator index, - * adjust it by looking for the next cased character, and titlecase that one. - * Other characters are lowercased. - * - * This follows Unicode 4 & 5 section 3.13 Default Case Operations: - * - * R3 toTitlecase(X): Find the word boundaries based on Unicode Standard Annex - * #29, "Text Boundaries." Between each pair of word boundaries, find the first - * cased character F. If F exists, map F to default_title(F); then map each - * subsequent character C to default_lower(C). - * - * @see ucasemap_setOptions - * @see ucasemap_toTitle - * @see ucasemap_utf8ToTitle - * @see UnicodeString::toTitle - * @see U_TITLECASE_NO_LOWERCASE - * @draft ICU 3.8 - */ -#define U_TITLECASE_NO_BREAK_ADJUSTMENT 0x200 - -#endif - -#if !UCONFIG_NO_BREAK_ITERATION - -/** - * Get the break iterator that is used for titlecasing. - * Do not modify the returned break iterator. - * @param csm UCaseMap service object. - * @return titlecasing break iterator - * @draft ICU 3.8 - */ -U_DRAFT const UBreakIterator * U_EXPORT2 -ucasemap_getBreakIterator(const UCaseMap *csm); - -/** - * Set the break iterator that is used for titlecasing. - * The UCaseMap service object releases a previously set break iterator - * and "adopts" this new one, taking ownership of it. - * It will be released in a subsequent call to ucasemap_setBreakIterator() - * or ucasemap_close(). - * - * Break iterator operations are not thread-safe. Therefore, titlecasing - * functions use non-const UCaseMap objects. It is not possible to titlecase - * strings concurrently using the same UCaseMap. - * - * @param csm UCaseMap service object. - * @param iterToAdopt Break iterator to be adopted for titlecasing. - * @param pErrorCode Must be a valid pointer to an error code value, - * which must not indicate a failure before the function call. - * - * @see ucasemap_toTitle - * @see ucasemap_utf8ToTitle - * @draft ICU 3.8 - */ -U_DRAFT void U_EXPORT2 -ucasemap_setBreakIterator(UCaseMap *csm, UBreakIterator *iterToAdopt, UErrorCode *pErrorCode); - -/** - * Titlecase a UTF-16 string. This function is almost a duplicate of u_strToTitle(), - * except that it takes ucasemap_setOptions() into account and has performance - * advantages from being able to use a UCaseMap object for multiple case mapping - * operations, saving setup time. - * - * Casing is locale-dependent and context-sensitive. - * Titlecasing uses a break iterator to find the first characters of words - * that are to be titlecased. It titlecases those characters and lowercases - * all others. (This can be modified with ucasemap_setOptions().) - * - * The titlecase break iterator can be provided to customize for arbitrary - * styles, using rules and dictionaries beyond the standard iterators. - * It may be more efficient to always provide an iterator to avoid - * opening and closing one for each string. - * The standard titlecase iterator for the root locale implements the - * algorithm of Unicode TR 21. - * - * This function uses only the setText(), first() and next() methods of the - * provided break iterator. - * - * The result may be longer or shorter than the original. - * The source string and the destination buffer must not overlap. - * - * @param csm UCaseMap service object. - * @param dest A buffer for the result string. The result will be NUL-terminated if - * the buffer is large enough. - * The contents is undefined in case of failure. - * @param destCapacity The size of the buffer (number of bytes). If it is 0, then - * dest may be NULL and the function will only return the length of the result - * without writing any of the result string. - * @param src The original string. - * @param srcLength The length of the original string. If -1, then src must be NUL-terminated. - * @param pErrorCode Must be a valid pointer to an error code value, - * which must not indicate a failure before the function call. - * @return The length of the result string, if successful - or in case of a buffer overflow, - * in which case it will be greater than destCapacity. - * - * @see u_strToTitle - * @draft ICU 3.8 - */ -U_DRAFT int32_t U_EXPORT2 -ucasemap_toTitle(UCaseMap *csm, - UChar *dest, int32_t destCapacity, - const UChar *src, int32_t srcLength, - UErrorCode *pErrorCode); - -#endif - -/** - * Lowercase the characters in a UTF-8 string. - * Casing is locale-dependent and context-sensitive. - * The result may be longer or shorter than the original. - * The source string and the destination buffer must not overlap. - * - * @param csm UCaseMap service object. - * @param dest A buffer for the result string. The result will be NUL-terminated if - * the buffer is large enough. - * The contents is undefined in case of failure. - * @param destCapacity The size of the buffer (number of bytes). If it is 0, then - * dest may be NULL and the function will only return the length of the result - * without writing any of the result string. - * @param src The original string. - * @param srcLength The length of the original string. If -1, then src must be NUL-terminated. - * @param pErrorCode Must be a valid pointer to an error code value, - * which must not indicate a failure before the function call. - * @return The length of the result string, if successful - or in case of a buffer overflow, - * in which case it will be greater than destCapacity. - * - * @see u_strToLower - * @stable ICU 3.4 - */ -U_STABLE int32_t U_EXPORT2 -ucasemap_utf8ToLower(const UCaseMap *csm, - char *dest, int32_t destCapacity, - const char *src, int32_t srcLength, - UErrorCode *pErrorCode); - -/** - * Uppercase the characters in a UTF-8 string. - * Casing is locale-dependent and context-sensitive. - * The result may be longer or shorter than the original. - * The source string and the destination buffer must not overlap. - * - * @param csm UCaseMap service object. - * @param dest A buffer for the result string. The result will be NUL-terminated if - * the buffer is large enough. - * The contents is undefined in case of failure. - * @param destCapacity The size of the buffer (number of bytes). If it is 0, then - * dest may be NULL and the function will only return the length of the result - * without writing any of the result string. - * @param src The original string. - * @param srcLength The length of the original string. If -1, then src must be NUL-terminated. - * @param pErrorCode Must be a valid pointer to an error code value, - * which must not indicate a failure before the function call. - * @return The length of the result string, if successful - or in case of a buffer overflow, - * in which case it will be greater than destCapacity. - * - * @see u_strToUpper - * @stable ICU 3.4 - */ -U_STABLE int32_t U_EXPORT2 -ucasemap_utf8ToUpper(const UCaseMap *csm, - char *dest, int32_t destCapacity, - const char *src, int32_t srcLength, - UErrorCode *pErrorCode); - -#if !UCONFIG_NO_BREAK_ITERATION - -/** - * Titlecase a UTF-8 string. - * Casing is locale-dependent and context-sensitive. - * Titlecasing uses a break iterator to find the first characters of words - * that are to be titlecased. It titlecases those characters and lowercases - * all others. (This can be modified with ucasemap_setOptions().) - * - * The titlecase break iterator can be provided to customize for arbitrary - * styles, using rules and dictionaries beyond the standard iterators. - * It may be more efficient to always provide an iterator to avoid - * opening and closing one for each string. - * The standard titlecase iterator for the root locale implements the - * algorithm of Unicode TR 21. - * - * This function uses only the setText(), first() and next() methods of the - * provided break iterator. - * - * The result may be longer or shorter than the original. - * The source string and the destination buffer must not overlap. - * - * @param csm UCaseMap service object. - * @param dest A buffer for the result string. The result will be NUL-terminated if - * the buffer is large enough. - * The contents is undefined in case of failure. - * @param destCapacity The size of the buffer (number of bytes). If it is 0, then - * dest may be NULL and the function will only return the length of the result - * without writing any of the result string. - * @param src The original string. - * @param srcLength The length of the original string. If -1, then src must be NUL-terminated. - * @param pErrorCode Must be a valid pointer to an error code value, - * which must not indicate a failure before the function call. - * @return The length of the result string, if successful - or in case of a buffer overflow, - * in which case it will be greater than destCapacity. - * - * @see u_strToTitle - * @see U_TITLECASE_NO_LOWERCASE - * @see U_TITLECASE_NO_BREAK_ADJUSTMENT - * @draft ICU 3.8 - */ -U_DRAFT int32_t U_EXPORT2 -ucasemap_utf8ToTitle(UCaseMap *csm, - char *dest, int32_t destCapacity, - const char *src, int32_t srcLength, - UErrorCode *pErrorCode); - -#endif - -/** - * Case-fold the characters in a UTF-8 string. - * Case-folding is locale-independent and not context-sensitive, - * but there is an option for whether to include or exclude mappings for dotted I - * and dotless i that are marked with 'I' in CaseFolding.txt. - * The result may be longer or shorter than the original. - * The source string and the destination buffer must not overlap. - * - * @param csm UCaseMap service object. - * @param dest A buffer for the result string. The result will be NUL-terminated if - * the buffer is large enough. - * The contents is undefined in case of failure. - * @param destCapacity The size of the buffer (number of bytes). If it is 0, then - * dest may be NULL and the function will only return the length of the result - * without writing any of the result string. - * @param src The original string. - * @param srcLength The length of the original string. If -1, then src must be NUL-terminated. - * @param pErrorCode Must be a valid pointer to an error code value, - * which must not indicate a failure before the function call. - * @return The length of the result string, if successful - or in case of a buffer overflow, - * in which case it will be greater than destCapacity. - * - * @see u_strFoldCase - * @see ucasemap_setOptions - * @see U_FOLD_CASE_DEFAULT - * @see U_FOLD_CASE_EXCLUDE_SPECIAL_I - * @draft ICU 3.8 - */ -U_DRAFT int32_t U_EXPORT2 -ucasemap_utf8FoldCase(const UCaseMap *csm, - char *dest, int32_t destCapacity, - const char *src, int32_t srcLength, - UErrorCode *pErrorCode); - -#endif diff --git a/jni/EastAsianWidth/unicode/ucat.h b/jni/EastAsianWidth/unicode/ucat.h deleted file mode 100644 index ad9f037..0000000 --- a/jni/EastAsianWidth/unicode/ucat.h +++ /dev/null @@ -1,158 +0,0 @@ -/* -********************************************************************** -* Copyright (c) 2003-2004, International Business Machines -* Corporation and others. All Rights Reserved. -********************************************************************** -* Author: Alan Liu -* Created: March 19 2003 -* Since: ICU 2.6 -********************************************************************** -*/ -#ifndef UCAT_H -#define UCAT_H - -#include "unicode/utypes.h" -#include "unicode/ures.h" - -/** - * \file - * \brief C API: Message Catalog Wrappers - * - * This C API provides look-alike functions that deliberately resemble - * the POSIX catopen, catclose, and catgets functions. The underlying - * implementation is in terms of ICU resource bundles, rather than - * POSIX message catalogs. - * - * The ICU resource bundles obey standard ICU inheritance policies. - * To facilitate this, sets and messages are flattened into one tier. - * This is done by creating resource bundle keys of the form - * <set_num>%<msg_num> where set_num is the set number and msg_num is - * the message number, formatted as decimal strings. - * - * Example: Consider a message catalog containing two sets: - * - * Set 1: Message 4 = "Good morning." - * Message 5 = "Good afternoon." - * Message 7 = "Good evening." - * Message 8 = "Good night." - * Set 4: Message 14 = "Please " - * Message 19 = "Thank you." - * Message 20 = "Sincerely," - * - * The ICU resource bundle source file would, assuming it is named - * "greet.txt", would look like this: - * - * greet - * { - * 1%4 { "Good morning." } - * 1%5 { "Good afternoon." } - * 1%7 { "Good evening." } - * 1%8 { "Good night." } - * - * 4%14 { "Please " } - * 4%19 { "Thank you." } - * 4%20 { "Sincerely," } - * } - * - * The catgets function is commonly used in combination with functions - * like printf and strftime. ICU components like message format can - * be used instead, although they use a different format syntax. - * There is an ICU package, icuio, that provides some of - * the POSIX-style formatting API. - */ - -U_CDECL_BEGIN - -/** - * An ICU message catalog descriptor, analogous to nl_catd. - * - * @stable ICU 2.6 - */ -typedef UResourceBundle* u_nl_catd; - -/** - * Open and return an ICU message catalog descriptor. The descriptor - * may be passed to u_catgets() to retrieve localized strings. - * - * @param name string containing the full path pointing to the - * directory where the resources reside followed by the package name - * e.g. "/usr/resource/my_app/resources/guimessages" on a Unix system. - * If NULL, ICU default data files will be used. - * - * Unlike POSIX, environment variables are not interpolated within the - * name. - * - * @param locale the locale for which we want to open the resource. If - * NULL, the default ICU locale will be used (see uloc_getDefault). If - * strlen(locale) == 0, the root locale will be used. - * - * @param ec input/output error code. Upon output, - * U_USING_FALLBACK_WARNING indicates that a fallback locale was - * used. For example, 'de_CH' was requested, but nothing was found - * there, so 'de' was used. U_USING_DEFAULT_WARNING indicates that the - * default locale data or root locale data was used; neither the - * requested locale nor any of its fallback locales were found. - * - * @return a message catalog descriptor that may be passed to - * u_catgets(). If the ec parameter indicates success, then the caller - * is responsible for calling u_catclose() to close the message - * catalog. If the ec parameter indicates failure, then NULL will be - * returned. - * - * @stable ICU 2.6 - */ -U_STABLE u_nl_catd U_EXPORT2 -u_catopen(const char* name, const char* locale, UErrorCode* ec); - -/** - * Close an ICU message catalog, given its descriptor. - * - * @param catd a message catalog descriptor to be closed. May be NULL, - * in which case no action is taken. - * - * @stable ICU 2.6 - */ -U_STABLE void U_EXPORT2 -u_catclose(u_nl_catd catd); - -/** - * Retrieve a localized string from an ICU message catalog. - * - * @param catd a message catalog descriptor returned by u_catopen. - * - * @param set_num the message catalog set number. Sets need not be - * numbered consecutively. - * - * @param msg_num the message catalog message number within the - * set. Messages need not be numbered consecutively. - * - * @param s the default string. This is returned if the string - * specified by the set_num and msg_num is not found. It must be - * zero-terminated. - * - * @param len fill-in parameter to receive the length of the result. - * May be NULL, in which case it is ignored. - * - * @param ec input/output error code. May be U_USING_FALLBACK_WARNING - * or U_USING_DEFAULT_WARNING. U_MISSING_RESOURCE_ERROR indicates that - * the set_num/msg_num tuple does not specify a valid message string - * in this catalog. - * - * @return a pointer to a zero-terminated UChar array which lives in - * an internal buffer area, typically a memory mapped/DLL file. The - * caller must NOT delete this pointer. If the call is unsuccessful - * for any reason, then s is returned. This includes the situation in - * which ec indicates a failing error code upon entry to this - * function. - * - * @stable ICU 2.6 - */ -U_STABLE const UChar* U_EXPORT2 -u_catgets(u_nl_catd catd, int32_t set_num, int32_t msg_num, - const UChar* s, - int32_t* len, UErrorCode* ec); - -U_CDECL_END - -#endif /*UCAT_H*/ -/*eof*/ diff --git a/jni/EastAsianWidth/unicode/uchar.h b/jni/EastAsianWidth/unicode/uchar.h deleted file mode 100644 index b702ec6..0000000 --- a/jni/EastAsianWidth/unicode/uchar.h +++ /dev/null @@ -1,3013 +0,0 @@ -/* -********************************************************************** -* Copyright (C) 1997-2007, International Business Machines -* Corporation and others. All Rights Reserved. -********************************************************************** -* -* File UCHAR.H -* -* Modification History: -* -* Date Name Description -* 04/02/97 aliu Creation. -* 03/29/99 helena Updated for C APIs. -* 4/15/99 Madhu Updated for C Implementation and Javadoc -* 5/20/99 Madhu Added the function u_getVersion() -* 8/19/1999 srl Upgraded scripts to Unicode 3.0 -* 8/27/1999 schererm UCharDirection constants: U_... -* 11/11/1999 weiv added u_isalnum(), cleaned comments -* 01/11/2000 helena Renamed u_getVersion to u_getUnicodeVersion(). -****************************************************************************** -*/ - -#ifndef UCHAR_H -#define UCHAR_H - -#include "unicode/utypes.h" - -U_CDECL_BEGIN - -/*==========================================================================*/ -/* Unicode version number */ -/*==========================================================================*/ -/** - * Unicode version number, default for the current ICU version. - * The actual Unicode Character Database (UCD) data is stored in uprops.dat - * and may be generated from UCD files from a different Unicode version. - * Call u_getUnicodeVersion to get the actual Unicode version of the data. - * - * @see u_getUnicodeVersion - * @stable ICU 2.0 - */ -#define U_UNICODE_VERSION "5.0" - -/** - * \file - * \brief C API: Unicode Properties - * - * This C API provides low-level access to the Unicode Character Database. - * In addition to raw property values, some convenience functions calculate - * derived properties, for example for Java-style programming. - * - * Unicode assigns each code point (not just assigned character) values for - * many properties. - * Most of them are simple boolean flags, or constants from a small enumerated list. - * For some properties, values are strings or other relatively more complex types. - * - * For more information see - * "About the Unicode Character Database" (http://www.unicode.org/ucd/) - * and the ICU User Guide chapter on Properties (http://icu-project.org/userguide/properties.html). - * - * Many functions are designed to match java.lang.Character functions. - * See the individual function documentation, - * and see the JDK 1.4 java.lang.Character documentation - * at http://java.sun.com/j2se/1.4/docs/api/java/lang/Character.html - * - * There are also functions that provide easy migration from C/POSIX functions - * like isblank(). Their use is generally discouraged because the C/POSIX - * standards do not define their semantics beyond the ASCII range, which means - * that different implementations exhibit very different behavior. - * Instead, Unicode properties should be used directly. - * - * There are also only a few, broad C/POSIX character classes, and they tend - * to be used for conflicting purposes. For example, the "isalpha()" class - * is sometimes used to determine word boundaries, while a more sophisticated - * approach would at least distinguish initial letters from continuation - * characters (the latter including combining marks). - * (In ICU, BreakIterator is the most sophisticated API for word boundaries.) - * Another example: There is no "istitle()" class for titlecase characters. - * - * ICU 3.4 and later provides API access for all twelve C/POSIX character classes. - * ICU implements them according to the Standard Recommendations in - * Annex C: Compatibility Properties of UTS #18 Unicode Regular Expressions - * (http://www.unicode.org/reports/tr18/#Compatibility_Properties). - * - * API access for C/POSIX character classes is as follows: - * - alpha: u_isUAlphabetic(c) or u_hasBinaryProperty(c, UCHAR_ALPHABETIC) - * - lower: u_isULowercase(c) or u_hasBinaryProperty(c, UCHAR_LOWERCASE) - * - upper: u_isUUppercase(c) or u_hasBinaryProperty(c, UCHAR_UPPERCASE) - * - punct: u_ispunct(c) - * - digit: u_isdigit(c) or u_charType(c)==U_DECIMAL_DIGIT_NUMBER - * - xdigit: u_isxdigit(c) or u_hasBinaryProperty(c, UCHAR_POSIX_XDIGIT) - * - alnum: u_hasBinaryProperty(c, UCHAR_POSIX_ALNUM) - * - space: u_isUWhiteSpace(c) or u_hasBinaryProperty(c, UCHAR_WHITE_SPACE) - * - blank: u_isblank(c) or u_hasBinaryProperty(c, UCHAR_POSIX_BLANK) - * - cntrl: u_charType(c)==U_CONTROL_CHAR - * - graph: u_hasBinaryProperty(c, UCHAR_POSIX_GRAPH) - * - print: u_hasBinaryProperty(c, UCHAR_POSIX_PRINT) - * - * Note: Some of the u_isxyz() functions in uchar.h predate, and do not match, - * the Standard Recommendations in UTS #18. Instead, they match Java - * functions according to their API documentation. - * - * \htmlonly - * The C/POSIX character classes are also available in UnicodeSet patterns, - * using patterns like [:graph:] or \p{graph}. - * \endhtmlonly - * - * Note: There are several ICU whitespace functions. - * Comparison: - * - u_isUWhiteSpace=UCHAR_WHITE_SPACE: Unicode White_Space property; - * most of general categories "Z" (separators) + most whitespace ISO controls - * (including no-break spaces, but excluding IS1..IS4 and ZWSP) - * - u_isWhitespace: Java isWhitespace; Z + whitespace ISO controls but excluding no-break spaces - * - u_isJavaSpaceChar: Java isSpaceChar; just Z (including no-break spaces) - * - u_isspace: Z + whitespace ISO controls (including no-break spaces) - * - u_isblank: "horizontal spaces" = TAB + Zs - ZWSP - */ - -/** - * Constants. - */ - -/** The lowest Unicode code point value. Code points are non-negative. @stable ICU 2.0 */ -#define UCHAR_MIN_VALUE 0 - -/** - * The highest Unicode code point value (scalar value) according to - * The Unicode Standard. This is a 21-bit value (20.1 bits, rounded up). - * For a single character, UChar32 is a simple type that can hold any code point value. - * - * @see UChar32 - * @stable ICU 2.0 - */ -#define UCHAR_MAX_VALUE 0x10ffff - -/** - * Get a single-bit bit set (a flag) from a bit number 0..31. - * @stable ICU 2.1 - */ -#define U_MASK(x) ((uint32_t)1<<(x)) - -/* - * !! Note: Several comments in this file are machine-read by the - * genpname tool. These comments describe the correspondence between - * icu enum constants and UCD entities. Do not delete them. Update - * these comments as needed. - * - * Any comment of the form "/ *[name]* /" (spaces added) is such - * a comment. - * - * The U_JG_* and U_GC_*_MASK constants are matched by their symbolic - * name, which must match PropertyValueAliases.txt. - */ - -/** - * Selection constants for Unicode properties. - * These constants are used in functions like u_hasBinaryProperty to select - * one of the Unicode properties. - * - * The properties APIs are intended to reflect Unicode properties as defined - * in the Unicode Character Database (UCD) and Unicode Technical Reports (UTR). - * For details about the properties see http://www.unicode.org/ucd/ . - * For names of Unicode properties see the UCD file PropertyAliases.txt. - * - * Important: If ICU is built with UCD files from Unicode versions below, e.g., 3.2, - * then properties marked with "new in Unicode 3.2" are not or not fully available. - * Check u_getUnicodeVersion to be sure. - * - * @see u_hasBinaryProperty - * @see u_getIntPropertyValue - * @see u_getUnicodeVersion - * @stable ICU 2.1 - */ -typedef enum UProperty { - /* See note !!. Comments of the form "Binary property Dash", - "Enumerated property Script", "Double property Numeric_Value", - and "String property Age" are read by genpname. */ - - /* Note: Place UCHAR_ALPHABETIC before UCHAR_BINARY_START so that - debuggers display UCHAR_ALPHABETIC as the symbolic name for 0, - rather than UCHAR_BINARY_START. Likewise for other *_START - identifiers. */ - - /** Binary property Alphabetic. Same as u_isUAlphabetic, different from u_isalpha. - Lu+Ll+Lt+Lm+Lo+Nl+Other_Alphabetic @stable ICU 2.1 */ - UCHAR_ALPHABETIC=0, - /** First constant for binary Unicode properties. @stable ICU 2.1 */ - UCHAR_BINARY_START=UCHAR_ALPHABETIC, - /** Binary property ASCII_Hex_Digit. 0-9 A-F a-f @stable ICU 2.1 */ - UCHAR_ASCII_HEX_DIGIT=1, - /** Binary property Bidi_Control. - Format controls which have specific functions - in the Bidi Algorithm. @stable ICU 2.1 */ - UCHAR_BIDI_CONTROL=2, - /** Binary property Bidi_Mirrored. - Characters that may change display in RTL text. - Same as u_isMirrored. - See Bidi Algorithm, UTR 9. @stable ICU 2.1 */ - UCHAR_BIDI_MIRRORED=3, - /** Binary property Dash. Variations of dashes. @stable ICU 2.1 */ - UCHAR_DASH=4, - /** Binary property Default_Ignorable_Code_Point (new in Unicode 3.2). - Ignorable in most processing. - <2060..206F, FFF0..FFFB, E0000..E0FFF>+Other_Default_Ignorable_Code_Point+(Cf+Cc+Cs-White_Space) @stable ICU 2.1 */ - UCHAR_DEFAULT_IGNORABLE_CODE_POINT=5, - /** Binary property Deprecated (new in Unicode 3.2). - The usage of deprecated characters is strongly discouraged. @stable ICU 2.1 */ - UCHAR_DEPRECATED=6, - /** Binary property Diacritic. Characters that linguistically modify - the meaning of another character to which they apply. @stable ICU 2.1 */ - UCHAR_DIACRITIC=7, - /** Binary property Extender. - Extend the value or shape of a preceding alphabetic character, - e.g., length and iteration marks. @stable ICU 2.1 */ - UCHAR_EXTENDER=8, - /** Binary property Full_Composition_Exclusion. - CompositionExclusions.txt+Singleton Decompositions+ - Non-Starter Decompositions. @stable ICU 2.1 */ - UCHAR_FULL_COMPOSITION_EXCLUSION=9, - /** Binary property Grapheme_Base (new in Unicode 3.2). - For programmatic determination of grapheme cluster boundaries. - [0..10FFFF]-Cc-Cf-Cs-Co-Cn-Zl-Zp-Grapheme_Link-Grapheme_Extend-CGJ @stable ICU 2.1 */ - UCHAR_GRAPHEME_BASE=10, - /** Binary property Grapheme_Extend (new in Unicode 3.2). - For programmatic determination of grapheme cluster boundaries. - Me+Mn+Mc+Other_Grapheme_Extend-Grapheme_Link-CGJ @stable ICU 2.1 */ - UCHAR_GRAPHEME_EXTEND=11, - /** Binary property Grapheme_Link (new in Unicode 3.2). - For programmatic determination of grapheme cluster boundaries. @stable ICU 2.1 */ - UCHAR_GRAPHEME_LINK=12, - /** Binary property Hex_Digit. - Characters commonly used for hexadecimal numbers. @stable ICU 2.1 */ - UCHAR_HEX_DIGIT=13, - /** Binary property Hyphen. Dashes used to mark connections - between pieces of words, plus the Katakana middle dot. @stable ICU 2.1 */ - UCHAR_HYPHEN=14, - /** Binary property ID_Continue. - Characters that can continue an identifier. - DerivedCoreProperties.txt also says "NOTE: Cf characters should be filtered out." - ID_Start+Mn+Mc+Nd+Pc @stable ICU 2.1 */ - UCHAR_ID_CONTINUE=15, - /** Binary property ID_Start. - Characters that can start an identifier. - Lu+Ll+Lt+Lm+Lo+Nl @stable ICU 2.1 */ - UCHAR_ID_START=16, - /** Binary property Ideographic. - CJKV ideographs. @stable ICU 2.1 */ - UCHAR_IDEOGRAPHIC=17, - /** Binary property IDS_Binary_Operator (new in Unicode 3.2). - For programmatic determination of - Ideographic Description Sequences. @stable ICU 2.1 */ - UCHAR_IDS_BINARY_OPERATOR=18, - /** Binary property IDS_Trinary_Operator (new in Unicode 3.2). - For programmatic determination of - Ideographic Description Sequences. @stable ICU 2.1 */ - UCHAR_IDS_TRINARY_OPERATOR=19, - /** Binary property Join_Control. - Format controls for cursive joining and ligation. @stable ICU 2.1 */ - UCHAR_JOIN_CONTROL=20, - /** Binary property Logical_Order_Exception (new in Unicode 3.2). - Characters that do not use logical order and - require special handling in most processing. @stable ICU 2.1 */ - UCHAR_LOGICAL_ORDER_EXCEPTION=21, - /** Binary property Lowercase. Same as u_isULowercase, different from u_islower. - Ll+Other_Lowercase @stable ICU 2.1 */ - UCHAR_LOWERCASE=22, - /** Binary property Math. Sm+Other_Math @stable ICU 2.1 */ - UCHAR_MATH=23, - /** Binary property Noncharacter_Code_Point. - Code points that are explicitly defined as illegal - for the encoding of characters. @stable ICU 2.1 */ - UCHAR_NONCHARACTER_CODE_POINT=24, - /** Binary property Quotation_Mark. @stable ICU 2.1 */ - UCHAR_QUOTATION_MARK=25, - /** Binary property Radical (new in Unicode 3.2). - For programmatic determination of - Ideographic Description Sequences. @stable ICU 2.1 */ - UCHAR_RADICAL=26, - /** Binary property Soft_Dotted (new in Unicode 3.2). - Characters with a "soft dot", like i or j. - An accent placed on these characters causes - the dot to disappear. @stable ICU 2.1 */ - UCHAR_SOFT_DOTTED=27, - /** Binary property Terminal_Punctuation. - Punctuation characters that generally mark - the end of textual units. @stable ICU 2.1 */ - UCHAR_TERMINAL_PUNCTUATION=28, - /** Binary property Unified_Ideograph (new in Unicode 3.2). - For programmatic determination of - Ideographic Description Sequences. @stable ICU 2.1 */ - UCHAR_UNIFIED_IDEOGRAPH=29, - /** Binary property Uppercase. Same as u_isUUppercase, different from u_isupper. - Lu+Other_Uppercase @stable ICU 2.1 */ - UCHAR_UPPERCASE=30, - /** Binary property White_Space. - Same as u_isUWhiteSpace, different from u_isspace and u_isWhitespace. - Space characters+TAB+CR+LF-ZWSP-ZWNBSP @stable ICU 2.1 */ - UCHAR_WHITE_SPACE=31, - /** Binary property XID_Continue. - ID_Continue modified to allow closure under - normalization forms NFKC and NFKD. @stable ICU 2.1 */ - UCHAR_XID_CONTINUE=32, - /** Binary property XID_Start. ID_Start modified to allow - closure under normalization forms NFKC and NFKD. @stable ICU 2.1 */ - UCHAR_XID_START=33, - /** Binary property Case_Sensitive. Either the source of a case - mapping or _in_ the target of a case mapping. Not the same as - the general category Cased_Letter. @stable ICU 2.6 */ - UCHAR_CASE_SENSITIVE=34, - /** Binary property STerm (new in Unicode 4.0.1). - Sentence Terminal. Used in UAX #29: Text Boundaries - (http://www.unicode.org/reports/tr29/) - @stable ICU 3.0 */ - UCHAR_S_TERM=35, - /** Binary property Variation_Selector (new in Unicode 4.0.1). - Indicates all those characters that qualify as Variation Selectors. - For details on the behavior of these characters, - see StandardizedVariants.html and 15.6 Variation Selectors. - @stable ICU 3.0 */ - UCHAR_VARIATION_SELECTOR=36, - /** Binary property NFD_Inert. - ICU-specific property for characters that are inert under NFD, - i.e., they do not interact with adjacent characters. - Used for example in normalizing transforms in incremental mode - to find the boundary of safely normalizable text despite possible - text additions. - - There is one such property per normalization form. - These properties are computed as follows - an inert character is: - a) unassigned, or ALL of the following: - b) of combining class 0. - c) not decomposed by this normalization form. - AND if NFC or NFKC, - d) can never compose with a previous character. - e) can never compose with a following character. - f) can never change if another character is added. - Example: a-breve might satisfy all but f, but if you - add an ogonek it changes to a-ogonek + breve - - See also com.ibm.text.UCD.NFSkippable in the ICU4J repository, - and icu/source/common/unormimp.h . - @stable ICU 3.0 */ - UCHAR_NFD_INERT=37, - /** Binary property NFKD_Inert. - ICU-specific property for characters that are inert under NFKD, - i.e., they do not interact with adjacent characters. - Used for example in normalizing transforms in incremental mode - to find the boundary of safely normalizable text despite possible - text additions. - @see UCHAR_NFD_INERT - @stable ICU 3.0 */ - UCHAR_NFKD_INERT=38, - /** Binary property NFC_Inert. - ICU-specific property for characters that are inert under NFC, - i.e., they do not interact with adjacent characters. - Used for example in normalizing transforms in incremental mode - to find the boundary of safely normalizable text despite possible - text additions. - @see UCHAR_NFD_INERT - @stable ICU 3.0 */ - UCHAR_NFC_INERT=39, - /** Binary property NFKC_Inert. - ICU-specific property for characters that are inert under NFKC, - i.e., they do not interact with adjacent characters. - Used for example in normalizing transforms in incremental mode - to find the boundary of safely normalizable text despite possible - text additions. - @see UCHAR_NFD_INERT - @stable ICU 3.0 */ - UCHAR_NFKC_INERT=40, - /** Binary Property Segment_Starter. - ICU-specific property for characters that are starters in terms of - Unicode normalization and combining character sequences. - They have ccc=0 and do not occur in non-initial position of the - canonical decomposition of any character - (like " in NFD(a-umlaut) and a Jamo T in an NFD(Hangul LVT)). - ICU uses this property for segmenting a string for generating a set of - canonically equivalent strings, e.g. for canonical closure while - processing collation tailoring rules. - @stable ICU 3.0 */ - UCHAR_SEGMENT_STARTER=41, - /** Binary property Pattern_Syntax (new in Unicode 4.1). - See UAX #31 Identifier and Pattern Syntax - (http://www.unicode.org/reports/tr31/) - @stable ICU 3.4 */ - UCHAR_PATTERN_SYNTAX=42, - /** Binary property Pattern_White_Space (new in Unicode 4.1). - See UAX #31 Identifier and Pattern Syntax - (http://www.unicode.org/reports/tr31/) - @stable ICU 3.4 */ - UCHAR_PATTERN_WHITE_SPACE=43, - /** Binary property alnum (a C/POSIX character class). - Implemented according to the UTS #18 Annex C Standard Recommendation. - See the uchar.h file documentation. - @stable ICU 3.4 */ - UCHAR_POSIX_ALNUM=44, - /** Binary property blank (a C/POSIX character class). - Implemented according to the UTS #18 Annex C Standard Recommendation. - See the uchar.h file documentation. - @stable ICU 3.4 */ - UCHAR_POSIX_BLANK=45, - /** Binary property graph (a C/POSIX character class). - Implemented according to the UTS #18 Annex C Standard Recommendation. - See the uchar.h file documentation. - @stable ICU 3.4 */ - UCHAR_POSIX_GRAPH=46, - /** Binary property print (a C/POSIX character class). - Implemented according to the UTS #18 Annex C Standard Recommendation. - See the uchar.h file documentation. - @stable ICU 3.4 */ - UCHAR_POSIX_PRINT=47, - /** Binary property xdigit (a C/POSIX character class). - Implemented according to the UTS #18 Annex C Standard Recommendation. - See the uchar.h file documentation. - @stable ICU 3.4 */ - UCHAR_POSIX_XDIGIT=48, - /** One more than the last constant for binary Unicode properties. @stable ICU 2.1 */ - UCHAR_BINARY_LIMIT=49, - - /** Enumerated property Bidi_Class. - Same as u_charDirection, returns UCharDirection values. @stable ICU 2.2 */ - UCHAR_BIDI_CLASS=0x1000, - /** First constant for enumerated/integer Unicode properties. @stable ICU 2.2 */ - UCHAR_INT_START=UCHAR_BIDI_CLASS, - /** Enumerated property Block. - Same as ublock_getCode, returns UBlockCode values. @stable ICU 2.2 */ - UCHAR_BLOCK=0x1001, - /** Enumerated property Canonical_Combining_Class. - Same as u_getCombiningClass, returns 8-bit numeric values. @stable ICU 2.2 */ - UCHAR_CANONICAL_COMBINING_CLASS=0x1002, - /** Enumerated property Decomposition_Type. - Returns UDecompositionType values. @stable ICU 2.2 */ - UCHAR_DECOMPOSITION_TYPE=0x1003, - /** Enumerated property East_Asian_Width. - See http://www.unicode.org/reports/tr11/ - Returns UEastAsianWidth values. @stable ICU 2.2 */ - UCHAR_EAST_ASIAN_WIDTH=0x1004, - /** Enumerated property General_Category. - Same as u_charType, returns UCharCategory values. @stable ICU 2.2 */ - UCHAR_GENERAL_CATEGORY=0x1005, - /** Enumerated property Joining_Group. - Returns UJoiningGroup values. @stable ICU 2.2 */ - UCHAR_JOINING_GROUP=0x1006, - /** Enumerated property Joining_Type. - Returns UJoiningType values. @stable ICU 2.2 */ - UCHAR_JOINING_TYPE=0x1007, - /** Enumerated property Line_Break. - Returns ULineBreak values. @stable ICU 2.2 */ - UCHAR_LINE_BREAK=0x1008, - /** Enumerated property Numeric_Type. - Returns UNumericType values. @stable ICU 2.2 */ - UCHAR_NUMERIC_TYPE=0x1009, - /** Enumerated property Script. - Same as uscript_getScript, returns UScriptCode values. @stable ICU 2.2 */ - UCHAR_SCRIPT=0x100A, - /** Enumerated property Hangul_Syllable_Type, new in Unicode 4. - Returns UHangulSyllableType values. @stable ICU 2.6 */ - UCHAR_HANGUL_SYLLABLE_TYPE=0x100B, - /** Enumerated property NFD_Quick_Check. - Returns UNormalizationCheckResult values. @stable ICU 3.0 */ - UCHAR_NFD_QUICK_CHECK=0x100C, - /** Enumerated property NFKD_Quick_Check. - Returns UNormalizationCheckResult values. @stable ICU 3.0 */ - UCHAR_NFKD_QUICK_CHECK=0x100D, - /** Enumerated property NFC_Quick_Check. - Returns UNormalizationCheckResult values. @stable ICU 3.0 */ - UCHAR_NFC_QUICK_CHECK=0x100E, - /** Enumerated property NFKC_Quick_Check. - Returns UNormalizationCheckResult values. @stable ICU 3.0 */ - UCHAR_NFKC_QUICK_CHECK=0x100F, - /** Enumerated property Lead_Canonical_Combining_Class. - ICU-specific property for the ccc of the first code point - of the decomposition, or lccc(c)=ccc(NFD(c)[0]). - Useful for checking for canonically ordered text; - see UNORM_FCD and http://www.unicode.org/notes/tn5/#FCD . - Returns 8-bit numeric values like UCHAR_CANONICAL_COMBINING_CLASS. @stable ICU 3.0 */ - UCHAR_LEAD_CANONICAL_COMBINING_CLASS=0x1010, - /** Enumerated property Trail_Canonical_Combining_Class. - ICU-specific property for the ccc of the last code point - of the decomposition, or tccc(c)=ccc(NFD(c)[last]). - Useful for checking for canonically ordered text; - see UNORM_FCD and http://www.unicode.org/notes/tn5/#FCD . - Returns 8-bit numeric values like UCHAR_CANONICAL_COMBINING_CLASS. @stable ICU 3.0 */ - UCHAR_TRAIL_CANONICAL_COMBINING_CLASS=0x1011, - /** Enumerated property Grapheme_Cluster_Break (new in Unicode 4.1). - Used in UAX #29: Text Boundaries - (http://www.unicode.org/reports/tr29/) - Returns UGraphemeClusterBreak values. @stable ICU 3.4 */ - UCHAR_GRAPHEME_CLUSTER_BREAK=0x1012, - /** Enumerated property Sentence_Break (new in Unicode 4.1). - Used in UAX #29: Text Boundaries - (http://www.unicode.org/reports/tr29/) - Returns USentenceBreak values. @stable ICU 3.4 */ - UCHAR_SENTENCE_BREAK=0x1013, - /** Enumerated property Word_Break (new in Unicode 4.1). - Used in UAX #29: Text Boundaries - (http://www.unicode.org/reports/tr29/) - Returns UWordBreakValues values. @stable ICU 3.4 */ - UCHAR_WORD_BREAK=0x1014, - /** One more than the last constant for enumerated/integer Unicode properties. @stable ICU 2.2 */ - UCHAR_INT_LIMIT=0x1015, - - /** Bitmask property General_Category_Mask. - This is the General_Category property returned as a bit mask. - When used in u_getIntPropertyValue(c), same as U_MASK(u_charType(c)), - returns bit masks for UCharCategory values where exactly one bit is set. - When used with u_getPropertyValueName() and u_getPropertyValueEnum(), - a multi-bit mask is used for sets of categories like "Letters". - Mask values should be cast to uint32_t. - @stable ICU 2.4 */ - UCHAR_GENERAL_CATEGORY_MASK=0x2000, - /** First constant for bit-mask Unicode properties. @stable ICU 2.4 */ - UCHAR_MASK_START=UCHAR_GENERAL_CATEGORY_MASK, - /** One more than the last constant for bit-mask Unicode properties. @stable ICU 2.4 */ - UCHAR_MASK_LIMIT=0x2001, - - /** Double property Numeric_Value. - Corresponds to u_getNumericValue. @stable ICU 2.4 */ - UCHAR_NUMERIC_VALUE=0x3000, - /** First constant for double Unicode properties. @stable ICU 2.4 */ - UCHAR_DOUBLE_START=UCHAR_NUMERIC_VALUE, - /** One more than the last constant for double Unicode properties. @stable ICU 2.4 */ - UCHAR_DOUBLE_LIMIT=0x3001, - - /** String property Age. - Corresponds to u_charAge. @stable ICU 2.4 */ - UCHAR_AGE=0x4000, - /** First constant for string Unicode properties. @stable ICU 2.4 */ - UCHAR_STRING_START=UCHAR_AGE, - /** String property Bidi_Mirroring_Glyph. - Corresponds to u_charMirror. @stable ICU 2.4 */ - UCHAR_BIDI_MIRRORING_GLYPH=0x4001, - /** String property Case_Folding. - Corresponds to u_strFoldCase in ustring.h. @stable ICU 2.4 */ - UCHAR_CASE_FOLDING=0x4002, - /** String property ISO_Comment. - Corresponds to u_getISOComment. @stable ICU 2.4 */ - UCHAR_ISO_COMMENT=0x4003, - /** String property Lowercase_Mapping. - Corresponds to u_strToLower in ustring.h. @stable ICU 2.4 */ - UCHAR_LOWERCASE_MAPPING=0x4004, - /** String property Name. - Corresponds to u_charName. @stable ICU 2.4 */ - UCHAR_NAME=0x4005, - /** String property Simple_Case_Folding. - Corresponds to u_foldCase. @stable ICU 2.4 */ - UCHAR_SIMPLE_CASE_FOLDING=0x4006, - /** String property Simple_Lowercase_Mapping. - Corresponds to u_tolower. @stable ICU 2.4 */ - UCHAR_SIMPLE_LOWERCASE_MAPPING=0x4007, - /** String property Simple_Titlecase_Mapping. - Corresponds to u_totitle. @stable ICU 2.4 */ - UCHAR_SIMPLE_TITLECASE_MAPPING=0x4008, - /** String property Simple_Uppercase_Mapping. - Corresponds to u_toupper. @stable ICU 2.4 */ - UCHAR_SIMPLE_UPPERCASE_MAPPING=0x4009, - /** String property Titlecase_Mapping. - Corresponds to u_strToTitle in ustring.h. @stable ICU 2.4 */ - UCHAR_TITLECASE_MAPPING=0x400A, - /** String property Unicode_1_Name. - Corresponds to u_charName. @stable ICU 2.4 */ - UCHAR_UNICODE_1_NAME=0x400B, - /** String property Uppercase_Mapping. - Corresponds to u_strToUpper in ustring.h. @stable ICU 2.4 */ - UCHAR_UPPERCASE_MAPPING=0x400C, - /** One more than the last constant for string Unicode properties. @stable ICU 2.4 */ - UCHAR_STRING_LIMIT=0x400D, - - /** Represents a nonexistent or invalid property or property value. @stable ICU 2.4 */ - UCHAR_INVALID_CODE = -1 -} UProperty; - -/** - * Data for enumerated Unicode general category types. - * See http://www.unicode.org/Public/UNIDATA/UnicodeData.html . - * @stable ICU 2.0 - */ -typedef enum UCharCategory -{ - /** See note !!. Comments of the form "Cn" are read by genpname. */ - - /** Non-category for unassigned and non-character code points. @stable ICU 2.0 */ - U_UNASSIGNED = 0, - /** Cn "Other, Not Assigned (no characters in [UnicodeData.txt] have this property)" (same as U_UNASSIGNED!) @stable ICU 2.0 */ - U_GENERAL_OTHER_TYPES = 0, - /** Lu @stable ICU 2.0 */ - U_UPPERCASE_LETTER = 1, - /** Ll @stable ICU 2.0 */ - U_LOWERCASE_LETTER = 2, - /** Lt @stable ICU 2.0 */ - U_TITLECASE_LETTER = 3, - /** Lm @stable ICU 2.0 */ - U_MODIFIER_LETTER = 4, - /** Lo @stable ICU 2.0 */ - U_OTHER_LETTER = 5, - /** Mn @stable ICU 2.0 */ - U_NON_SPACING_MARK = 6, - /** Me @stable ICU 2.0 */ - U_ENCLOSING_MARK = 7, - /** Mc @stable ICU 2.0 */ - U_COMBINING_SPACING_MARK = 8, - /** Nd @stable ICU 2.0 */ - U_DECIMAL_DIGIT_NUMBER = 9, - /** Nl @stable ICU 2.0 */ - U_LETTER_NUMBER = 10, - /** No @stable ICU 2.0 */ - U_OTHER_NUMBER = 11, - /** Zs @stable ICU 2.0 */ - U_SPACE_SEPARATOR = 12, - /** Zl @stable ICU 2.0 */ - U_LINE_SEPARATOR = 13, - /** Zp @stable ICU 2.0 */ - U_PARAGRAPH_SEPARATOR = 14, - /** Cc @stable ICU 2.0 */ - U_CONTROL_CHAR = 15, - /** Cf @stable ICU 2.0 */ - U_FORMAT_CHAR = 16, - /** Co @stable ICU 2.0 */ - U_PRIVATE_USE_CHAR = 17, - /** Cs @stable ICU 2.0 */ - U_SURROGATE = 18, - /** Pd @stable ICU 2.0 */ - U_DASH_PUNCTUATION = 19, - /** Ps @stable ICU 2.0 */ - U_START_PUNCTUATION = 20, - /** Pe @stable ICU 2.0 */ - U_END_PUNCTUATION = 21, - /** Pc @stable ICU 2.0 */ - U_CONNECTOR_PUNCTUATION = 22, - /** Po @stable ICU 2.0 */ - U_OTHER_PUNCTUATION = 23, - /** Sm @stable ICU 2.0 */ - U_MATH_SYMBOL = 24, - /** Sc @stable ICU 2.0 */ - U_CURRENCY_SYMBOL = 25, - /** Sk @stable ICU 2.0 */ - U_MODIFIER_SYMBOL = 26, - /** So @stable ICU 2.0 */ - U_OTHER_SYMBOL = 27, - /** Pi @stable ICU 2.0 */ - U_INITIAL_PUNCTUATION = 28, - /** Pf @stable ICU 2.0 */ - U_FINAL_PUNCTUATION = 29, - /** One higher than the last enum UCharCategory constant. @stable ICU 2.0 */ - U_CHAR_CATEGORY_COUNT -} UCharCategory; - -/** - * U_GC_XX_MASK constants are bit flags corresponding to Unicode - * general category values. - * For each category, the nth bit is set if the numeric value of the - * corresponding UCharCategory constant is n. - * - * There are also some U_GC_Y_MASK constants for groups of general categories - * like L for all letter categories. - * - * @see u_charType - * @see U_GET_GC_MASK - * @see UCharCategory - * @stable ICU 2.1 - */ -#define U_GC_CN_MASK U_MASK(U_GENERAL_OTHER_TYPES) - -/** Mask constant for a UCharCategory. @stable ICU 2.1 */ -#define U_GC_LU_MASK U_MASK(U_UPPERCASE_LETTER) -/** Mask constant for a UCharCategory. @stable ICU 2.1 */ -#define U_GC_LL_MASK U_MASK(U_LOWERCASE_LETTER) -/** Mask constant for a UCharCategory. @stable ICU 2.1 */ -#define U_GC_LT_MASK U_MASK(U_TITLECASE_LETTER) -/** Mask constant for a UCharCategory. @stable ICU 2.1 */ -#define U_GC_LM_MASK U_MASK(U_MODIFIER_LETTER) -/** Mask constant for a UCharCategory. @stable ICU 2.1 */ -#define U_GC_LO_MASK U_MASK(U_OTHER_LETTER) - -/** Mask constant for a UCharCategory. @stable ICU 2.1 */ -#define U_GC_MN_MASK U_MASK(U_NON_SPACING_MARK) -/** Mask constant for a UCharCategory. @stable ICU 2.1 */ -#define U_GC_ME_MASK U_MASK(U_ENCLOSING_MARK) -/** Mask constant for a UCharCategory. @stable ICU 2.1 */ -#define U_GC_MC_MASK U_MASK(U_COMBINING_SPACING_MARK) - -/** Mask constant for a UCharCategory. @stable ICU 2.1 */ -#define U_GC_ND_MASK U_MASK(U_DECIMAL_DIGIT_NUMBER) -/** Mask constant for a UCharCategory. @stable ICU 2.1 */ -#define U_GC_NL_MASK U_MASK(U_LETTER_NUMBER) -/** Mask constant for a UCharCategory. @stable ICU 2.1 */ -#define U_GC_NO_MASK U_MASK(U_OTHER_NUMBER) - -/** Mask constant for a UCharCategory. @stable ICU 2.1 */ -#define U_GC_ZS_MASK U_MASK(U_SPACE_SEPARATOR) -/** Mask constant for a UCharCategory. @stable ICU 2.1 */ -#define U_GC_ZL_MASK U_MASK(U_LINE_SEPARATOR) -/** Mask constant for a UCharCategory. @stable ICU 2.1 */ -#define U_GC_ZP_MASK U_MASK(U_PARAGRAPH_SEPARATOR) - -/** Mask constant for a UCharCategory. @stable ICU 2.1 */ -#define U_GC_CC_MASK U_MASK(U_CONTROL_CHAR) -/** Mask constant for a UCharCategory. @stable ICU 2.1 */ -#define U_GC_CF_MASK U_MASK(U_FORMAT_CHAR) -/** Mask constant for a UCharCategory. @stable ICU 2.1 */ -#define U_GC_CO_MASK U_MASK(U_PRIVATE_USE_CHAR) -/** Mask constant for a UCharCategory. @stable ICU 2.1 */ -#define U_GC_CS_MASK U_MASK(U_SURROGATE) - -/** Mask constant for a UCharCategory. @stable ICU 2.1 */ -#define U_GC_PD_MASK U_MASK(U_DASH_PUNCTUATION) -/** Mask constant for a UCharCategory. @stable ICU 2.1 */ -#define U_GC_PS_MASK U_MASK(U_START_PUNCTUATION) -/** Mask constant for a UCharCategory. @stable ICU 2.1 */ -#define U_GC_PE_MASK U_MASK(U_END_PUNCTUATION) -/** Mask constant for a UCharCategory. @stable ICU 2.1 */ -#define U_GC_PC_MASK U_MASK(U_CONNECTOR_PUNCTUATION) -/** Mask constant for a UCharCategory. @stable ICU 2.1 */ -#define U_GC_PO_MASK U_MASK(U_OTHER_PUNCTUATION) - -/** Mask constant for a UCharCategory. @stable ICU 2.1 */ -#define U_GC_SM_MASK U_MASK(U_MATH_SYMBOL) -/** Mask constant for a UCharCategory. @stable ICU 2.1 */ -#define U_GC_SC_MASK U_MASK(U_CURRENCY_SYMBOL) -/** Mask constant for a UCharCategory. @stable ICU 2.1 */ -#define U_GC_SK_MASK U_MASK(U_MODIFIER_SYMBOL) -/** Mask constant for a UCharCategory. @stable ICU 2.1 */ -#define U_GC_SO_MASK U_MASK(U_OTHER_SYMBOL) - -/** Mask constant for a UCharCategory. @stable ICU 2.1 */ -#define U_GC_PI_MASK U_MASK(U_INITIAL_PUNCTUATION) -/** Mask constant for a UCharCategory. @stable ICU 2.1 */ -#define U_GC_PF_MASK U_MASK(U_FINAL_PUNCTUATION) - - -/** Mask constant for multiple UCharCategory bits (L Letters). @stable ICU 2.1 */ -#define U_GC_L_MASK \ - (U_GC_LU_MASK|U_GC_LL_MASK|U_GC_LT_MASK|U_GC_LM_MASK|U_GC_LO_MASK) - -/** Mask constant for multiple UCharCategory bits (LC Cased Letters). @stable ICU 2.1 */ -#define U_GC_LC_MASK \ - (U_GC_LU_MASK|U_GC_LL_MASK|U_GC_LT_MASK) - -/** Mask constant for multiple UCharCategory bits (M Marks). @stable ICU 2.1 */ -#define U_GC_M_MASK (U_GC_MN_MASK|U_GC_ME_MASK|U_GC_MC_MASK) - -/** Mask constant for multiple UCharCategory bits (N Numbers). @stable ICU 2.1 */ -#define U_GC_N_MASK (U_GC_ND_MASK|U_GC_NL_MASK|U_GC_NO_MASK) - -/** Mask constant for multiple UCharCategory bits (Z Separators). @stable ICU 2.1 */ -#define U_GC_Z_MASK (U_GC_ZS_MASK|U_GC_ZL_MASK|U_GC_ZP_MASK) - -/** Mask constant for multiple UCharCategory bits (C Others). @stable ICU 2.1 */ -#define U_GC_C_MASK \ - (U_GC_CN_MASK|U_GC_CC_MASK|U_GC_CF_MASK|U_GC_CO_MASK|U_GC_CS_MASK) - -/** Mask constant for multiple UCharCategory bits (P Punctuation). @stable ICU 2.1 */ -#define U_GC_P_MASK \ - (U_GC_PD_MASK|U_GC_PS_MASK|U_GC_PE_MASK|U_GC_PC_MASK|U_GC_PO_MASK| \ - U_GC_PI_MASK|U_GC_PF_MASK) - -/** Mask constant for multiple UCharCategory bits (S Symbols). @stable ICU 2.1 */ -#define U_GC_S_MASK (U_GC_SM_MASK|U_GC_SC_MASK|U_GC_SK_MASK|U_GC_SO_MASK) - -/** - * This specifies the language directional property of a character set. - * @stable ICU 2.0 - */ -typedef enum UCharDirection { - /** See note !!. Comments of the form "EN" are read by genpname. */ - - /** L @stable ICU 2.0 */ - U_LEFT_TO_RIGHT = 0, - /** R @stable ICU 2.0 */ - U_RIGHT_TO_LEFT = 1, - /** EN @stable ICU 2.0 */ - U_EUROPEAN_NUMBER = 2, - /** ES @stable ICU 2.0 */ - U_EUROPEAN_NUMBER_SEPARATOR = 3, - /** ET @stable ICU 2.0 */ - U_EUROPEAN_NUMBER_TERMINATOR = 4, - /** AN @stable ICU 2.0 */ - U_ARABIC_NUMBER = 5, - /** CS @stable ICU 2.0 */ - U_COMMON_NUMBER_SEPARATOR = 6, - /** B @stable ICU 2.0 */ - U_BLOCK_SEPARATOR = 7, - /** S @stable ICU 2.0 */ - U_SEGMENT_SEPARATOR = 8, - /** WS @stable ICU 2.0 */ - U_WHITE_SPACE_NEUTRAL = 9, - /** ON @stable ICU 2.0 */ - U_OTHER_NEUTRAL = 10, - /** LRE @stable ICU 2.0 */ - U_LEFT_TO_RIGHT_EMBEDDING = 11, - /** LRO @stable ICU 2.0 */ - U_LEFT_TO_RIGHT_OVERRIDE = 12, - /** AL @stable ICU 2.0 */ - U_RIGHT_TO_LEFT_ARABIC = 13, - /** RLE @stable ICU 2.0 */ - U_RIGHT_TO_LEFT_EMBEDDING = 14, - /** RLO @stable ICU 2.0 */ - U_RIGHT_TO_LEFT_OVERRIDE = 15, - /** PDF @stable ICU 2.0 */ - U_POP_DIRECTIONAL_FORMAT = 16, - /** NSM @stable ICU 2.0 */ - U_DIR_NON_SPACING_MARK = 17, - /** BN @stable ICU 2.0 */ - U_BOUNDARY_NEUTRAL = 18, - /** @stable ICU 2.0 */ - U_CHAR_DIRECTION_COUNT -} UCharDirection; - -/** - * Constants for Unicode blocks, see the Unicode Data file Blocks.txt - * @stable ICU 2.0 - */ -enum UBlockCode { - - /** New No_Block value in Unicode 4. @stable ICU 2.6 */ - UBLOCK_NO_BLOCK = 0, /*[none]*/ /* Special range indicating No_Block */ - - /** @stable ICU 2.0 */ - UBLOCK_BASIC_LATIN = 1, /*[0000]*/ /*See note !!*/ - - /** @stable ICU 2.0 */ - UBLOCK_LATIN_1_SUPPLEMENT=2, /*[0080]*/ - - /** @stable ICU 2.0 */ - UBLOCK_LATIN_EXTENDED_A =3, /*[0100]*/ - - /** @stable ICU 2.0 */ - UBLOCK_LATIN_EXTENDED_B =4, /*[0180]*/ - - /** @stable ICU 2.0 */ - UBLOCK_IPA_EXTENSIONS =5, /*[0250]*/ - - /** @stable ICU 2.0 */ - UBLOCK_SPACING_MODIFIER_LETTERS =6, /*[02B0]*/ - - /** @stable ICU 2.0 */ - UBLOCK_COMBINING_DIACRITICAL_MARKS =7, /*[0300]*/ - - /** - * Unicode 3.2 renames this block to "Greek and Coptic". - * @stable ICU 2.0 - */ - UBLOCK_GREEK =8, /*[0370]*/ - - /** @stable ICU 2.0 */ - UBLOCK_CYRILLIC =9, /*[0400]*/ - - /** @stable ICU 2.0 */ - UBLOCK_ARMENIAN =10, /*[0530]*/ - - /** @stable ICU 2.0 */ - UBLOCK_HEBREW =11, /*[0590]*/ - - /** @stable ICU 2.0 */ - UBLOCK_ARABIC =12, /*[0600]*/ - - /** @stable ICU 2.0 */ - UBLOCK_SYRIAC =13, /*[0700]*/ - - /** @stable ICU 2.0 */ - UBLOCK_THAANA =14, /*[0780]*/ - - /** @stable ICU 2.0 */ - UBLOCK_DEVANAGARI =15, /*[0900]*/ - - /** @stable ICU 2.0 */ - UBLOCK_BENGALI =16, /*[0980]*/ - - /** @stable ICU 2.0 */ - UBLOCK_GURMUKHI =17, /*[0A00]*/ - - /** @stable ICU 2.0 */ - UBLOCK_GUJARATI =18, /*[0A80]*/ - - /** @stable ICU 2.0 */ - UBLOCK_ORIYA =19, /*[0B00]*/ - - /** @stable ICU 2.0 */ - UBLOCK_TAMIL =20, /*[0B80]*/ - - /** @stable ICU 2.0 */ - UBLOCK_TELUGU =21, /*[0C00]*/ - - /** @stable ICU 2.0 */ - UBLOCK_KANNADA =22, /*[0C80]*/ - - /** @stable ICU 2.0 */ - UBLOCK_MALAYALAM =23, /*[0D00]*/ - - /** @stable ICU 2.0 */ - UBLOCK_SINHALA =24, /*[0D80]*/ - - /** @stable ICU 2.0 */ - UBLOCK_THAI =25, /*[0E00]*/ - - /** @stable ICU 2.0 */ - UBLOCK_LAO =26, /*[0E80]*/ - - /** @stable ICU 2.0 */ - UBLOCK_TIBETAN =27, /*[0F00]*/ - - /** @stable ICU 2.0 */ - UBLOCK_MYANMAR =28, /*[1000]*/ - - /** @stable ICU 2.0 */ - UBLOCK_GEORGIAN =29, /*[10A0]*/ - - /** @stable ICU 2.0 */ - UBLOCK_HANGUL_JAMO =30, /*[1100]*/ - - /** @stable ICU 2.0 */ - UBLOCK_ETHIOPIC =31, /*[1200]*/ - - /** @stable ICU 2.0 */ - UBLOCK_CHEROKEE =32, /*[13A0]*/ - - /** @stable ICU 2.0 */ - UBLOCK_UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS =33, /*[1400]*/ - - /** @stable ICU 2.0 */ - UBLOCK_OGHAM =34, /*[1680]*/ - - /** @stable ICU 2.0 */ - UBLOCK_RUNIC =35, /*[16A0]*/ - - /** @stable ICU 2.0 */ - UBLOCK_KHMER =36, /*[1780]*/ - - /** @stable ICU 2.0 */ - UBLOCK_MONGOLIAN =37, /*[1800]*/ - - /** @stable ICU 2.0 */ - UBLOCK_LATIN_EXTENDED_ADDITIONAL =38, /*[1E00]*/ - - /** @stable ICU 2.0 */ - UBLOCK_GREEK_EXTENDED =39, /*[1F00]*/ - - /** @stable ICU 2.0 */ - UBLOCK_GENERAL_PUNCTUATION =40, /*[2000]*/ - - /** @stable ICU 2.0 */ - UBLOCK_SUPERSCRIPTS_AND_SUBSCRIPTS =41, /*[2070]*/ - - /** @stable ICU 2.0 */ - UBLOCK_CURRENCY_SYMBOLS =42, /*[20A0]*/ - - /** - * Unicode 3.2 renames this block to "Combining Diacritical Marks for Symbols". - * @stable ICU 2.0 - */ - UBLOCK_COMBINING_MARKS_FOR_SYMBOLS =43, /*[20D0]*/ - - /** @stable ICU 2.0 */ - UBLOCK_LETTERLIKE_SYMBOLS =44, /*[2100]*/ - - /** @stable ICU 2.0 */ - UBLOCK_NUMBER_FORMS =45, /*[2150]*/ - - /** @stable ICU 2.0 */ - UBLOCK_ARROWS =46, /*[2190]*/ - - /** @stable ICU 2.0 */ - UBLOCK_MATHEMATICAL_OPERATORS =47, /*[2200]*/ - - /** @stable ICU 2.0 */ - UBLOCK_MISCELLANEOUS_TECHNICAL =48, /*[2300]*/ - - /** @stable ICU 2.0 */ - UBLOCK_CONTROL_PICTURES =49, /*[2400]*/ - - /** @stable ICU 2.0 */ - UBLOCK_OPTICAL_CHARACTER_RECOGNITION =50, /*[2440]*/ - - /** @stable ICU 2.0 */ - UBLOCK_ENCLOSED_ALPHANUMERICS =51, /*[2460]*/ - - /** @stable ICU 2.0 */ - UBLOCK_BOX_DRAWING =52, /*[2500]*/ - - /** @stable ICU 2.0 */ - UBLOCK_BLOCK_ELEMENTS =53, /*[2580]*/ - - /** @stable ICU 2.0 */ - UBLOCK_GEOMETRIC_SHAPES =54, /*[25A0]*/ - - /** @stable ICU 2.0 */ - UBLOCK_MISCELLANEOUS_SYMBOLS =55, /*[2600]*/ - - /** @stable ICU 2.0 */ - UBLOCK_DINGBATS =56, /*[2700]*/ - - /** @stable ICU 2.0 */ - UBLOCK_BRAILLE_PATTERNS =57, /*[2800]*/ - - /** @stable ICU 2.0 */ - UBLOCK_CJK_RADICALS_SUPPLEMENT =58, /*[2E80]*/ - - /** @stable ICU 2.0 */ - UBLOCK_KANGXI_RADICALS =59, /*[2F00]*/ - - /** @stable ICU 2.0 */ - UBLOCK_IDEOGRAPHIC_DESCRIPTION_CHARACTERS =60, /*[2FF0]*/ - - /** @stable ICU 2.0 */ - UBLOCK_CJK_SYMBOLS_AND_PUNCTUATION =61, /*[3000]*/ - - /** @stable ICU 2.0 */ - UBLOCK_HIRAGANA =62, /*[3040]*/ - - /** @stable ICU 2.0 */ - UBLOCK_KATAKANA =63, /*[30A0]*/ - - /** @stable ICU 2.0 */ - UBLOCK_BOPOMOFO =64, /*[3100]*/ - - /** @stable ICU 2.0 */ - UBLOCK_HANGUL_COMPATIBILITY_JAMO =65, /*[3130]*/ - - /** @stable ICU 2.0 */ - UBLOCK_KANBUN =66, /*[3190]*/ - - /** @stable ICU 2.0 */ - UBLOCK_BOPOMOFO_EXTENDED =67, /*[31A0]*/ - - /** @stable ICU 2.0 */ - UBLOCK_ENCLOSED_CJK_LETTERS_AND_MONTHS =68, /*[3200]*/ - - /** @stable ICU 2.0 */ - UBLOCK_CJK_COMPATIBILITY =69, /*[3300]*/ - - /** @stable ICU 2.0 */ - UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_A =70, /*[3400]*/ - - /** @stable ICU 2.0 */ - UBLOCK_CJK_UNIFIED_IDEOGRAPHS =71, /*[4E00]*/ - - /** @stable ICU 2.0 */ - UBLOCK_YI_SYLLABLES =72, /*[A000]*/ - - /** @stable ICU 2.0 */ - UBLOCK_YI_RADICALS =73, /*[A490]*/ - - /** @stable ICU 2.0 */ - UBLOCK_HANGUL_SYLLABLES =74, /*[AC00]*/ - - /** @stable ICU 2.0 */ - UBLOCK_HIGH_SURROGATES =75, /*[D800]*/ - - /** @stable ICU 2.0 */ - UBLOCK_HIGH_PRIVATE_USE_SURROGATES =76, /*[DB80]*/ - - /** @stable ICU 2.0 */ - UBLOCK_LOW_SURROGATES =77, /*[DC00]*/ - - /** - * Same as UBLOCK_PRIVATE_USE_AREA. - * Until Unicode 3.1.1, the corresponding block name was "Private Use", - * and multiple code point ranges had this block. - * Unicode 3.2 renames the block for the BMP PUA to "Private Use Area" and - * adds separate blocks for the supplementary PUAs. - * - * @stable ICU 2.0 - */ - UBLOCK_PRIVATE_USE = 78, - /** - * Same as UBLOCK_PRIVATE_USE. - * Until Unicode 3.1.1, the corresponding block name was "Private Use", - * and multiple code point ranges had this block. - * Unicode 3.2 renames the block for the BMP PUA to "Private Use Area" and - * adds separate blocks for the supplementary PUAs. - * - * @stable ICU 2.0 - */ - UBLOCK_PRIVATE_USE_AREA =UBLOCK_PRIVATE_USE, /*[E000]*/ - - /** @stable ICU 2.0 */ - UBLOCK_CJK_COMPATIBILITY_IDEOGRAPHS =79, /*[F900]*/ - - /** @stable ICU 2.0 */ - UBLOCK_ALPHABETIC_PRESENTATION_FORMS =80, /*[FB00]*/ - - /** @stable ICU 2.0 */ - UBLOCK_ARABIC_PRESENTATION_FORMS_A =81, /*[FB50]*/ - - /** @stable ICU 2.0 */ - UBLOCK_COMBINING_HALF_MARKS =82, /*[FE20]*/ - - /** @stable ICU 2.0 */ - UBLOCK_CJK_COMPATIBILITY_FORMS =83, /*[FE30]*/ - - /** @stable ICU 2.0 */ - UBLOCK_SMALL_FORM_VARIANTS =84, /*[FE50]*/ - - /** @stable ICU 2.0 */ - UBLOCK_ARABIC_PRESENTATION_FORMS_B =85, /*[FE70]*/ - - /** @stable ICU 2.0 */ - UBLOCK_SPECIALS =86, /*[FFF0]*/ - - /** @stable ICU 2.0 */ - UBLOCK_HALFWIDTH_AND_FULLWIDTH_FORMS =87, /*[FF00]*/ - - /* New blocks in Unicode 3.1 */ - - /** @stable ICU 2.0 */ - UBLOCK_OLD_ITALIC = 88 , /*[10300]*/ - /** @stable ICU 2.0 */ - UBLOCK_GOTHIC = 89 , /*[10330]*/ - /** @stable ICU 2.0 */ - UBLOCK_DESERET = 90 , /*[10400]*/ - /** @stable ICU 2.0 */ - UBLOCK_BYZANTINE_MUSICAL_SYMBOLS = 91 , /*[1D000]*/ - /** @stable ICU 2.0 */ - UBLOCK_MUSICAL_SYMBOLS = 92 , /*[1D100]*/ - /** @stable ICU 2.0 */ - UBLOCK_MATHEMATICAL_ALPHANUMERIC_SYMBOLS = 93 , /*[1D400]*/ - /** @stable ICU 2.0 */ - UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_B = 94 , /*[20000]*/ - /** @stable ICU 2.0 */ - UBLOCK_CJK_COMPATIBILITY_IDEOGRAPHS_SUPPLEMENT = 95 , /*[2F800]*/ - /** @stable ICU 2.0 */ - UBLOCK_TAGS = 96, /*[E0000]*/ - - /* New blocks in Unicode 3.2 */ - - /** - * Unicode 4.0.1 renames the "Cyrillic Supplementary" block to "Cyrillic Supplement". - * @stable ICU 2.2 - */ - UBLOCK_CYRILLIC_SUPPLEMENTARY = 97, - /** @stable ICU 3.0 */ - UBLOCK_CYRILLIC_SUPPLEMENT = UBLOCK_CYRILLIC_SUPPLEMENTARY, /*[0500]*/ - /** @stable ICU 2.2 */ - UBLOCK_TAGALOG = 98, /*[1700]*/ - /** @stable ICU 2.2 */ - UBLOCK_HANUNOO = 99, /*[1720]*/ - /** @stable ICU 2.2 */ - UBLOCK_BUHID = 100, /*[1740]*/ - /** @stable ICU 2.2 */ - UBLOCK_TAGBANWA = 101, /*[1760]*/ - /** @stable ICU 2.2 */ - UBLOCK_MISCELLANEOUS_MATHEMATICAL_SYMBOLS_A = 102, /*[27C0]*/ - /** @stable ICU 2.2 */ - UBLOCK_SUPPLEMENTAL_ARROWS_A = 103, /*[27F0]*/ - /** @stable ICU 2.2 */ - UBLOCK_SUPPLEMENTAL_ARROWS_B = 104, /*[2900]*/ - /** @stable ICU 2.2 */ - UBLOCK_MISCELLANEOUS_MATHEMATICAL_SYMBOLS_B = 105, /*[2980]*/ - /** @stable ICU 2.2 */ - UBLOCK_SUPPLEMENTAL_MATHEMATICAL_OPERATORS = 106, /*[2A00]*/ - /** @stable ICU 2.2 */ - UBLOCK_KATAKANA_PHONETIC_EXTENSIONS = 107, /*[31F0]*/ - /** @stable ICU 2.2 */ - UBLOCK_VARIATION_SELECTORS = 108, /*[FE00]*/ - /** @stable ICU 2.2 */ - UBLOCK_SUPPLEMENTARY_PRIVATE_USE_AREA_A = 109, /*[F0000]*/ - /** @stable ICU 2.2 */ - UBLOCK_SUPPLEMENTARY_PRIVATE_USE_AREA_B = 110, /*[100000]*/ - - /* New blocks in Unicode 4 */ - - /** @stable ICU 2.6 */ - UBLOCK_LIMBU = 111, /*[1900]*/ - /** @stable ICU 2.6 */ - UBLOCK_TAI_LE = 112, /*[1950]*/ - /** @stable ICU 2.6 */ - UBLOCK_KHMER_SYMBOLS = 113, /*[19E0]*/ - /** @stable ICU 2.6 */ - UBLOCK_PHONETIC_EXTENSIONS = 114, /*[1D00]*/ - /** @stable ICU 2.6 */ - UBLOCK_MISCELLANEOUS_SYMBOLS_AND_ARROWS = 115, /*[2B00]*/ - /** @stable ICU 2.6 */ - UBLOCK_YIJING_HEXAGRAM_SYMBOLS = 116, /*[4DC0]*/ - /** @stable ICU 2.6 */ - UBLOCK_LINEAR_B_SYLLABARY = 117, /*[10000]*/ - /** @stable ICU 2.6 */ - UBLOCK_LINEAR_B_IDEOGRAMS = 118, /*[10080]*/ - /** @stable ICU 2.6 */ - UBLOCK_AEGEAN_NUMBERS = 119, /*[10100]*/ - /** @stable ICU 2.6 */ - UBLOCK_UGARITIC = 120, /*[10380]*/ - /** @stable ICU 2.6 */ - UBLOCK_SHAVIAN = 121, /*[10450]*/ - /** @stable ICU 2.6 */ - UBLOCK_OSMANYA = 122, /*[10480]*/ - /** @stable ICU 2.6 */ - UBLOCK_CYPRIOT_SYLLABARY = 123, /*[10800]*/ - /** @stable ICU 2.6 */ - UBLOCK_TAI_XUAN_JING_SYMBOLS = 124, /*[1D300]*/ - /** @stable ICU 2.6 */ - UBLOCK_VARIATION_SELECTORS_SUPPLEMENT = 125, /*[E0100]*/ - - /* New blocks in Unicode 4.1 */ - - /** @stable ICU 3.4 */ - UBLOCK_ANCIENT_GREEK_MUSICAL_NOTATION = 126, /*[1D200]*/ - /** @stable ICU 3.4 */ - UBLOCK_ANCIENT_GREEK_NUMBERS = 127, /*[10140]*/ - /** @stable ICU 3.4 */ - UBLOCK_ARABIC_SUPPLEMENT = 128, /*[0750]*/ - /** @stable ICU 3.4 */ - UBLOCK_BUGINESE = 129, /*[1A00]*/ - /** @stable ICU 3.4 */ - UBLOCK_CJK_STROKES = 130, /*[31C0]*/ - /** @stable ICU 3.4 */ - UBLOCK_COMBINING_DIACRITICAL_MARKS_SUPPLEMENT = 131, /*[1DC0]*/ - /** @stable ICU 3.4 */ - UBLOCK_COPTIC = 132, /*[2C80]*/ - /** @stable ICU 3.4 */ - UBLOCK_ETHIOPIC_EXTENDED = 133, /*[2D80]*/ - /** @stable ICU 3.4 */ - UBLOCK_ETHIOPIC_SUPPLEMENT = 134, /*[1380]*/ - /** @stable ICU 3.4 */ - UBLOCK_GEORGIAN_SUPPLEMENT = 135, /*[2D00]*/ - /** @stable ICU 3.4 */ - UBLOCK_GLAGOLITIC = 136, /*[2C00]*/ - /** @stable ICU 3.4 */ - UBLOCK_KHAROSHTHI = 137, /*[10A00]*/ - /** @stable ICU 3.4 */ - UBLOCK_MODIFIER_TONE_LETTERS = 138, /*[A700]*/ - /** @stable ICU 3.4 */ - UBLOCK_NEW_TAI_LUE = 139, /*[1980]*/ - /** @stable ICU 3.4 */ - UBLOCK_OLD_PERSIAN = 140, /*[103A0]*/ - /** @stable ICU 3.4 */ - UBLOCK_PHONETIC_EXTENSIONS_SUPPLEMENT = 141, /*[1D80]*/ - /** @stable ICU 3.4 */ - UBLOCK_SUPPLEMENTAL_PUNCTUATION = 142, /*[2E00]*/ - /** @stable ICU 3.4 */ - UBLOCK_SYLOTI_NAGRI = 143, /*[A800]*/ - /** @stable ICU 3.4 */ - UBLOCK_TIFINAGH = 144, /*[2D30]*/ - /** @stable ICU 3.4 */ - UBLOCK_VERTICAL_FORMS = 145, /*[FE10]*/ - - /* New blocks in Unicode 5.0 */ - - /** @stable ICU 3.6 */ - UBLOCK_NKO = 146, /*[07C0]*/ - /** @stable ICU 3.6 */ - UBLOCK_BALINESE = 147, /*[1B00]*/ - /** @stable ICU 3.6 */ - UBLOCK_LATIN_EXTENDED_C = 148, /*[2C60]*/ - /** @stable ICU 3.6 */ - UBLOCK_LATIN_EXTENDED_D = 149, /*[A720]*/ - /** @stable ICU 3.6 */ - UBLOCK_PHAGS_PA = 150, /*[A840]*/ - /** @stable ICU 3.6 */ - UBLOCK_PHOENICIAN = 151, /*[10900]*/ - /** @stable ICU 3.6 */ - UBLOCK_CUNEIFORM = 152, /*[12000]*/ - /** @stable ICU 3.6 */ - UBLOCK_CUNEIFORM_NUMBERS_AND_PUNCTUATION = 153, /*[12400]*/ - /** @stable ICU 3.6 */ - UBLOCK_COUNTING_ROD_NUMERALS = 154, /*[1D360]*/ - - /** @stable ICU 2.0 */ - UBLOCK_COUNT = 155, - - /** @stable ICU 2.0 */ - UBLOCK_INVALID_CODE=-1 -}; - -/** @stable ICU 2.0 */ -typedef enum UBlockCode UBlockCode; - -/** - * East Asian Width constants. - * - * @see UCHAR_EAST_ASIAN_WIDTH - * @see u_getIntPropertyValue - * @stable ICU 2.2 - */ -typedef enum UEastAsianWidth { - U_EA_NEUTRAL, /*[N]*/ /*See note !!*/ - U_EA_AMBIGUOUS, /*[A]*/ - U_EA_HALFWIDTH, /*[H]*/ - U_EA_FULLWIDTH, /*[F]*/ - U_EA_NARROW, /*[Na]*/ - U_EA_WIDE, /*[W]*/ - U_EA_COUNT -} UEastAsianWidth; -/* - * Implementation note: - * Keep UEastAsianWidth constant values in sync with names list in genprops/props2.c. - */ - -/** - * Selector constants for u_charName(). - * u_charName() returns the "modern" name of a - * Unicode character; or the name that was defined in - * Unicode version 1.0, before the Unicode standard merged - * with ISO-10646; or an "extended" name that gives each - * Unicode code point a unique name. - * - * @see u_charName - * @stable ICU 2.0 - */ -typedef enum UCharNameChoice { - U_UNICODE_CHAR_NAME, - U_UNICODE_10_CHAR_NAME, - U_EXTENDED_CHAR_NAME, - U_CHAR_NAME_CHOICE_COUNT -} UCharNameChoice; - -/** - * Selector constants for u_getPropertyName() and - * u_getPropertyValueName(). These selectors are used to choose which - * name is returned for a given property or value. All properties and - * values have a long name. Most have a short name, but some do not. - * Unicode allows for additional names, beyond the long and short - * name, which would be indicated by U_LONG_PROPERTY_NAME + i, where - * i=1, 2,... - * - * @see u_getPropertyName() - * @see u_getPropertyValueName() - * @stable ICU 2.4 - */ -typedef enum UPropertyNameChoice { - U_SHORT_PROPERTY_NAME, - U_LONG_PROPERTY_NAME, - U_PROPERTY_NAME_CHOICE_COUNT -} UPropertyNameChoice; - -/** - * Decomposition Type constants. - * - * @see UCHAR_DECOMPOSITION_TYPE - * @stable ICU 2.2 - */ -typedef enum UDecompositionType { - U_DT_NONE, /*[none]*/ /*See note !!*/ - U_DT_CANONICAL, /*[can]*/ - U_DT_COMPAT, /*[com]*/ - U_DT_CIRCLE, /*[enc]*/ - U_DT_FINAL, /*[fin]*/ - U_DT_FONT, /*[font]*/ - U_DT_FRACTION, /*[fra]*/ - U_DT_INITIAL, /*[init]*/ - U_DT_ISOLATED, /*[iso]*/ - U_DT_MEDIAL, /*[med]*/ - U_DT_NARROW, /*[nar]*/ - U_DT_NOBREAK, /*[nb]*/ - U_DT_SMALL, /*[sml]*/ - U_DT_SQUARE, /*[sqr]*/ - U_DT_SUB, /*[sub]*/ - U_DT_SUPER, /*[sup]*/ - U_DT_VERTICAL, /*[vert]*/ - U_DT_WIDE, /*[wide]*/ - U_DT_COUNT /* 18 */ -} UDecompositionType; - -/** - * Joining Type constants. - * - * @see UCHAR_JOINING_TYPE - * @stable ICU 2.2 - */ -typedef enum UJoiningType { - U_JT_NON_JOINING, /*[U]*/ /*See note !!*/ - U_JT_JOIN_CAUSING, /*[C]*/ - U_JT_DUAL_JOINING, /*[D]*/ - U_JT_LEFT_JOINING, /*[L]*/ - U_JT_RIGHT_JOINING, /*[R]*/ - U_JT_TRANSPARENT, /*[T]*/ - U_JT_COUNT /* 6 */ -} UJoiningType; - -/** - * Joining Group constants. - * - * @see UCHAR_JOINING_GROUP - * @stable ICU 2.2 - */ -typedef enum UJoiningGroup { - U_JG_NO_JOINING_GROUP, - U_JG_AIN, - U_JG_ALAPH, - U_JG_ALEF, - U_JG_BEH, - U_JG_BETH, - U_JG_DAL, - U_JG_DALATH_RISH, - U_JG_E, - U_JG_FEH, - U_JG_FINAL_SEMKATH, - U_JG_GAF, - U_JG_GAMAL, - U_JG_HAH, - U_JG_HAMZA_ON_HEH_GOAL, - U_JG_HE, - U_JG_HEH, - U_JG_HEH_GOAL, - U_JG_HETH, - U_JG_KAF, - U_JG_KAPH, - U_JG_KNOTTED_HEH, - U_JG_LAM, - U_JG_LAMADH, - U_JG_MEEM, - U_JG_MIM, - U_JG_NOON, - U_JG_NUN, - U_JG_PE, - U_JG_QAF, - U_JG_QAPH, - U_JG_REH, - U_JG_REVERSED_PE, - U_JG_SAD, - U_JG_SADHE, - U_JG_SEEN, - U_JG_SEMKATH, - U_JG_SHIN, - U_JG_SWASH_KAF, - U_JG_SYRIAC_WAW, - U_JG_TAH, - U_JG_TAW, - U_JG_TEH_MARBUTA, - U_JG_TETH, - U_JG_WAW, - U_JG_YEH, - U_JG_YEH_BARREE, - U_JG_YEH_WITH_TAIL, - U_JG_YUDH, - U_JG_YUDH_HE, - U_JG_ZAIN, - U_JG_FE, /**< @stable ICU 2.6 */ - U_JG_KHAPH, /**< @stable ICU 2.6 */ - U_JG_ZHAIN, /**< @stable ICU 2.6 */ - U_JG_COUNT -} UJoiningGroup; - -/** - * Grapheme Cluster Break constants. - * - * @see UCHAR_GRAPHEME_CLUSTER_BREAK - * @stable ICU 3.4 - */ -typedef enum UGraphemeClusterBreak { - U_GCB_OTHER = 0, /*[XX]*/ /*See note !!*/ - U_GCB_CONTROL = 1, /*[CN]*/ - U_GCB_CR = 2, /*[CR]*/ - U_GCB_EXTEND = 3, /*[EX]*/ - U_GCB_L = 4, /*[L]*/ - U_GCB_LF = 5, /*[LF]*/ - U_GCB_LV = 6, /*[LV]*/ - U_GCB_LVT = 7, /*[LVT]*/ - U_GCB_T = 8, /*[T]*/ - U_GCB_V = 9, /*[V]*/ - U_GCB_COUNT = 10 -} UGraphemeClusterBreak; - -/** - * Word Break constants. - * (UWordBreak is a pre-existing enum type in ubrk.h for word break status tags.) - * - * @see UCHAR_WORD_BREAK - * @stable ICU 3.4 - */ -typedef enum UWordBreakValues { - U_WB_OTHER = 0, /*[XX]*/ /*See note !!*/ - U_WB_ALETTER = 1, /*[LE]*/ - U_WB_FORMAT = 2, /*[FO]*/ - U_WB_KATAKANA = 3, /*[KA]*/ - U_WB_MIDLETTER = 4, /*[ML]*/ - U_WB_MIDNUM = 5, /*[MN]*/ - U_WB_NUMERIC = 6, /*[NU]*/ - U_WB_EXTENDNUMLET = 7, /*[EX]*/ - U_WB_COUNT = 8 -} UWordBreakValues; - -/** - * Sentence Break constants. - * - * @see UCHAR_SENTENCE_BREAK - * @stable ICU 3.4 - */ -typedef enum USentenceBreak { - U_SB_OTHER = 0, /*[XX]*/ /*See note !!*/ - U_SB_ATERM = 1, /*[AT]*/ - U_SB_CLOSE = 2, /*[CL]*/ - U_SB_FORMAT = 3, /*[FO]*/ - U_SB_LOWER = 4, /*[LO]*/ - U_SB_NUMERIC = 5, /*[NU]*/ - U_SB_OLETTER = 6, /*[LE]*/ - U_SB_SEP = 7, /*[SE]*/ - U_SB_SP = 8, /*[SP]*/ - U_SB_STERM = 9, /*[ST]*/ - U_SB_UPPER = 10, /*[UP]*/ - U_SB_COUNT = 11 -} USentenceBreak; - -/** - * Line Break constants. - * - * @see UCHAR_LINE_BREAK - * @stable ICU 2.2 - */ -typedef enum ULineBreak { - U_LB_UNKNOWN = 0, /*[XX]*/ /*See note !!*/ - U_LB_AMBIGUOUS = 1, /*[AI]*/ - U_LB_ALPHABETIC = 2, /*[AL]*/ - U_LB_BREAK_BOTH = 3, /*[B2]*/ - U_LB_BREAK_AFTER = 4, /*[BA]*/ - U_LB_BREAK_BEFORE = 5, /*[BB]*/ - U_LB_MANDATORY_BREAK = 6, /*[BK]*/ - U_LB_CONTINGENT_BREAK = 7, /*[CB]*/ - U_LB_CLOSE_PUNCTUATION = 8, /*[CL]*/ - U_LB_COMBINING_MARK = 9, /*[CM]*/ - U_LB_CARRIAGE_RETURN = 10, /*[CR]*/ - U_LB_EXCLAMATION = 11, /*[EX]*/ - U_LB_GLUE = 12, /*[GL]*/ - U_LB_HYPHEN = 13, /*[HY]*/ - U_LB_IDEOGRAPHIC = 14, /*[ID]*/ - U_LB_INSEPERABLE = 15, - /** Renamed from the misspelled "inseperable" in Unicode 4.0.1/ICU 3.0 @stable ICU 3.0 */ - U_LB_INSEPARABLE=U_LB_INSEPERABLE,/*[IN]*/ - U_LB_INFIX_NUMERIC = 16, /*[IS]*/ - U_LB_LINE_FEED = 17, /*[LF]*/ - U_LB_NONSTARTER = 18, /*[NS]*/ - U_LB_NUMERIC = 19, /*[NU]*/ - U_LB_OPEN_PUNCTUATION = 20, /*[OP]*/ - U_LB_POSTFIX_NUMERIC = 21, /*[PO]*/ - U_LB_PREFIX_NUMERIC = 22, /*[PR]*/ - U_LB_QUOTATION = 23, /*[QU]*/ - U_LB_COMPLEX_CONTEXT = 24, /*[SA]*/ - U_LB_SURROGATE = 25, /*[SG]*/ - U_LB_SPACE = 26, /*[SP]*/ - U_LB_BREAK_SYMBOLS = 27, /*[SY]*/ - U_LB_ZWSPACE = 28, /*[ZW]*/ - U_LB_NEXT_LINE = 29, /*[NL]*/ /* from here on: new in Unicode 4/ICU 2.6 */ - U_LB_WORD_JOINER = 30, /*[WJ]*/ - U_LB_H2 = 31, /*[H2]*/ /* from here on: new in Unicode 4.1/ICU 3.4 */ - U_LB_H3 = 32, /*[H3]*/ - U_LB_JL = 33, /*[JL]*/ - U_LB_JT = 34, /*[JT]*/ - U_LB_JV = 35, /*[JV]*/ - U_LB_COUNT = 36 -} ULineBreak; - -/** - * Numeric Type constants. - * - * @see UCHAR_NUMERIC_TYPE - * @stable ICU 2.2 - */ -typedef enum UNumericType { - U_NT_NONE, /*[None]*/ /*See note !!*/ - U_NT_DECIMAL, /*[de]*/ - U_NT_DIGIT, /*[di]*/ - U_NT_NUMERIC, /*[nu]*/ - U_NT_COUNT -} UNumericType; - -/** - * Hangul Syllable Type constants. - * - * @see UCHAR_HANGUL_SYLLABLE_TYPE - * @stable ICU 2.6 - */ -typedef enum UHangulSyllableType { - U_HST_NOT_APPLICABLE, /*[NA]*/ /*See note !!*/ - U_HST_LEADING_JAMO, /*[L]*/ - U_HST_VOWEL_JAMO, /*[V]*/ - U_HST_TRAILING_JAMO, /*[T]*/ - U_HST_LV_SYLLABLE, /*[LV]*/ - U_HST_LVT_SYLLABLE, /*[LVT]*/ - U_HST_COUNT -} UHangulSyllableType; - -/** - * Check a binary Unicode property for a code point. - * - * Unicode, especially in version 3.2, defines many more properties than the - * original set in UnicodeData.txt. - * - * The properties APIs are intended to reflect Unicode properties as defined - * in the Unicode Character Database (UCD) and Unicode Technical Reports (UTR). - * For details about the properties see http://www.unicode.org/ucd/ . - * For names of Unicode properties see the UCD file PropertyAliases.txt. - * - * Important: If ICU is built with UCD files from Unicode versions below 3.2, - * then properties marked with "new in Unicode 3.2" are not or not fully available. - * - * @param c Code point to test. - * @param which UProperty selector constant, identifies which binary property to check. - * Must be UCHAR_BINARY_START<=which<UCHAR_BINARY_LIMIT. - * @return TRUE or FALSE according to the binary Unicode property value for c. - * Also FALSE if 'which' is out of bounds or if the Unicode version - * does not have data for the property at all, or not for this code point. - * - * @see UProperty - * @see u_getIntPropertyValue - * @see u_getUnicodeVersion - * @stable ICU 2.1 - */ -U_STABLE UBool U_EXPORT2 -u_hasBinaryProperty(UChar32 c, UProperty which); - -/** - * Check if a code point has the Alphabetic Unicode property. - * Same as u_hasBinaryProperty(c, UCHAR_ALPHABETIC). - * This is different from u_isalpha! - * @param c Code point to test - * @return true if the code point has the Alphabetic Unicode property, false otherwise - * - * @see UCHAR_ALPHABETIC - * @see u_isalpha - * @see u_hasBinaryProperty - * @stable ICU 2.1 - */ -U_STABLE UBool U_EXPORT2 -u_isUAlphabetic(UChar32 c); - -/** - * Check if a code point has the Lowercase Unicode property. - * Same as u_hasBinaryProperty(c, UCHAR_LOWERCASE). - * This is different from u_islower! - * @param c Code point to test - * @return true if the code point has the Lowercase Unicode property, false otherwise - * - * @see UCHAR_LOWERCASE - * @see u_islower - * @see u_hasBinaryProperty - * @stable ICU 2.1 - */ -U_STABLE UBool U_EXPORT2 -u_isULowercase(UChar32 c); - -/** - * Check if a code point has the Uppercase Unicode property. - * Same as u_hasBinaryProperty(c, UCHAR_UPPERCASE). - * This is different from u_isupper! - * @param c Code point to test - * @return true if the code point has the Uppercase Unicode property, false otherwise - * - * @see UCHAR_UPPERCASE - * @see u_isupper - * @see u_hasBinaryProperty - * @stable ICU 2.1 - */ -U_STABLE UBool U_EXPORT2 -u_isUUppercase(UChar32 c); - -/** - * Check if a code point has the White_Space Unicode property. - * Same as u_hasBinaryProperty(c, UCHAR_WHITE_SPACE). - * This is different from both u_isspace and u_isWhitespace! - * - * Note: There are several ICU whitespace functions; please see the uchar.h - * file documentation for a detailed comparison. - * - * @param c Code point to test - * @return true if the code point has the White_Space Unicode property, false otherwise. - * - * @see UCHAR_WHITE_SPACE - * @see u_isWhitespace - * @see u_isspace - * @see u_isJavaSpaceChar - * @see u_hasBinaryProperty - * @stable ICU 2.1 - */ -U_STABLE UBool U_EXPORT2 -u_isUWhiteSpace(UChar32 c); - -/** - * Get the property value for an enumerated or integer Unicode property for a code point. - * Also returns binary and mask property values. - * - * Unicode, especially in version 3.2, defines many more properties than the - * original set in UnicodeData.txt. - * - * The properties APIs are intended to reflect Unicode properties as defined - * in the Unicode Character Database (UCD) and Unicode Technical Reports (UTR). - * For details about the properties see http://www.unicode.org/ . - * For names of Unicode properties see the UCD file PropertyAliases.txt. - * - * Sample usage: - * UEastAsianWidth ea=(UEastAsianWidth)u_getIntPropertyValue(c, UCHAR_EAST_ASIAN_WIDTH); - * UBool b=(UBool)u_getIntPropertyValue(c, UCHAR_IDEOGRAPHIC); - * - * @param c Code point to test. - * @param which UProperty selector constant, identifies which property to check. - * Must be UCHAR_BINARY_START<=which<UCHAR_BINARY_LIMIT - * or UCHAR_INT_START<=which<UCHAR_INT_LIMIT - * or UCHAR_MASK_START<=which<UCHAR_MASK_LIMIT. - * @return Numeric value that is directly the property value or, - * for enumerated properties, corresponds to the numeric value of the enumerated - * constant of the respective property value enumeration type - * (cast to enum type if necessary). - * Returns 0 or 1 (for FALSE/TRUE) for binary Unicode properties. - * Returns a bit-mask for mask properties. - * Returns 0 if 'which' is out of bounds or if the Unicode version - * does not have data for the property at all, or not for this code point. - * - * @see UProperty - * @see u_hasBinaryProperty - * @see u_getIntPropertyMinValue - * @see u_getIntPropertyMaxValue - * @see u_getUnicodeVersion - * @stable ICU 2.2 - */ -U_STABLE int32_t U_EXPORT2 -u_getIntPropertyValue(UChar32 c, UProperty which); - -/** - * Get the minimum value for an enumerated/integer/binary Unicode property. - * Can be used together with u_getIntPropertyMaxValue - * to allocate arrays of UnicodeSet or similar. - * - * @param which UProperty selector constant, identifies which binary property to check. - * Must be UCHAR_BINARY_START<=which<UCHAR_BINARY_LIMIT - * or UCHAR_INT_START<=which<UCHAR_INT_LIMIT. - * @return Minimum value returned by u_getIntPropertyValue for a Unicode property. - * 0 if the property selector is out of range. - * - * @see UProperty - * @see u_hasBinaryProperty - * @see u_getUnicodeVersion - * @see u_getIntPropertyMaxValue - * @see u_getIntPropertyValue - * @stable ICU 2.2 - */ -U_STABLE int32_t U_EXPORT2 -u_getIntPropertyMinValue(UProperty which); - -/** - * Get the maximum value for an enumerated/integer/binary Unicode property. - * Can be used together with u_getIntPropertyMinValue - * to allocate arrays of UnicodeSet or similar. - * - * Examples for min/max values (for Unicode 3.2): - * - * - UCHAR_BIDI_CLASS: 0/18 (U_LEFT_TO_RIGHT/U_BOUNDARY_NEUTRAL) - * - UCHAR_SCRIPT: 0/45 (USCRIPT_COMMON/USCRIPT_TAGBANWA) - * - UCHAR_IDEOGRAPHIC: 0/1 (FALSE/TRUE) - * - * For undefined UProperty constant values, min/max values will be 0/-1. - * - * @param which UProperty selector constant, identifies which binary property to check. - * Must be UCHAR_BINARY_START<=which<UCHAR_BINARY_LIMIT - * or UCHAR_INT_START<=which<UCHAR_INT_LIMIT. - * @return Maximum value returned by u_getIntPropertyValue for a Unicode property. - * <=0 if the property selector is out of range. - * - * @see UProperty - * @see u_hasBinaryProperty - * @see u_getUnicodeVersion - * @see u_getIntPropertyMaxValue - * @see u_getIntPropertyValue - * @stable ICU 2.2 - */ -U_STABLE int32_t U_EXPORT2 -u_getIntPropertyMaxValue(UProperty which); - -/** - * Get the numeric value for a Unicode code point as defined in the - * Unicode Character Database. - * - * A "double" return type is necessary because - * some numeric values are fractions, negative, or too large for int32_t. - * - * For characters without any numeric values in the Unicode Character Database, - * this function will return U_NO_NUMERIC_VALUE. - * - * Similar to java.lang.Character.getNumericValue(), but u_getNumericValue() - * also supports negative values, large values, and fractions, - * while Java's getNumericValue() returns values 10..35 for ASCII letters. - * - * @param c Code point to get the numeric value for. - * @return Numeric value of c, or U_NO_NUMERIC_VALUE if none is defined. - * - * @see U_NO_NUMERIC_VALUE - * @stable ICU 2.2 - */ -U_STABLE double U_EXPORT2 -u_getNumericValue(UChar32 c); - -/** - * Special value that is returned by u_getNumericValue when - * no numeric value is defined for a code point. - * - * @see u_getNumericValue - * @stable ICU 2.2 - */ -#define U_NO_NUMERIC_VALUE ((double)-123456789.) - -/** - * Determines whether the specified code point has the general category "Ll" - * (lowercase letter). - * - * Same as java.lang.Character.isLowerCase(). - * - * This misses some characters that are also lowercase but - * have a different general category value. - * In order to include those, use UCHAR_LOWERCASE. - * - * In addition to being equivalent to a Java function, this also serves - * as a C/POSIX migration function. - * See the comments about C/POSIX character classification functions in the - * documentation at the top of this header file. - * - * @param c the code point to be tested - * @return TRUE if the code point is an Ll lowercase letter - * - * @see UCHAR_LOWERCASE - * @see u_isupper - * @see u_istitle - * @stable ICU 2.0 - */ -U_STABLE UBool U_EXPORT2 -u_islower(UChar32 c); - -/** - * Determines whether the specified code point has the general category "Lu" - * (uppercase letter). - * - * Same as java.lang.Character.isUpperCase(). - * - * This misses some characters that are also uppercase but - * have a different general category value. - * In order to include those, use UCHAR_UPPERCASE. - * - * In addition to being equivalent to a Java function, this also serves - * as a C/POSIX migration function. - * See the comments about C/POSIX character classification functions in the - * documentation at the top of this header file. - * - * @param c the code point to be tested - * @return TRUE if the code point is an Lu uppercase letter - * - * @see UCHAR_UPPERCASE - * @see u_islower - * @see u_istitle - * @see u_tolower - * @stable ICU 2.0 - */ -U_STABLE UBool U_EXPORT2 -u_isupper(UChar32 c); - -/** - * Determines whether the specified code point is a titlecase letter. - * True for general category "Lt" (titlecase letter). - * - * Same as java.lang.Character.isTitleCase(). - * - * @param c the code point to be tested - * @return TRUE if the code point is an Lt titlecase letter - * - * @see u_isupper - * @see u_islower - * @see u_totitle - * @stable ICU 2.0 - */ -U_STABLE UBool U_EXPORT2 -u_istitle(UChar32 c); - -/** - * Determines whether the specified code point is a digit character according to Java. - * True for characters with general category "Nd" (decimal digit numbers). - * Beginning with Unicode 4, this is the same as - * testing for the Numeric_Type of Decimal. - * - * Same as java.lang.Character.isDigit(). - * - * In addition to being equivalent to a Java function, this also serves - * as a C/POSIX migration function. - * See the comments about C/POSIX character classification functions in the - * documentation at the top of this header file. - * - * @param c the code point to be tested - * @return TRUE if the code point is a digit character according to Character.isDigit() - * - * @stable ICU 2.0 - */ -U_STABLE UBool U_EXPORT2 -u_isdigit(UChar32 c); - -/** - * Determines whether the specified code point is a letter character. - * True for general categories "L" (letters). - * - * Same as java.lang.Character.isLetter(). - * - * In addition to being equivalent to a Java function, this also serves - * as a C/POSIX migration function. - * See the comments about C/POSIX character classification functions in the - * documentation at the top of this header file. - * - * @param c the code point to be tested - * @return TRUE if the code point is a letter character - * - * @see u_isdigit - * @see u_isalnum - * @stable ICU 2.0 - */ -U_STABLE UBool U_EXPORT2 -u_isalpha(UChar32 c); - -/** - * Determines whether the specified code point is an alphanumeric character - * (letter or digit) according to Java. - * True for characters with general categories - * "L" (letters) and "Nd" (decimal digit numbers). - * - * Same as java.lang.Character.isLetterOrDigit(). - * - * In addition to being equivalent to a Java function, this also serves - * as a C/POSIX migration function. - * See the comments about C/POSIX character classification functions in the - * documentation at the top of this header file. - * - * @param c the code point to be tested - * @return TRUE if the code point is an alphanumeric character according to Character.isLetterOrDigit() - * - * @stable ICU 2.0 - */ -U_STABLE UBool U_EXPORT2 -u_isalnum(UChar32 c); - -/** - * Determines whether the specified code point is a hexadecimal digit. - * This is equivalent to u_digit(c, 16)>=0. - * True for characters with general category "Nd" (decimal digit numbers) - * as well as Latin letters a-f and A-F in both ASCII and Fullwidth ASCII. - * (That is, for letters with code points - * 0041..0046, 0061..0066, FF21..FF26, FF41..FF46.) - * - * In order to narrow the definition of hexadecimal digits to only ASCII - * characters, use (c<=0x7f && u_isxdigit(c)). - * - * This is a C/POSIX migration function. - * See the comments about C/POSIX character classification functions in the - * documentation at the top of this header file. - * - * @param c the code point to be tested - * @return TRUE if the code point is a hexadecimal digit - * - * @stable ICU 2.6 - */ -U_STABLE UBool U_EXPORT2 -u_isxdigit(UChar32 c); - -/** - * Determines whether the specified code point is a punctuation character. - * True for characters with general categories "P" (punctuation). - * - * This is a C/POSIX migration function. - * See the comments about C/POSIX character classification functions in the - * documentation at the top of this header file. - * - * @param c the code point to be tested - * @return TRUE if the code point is a punctuation character - * - * @stable ICU 2.6 - */ -U_STABLE UBool U_EXPORT2 -u_ispunct(UChar32 c); - -/** - * Determines whether the specified code point is a "graphic" character - * (printable, excluding spaces). - * TRUE for all characters except those with general categories - * "Cc" (control codes), "Cf" (format controls), "Cs" (surrogates), - * "Cn" (unassigned), and "Z" (separators). - * - * This is a C/POSIX migration function. - * See the comments about C/POSIX character classification functions in the - * documentation at the top of this header file. - * - * @param c the code point to be tested - * @return TRUE if the code point is a "graphic" character - * - * @stable ICU 2.6 - */ -U_STABLE UBool U_EXPORT2 -u_isgraph(UChar32 c); - -/** - * Determines whether the specified code point is a "blank" or "horizontal space", - * a character that visibly separates words on a line. - * The following are equivalent definitions: - * - * TRUE for Unicode White_Space characters except for "vertical space controls" - * where "vertical space controls" are the following characters: - * U+000A (LF) U+000B (VT) U+000C (FF) U+000D (CR) U+0085 (NEL) U+2028 (LS) U+2029 (PS) - * - * same as - * - * TRUE for U+0009 (TAB) and characters with general category "Zs" (space separators) - * except Zero Width Space (ZWSP, U+200B). - * - * Note: There are several ICU whitespace functions; please see the uchar.h - * file documentation for a detailed comparison. - * - * This is a C/POSIX migration function. - * See the comments about C/POSIX character classification functions in the - * documentation at the top of this header file. - * - * @param c the code point to be tested - * @return TRUE if the code point is a "blank" - * - * @stable ICU 2.6 - */ -U_STABLE UBool U_EXPORT2 -u_isblank(UChar32 c); - -/** - * Determines whether the specified code point is "defined", - * which usually means that it is assigned a character. - * True for general categories other than "Cn" (other, not assigned), - * i.e., true for all code points mentioned in UnicodeData.txt. - * - * Note that non-character code points (e.g., U+FDD0) are not "defined" - * (they are Cn), but surrogate code points are "defined" (Cs). - * - * Same as java.lang.Character.isDefined(). - * - * @param c the code point to be tested - * @return TRUE if the code point is assigned a character - * - * @see u_isdigit - * @see u_isalpha - * @see u_isalnum - * @see u_isupper - * @see u_islower - * @see u_istitle - * @stable ICU 2.0 - */ -U_STABLE UBool U_EXPORT2 -u_isdefined(UChar32 c); - -/** - * Determines if the specified character is a space character or not. - * - * Note: There are several ICU whitespace functions; please see the uchar.h - * file documentation for a detailed comparison. - * - * This is a C/POSIX migration function. - * See the comments about C/POSIX character classification functions in the - * documentation at the top of this header file. - * - * @param c the character to be tested - * @return true if the character is a space character; false otherwise. - * - * @see u_isJavaSpaceChar - * @see u_isWhitespace - * @see u_isUWhiteSpace - * @stable ICU 2.0 - */ -U_STABLE UBool U_EXPORT2 -u_isspace(UChar32 c); - -/** - * Determine if the specified code point is a space character according to Java. - * True for characters with general categories "Z" (separators), - * which does not include control codes (e.g., TAB or Line Feed). - * - * Same as java.lang.Character.isSpaceChar(). - * - * Note: There are several ICU whitespace functions; please see the uchar.h - * file documentation for a detailed comparison. - * - * @param c the code point to be tested - * @return TRUE if the code point is a space character according to Character.isSpaceChar() - * - * @see u_isspace - * @see u_isWhitespace - * @see u_isUWhiteSpace - * @stable ICU 2.6 - */ -U_STABLE UBool U_EXPORT2 -u_isJavaSpaceChar(UChar32 c); - -/** - * Determines if the specified code point is a whitespace character according to Java/ICU. - * A character is considered to be a Java whitespace character if and only - * if it satisfies one of the following criteria: - * - * - It is a Unicode separator (categories "Z"), but is not - * a no-break space (U+00A0 NBSP or U+2007 Figure Space or U+202F Narrow NBSP). - * - It is U+0009 HORIZONTAL TABULATION. - * - It is U+000A LINE FEED. - * - It is U+000B VERTICAL TABULATION. - * - It is U+000C FORM FEED. - * - It is U+000D CARRIAGE RETURN. - * - It is U+001C FILE SEPARATOR. - * - It is U+001D GROUP SEPARATOR. - * - It is U+001E RECORD SEPARATOR. - * - It is U+001F UNIT SEPARATOR. - * - It is U+0085 NEXT LINE. - * - * Same as java.lang.Character.isWhitespace() except that Java omits U+0085. - * - * Note: There are several ICU whitespace functions; please see the uchar.h - * file documentation for a detailed comparison. - * - * @param c the code point to be tested - * @return TRUE if the code point is a whitespace character according to Java/ICU - * - * @see u_isspace - * @see u_isJavaSpaceChar - * @see u_isUWhiteSpace - * @stable ICU 2.0 - */ -U_STABLE UBool U_EXPORT2 -u_isWhitespace(UChar32 c); - -/** - * Determines whether the specified code point is a control character - * (as defined by this function). - * A control character is one of the following: - * - ISO 8-bit control character (U+0000..U+001f and U+007f..U+009f) - * - U_CONTROL_CHAR (Cc) - * - U_FORMAT_CHAR (Cf) - * - U_LINE_SEPARATOR (Zl) - * - U_PARAGRAPH_SEPARATOR (Zp) - * - * This is a C/POSIX migration function. - * See the comments about C/POSIX character classification functions in the - * documentation at the top of this header file. - * - * @param c the code point to be tested - * @return TRUE if the code point is a control character - * - * @see UCHAR_DEFAULT_IGNORABLE_CODE_POINT - * @see u_isprint - * @stable ICU 2.0 - */ -U_STABLE UBool U_EXPORT2 -u_iscntrl(UChar32 c); - -/** - * Determines whether the specified code point is an ISO control code. - * True for U+0000..U+001f and U+007f..U+009f (general category "Cc"). - * - * Same as java.lang.Character.isISOControl(). - * - * @param c the code point to be tested - * @return TRUE if the code point is an ISO control code - * - * @see u_iscntrl - * @stable ICU 2.6 - */ -U_STABLE UBool U_EXPORT2 -u_isISOControl(UChar32 c); - -/** - * Determines whether the specified code point is a printable character. - * True for general categories <em>other</em> than "C" (controls). - * - * This is a C/POSIX migration function. - * See the comments about C/POSIX character classification functions in the - * documentation at the top of this header file. - * - * @param c the code point to be tested - * @return TRUE if the code point is a printable character - * - * @see UCHAR_DEFAULT_IGNORABLE_CODE_POINT - * @see u_iscntrl - * @stable ICU 2.0 - */ -U_STABLE UBool U_EXPORT2 -u_isprint(UChar32 c); - -/** - * Determines whether the specified code point is a base character. - * True for general categories "L" (letters), "N" (numbers), - * "Mc" (spacing combining marks), and "Me" (enclosing marks). - * - * Note that this is different from the Unicode definition in - * chapter 3.5, conformance clause D13, - * which defines base characters to be all characters (not Cn) - * that do not graphically combine with preceding characters (M) - * and that are neither control (Cc) or format (Cf) characters. - * - * @param c the code point to be tested - * @return TRUE if the code point is a base character according to this function - * - * @see u_isalpha - * @see u_isdigit - * @stable ICU 2.0 - */ -U_STABLE UBool U_EXPORT2 -u_isbase(UChar32 c); - -/** - * Returns the bidirectional category value for the code point, - * which is used in the Unicode bidirectional algorithm - * (UAX #9 http://www.unicode.org/reports/tr9/). - * Note that some <em>unassigned</em> code points have bidi values - * of R or AL because they are in blocks that are reserved - * for Right-To-Left scripts. - * - * Same as java.lang.Character.getDirectionality() - * - * @param c the code point to be tested - * @return the bidirectional category (UCharDirection) value - * - * @see UCharDirection - * @stable ICU 2.0 - */ -U_STABLE UCharDirection U_EXPORT2 -u_charDirection(UChar32 c); - -/** - * Determines whether the code point has the Bidi_Mirrored property. - * This property is set for characters that are commonly used in - * Right-To-Left contexts and need to be displayed with a "mirrored" - * glyph. - * - * Same as java.lang.Character.isMirrored(). - * Same as UCHAR_BIDI_MIRRORED - * - * @param c the code point to be tested - * @return TRUE if the character has the Bidi_Mirrored property - * - * @see UCHAR_BIDI_MIRRORED - * @stable ICU 2.0 - */ -U_STABLE UBool U_EXPORT2 -u_isMirrored(UChar32 c); - -/** - * Maps the specified character to a "mirror-image" character. - * For characters with the Bidi_Mirrored property, implementations - * sometimes need a "poor man's" mapping to another Unicode - * character (code point) such that the default glyph may serve - * as the mirror-image of the default glyph of the specified - * character. This is useful for text conversion to and from - * codepages with visual order, and for displays without glyph - * selecetion capabilities. - * - * @param c the code point to be mapped - * @return another Unicode code point that may serve as a mirror-image - * substitute, or c itself if there is no such mapping or c - * does not have the Bidi_Mirrored property - * - * @see UCHAR_BIDI_MIRRORED - * @see u_isMirrored - * @stable ICU 2.0 - */ -U_STABLE UChar32 U_EXPORT2 -u_charMirror(UChar32 c); - -/** - * Returns the general category value for the code point. - * - * Same as java.lang.Character.getType(). - * - * @param c the code point to be tested - * @return the general category (UCharCategory) value - * - * @see UCharCategory - * @stable ICU 2.0 - */ -U_STABLE int8_t U_EXPORT2 -u_charType(UChar32 c); - -/** - * Get a single-bit bit set for the general category of a character. - * This bit set can be compared bitwise with U_GC_SM_MASK, U_GC_L_MASK, etc. - * Same as U_MASK(u_charType(c)). - * - * @param c the code point to be tested - * @return a single-bit mask corresponding to the general category (UCharCategory) value - * - * @see u_charType - * @see UCharCategory - * @see U_GC_CN_MASK - * @stable ICU 2.1 - */ -#define U_GET_GC_MASK(c) U_MASK(u_charType(c)) - -/** - * Callback from u_enumCharTypes(), is called for each contiguous range - * of code points c (where start<=c<limit) - * with the same Unicode general category ("character type"). - * - * The callback function can stop the enumeration by returning FALSE. - * - * @param context an opaque pointer, as passed into utrie_enum() - * @param start the first code point in a contiguous range with value - * @param limit one past the last code point in a contiguous range with value - * @param type the general category for all code points in [start..limit[ - * @return FALSE to stop the enumeration - * - * @stable ICU 2.1 - * @see UCharCategory - * @see u_enumCharTypes - */ -typedef UBool U_CALLCONV -UCharEnumTypeRange(const void *context, UChar32 start, UChar32 limit, UCharCategory type); - -/** - * Enumerate efficiently all code points with their Unicode general categories. - * - * This is useful for building data structures (e.g., UnicodeSet's), - * for enumerating all assigned code points (type!=U_UNASSIGNED), etc. - * - * For each contiguous range of code points with a given general category ("character type"), - * the UCharEnumTypeRange function is called. - * Adjacent ranges have different types. - * The Unicode Standard guarantees that the numeric value of the type is 0..31. - * - * @param enumRange a pointer to a function that is called for each contiguous range - * of code points with the same general category - * @param context an opaque pointer that is passed on to the callback function - * - * @stable ICU 2.1 - * @see UCharCategory - * @see UCharEnumTypeRange - */ -U_STABLE void U_EXPORT2 -u_enumCharTypes(UCharEnumTypeRange *enumRange, const void *context); - -#if !UCONFIG_NO_NORMALIZATION - -/** - * Returns the combining class of the code point as specified in UnicodeData.txt. - * - * @param c the code point of the character - * @return the combining class of the character - * @stable ICU 2.0 - */ -U_STABLE uint8_t U_EXPORT2 -u_getCombiningClass(UChar32 c); - -#endif - -/** - * Returns the decimal digit value of a decimal digit character. - * Such characters have the general category "Nd" (decimal digit numbers) - * and a Numeric_Type of Decimal. - * - * Unlike ICU releases before 2.6, no digit values are returned for any - * Han characters because Han number characters are often used with a special - * Chinese-style number format (with characters for powers of 10 in between) - * instead of in decimal-positional notation. - * Unicode 4 explicitly assigns Han number characters the Numeric_Type - * Numeric instead of Decimal. - * See Jitterbug 1483 for more details. - * - * Use u_getIntPropertyValue(c, UCHAR_NUMERIC_TYPE) and u_getNumericValue() - * for complete numeric Unicode properties. - * - * @param c the code point for which to get the decimal digit value - * @return the decimal digit value of c, - * or -1 if c is not a decimal digit character - * - * @see u_getNumericValue - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -u_charDigitValue(UChar32 c); - -/** - * Returns the Unicode allocation block that contains the character. - * - * @param c the code point to be tested - * @return the block value (UBlockCode) for c - * - * @see UBlockCode - * @stable ICU 2.0 - */ -U_STABLE UBlockCode U_EXPORT2 -ublock_getCode(UChar32 c); - -/** - * Retrieve the name of a Unicode character. - * Depending on <code>nameChoice</code>, the character name written - * into the buffer is the "modern" name or the name that was defined - * in Unicode version 1.0. - * The name contains only "invariant" characters - * like A-Z, 0-9, space, and '-'. - * Unicode 1.0 names are only retrieved if they are different from the modern - * names and if the data file contains the data for them. gennames may or may - * not be called with a command line option to include 1.0 names in unames.dat. - * - * @param code The character (code point) for which to get the name. - * It must be <code>0<=code<=0x10ffff</code>. - * @param nameChoice Selector for which name to get. - * @param buffer Destination address for copying the name. - * The name will always be zero-terminated. - * If there is no name, then the buffer will be set to the empty string. - * @param bufferLength <code>==sizeof(buffer)</code> - * @param pErrorCode Pointer to a UErrorCode variable; - * check for <code>U_SUCCESS()</code> after <code>u_charName()</code> - * returns. - * @return The length of the name, or 0 if there is no name for this character. - * If the bufferLength is less than or equal to the length, then the buffer - * contains the truncated name and the returned length indicates the full - * length of the name. - * The length does not include the zero-termination. - * - * @see UCharNameChoice - * @see u_charFromName - * @see u_enumCharNames - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -u_charName(UChar32 code, UCharNameChoice nameChoice, - char *buffer, int32_t bufferLength, - UErrorCode *pErrorCode); - -/** - * Get the ISO 10646 comment for a character. - * The ISO 10646 comment is an informative field in the Unicode Character - * Database (UnicodeData.txt field 11) and is from the ISO 10646 names list. - * - * @param c The character (code point) for which to get the ISO comment. - * It must be <code>0<=c<=0x10ffff</code>. - * @param dest Destination address for copying the comment. - * The comment will be zero-terminated if possible. - * If there is no comment, then the buffer will be set to the empty string. - * @param destCapacity <code>==sizeof(dest)</code> - * @param pErrorCode Pointer to a UErrorCode variable; - * check for <code>U_SUCCESS()</code> after <code>u_getISOComment()</code> - * returns. - * @return The length of the comment, or 0 if there is no comment for this character. - * If the destCapacity is less than or equal to the length, then the buffer - * contains the truncated name and the returned length indicates the full - * length of the name. - * The length does not include the zero-termination. - * - * @stable ICU 2.2 - */ -U_STABLE int32_t U_EXPORT2 -u_getISOComment(UChar32 c, - char *dest, int32_t destCapacity, - UErrorCode *pErrorCode); - -/** - * Find a Unicode character by its name and return its code point value. - * The name is matched exactly and completely. - * If the name does not correspond to a code point, <i>pErrorCode</i> - * is set to <code>U_INVALID_CHAR_FOUND</code>. - * A Unicode 1.0 name is matched only if it differs from the modern name. - * Unicode names are all uppercase. Extended names are lowercase followed - * by an uppercase hexadecimal number, and within angle brackets. - * - * @param nameChoice Selector for which name to match. - * @param name The name to match. - * @param pErrorCode Pointer to a UErrorCode variable - * @return The Unicode value of the code point with the given name, - * or an undefined value if there is no such code point. - * - * @see UCharNameChoice - * @see u_charName - * @see u_enumCharNames - * @stable ICU 1.7 - */ -U_STABLE UChar32 U_EXPORT2 -u_charFromName(UCharNameChoice nameChoice, - const char *name, - UErrorCode *pErrorCode); - -/** - * Type of a callback function for u_enumCharNames() that gets called - * for each Unicode character with the code point value and - * the character name. - * If such a function returns FALSE, then the enumeration is stopped. - * - * @param context The context pointer that was passed to u_enumCharNames(). - * @param code The Unicode code point for the character with this name. - * @param nameChoice Selector for which kind of names is enumerated. - * @param name The character's name, zero-terminated. - * @param length The length of the name. - * @return TRUE if the enumeration should continue, FALSE to stop it. - * - * @see UCharNameChoice - * @see u_enumCharNames - * @stable ICU 1.7 - */ -typedef UBool U_CALLCONV UEnumCharNamesFn(void *context, - UChar32 code, - UCharNameChoice nameChoice, - const char *name, - int32_t length); - -/** - * Enumerate all assigned Unicode characters between the start and limit - * code points (start inclusive, limit exclusive) and call a function - * for each, passing the code point value and the character name. - * For Unicode 1.0 names, only those are enumerated that differ from the - * modern names. - * - * @param start The first code point in the enumeration range. - * @param limit One more than the last code point in the enumeration range - * (the first one after the range). - * @param fn The function that is to be called for each character name. - * @param context An arbitrary pointer that is passed to the function. - * @param nameChoice Selector for which kind of names to enumerate. - * @param pErrorCode Pointer to a UErrorCode variable - * - * @see UCharNameChoice - * @see UEnumCharNamesFn - * @see u_charName - * @see u_charFromName - * @stable ICU 1.7 - */ -U_STABLE void U_EXPORT2 -u_enumCharNames(UChar32 start, UChar32 limit, - UEnumCharNamesFn *fn, - void *context, - UCharNameChoice nameChoice, - UErrorCode *pErrorCode); - -/** - * Return the Unicode name for a given property, as given in the - * Unicode database file PropertyAliases.txt. - * - * In addition, this function maps the property - * UCHAR_GENERAL_CATEGORY_MASK to the synthetic names "gcm" / - * "General_Category_Mask". These names are not in - * PropertyAliases.txt. - * - * @param property UProperty selector other than UCHAR_INVALID_CODE. - * If out of range, NULL is returned. - * - * @param nameChoice selector for which name to get. If out of range, - * NULL is returned. All properties have a long name. Most - * have a short name, but some do not. Unicode allows for - * additional names; if present these will be returned by - * U_LONG_PROPERTY_NAME + i, where i=1, 2,... - * - * @return a pointer to the name, or NULL if either the - * property or the nameChoice is out of range. If a given - * nameChoice returns NULL, then all larger values of - * nameChoice will return NULL, with one exception: if NULL is - * returned for U_SHORT_PROPERTY_NAME, then - * U_LONG_PROPERTY_NAME (and higher) may still return a - * non-NULL value. The returned pointer is valid until - * u_cleanup() is called. - * - * @see UProperty - * @see UPropertyNameChoice - * @stable ICU 2.4 - */ -U_STABLE const char* U_EXPORT2 -u_getPropertyName(UProperty property, - UPropertyNameChoice nameChoice); - -/** - * Return the UProperty enum for a given property name, as specified - * in the Unicode database file PropertyAliases.txt. Short, long, and - * any other variants are recognized. - * - * In addition, this function maps the synthetic names "gcm" / - * "General_Category_Mask" to the property - * UCHAR_GENERAL_CATEGORY_MASK. These names are not in - * PropertyAliases.txt. - * - * @param alias the property name to be matched. The name is compared - * using "loose matching" as described in PropertyAliases.txt. - * - * @return a UProperty enum, or UCHAR_INVALID_CODE if the given name - * does not match any property. - * - * @see UProperty - * @stable ICU 2.4 - */ -U_STABLE UProperty U_EXPORT2 -u_getPropertyEnum(const char* alias); - -/** - * Return the Unicode name for a given property value, as given in the - * Unicode database file PropertyValueAliases.txt. - * - * Note: Some of the names in PropertyValueAliases.txt can only be - * retrieved using UCHAR_GENERAL_CATEGORY_MASK, not - * UCHAR_GENERAL_CATEGORY. These include: "C" / "Other", "L" / - * "Letter", "LC" / "Cased_Letter", "M" / "Mark", "N" / "Number", "P" - * / "Punctuation", "S" / "Symbol", and "Z" / "Separator". - * - * @param property UProperty selector constant. - * Must be UCHAR_BINARY_START<=which<UCHAR_BINARY_LIMIT - * or UCHAR_INT_START<=which<UCHAR_INT_LIMIT - * or UCHAR_MASK_START<=which<UCHAR_MASK_LIMIT. - * If out of range, NULL is returned. - * - * @param value selector for a value for the given property. If out - * of range, NULL is returned. In general, valid values range - * from 0 up to some maximum. There are a few exceptions: - * (1.) UCHAR_BLOCK values begin at the non-zero value - * UBLOCK_BASIC_LATIN. (2.) UCHAR_CANONICAL_COMBINING_CLASS - * values are not contiguous and range from 0..240. (3.) - * UCHAR_GENERAL_CATEGORY_MASK values are not values of - * UCharCategory, but rather mask values produced by - * U_GET_GC_MASK(). This allows grouped categories such as - * [:L:] to be represented. Mask values range - * non-contiguously from 1..U_GC_P_MASK. - * - * @param nameChoice selector for which name to get. If out of range, - * NULL is returned. All values have a long name. Most have - * a short name, but some do not. Unicode allows for - * additional names; if present these will be returned by - * U_LONG_PROPERTY_NAME + i, where i=1, 2,... - - * @return a pointer to the name, or NULL if either the - * property or the nameChoice is out of range. If a given - * nameChoice returns NULL, then all larger values of - * nameChoice will return NULL, with one exception: if NULL is - * returned for U_SHORT_PROPERTY_NAME, then - * U_LONG_PROPERTY_NAME (and higher) may still return a - * non-NULL value. The returned pointer is valid until - * u_cleanup() is called. - * - * @see UProperty - * @see UPropertyNameChoice - * @stable ICU 2.4 - */ -U_STABLE const char* U_EXPORT2 -u_getPropertyValueName(UProperty property, - int32_t value, - UPropertyNameChoice nameChoice); - -/** - * Return the property value integer for a given value name, as - * specified in the Unicode database file PropertyValueAliases.txt. - * Short, long, and any other variants are recognized. - * - * Note: Some of the names in PropertyValueAliases.txt will only be - * recognized with UCHAR_GENERAL_CATEGORY_MASK, not - * UCHAR_GENERAL_CATEGORY. These include: "C" / "Other", "L" / - * "Letter", "LC" / "Cased_Letter", "M" / "Mark", "N" / "Number", "P" - * / "Punctuation", "S" / "Symbol", and "Z" / "Separator". - * - * @param property UProperty selector constant. - * Must be UCHAR_BINARY_START<=which<UCHAR_BINARY_LIMIT - * or UCHAR_INT_START<=which<UCHAR_INT_LIMIT - * or UCHAR_MASK_START<=which<UCHAR_MASK_LIMIT. - * If out of range, UCHAR_INVALID_CODE is returned. - * - * @param alias the value name to be matched. The name is compared - * using "loose matching" as described in - * PropertyValueAliases.txt. - * - * @return a value integer or UCHAR_INVALID_CODE if the given name - * does not match any value of the given property, or if the - * property is invalid. Note: U CHAR_GENERAL_CATEGORY values - * are not values of UCharCategory, but rather mask values - * produced by U_GET_GC_MASK(). This allows grouped - * categories such as [:L:] to be represented. - * - * @see UProperty - * @stable ICU 2.4 - */ -U_STABLE int32_t U_EXPORT2 -u_getPropertyValueEnum(UProperty property, - const char* alias); - -/** - * Determines if the specified character is permissible as the - * first character in an identifier according to Unicode - * (The Unicode Standard, Version 3.0, chapter 5.16 Identifiers). - * True for characters with general categories "L" (letters) and "Nl" (letter numbers). - * - * Same as java.lang.Character.isUnicodeIdentifierStart(). - * Same as UCHAR_ID_START - * - * @param c the code point to be tested - * @return TRUE if the code point may start an identifier - * - * @see UCHAR_ID_START - * @see u_isalpha - * @see u_isIDPart - * @stable ICU 2.0 - */ -U_STABLE UBool U_EXPORT2 -u_isIDStart(UChar32 c); - -/** - * Determines if the specified character is permissible - * in an identifier according to Java. - * True for characters with general categories "L" (letters), - * "Nl" (letter numbers), "Nd" (decimal digits), - * "Mc" and "Mn" (combining marks), "Pc" (connecting punctuation), and - * u_isIDIgnorable(c). - * - * Same as java.lang.Character.isUnicodeIdentifierPart(). - * Almost the same as Unicode's ID_Continue (UCHAR_ID_CONTINUE) - * except that Unicode recommends to ignore Cf which is less than - * u_isIDIgnorable(c). - * - * @param c the code point to be tested - * @return TRUE if the code point may occur in an identifier according to Java - * - * @see UCHAR_ID_CONTINUE - * @see u_isIDStart - * @see u_isIDIgnorable - * @stable ICU 2.0 - */ -U_STABLE UBool U_EXPORT2 -u_isIDPart(UChar32 c); - -/** - * Determines if the specified character should be regarded - * as an ignorable character in an identifier, - * according to Java. - * True for characters with general category "Cf" (format controls) as well as - * non-whitespace ISO controls - * (U+0000..U+0008, U+000E..U+001B, U+007F..U+0084, U+0086..U+009F). - * - * Same as java.lang.Character.isIdentifierIgnorable() - * except that Java also returns TRUE for U+0085 Next Line - * (it omits U+0085 from whitespace ISO controls). - * - * Note that Unicode just recommends to ignore Cf (format controls). - * - * @param c the code point to be tested - * @return TRUE if the code point is ignorable in identifiers according to Java - * - * @see UCHAR_DEFAULT_IGNORABLE_CODE_POINT - * @see u_isIDStart - * @see u_isIDPart - * @stable ICU 2.0 - */ -U_STABLE UBool U_EXPORT2 -u_isIDIgnorable(UChar32 c); - -/** - * Determines if the specified character is permissible as the - * first character in a Java identifier. - * In addition to u_isIDStart(c), true for characters with - * general categories "Sc" (currency symbols) and "Pc" (connecting punctuation). - * - * Same as java.lang.Character.isJavaIdentifierStart(). - * - * @param c the code point to be tested - * @return TRUE if the code point may start a Java identifier - * - * @see u_isJavaIDPart - * @see u_isalpha - * @see u_isIDStart - * @stable ICU 2.0 - */ -U_STABLE UBool U_EXPORT2 -u_isJavaIDStart(UChar32 c); - -/** - * Determines if the specified character is permissible - * in a Java identifier. - * In addition to u_isIDPart(c), true for characters with - * general category "Sc" (currency symbols). - * - * Same as java.lang.Character.isJavaIdentifierPart(). - * - * @param c the code point to be tested - * @return TRUE if the code point may occur in a Java identifier - * - * @see u_isIDIgnorable - * @see u_isJavaIDStart - * @see u_isalpha - * @see u_isdigit - * @see u_isIDPart - * @stable ICU 2.0 - */ -U_STABLE UBool U_EXPORT2 -u_isJavaIDPart(UChar32 c); - -/** - * The given character is mapped to its lowercase equivalent according to - * UnicodeData.txt; if the character has no lowercase equivalent, the character - * itself is returned. - * - * Same as java.lang.Character.toLowerCase(). - * - * This function only returns the simple, single-code point case mapping. - * Full case mappings should be used whenever possible because they produce - * better results by working on whole strings. - * They take into account the string context and the language and can map - * to a result string with a different length as appropriate. - * Full case mappings are applied by the string case mapping functions, - * see ustring.h and the UnicodeString class. - * See also the User Guide chapter on C/POSIX migration: - * http://icu-project.org/userguide/posix.html#case_mappings - * - * @param c the code point to be mapped - * @return the Simple_Lowercase_Mapping of the code point, if any; - * otherwise the code point itself. - * @stable ICU 2.0 - */ -U_STABLE UChar32 U_EXPORT2 -u_tolower(UChar32 c); - -/** - * The given character is mapped to its uppercase equivalent according to UnicodeData.txt; - * if the character has no uppercase equivalent, the character itself is - * returned. - * - * Same as java.lang.Character.toUpperCase(). - * - * This function only returns the simple, single-code point case mapping. - * Full case mappings should be used whenever possible because they produce - * better results by working on whole strings. - * They take into account the string context and the language and can map - * to a result string with a different length as appropriate. - * Full case mappings are applied by the string case mapping functions, - * see ustring.h and the UnicodeString class. - * See also the User Guide chapter on C/POSIX migration: - * http://icu-project.org/userguide/posix.html#case_mappings - * - * @param c the code point to be mapped - * @return the Simple_Uppercase_Mapping of the code point, if any; - * otherwise the code point itself. - * @stable ICU 2.0 - */ -U_STABLE UChar32 U_EXPORT2 -u_toupper(UChar32 c); - -/** - * The given character is mapped to its titlecase equivalent - * according to UnicodeData.txt; - * if none is defined, the character itself is returned. - * - * Same as java.lang.Character.toTitleCase(). - * - * This function only returns the simple, single-code point case mapping. - * Full case mappings should be used whenever possible because they produce - * better results by working on whole strings. - * They take into account the string context and the language and can map - * to a result string with a different length as appropriate. - * Full case mappings are applied by the string case mapping functions, - * see ustring.h and the UnicodeString class. - * See also the User Guide chapter on C/POSIX migration: - * http://icu-project.org/userguide/posix.html#case_mappings - * - * @param c the code point to be mapped - * @return the Simple_Titlecase_Mapping of the code point, if any; - * otherwise the code point itself. - * @stable ICU 2.0 - */ -U_STABLE UChar32 U_EXPORT2 -u_totitle(UChar32 c); - -/** Option value for case folding: use default mappings defined in CaseFolding.txt. @stable ICU 2.0 */ -#define U_FOLD_CASE_DEFAULT 0 - -/** - * Option value for case folding: - * - * Use the modified set of mappings provided in CaseFolding.txt to handle dotted I - * and dotless i appropriately for Turkic languages (tr, az). - * - * Before Unicode 3.2, CaseFolding.txt contains mappings marked with 'I' that - * are to be included for default mappings and - * excluded for the Turkic-specific mappings. - * - * Unicode 3.2 CaseFolding.txt instead contains mappings marked with 'T' that - * are to be excluded for default mappings and - * included for the Turkic-specific mappings. - * - * @stable ICU 2.0 - */ -#define U_FOLD_CASE_EXCLUDE_SPECIAL_I 1 - -/** - * The given character is mapped to its case folding equivalent according to - * UnicodeData.txt and CaseFolding.txt; - * if the character has no case folding equivalent, the character - * itself is returned. - * - * This function only returns the simple, single-code point case mapping. - * Full case mappings should be used whenever possible because they produce - * better results by working on whole strings. - * They take into account the string context and the language and can map - * to a result string with a different length as appropriate. - * Full case mappings are applied by the string case mapping functions, - * see ustring.h and the UnicodeString class. - * See also the User Guide chapter on C/POSIX migration: - * http://icu-project.org/userguide/posix.html#case_mappings - * - * @param c the code point to be mapped - * @param options Either U_FOLD_CASE_DEFAULT or U_FOLD_CASE_EXCLUDE_SPECIAL_I - * @return the Simple_Case_Folding of the code point, if any; - * otherwise the code point itself. - * @stable ICU 2.0 - */ -U_STABLE UChar32 U_EXPORT2 -u_foldCase(UChar32 c, uint32_t options); - -/** - * Returns the decimal digit value of the code point in the - * specified radix. - * - * If the radix is not in the range <code>2<=radix<=36</code> or if the - * value of <code>c</code> is not a valid digit in the specified - * radix, <code>-1</code> is returned. A character is a valid digit - * if at least one of the following is true: - * <ul> - * <li>The character has a decimal digit value. - * Such characters have the general category "Nd" (decimal digit numbers) - * and a Numeric_Type of Decimal. - * In this case the value is the character's decimal digit value.</li> - * <li>The character is one of the uppercase Latin letters - * <code>'A'</code> through <code>'Z'</code>. - * In this case the value is <code>c-'A'+10</code>.</li> - * <li>The character is one of the lowercase Latin letters - * <code>'a'</code> through <code>'z'</code>. - * In this case the value is <code>ch-'a'+10</code>.</li> - * <li>Latin letters from both the ASCII range (0061..007A, 0041..005A) - * as well as from the Fullwidth ASCII range (FF41..FF5A, FF21..FF3A) - * are recognized.</li> - * </ul> - * - * Same as java.lang.Character.digit(). - * - * @param ch the code point to be tested. - * @param radix the radix. - * @return the numeric value represented by the character in the - * specified radix, - * or -1 if there is no value or if the value exceeds the radix. - * - * @see UCHAR_NUMERIC_TYPE - * @see u_forDigit - * @see u_charDigitValue - * @see u_isdigit - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -u_digit(UChar32 ch, int8_t radix); - -/** - * Determines the character representation for a specific digit in - * the specified radix. If the value of <code>radix</code> is not a - * valid radix, or the value of <code>digit</code> is not a valid - * digit in the specified radix, the null character - * (<code>U+0000</code>) is returned. - * <p> - * The <code>radix</code> argument is valid if it is greater than or - * equal to 2 and less than or equal to 36. - * The <code>digit</code> argument is valid if - * <code>0 <= digit < radix</code>. - * <p> - * If the digit is less than 10, then - * <code>'0' + digit</code> is returned. Otherwise, the value - * <code>'a' + digit - 10</code> is returned. - * - * Same as java.lang.Character.forDigit(). - * - * @param digit the number to convert to a character. - * @param radix the radix. - * @return the <code>char</code> representation of the specified digit - * in the specified radix. - * - * @see u_digit - * @see u_charDigitValue - * @see u_isdigit - * @stable ICU 2.0 - */ -U_STABLE UChar32 U_EXPORT2 -u_forDigit(int32_t digit, int8_t radix); - -/** - * Get the "age" of the code point. - * The "age" is the Unicode version when the code point was first - * designated (as a non-character or for Private Use) - * or assigned a character. - * This can be useful to avoid emitting code points to receiving - * processes that do not accept newer characters. - * The data is from the UCD file DerivedAge.txt. - * - * @param c The code point. - * @param versionArray The Unicode version number array, to be filled in. - * - * @stable ICU 2.1 - */ -U_STABLE void U_EXPORT2 -u_charAge(UChar32 c, UVersionInfo versionArray); - -/** - * Gets the Unicode version information. - * The version array is filled in with the version information - * for the Unicode standard that is currently used by ICU. - * For example, Unicode version 3.1.1 is represented as an array with - * the values { 3, 1, 1, 0 }. - * - * @param versionArray an output array that will be filled in with - * the Unicode version number - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 -u_getUnicodeVersion(UVersionInfo versionArray); - -/** - * Get the FC_NFKC_Closure property string for a character. - * See Unicode Standard Annex #15 for details, search for "FC_NFKC_Closure" - * or for "FNC": http://www.unicode.org/reports/tr15/ - * - * @param c The character (code point) for which to get the FC_NFKC_Closure string. - * It must be <code>0<=c<=0x10ffff</code>. - * @param dest Destination address for copying the string. - * The string will be zero-terminated if possible. - * If there is no FC_NFKC_Closure string, - * then the buffer will be set to the empty string. - * @param destCapacity <code>==sizeof(dest)</code> - * @param pErrorCode Pointer to a UErrorCode variable. - * @return The length of the string, or 0 if there is no FC_NFKC_Closure string for this character. - * If the destCapacity is less than or equal to the length, then the buffer - * contains the truncated name and the returned length indicates the full - * length of the name. - * The length does not include the zero-termination. - * - * @stable ICU 2.2 - */ -U_STABLE int32_t U_EXPORT2 -u_getFC_NFKC_Closure(UChar32 c, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode); - -U_CDECL_END - -#endif /*_UCHAR*/ -/*eof*/ diff --git a/jni/EastAsianWidth/unicode/uchriter.h b/jni/EastAsianWidth/unicode/uchriter.h deleted file mode 100644 index 6d5a990..0000000 --- a/jni/EastAsianWidth/unicode/uchriter.h +++ /dev/null @@ -1,381 +0,0 @@ -/* -********************************************************************** -* Copyright (C) 1998-2005, International Business Machines -* Corporation and others. All Rights Reserved. -********************************************************************** -*/ - -#ifndef UCHRITER_H -#define UCHRITER_H - -#include "unicode/utypes.h" -#include "unicode/chariter.h" - -/** - * \file - * \brief C++ API: UChar Character Iterator - */ - -U_NAMESPACE_BEGIN - -/** - * A concrete subclass of CharacterIterator that iterates over the - * characters (code units or code points) in a UChar array. - * It's possible not only to create an - * iterator that iterates over an entire UChar array, but also to - * create one that iterates over only a subrange of a UChar array - * (iterators over different subranges of the same UChar array don't - * compare equal). - * @see CharacterIterator - * @see ForwardCharacterIterator - * @stable ICU 2.0 - */ -class U_COMMON_API UCharCharacterIterator : public CharacterIterator { -public: - /** - * Create an iterator over the UChar array referred to by "textPtr". - * The iteration range is 0 to <code>length-1</code>. - * text is only aliased, not adopted (the - * destructor will not delete it). - * @param textPtr The UChar array to be iterated over - * @param length The length of the UChar array - * @stable ICU 2.0 - */ - UCharCharacterIterator(const UChar* textPtr, int32_t length); - - /** - * Create an iterator over the UChar array referred to by "textPtr". - * The iteration range is 0 to <code>length-1</code>. - * text is only aliased, not adopted (the - * destructor will not delete it). - * The starting - * position is specified by "position". If "position" is outside the valid - * iteration range, the behavior of this object is undefined. - * @param textPtr The UChar array to be iteratd over - * @param length The length of the UChar array - * @param position The starting position of the iteration - * @stable ICU 2.0 - */ - UCharCharacterIterator(const UChar* textPtr, int32_t length, - int32_t position); - - /** - * Create an iterator over the UChar array referred to by "textPtr". - * The iteration range is 0 to <code>end-1</code>. - * text is only aliased, not adopted (the - * destructor will not delete it). - * The starting - * position is specified by "position". If begin and end do not - * form a valid iteration range or "position" is outside the valid - * iteration range, the behavior of this object is undefined. - * @param textPtr The UChar array to be iterated over - * @param length The length of the UChar array - * @param textBegin The begin position of the iteration range - * @param textEnd The end position of the iteration range - * @param position The starting position of the iteration - * @stable ICU 2.0 - */ - UCharCharacterIterator(const UChar* textPtr, int32_t length, - int32_t textBegin, - int32_t textEnd, - int32_t position); - - /** - * Copy constructor. The new iterator iterates over the same range - * of the same string as "that", and its initial position is the - * same as "that"'s current position. - * @param that The UCharCharacterIterator to be copied - * @stable ICU 2.0 - */ - UCharCharacterIterator(const UCharCharacterIterator& that); - - /** - * Destructor. - * @stable ICU 2.0 - */ - virtual ~UCharCharacterIterator(); - - /** - * Assignment operator. *this is altered to iterate over the sane - * range of the same string as "that", and refers to the same - * character within that string as "that" does. - * @param that The object to be copied - * @return the newly created object - * @stable ICU 2.0 - */ - UCharCharacterIterator& - operator=(const UCharCharacterIterator& that); - - /** - * Returns true if the iterators iterate over the same range of the - * same string and are pointing at the same character. - * @param that The ForwardCharacterIterator used to be compared for equality - * @return true if the iterators iterate over the same range of the - * same string and are pointing at the same character. - * @stable ICU 2.0 - */ - virtual UBool operator==(const ForwardCharacterIterator& that) const; - - /** - * Generates a hash code for this iterator. - * @return the hash code. - * @stable ICU 2.0 - */ - virtual int32_t hashCode(void) const; - - /** - * Returns a new UCharCharacterIterator referring to the same - * character in the same range of the same string as this one. The - * caller must delete the new iterator. - * @return the CharacterIterator newly created - * @stable ICU 2.0 - */ - virtual CharacterIterator* clone(void) const; - - /** - * Sets the iterator to refer to the first code unit in its - * iteration range, and returns that code unit. - * This can be used to begin an iteration with next(). - * @return the first code unit in its iteration range. - * @stable ICU 2.0 - */ - virtual UChar first(void); - - /** - * Sets the iterator to refer to the first code unit in its - * iteration range, returns that code unit, and moves the position - * to the second code unit. This is an alternative to setToStart() - * for forward iteration with nextPostInc(). - * @return the first code unit in its iteration range - * @stable ICU 2.0 - */ - virtual UChar firstPostInc(void); - - /** - * Sets the iterator to refer to the first code point in its - * iteration range, and returns that code unit, - * This can be used to begin an iteration with next32(). - * Note that an iteration with next32PostInc(), beginning with, - * e.g., setToStart() or firstPostInc(), is more efficient. - * @return the first code point in its iteration range - * @stable ICU 2.0 - */ - virtual UChar32 first32(void); - - /** - * Sets the iterator to refer to the first code point in its - * iteration range, returns that code point, and moves the position - * to the second code point. This is an alternative to setToStart() - * for forward iteration with next32PostInc(). - * @return the first code point in its iteration range. - * @stable ICU 2.0 - */ - virtual UChar32 first32PostInc(void); - - /** - * Sets the iterator to refer to the last code unit in its - * iteration range, and returns that code unit. - * This can be used to begin an iteration with previous(). - * @return the last code unit in its iteration range. - * @stable ICU 2.0 - */ - virtual UChar last(void); - - /** - * Sets the iterator to refer to the last code point in its - * iteration range, and returns that code unit. - * This can be used to begin an iteration with previous32(). - * @return the last code point in its iteration range. - * @stable ICU 2.0 - */ - virtual UChar32 last32(void); - - /** - * Sets the iterator to refer to the "position"-th code unit - * in the text-storage object the iterator refers to, and - * returns that code unit. - * @param position the position within the text-storage object - * @return the code unit - * @stable ICU 2.0 - */ - virtual UChar setIndex(int32_t position); - - /** - * Sets the iterator to refer to the beginning of the code point - * that contains the "position"-th code unit - * in the text-storage object the iterator refers to, and - * returns that code point. - * The current position is adjusted to the beginning of the code point - * (its first code unit). - * @param position the position within the text-storage object - * @return the code unit - * @stable ICU 2.0 - */ - virtual UChar32 setIndex32(int32_t position); - - /** - * Returns the code unit the iterator currently refers to. - * @return the code unit the iterator currently refers to. - * @stable ICU 2.0 - */ - virtual UChar current(void) const; - - /** - * Returns the code point the iterator currently refers to. - * @return the code point the iterator currently refers to. - * @stable ICU 2.0 - */ - virtual UChar32 current32(void) const; - - /** - * Advances to the next code unit in the iteration range (toward - * endIndex()), and returns that code unit. If there are no more - * code units to return, returns DONE. - * @return the next code unit in the iteration range. - * @stable ICU 2.0 - */ - virtual UChar next(void); - - /** - * Gets the current code unit for returning and advances to the next code unit - * in the iteration range - * (toward endIndex()). If there are - * no more code units to return, returns DONE. - * @return the current code unit. - * @stable ICU 2.0 - */ - virtual UChar nextPostInc(void); - - /** - * Advances to the next code point in the iteration range (toward - * endIndex()), and returns that code point. If there are no more - * code points to return, returns DONE. - * Note that iteration with "pre-increment" semantics is less - * efficient than iteration with "post-increment" semantics - * that is provided by next32PostInc(). - * @return the next code point in the iteration range. - * @stable ICU 2.0 - */ - virtual UChar32 next32(void); - - /** - * Gets the current code point for returning and advances to the next code point - * in the iteration range - * (toward endIndex()). If there are - * no more code points to return, returns DONE. - * @return the current point. - * @stable ICU 2.0 - */ - virtual UChar32 next32PostInc(void); - - /** - * Returns FALSE if there are no more code units or code points - * at or after the current position in the iteration range. - * This is used with nextPostInc() or next32PostInc() in forward - * iteration. - * @return FALSE if there are no more code units or code points - * at or after the current position in the iteration range. - * @stable ICU 2.0 - */ - virtual UBool hasNext(); - - /** - * Advances to the previous code unit in the iteration range (toward - * startIndex()), and returns that code unit. If there are no more - * code units to return, returns DONE. - * @return the previous code unit in the iteration range. - * @stable ICU 2.0 - */ - virtual UChar previous(void); - - /** - * Advances to the previous code point in the iteration range (toward - * startIndex()), and returns that code point. If there are no more - * code points to return, returns DONE. - * @return the previous code point in the iteration range. - * @stable ICU 2.0 - */ - virtual UChar32 previous32(void); - - /** - * Returns FALSE if there are no more code units or code points - * before the current position in the iteration range. - * This is used with previous() or previous32() in backward - * iteration. - * @return FALSE if there are no more code units or code points - * before the current position in the iteration range. - * @stable ICU 2.0 - */ - virtual UBool hasPrevious(); - - /** - * Moves the current position relative to the start or end of the - * iteration range, or relative to the current position itself. - * The movement is expressed in numbers of code units forward - * or backward by specifying a positive or negative delta. - * @param delta the position relative to origin. A positive delta means forward; - * a negative delta means backward. - * @param origin Origin enumeration {kStart, kCurrent, kEnd} - * @return the new position - * @stable ICU 2.0 - */ - virtual int32_t move(int32_t delta, EOrigin origin); - - /** - * Moves the current position relative to the start or end of the - * iteration range, or relative to the current position itself. - * The movement is expressed in numbers of code points forward - * or backward by specifying a positive or negative delta. - * @param delta the position relative to origin. A positive delta means forward; - * a negative delta means backward. - * @param origin Origin enumeration {kStart, kCurrent, kEnd} - * @return the new position - * @stable ICU 2.0 - */ - virtual int32_t move32(int32_t delta, EOrigin origin); - - /** - * Sets the iterator to iterate over a new range of text - * @stable ICU 2.0 - */ - void setText(const UChar* newText, int32_t newTextLength); - - /** - * Copies the UChar array under iteration into the UnicodeString - * referred to by "result". Even if this iterator iterates across - * only a part of this string, the whole string is copied. - * @param result Receives a copy of the text under iteration. - * @stable ICU 2.0 - */ - virtual void getText(UnicodeString& result); - - /** - * Return a class ID for this class (not really public) - * @return a class ID for this class - * @stable ICU 2.0 - */ - static UClassID U_EXPORT2 getStaticClassID(void); - - /** - * Return a class ID for this object (not really public) - * @return a class ID for this object. - * @stable ICU 2.0 - */ - virtual UClassID getDynamicClassID(void) const; - -protected: - /** - * Protected constructor - * @stable ICU 2.0 - */ - UCharCharacterIterator(); - /** - * Protected member text - * @stable ICU 2.0 - */ - const UChar* text; - -}; - -U_NAMESPACE_END -#endif diff --git a/jni/EastAsianWidth/unicode/uclean.h b/jni/EastAsianWidth/unicode/uclean.h deleted file mode 100644 index a13924a..0000000 --- a/jni/EastAsianWidth/unicode/uclean.h +++ /dev/null @@ -1,267 +0,0 @@ -/* -****************************************************************************** -* * -* Copyright (C) 2001-2005, International Business Machines * -* Corporation and others. All Rights Reserved. * -* * -****************************************************************************** -* file name: uclean.h -* encoding: US-ASCII -* tab size: 8 (not used) -* indentation:4 -* -* created on: 2001July05 -* created by: George Rhoten -*/ - -#ifndef __UCLEAN_H__ -#define __UCLEAN_H__ - -#include "unicode/utypes.h" -/** - * \file - * \brief C API: Initialize and clean up ICU - */ - -/** - * Initialize ICU. The description further below applies to ICU 2.6 to ICU 3.4. - * Starting with ICU 3.4, u_init() needs not be called any more for - * ensuring thread safety, but it can give an indication for whether ICU - * can load its data. In ICU 3.4, it will try to load the converter alias table - * (cnvalias.icu) and give an error code if that fails. - * This may change in the future. - * <p> - * For ensuring the availability of necessary data, an application should - * open the service objects (converters, collators, etc.) that it will use - * and check for error codes there. - * <p> - * Documentation for ICU 2.6 to ICU 3.4: - * <p> - * This function loads and initializes data items - * that are required internally by various ICU functions. Use of this explicit - * initialization is required in multi-threaded applications; in - * single threaded apps, use is optional, but incurs little additional - * cost, and is thus recommended. - * <p> - * In multi-threaded applications, u_init() should be called in the - * main thread before starting additional threads, or, alternatively - * it can be called in each individual thread once, before other ICU - * functions are called in that thread. In this second scenario, the - * application must guarantee that the first call to u_init() happen - * without contention, in a single thread only. - * <p> - * If <code>u_setMemoryFunctions()</code> or - * <code>u_setMutexFunctions</code> are needed (uncommon), they must be - * called _before_ <code>u_init()</code>. - * <p> - * Extra, repeated, or otherwise unneeded calls to u_init() do no harm, - * other than taking a small amount of time. - * - * @param status An ICU UErrorCode parameter. It must not be <code>NULL</code>. - * An Error will be returned if some required part of ICU data can not - * be loaded or initialized. - * The function returns immediately if the input error code indicates a - * failure, as usual. - * - * @stable ICU 2.6 - */ -U_STABLE void U_EXPORT2 -u_init(UErrorCode *status); - -/** - * Clean up the system resources, such as allocated memory or open files, - * used in all ICU libraries. This will free/delete all memory owned by the - * ICU libraries, and return them to their original load state. All open ICU - * items (collators, resource bundles, converters, etc.) must be closed before - * calling this function, otherwise ICU may not free its allocated memory - * (e.g. close your converters and resource bundles before calling this - * function). Generally, this function should be called once just before - * an application exits. For applications that dynamically load and unload - * the ICU libraries (relatively uncommon), u_cleanup() should be called - * just before the library unload. - * <p> - * u_cleanup() also clears any ICU heap functions, mutex functions or - * trace functions that may have been set for the process. - * This has the effect of restoring ICU to its initial condition, before - * any of these override functions were installed. Refer to - * u_setMemoryFunctions(), u_setMutexFunctions and - * utrace_setFunctions(). If ICU is to be reinitialized after after - * calling u_cleanup(), these runtime override functions will need to - * be set up again if they are still required. - * <p> - * u_cleanup() is not thread safe. All other threads should stop using ICU - * before calling this function. - * <p> - * Any open ICU items will be left in an undefined state by u_cleanup(), - * and any subsequent attempt to use such an item will give unpredictable - * results. - * <p> - * After calling u_cleanup(), an application may continue to use ICU by - * calling u_init(). An application must invoke u_init() first from one single - * thread before allowing other threads call u_init(). All threads existing - * at the time of the first thread's call to u_init() must also call - * u_init() themselves before continuing with other ICU operations. - * <p> - * The use of u_cleanup() just before an application terminates is optional, - * but it should be called only once for performance reasons. The primary - * benefit is to eliminate reports of memory or resource leaks originating - * in ICU code from the results generated by heap analysis tools. - * <p> - * <strong>Use this function with great care!</strong> - * </p> - * - * @stable ICU 2.0 - * @system - */ -U_STABLE void U_EXPORT2 -u_cleanup(void); - - - - -/** - * An opaque pointer type that represents an ICU mutex. - * For user-implemented mutexes, the value will typically point to a - * struct or object that implements the mutex. - * @stable ICU 2.8 - * @system - */ -typedef void *UMTX; - -/** - * Function Pointer type for a user supplied mutex initialization function. - * The user-supplied function will be called by ICU whenever ICU needs to create a - * new mutex. The function implementation should create a mutex, and store a pointer - * to something that uniquely identifies the mutex into the UMTX that is supplied - * as a paramter. - * @param context user supplied value, obtained from from u_setMutexFunctions(). - * @param mutex Receives a pointer that identifies the new mutex. - * The mutex init function must set the UMTX to a non-null value. - * Subsequent calls by ICU to lock, unlock, or destroy a mutex will - * identify the mutex by the UMTX value. - * @param status Error status. Report errors back to ICU by setting this variable - * with an error code. - * @stable ICU 2.8 - * @system - */ -typedef void U_CALLCONV UMtxInitFn (const void *context, UMTX *mutex, UErrorCode* status); - - -/** - * Function Pointer type for a user supplied mutex functions. - * One of the user-supplied functions with this signature will be called by ICU - * whenever ICU needs to lock, unlock, or destroy a mutex. - * @param context user supplied value, obtained from from u_setMutexFunctions(). - * @param mutex specify the mutex on which to operate. - * @stable ICU 2.8 - * @system - */ -typedef void U_CALLCONV UMtxFn (const void *context, UMTX *mutex); - - -/** - * Set the functions that ICU will use for mutex operations - * Use of this function is optional; by default (without this function), ICU will - * directly access system functions for mutex operations - * This function can only be used when ICU is in an initial, unused state, before - * u_init() has been called. - * This function may be used even when ICU has been built without multi-threaded - * support (see ICU_USE_THREADS pre-processor variable, umutex.h) - * @param context This pointer value will be saved, and then (later) passed as - * a parameter to the user-supplied mutex functions each time they - * are called. - * @param init Pointer to a mutex initialization function. Must be non-null. - * @param destroy Pointer to the mutex destroy function. Must be non-null. - * @param lock pointer to the mutex lock function. Must be non-null. - * @param unlock Pointer to the mutex unlock function. Must be non-null. - * @param status Receives error values. - * @stable ICU 2.8 - * @system - */ -U_STABLE void U_EXPORT2 -u_setMutexFunctions(const void *context, UMtxInitFn *init, UMtxFn *destroy, UMtxFn *lock, UMtxFn *unlock, - UErrorCode *status); - - -/** - * Pointer type for a user supplied atomic increment or decrement function. - * @param context user supplied value, obtained from from u_setAtomicIncDecFunctions(). - * @param p Pointer to a 32 bit int to be incremented or decremented - * @return The value of the variable after the inc or dec operation. - * @stable ICU 2.8 - * @system - */ -typedef int32_t U_CALLCONV UMtxAtomicFn(const void *context, int32_t *p); - -/** - * Set the functions that ICU will use for atomic increment and decrement of int32_t values. - * Use of this function is optional; by default (without this function), ICU will - * use its own internal implementation of atomic increment/decrement. - * This function can only be used when ICU is in an initial, unused state, before - * u_init() has been called. - * @param context This pointer value will be saved, and then (later) passed as - * a parameter to the increment and decrement functions each time they - * are called. This function can only be called - * @param inc Pointer to a function to do an atomic increment operation. Must be non-null. - * @param dec Pointer to a function to do an atomic decrement operation. Must be non-null. - * @param status Receives error values. - * @stable ICU 2.8 - * @system - */ -U_STABLE void U_EXPORT2 -u_setAtomicIncDecFunctions(const void *context, UMtxAtomicFn *inc, UMtxAtomicFn *dec, - UErrorCode *status); - - - -/** - * Pointer type for a user supplied memory allocation function. - * @param context user supplied value, obtained from from u_setMemoryFunctions(). - * @param size The number of bytes to be allocated - * @return Pointer to the newly allocated memory, or NULL if the allocation failed. - * @stable ICU 2.8 - * @system - */ -typedef void *U_CALLCONV UMemAllocFn(const void *context, size_t size); -/** - * Pointer type for a user supplied memory re-allocation function. - * @param context user supplied value, obtained from from u_setMemoryFunctions(). - * @param size The number of bytes to be allocated - * @return Pointer to the newly allocated memory, or NULL if the allocation failed. - * @stable ICU 2.8 - * @system - */ -typedef void *U_CALLCONV UMemReallocFn(const void *context, void *mem, size_t size); -/** - * Pointer type for a user supplied memory free function. Behavior should be - * similar the standard C library free(). - * @param context user supplied value, obtained from from u_setMemoryFunctions(). - * @param mem Pointer to the memory block to be resized - * @param size The new size for the block - * @return Pointer to the resized memory block, or NULL if the resizing failed. - * @stable ICU 2.8 - * @system - */ -typedef void U_CALLCONV UMemFreeFn (const void *context, void *mem); - -/** - * Set the functions that ICU will use for memory allocation. - * Use of this function is optional; by default (without this function), ICU will - * use the standard C library malloc() and free() functions. - * This function can only be used when ICU is in an initial, unused state, before - * u_init() has been called. - * @param context This pointer value will be saved, and then (later) passed as - * a parameter to the memory functions each time they - * are called. - * @param a Pointer to a user-supplied malloc function. - * @param r Pointer to a user-supplied realloc function. - * @param f Pointer to a user-supplied free function. - * @param status Receives error values. - * @stable ICU 2.8 - * @system - */ -U_STABLE void U_EXPORT2 -u_setMemoryFunctions(const void *context, UMemAllocFn *a, UMemReallocFn *r, UMemFreeFn *f, - UErrorCode *status); - -#endif diff --git a/jni/EastAsianWidth/unicode/ucnv.h b/jni/EastAsianWidth/unicode/ucnv.h deleted file mode 100644 index 90edfd1..0000000 --- a/jni/EastAsianWidth/unicode/ucnv.h +++ /dev/null @@ -1,1967 +0,0 @@ -/* -********************************************************************** -* Copyright (C) 1999-2007, International Business Machines -* Corporation and others. All Rights Reserved. -********************************************************************** - * ucnv.h: - * External APIs for the ICU's codeset conversion library - * Bertrand A. Damiba - * - * Modification History: - * - * Date Name Description - * 04/04/99 helena Fixed internal header inclusion. - * 05/11/00 helena Added setFallback and usesFallback APIs. - * 06/29/2000 helena Major rewrite of the callback APIs. - * 12/07/2000 srl Update of documentation - */ - -/** - * \file - * \brief C API: Character conversion - * - * <h2>Character Conversion C API</h2> - * - * <p>This API is used to convert codepage or character encoded data to and - * from UTF-16. You can open a converter with {@link ucnv_open() }. With that - * converter, you can get its properties, set options, convert your data and - * close the converter.</p> - * - * <p>Since many software programs recogize different converter names for - * different types of converters, there are other functions in this API to - * iterate over the converter aliases. The functions {@link ucnv_getAvailableName() }, - * {@link ucnv_getAlias() } and {@link ucnv_getStandardName() } are some of the - * more frequently used alias functions to get this information.</p> - * - * <p>When a converter encounters an illegal, irregular, invalid or unmappable character - * its default behavior is to use a substitution character to replace the - * bad byte sequence. This behavior can be changed by using {@link ucnv_setFromUCallBack() } - * or {@link ucnv_setToUCallBack() } on the converter. The header ucnv_err.h defines - * many other callback actions that can be used instead of a character substitution.</p> - * - * <p>More information about this API can be found in our - * <a href="http://icu-project.org/userguide/conversion.html">User's - * Guide</a>.</p> - */ - -#ifndef UCNV_H -#define UCNV_H - -#include "unicode/ucnv_err.h" -#include "unicode/uenum.h" - -#ifndef __USET_H__ - -/** - * USet is the C API type for Unicode sets. - * It is forward-declared here to avoid including the header file if related - * conversion APIs are not used. - * See unicode/uset.h - * - * @see ucnv_getUnicodeSet - * @stable ICU 2.6 - */ -struct USet; -/** @stable ICU 2.6 */ -typedef struct USet USet; - -#endif - -#if !UCONFIG_NO_CONVERSION - -U_CDECL_BEGIN - -/** Maximum length of a converter name including the terminating NULL @stable ICU 2.0 */ -#define UCNV_MAX_CONVERTER_NAME_LENGTH 60 -/** Maximum length of a converter name including path and terminating NULL @stable ICU 2.0 */ -#define UCNV_MAX_FULL_FILE_NAME_LENGTH (600+UCNV_MAX_CONVERTER_NAME_LENGTH) - -/** Shift in for EBDCDIC_STATEFUL and iso2022 states @stable ICU 2.0 */ -#define UCNV_SI 0x0F -/** Shift out for EBDCDIC_STATEFUL and iso2022 states @stable ICU 2.0 */ -#define UCNV_SO 0x0E - -/** - * Enum for specifying basic types of converters - * @see ucnv_getType - * @stable ICU 2.0 - */ -typedef enum { - UCNV_UNSUPPORTED_CONVERTER = -1, - UCNV_SBCS = 0, - UCNV_DBCS = 1, - UCNV_MBCS = 2, - UCNV_LATIN_1 = 3, - UCNV_UTF8 = 4, - UCNV_UTF16_BigEndian = 5, - UCNV_UTF16_LittleEndian = 6, - UCNV_UTF32_BigEndian = 7, - UCNV_UTF32_LittleEndian = 8, - UCNV_EBCDIC_STATEFUL = 9, - UCNV_ISO_2022 = 10, - - UCNV_LMBCS_1 = 11, - UCNV_LMBCS_2, - UCNV_LMBCS_3, - UCNV_LMBCS_4, - UCNV_LMBCS_5, - UCNV_LMBCS_6, - UCNV_LMBCS_8, - UCNV_LMBCS_11, - UCNV_LMBCS_16, - UCNV_LMBCS_17, - UCNV_LMBCS_18, - UCNV_LMBCS_19, - UCNV_LMBCS_LAST = UCNV_LMBCS_19, - UCNV_HZ, - UCNV_SCSU, - UCNV_ISCII, - UCNV_US_ASCII, - UCNV_UTF7, - UCNV_BOCU1, - UCNV_UTF16, - UCNV_UTF32, - UCNV_CESU8, - UCNV_IMAP_MAILBOX, - - /* Number of converter types for which we have conversion routines. */ - UCNV_NUMBER_OF_SUPPORTED_CONVERTER_TYPES - -} UConverterType; - -/** - * Enum for specifying which platform a converter ID refers to. - * The use of platform/CCSID is not recommended. See ucnv_openCCSID(). - * - * @see ucnv_getPlatform - * @see ucnv_openCCSID - * @see ucnv_getCCSID - * @stable ICU 2.0 - */ -typedef enum { - UCNV_UNKNOWN = -1, - UCNV_IBM = 0 -} UConverterPlatform; - -/** - * Function pointer for error callback in the codepage to unicode direction. - * Called when an error has occured in conversion to unicode, or on open/close of the callback (see reason). - * @param context Pointer to the callback's private data - * @param args Information about the conversion in progress - * @param codeUnits Points to 'length' bytes of the concerned codepage sequence - * @param length Size (in bytes) of the concerned codepage sequence - * @param reason Defines the reason the callback was invoked - * @param pErrorCode ICU error code in/out parameter. - * For converter callback functions, set to a conversion error - * before the call, and the callback may reset it to U_ZERO_ERROR. - * @see ucnv_setToUCallBack - * @see UConverterToUnicodeArgs - * @stable ICU 2.0 - */ -typedef void (U_EXPORT2 *UConverterToUCallback) ( - const void* context, - UConverterToUnicodeArgs *args, - const char *codeUnits, - int32_t length, - UConverterCallbackReason reason, - UErrorCode *pErrorCode); - -/** - * Function pointer for error callback in the unicode to codepage direction. - * Called when an error has occured in conversion from unicode, or on open/close of the callback (see reason). - * @param context Pointer to the callback's private data - * @param args Information about the conversion in progress - * @param codeUnits Points to 'length' UChars of the concerned Unicode sequence - * @param length Size (in bytes) of the concerned codepage sequence - * @param codePoint Single UChar32 (UTF-32) containing the concerend Unicode codepoint. - * @param reason Defines the reason the callback was invoked - * @param pErrorCode ICU error code in/out parameter. - * For converter callback functions, set to a conversion error - * before the call, and the callback may reset it to U_ZERO_ERROR. - * @see ucnv_setFromUCallBack - * @stable ICU 2.0 - */ -typedef void (U_EXPORT2 *UConverterFromUCallback) ( - const void* context, - UConverterFromUnicodeArgs *args, - const UChar* codeUnits, - int32_t length, - UChar32 codePoint, - UConverterCallbackReason reason, - UErrorCode *pErrorCode); - -U_CDECL_END - -/** - * Character that separates converter names from options and options from each other. - * @see ucnv_open - * @stable ICU 2.0 - */ -#define UCNV_OPTION_SEP_CHAR ',' - -/** - * String version of UCNV_OPTION_SEP_CHAR. - * @see ucnv_open - * @stable ICU 2.0 - */ -#define UCNV_OPTION_SEP_STRING "," - -/** - * Character that separates a converter option from its value. - * @see ucnv_open - * @stable ICU 2.0 - */ -#define UCNV_VALUE_SEP_CHAR '=' - -/** - * String version of UCNV_VALUE_SEP_CHAR. - * @see ucnv_open - * @stable ICU 2.0 - */ -#define UCNV_VALUE_SEP_STRING "=" - -/** - * Converter option for specifying a locale. - * For example, ucnv_open("SCSU,locale=ja", &errorCode); - * See convrtrs.txt. - * - * @see ucnv_open - * @stable ICU 2.0 - */ -#define UCNV_LOCALE_OPTION_STRING ",locale=" - -/** - * Converter option for specifying a version selector (0..9) for some converters. - * For example, ucnv_open("UTF-7,version=1", &errorCode); - * See convrtrs.txt. - * - * @see ucnv_open - * @stable ICU 2.4 - */ -#define UCNV_VERSION_OPTION_STRING ",version=" - -/** - * Converter option for EBCDIC SBCS or mixed-SBCS/DBCS (stateful) codepages. - * Swaps Unicode mappings for EBCDIC LF and NL codes, as used on - * S/390 (z/OS) Unix System Services (Open Edition). - * For example, ucnv_open("ibm-1047,swaplfnl", &errorCode); - * See convrtrs.txt. - * - * @see ucnv_open - * @stable ICU 2.4 - */ -#define UCNV_SWAP_LFNL_OPTION_STRING ",swaplfnl" - -/** - * Do a fuzzy compare of two converter/alias names. - * The comparison is case-insensitive, ignores leading zeroes if they are not - * followed by further digits, and ignores all but letters and digits. - * Thus the strings "UTF-8", "utf_8", "u*T@f08" and "Utf 8" are exactly equivalent. - * See section 1.4, Charset Alias Matching in Unicode Technical Standard #22 - * at http://www.unicode.org/reports/tr22/ - * - * @param name1 a converter name or alias, zero-terminated - * @param name2 a converter name or alias, zero-terminated - * @return 0 if the names match, or a negative value if the name1 - * lexically precedes name2, or a positive value if the name1 - * lexically follows name2. - * @stable ICU 2.0 - */ -U_STABLE int U_EXPORT2 -ucnv_compareNames(const char *name1, const char *name2); - - -/** - * Creates a UConverter object with the name of a coded character set specified as a C string. - * The actual name will be resolved with the alias file - * using a case-insensitive string comparison that ignores - * leading zeroes and all non-alphanumeric characters. - * E.g., the names "UTF8", "utf-8", "u*T@f08" and "Utf 8" are all equivalent. - * (See also ucnv_compareNames().) - * If <code>NULL</code> is passed for the converter name, it will create one with the - * getDefaultName return value. - * - * <p>A converter name for ICU 1.5 and above may contain options - * like a locale specification to control the specific behavior of - * the newly instantiated converter. - * The meaning of the options depends on the particular converter. - * If an option is not defined for or recognized by a given converter, then it is ignored.</p> - * - * <p>Options are appended to the converter name string, with a - * <code>UCNV_OPTION_SEP_CHAR</code> between the name and the first option and - * also between adjacent options.</p> - * - * <p>If the alias is ambiguous, then the preferred converter is used - * and the status is set to U_AMBIGUOUS_ALIAS_WARNING.</p> - * - * <p>The conversion behavior and names can vary between platforms. ICU may - * convert some characters differently from other platforms. Details on this topic - * are in the <a href="http://icu-project.org/userguide/conversion.html">User's - * Guide</a>. Aliases starting with a "cp" prefix have no specific meaning - * other than its an alias starting with the letters "cp". Please do not - * associate any meaning to these aliases.</p> - * - * @param converterName Name of the coded character set table. - * This may have options appended to the string. - * IANA alias character set names, IBM CCSIDs starting with "ibm-", - * Windows codepage numbers starting with "windows-" are frequently - * used for this parameter. See ucnv_getAvailableName and - * ucnv_getAlias for a complete list that is available. - * If this parameter is NULL, the default converter will be used. - * @param err outgoing error status <TT>U_MEMORY_ALLOCATION_ERROR, U_FILE_ACCESS_ERROR</TT> - * @return the created Unicode converter object, or <TT>NULL</TT> if an error occured - * @see ucnv_openU - * @see ucnv_openCCSID - * @see ucnv_getAvailableName - * @see ucnv_getAlias - * @see ucnv_getDefaultName - * @see ucnv_close - * @ee ucnv_compareNames - * @stable ICU 2.0 - */ -U_STABLE UConverter* U_EXPORT2 -ucnv_open(const char *converterName, UErrorCode *err); - - -/** - * Creates a Unicode converter with the names specified as unicode string. - * The name should be limited to the ASCII-7 alphanumerics range. - * The actual name will be resolved with the alias file - * using a case-insensitive string comparison that ignores - * leading zeroes and all non-alphanumeric characters. - * E.g., the names "UTF8", "utf-8", "u*T@f08" and "Utf 8" are all equivalent. - * (See also ucnv_compareNames().) - * If <TT>NULL</TT> is passed for the converter name, it will create - * one with the ucnv_getDefaultName() return value. - * If the alias is ambiguous, then the preferred converter is used - * and the status is set to U_AMBIGUOUS_ALIAS_WARNING. - * - * <p>See ucnv_open for the complete details</p> - * @param name Name of the UConverter table in a zero terminated - * Unicode string - * @param err outgoing error status <TT>U_MEMORY_ALLOCATION_ERROR, - * U_FILE_ACCESS_ERROR</TT> - * @return the created Unicode converter object, or <TT>NULL</TT> if an - * error occured - * @see ucnv_open - * @see ucnv_openCCSID - * @see ucnv_close - * @ee ucnv_compareNames - * @stable ICU 2.0 - */ -U_STABLE UConverter* U_EXPORT2 -ucnv_openU(const UChar *name, - UErrorCode *err); - -/** - * Creates a UConverter object from a CCSID number and platform pair. - * Note that the usefulness of this function is limited to platforms with numeric - * encoding IDs. Only IBM and Microsoft platforms use numeric (16-bit) identifiers for - * encodings. - * - * In addition, IBM CCSIDs and Unicode conversion tables are not 1:1 related. - * For many IBM CCSIDs there are multiple (up to six) Unicode conversion tables, and - * for some Unicode conversion tables there are multiple CCSIDs. - * Some "alternate" Unicode conversion tables are provided by the - * IBM CDRA conversion table registry. - * The most prominent example of a systematic modification of conversion tables that is - * not provided in the form of conversion table files in the repository is - * that S/390 Unix System Services swaps the codes for Line Feed and New Line in all - * EBCDIC codepages, which requires such a swap in the Unicode conversion tables as well. - * - * Only IBM default conversion tables are accessible with ucnv_openCCSID(). - * ucnv_getCCSID() will return the same CCSID for all conversion tables that are associated - * with that CCSID. - * - * Currently, the only "platform" supported in the ICU converter API is UCNV_IBM. - * - * In summary, the use of CCSIDs and the associated API functions is not recommended. - * - * In order to open a converter with the default IBM CDRA Unicode conversion table, - * you can use this function or use the prefix "ibm-": - * \code - * char name[20]; - * sprintf(name, "ibm-%hu", ccsid); - * cnv=ucnv_open(name, &errorCode); - * \endcode - * - * In order to open a converter with the IBM S/390 Unix System Services variant - * of a Unicode/EBCDIC conversion table, - * you can use the prefix "ibm-" together with the option string UCNV_SWAP_LFNL_OPTION_STRING: - * \code - * char name[20]; - * sprintf(name, "ibm-%hu" UCNV_SWAP_LFNL_OPTION_STRING, ccsid); - * cnv=ucnv_open(name, &errorCode); - * \endcode - * - * In order to open a converter from a Microsoft codepage number, use the prefix "cp": - * \code - * char name[20]; - * sprintf(name, "cp%hu", codepageID); - * cnv=ucnv_open(name, &errorCode); - * \endcode - * - * If the alias is ambiguous, then the preferred converter is used - * and the status is set to U_AMBIGUOUS_ALIAS_WARNING. - * - * @param codepage codepage number to create - * @param platform the platform in which the codepage number exists - * @param err error status <TT>U_MEMORY_ALLOCATION_ERROR, U_FILE_ACCESS_ERROR</TT> - * @return the created Unicode converter object, or <TT>NULL</TT> if an error - * occured. - * @see ucnv_open - * @see ucnv_openU - * @see ucnv_close - * @see ucnv_getCCSID - * @see ucnv_getPlatform - * @see UConverterPlatform - * @stable ICU 2.0 - */ -U_STABLE UConverter* U_EXPORT2 -ucnv_openCCSID(int32_t codepage, - UConverterPlatform platform, - UErrorCode * err); - -/** - * <p>Creates a UConverter object specified from a packageName and a converterName.</p> - * - * <p>The packageName and converterName must point to an ICU udata object, as defined by - * <code> udata_open( packageName, "cnv", converterName, err) </code> or equivalent. - * Typically, packageName will refer to a (.dat) file, or to a package registered with - * udata_setAppData(). Using a full file or directory pathname for packageName is deprecated.</p> - * - * <p>The name will NOT be looked up in the alias mechanism, nor will the converter be - * stored in the converter cache or the alias table. The only way to open further converters - * is call this function multiple times, or use the ucnv_safeClone() function to clone a - * 'master' converter.</p> - * - * <p>A future version of ICU may add alias table lookups and/or caching - * to this function.</p> - * - * <p>Example Use: - * <code>cnv = ucnv_openPackage("myapp", "myconverter", &err);</code> - * </p> - * - * @param packageName name of the package (equivalent to 'path' in udata_open() call) - * @param converterName name of the data item to be used, without suffix. - * @param err outgoing error status <TT>U_MEMORY_ALLOCATION_ERROR, U_FILE_ACCESS_ERROR</TT> - * @return the created Unicode converter object, or <TT>NULL</TT> if an error occured - * @see udata_open - * @see ucnv_open - * @see ucnv_safeClone - * @see ucnv_close - * @stable ICU 2.2 - */ -U_STABLE UConverter* U_EXPORT2 -ucnv_openPackage(const char *packageName, const char *converterName, UErrorCode *err); - -/** - * Thread safe converter cloning operation. - * For most efficient operation, pass in a stackBuffer (and a *pBufferSize) - * with at least U_CNV_SAFECLONE_BUFFERSIZE bytes of space. - * If the buffer size is sufficient, then the clone will use the stack buffer; - * otherwise, it will be allocated, and *pBufferSize will indicate - * the actual size. (This should not occur with U_CNV_SAFECLONE_BUFFERSIZE.) - * - * You must ucnv_close() the clone in any case. - * - * If *pBufferSize==0, (regardless of whether stackBuffer==NULL or not) - * then *pBufferSize will be changed to a sufficient size - * for cloning this converter, - * without actually cloning the converter ("pure pre-flighting"). - * - * If *pBufferSize is greater than zero but not large enough for a stack-based - * clone, then the converter is cloned using newly allocated memory - * and *pBufferSize is changed to the necessary size. - * - * If the converter clone fits into the stack buffer but the stack buffer is not - * sufficiently aligned for the clone, then the clone will use an - * adjusted pointer and use an accordingly smaller buffer size. - * - * @param cnv converter to be cloned - * @param stackBuffer user allocated space for the new clone. If NULL new memory will be allocated. - * If buffer is not large enough, new memory will be allocated. - * Clients can use the U_CNV_SAFECLONE_BUFFERSIZE. This will probably be enough to avoid memory allocations. - * @param pBufferSize pointer to size of allocated space. pBufferSize must not be NULL. - * @param status to indicate whether the operation went on smoothly or there were errors - * An informational status value, U_SAFECLONE_ALLOCATED_WARNING, - * is used if any allocations were necessary. - * However, it is better to check if *pBufferSize grew for checking for - * allocations because warning codes can be overridden by subsequent - * function calls. - * @return pointer to the new clone - * @stable ICU 2.0 - */ -U_STABLE UConverter * U_EXPORT2 -ucnv_safeClone(const UConverter *cnv, - void *stackBuffer, - int32_t *pBufferSize, - UErrorCode *status); - -/** - * \def U_CNV_SAFECLONE_BUFFERSIZE - * Definition of a buffer size that is designed to be large enough for - * converters to be cloned with ucnv_safeClone(). - * @stable ICU 2.0 - */ -#define U_CNV_SAFECLONE_BUFFERSIZE 1024 - -/** - * Deletes the unicode converter and releases resources associated - * with just this instance. - * Does not free up shared converter tables. - * - * @param converter the converter object to be deleted - * @see ucnv_open - * @see ucnv_openU - * @see ucnv_openCCSID - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 -ucnv_close(UConverter * converter); - -/** - * Fills in the output parameter, subChars, with the substitution characters - * as multiple bytes. - * If ucnv_setSubstString() set a Unicode string because the converter is - * stateful, then subChars will be an empty string. - * - * @param converter the Unicode converter - * @param subChars the subsitution characters - * @param len on input the capacity of subChars, on output the number - * of bytes copied to it - * @param err the outgoing error status code. - * If the substitution character array is too small, an - * <TT>U_INDEX_OUTOFBOUNDS_ERROR</TT> will be returned. - * @see ucnv_setSubstString - * @see ucnv_setSubstChars - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 -ucnv_getSubstChars(const UConverter *converter, - char *subChars, - int8_t *len, - UErrorCode *err); - -/** - * Sets the substitution chars when converting from unicode to a codepage. The - * substitution is specified as a string of 1-4 bytes, and may contain - * <TT>NULL</TT> bytes. - * The subChars must represent a single character. The caller needs to know the - * byte sequence of a valid character in the converter's charset. - * For some converters, for example some ISO 2022 variants, only single-byte - * substitution characters may be supported. - * The newer ucnv_setSubstString() function relaxes these limitations. - * - * @param converter the Unicode converter - * @param subChars the substitution character byte sequence we want set - * @param len the number of bytes in subChars - * @param err the error status code. <TT>U_INDEX_OUTOFBOUNDS_ERROR </TT> if - * len is bigger than the maximum number of bytes allowed in subchars - * @see ucnv_setSubstString - * @see ucnv_getSubstChars - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 -ucnv_setSubstChars(UConverter *converter, - const char *subChars, - int8_t len, - UErrorCode *err); - -/** - * Set a substitution string for converting from Unicode to a charset. - * The caller need not know the charset byte sequence for each charset. - * - * Unlike ucnv_setSubstChars() which is designed to set a charset byte sequence - * for a single character, this function takes a Unicode string with - * zero, one or more characters, and immediately verifies that the string can be - * converted to the charset. - * If not, or if the result is too long (more than 32 bytes as of ICU 3.6), - * then the function returns with an error accordingly. - * - * Also unlike ucnv_setSubstChars(), this function works for stateful charsets - * by converting on the fly at the point of substitution rather than setting - * a fixed byte sequence. - * - * @param cnv The UConverter object. - * @param s The Unicode string. - * @param length The number of UChars in s, or -1 for a NUL-terminated string. - * @param err Pointer to a standard ICU error code. Its input value must - * pass the U_SUCCESS() test, or else the function returns - * immediately. Check for U_FAILURE() on output or use with - * function chaining. (See User Guide for details.) - * - * @see ucnv_setSubstChars - * @see ucnv_getSubstChars - * @stable ICU 3.6 - */ -U_STABLE void U_EXPORT2 -ucnv_setSubstString(UConverter *cnv, - const UChar *s, - int32_t length, - UErrorCode *err); - -/** - * Fills in the output parameter, errBytes, with the error characters from the - * last failing conversion. - * - * @param converter the Unicode converter - * @param errBytes the codepage bytes which were in error - * @param len on input the capacity of errBytes, on output the number of - * bytes which were copied to it - * @param err the error status code. - * If the substitution character array is too small, an - * <TT>U_INDEX_OUTOFBOUNDS_ERROR</TT> will be returned. - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 -ucnv_getInvalidChars(const UConverter *converter, - char *errBytes, - int8_t *len, - UErrorCode *err); - -/** - * Fills in the output parameter, errChars, with the error characters from the - * last failing conversion. - * - * @param converter the Unicode converter - * @param errUChars the UChars which were in error - * @param len on input the capacity of errUChars, on output the number of - * UChars which were copied to it - * @param err the error status code. - * If the substitution character array is too small, an - * <TT>U_INDEX_OUTOFBOUNDS_ERROR</TT> will be returned. - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 -ucnv_getInvalidUChars(const UConverter *converter, - UChar *errUChars, - int8_t *len, - UErrorCode *err); - -/** - * Resets the state of a converter to the default state. This is used - * in the case of an error, to restart a conversion from a known default state. - * It will also empty the internal output buffers. - * @param converter the Unicode converter - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 -ucnv_reset(UConverter *converter); - -/** - * Resets the to-Unicode part of a converter state to the default state. - * This is used in the case of an error to restart a conversion to - * Unicode to a known default state. It will also empty the internal - * output buffers used for the conversion to Unicode codepoints. - * @param converter the Unicode converter - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 -ucnv_resetToUnicode(UConverter *converter); - -/** - * Resets the from-Unicode part of a converter state to the default state. - * This is used in the case of an error to restart a conversion from - * Unicode to a known default state. It will also empty the internal output - * buffers used for the conversion from Unicode codepoints. - * @param converter the Unicode converter - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 -ucnv_resetFromUnicode(UConverter *converter); - -/** - * Returns the maximum number of bytes that are output per UChar in conversion - * from Unicode using this converter. - * The returned number can be used with UCNV_GET_MAX_BYTES_FOR_STRING - * to calculate the size of a target buffer for conversion from Unicode. - * - * Note: Before ICU 2.8, this function did not return reliable numbers for - * some stateful converters (EBCDIC_STATEFUL, ISO-2022) and LMBCS. - * - * This number may not be the same as the maximum number of bytes per - * "conversion unit". In other words, it may not be the intuitively expected - * number of bytes per character that would be published for a charset, - * and may not fulfill any other purpose than the allocation of an output - * buffer of guaranteed sufficient size for a given input length and converter. - * - * Examples for special cases that are taken into account: - * - Supplementary code points may convert to more bytes than BMP code points. - * This function returns bytes per UChar (UTF-16 code unit), not per - * Unicode code point, for efficient buffer allocation. - * - State-shifting output (SI/SO, escapes, etc.) from stateful converters. - * - When m input UChars are converted to n output bytes, then the maximum m/n - * is taken into account. - * - * The number returned here does not take into account - * (see UCNV_GET_MAX_BYTES_FOR_STRING): - * - callbacks which output more than one charset character sequence per call, - * like escape callbacks - * - initial and final non-character bytes that are output by some converters - * (automatic BOMs, initial escape sequence, final SI, etc.) - * - * Examples for returned values: - * - SBCS charsets: 1 - * - Shift-JIS: 2 - * - UTF-16: 2 (2 per BMP, 4 per surrogate _pair_, BOM not counted) - * - UTF-8: 3 (3 per BMP, 4 per surrogate _pair_) - * - EBCDIC_STATEFUL (EBCDIC mixed SBCS/DBCS): 3 (SO + DBCS) - * - ISO-2022: 3 (always outputs UTF-8) - * - ISO-2022-JP: 6 (4-byte escape sequences + DBCS) - * - ISO-2022-CN: 8 (4-byte designator sequences + 2-byte SS2/SS3 + DBCS) - * - * @param converter The Unicode converter. - * @return The maximum number of bytes per UChar that are output by ucnv_fromUnicode(), - * to be used together with UCNV_GET_MAX_BYTES_FOR_STRING for buffer allocation. - * - * @see UCNV_GET_MAX_BYTES_FOR_STRING - * @see ucnv_getMinCharSize - * @stable ICU 2.0 - */ -U_STABLE int8_t U_EXPORT2 -ucnv_getMaxCharSize(const UConverter *converter); - -/** - * Calculates the size of a buffer for conversion from Unicode to a charset. - * The calculated size is guaranteed to be sufficient for this conversion. - * - * It takes into account initial and final non-character bytes that are output - * by some converters. - * It does not take into account callbacks which output more than one charset - * character sequence per call, like escape callbacks. - * The default (substitution) callback only outputs one charset character sequence. - * - * @param length Number of UChars to be converted. - * @param maxCharSize Return value from ucnv_getMaxCharSize() for the converter - * that will be used. - * @return Size of a buffer that will be large enough to hold the output bytes of - * converting length UChars with the converter that returned the maxCharSize. - * - * @see ucnv_getMaxCharSize - * @stable ICU 2.8 - */ -#define UCNV_GET_MAX_BYTES_FOR_STRING(length, maxCharSize) \ - (((int32_t)(length)+10)*(int32_t)(maxCharSize)) - -/** - * Returns the minimum byte length for characters in this codepage. - * This is usually either 1 or 2. - * @param converter the Unicode converter - * @return the minimum number of bytes allowed by this particular converter - * @see ucnv_getMaxCharSize - * @stable ICU 2.0 - */ -U_STABLE int8_t U_EXPORT2 -ucnv_getMinCharSize(const UConverter *converter); - -/** - * Returns the display name of the converter passed in based on the Locale - * passed in. If the locale contains no display name, the internal ASCII - * name will be filled in. - * - * @param converter the Unicode converter. - * @param displayLocale is the specific Locale we want to localised for - * @param displayName user provided buffer to be filled in - * @param displayNameCapacity size of displayName Buffer - * @param err error status code - * @return displayNameLength number of UChar needed in displayName - * @see ucnv_getName - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -ucnv_getDisplayName(const UConverter *converter, - const char *displayLocale, - UChar *displayName, - int32_t displayNameCapacity, - UErrorCode *err); - -/** - * Gets the internal, canonical name of the converter (zero-terminated). - * The lifetime of the returned string will be that of the converter - * passed to this function. - * @param converter the Unicode converter - * @param err UErrorCode status - * @return the internal name of the converter - * @see ucnv_getDisplayName - * @stable ICU 2.0 - */ -U_STABLE const char * U_EXPORT2 -ucnv_getName(const UConverter *converter, UErrorCode *err); - -/** - * Gets a codepage number associated with the converter. This is not guaranteed - * to be the one used to create the converter. Some converters do not represent - * platform registered codepages and return zero for the codepage number. - * The error code fill-in parameter indicates if the codepage number - * is available. - * Does not check if the converter is <TT>NULL</TT> or if converter's data - * table is <TT>NULL</TT>. - * - * Important: The use of CCSIDs is not recommended because it is limited - * to only two platforms in principle and only one (UCNV_IBM) in the current - * ICU converter API. - * Also, CCSIDs are insufficient to identify IBM Unicode conversion tables precisely. - * For more details see ucnv_openCCSID(). - * - * @param converter the Unicode converter - * @param err the error status code. - * @return If any error occurrs, -1 will be returned otherwise, the codepage number - * will be returned - * @see ucnv_openCCSID - * @see ucnv_getPlatform - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -ucnv_getCCSID(const UConverter *converter, - UErrorCode *err); - -/** - * Gets a codepage platform associated with the converter. Currently, - * only <TT>UCNV_IBM</TT> will be returned. - * Does not test if the converter is <TT>NULL</TT> or if converter's data - * table is <TT>NULL</TT>. - * @param converter the Unicode converter - * @param err the error status code. - * @return The codepage platform - * @stable ICU 2.0 - */ -U_STABLE UConverterPlatform U_EXPORT2 -ucnv_getPlatform(const UConverter *converter, - UErrorCode *err); - -/** - * Gets the type of the converter - * e.g. SBCS, MBCS, DBCS, UTF8, UTF16_BE, UTF16_LE, ISO_2022, - * EBCDIC_STATEFUL, LATIN_1 - * @param converter a valid, opened converter - * @return the type of the converter - * @stable ICU 2.0 - */ -U_STABLE UConverterType U_EXPORT2 -ucnv_getType(const UConverter * converter); - -/** - * Gets the "starter" (lead) bytes for converters of type MBCS. - * Will fill in an <TT>U_ILLEGAL_ARGUMENT_ERROR</TT> if converter passed in - * is not MBCS. Fills in an array of type UBool, with the value of the byte - * as offset to the array. For example, if (starters[0x20] == TRUE) at return, - * it means that the byte 0x20 is a starter byte in this converter. - * Context pointers are always owned by the caller. - * - * @param converter a valid, opened converter of type MBCS - * @param starters an array of size 256 to be filled in - * @param err error status, <TT>U_ILLEGAL_ARGUMENT_ERROR</TT> if the - * converter is not a type which can return starters. - * @see ucnv_getType - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 -ucnv_getStarters(const UConverter* converter, - UBool starters[256], - UErrorCode* err); - - -/** - * Selectors for Unicode sets that can be returned by ucnv_getUnicodeSet(). - * @see ucnv_getUnicodeSet - * @stable ICU 2.6 - */ -typedef enum UConverterUnicodeSet { - /** Select the set of roundtrippable Unicode code points. @stable ICU 2.6 */ - UCNV_ROUNDTRIP_SET, - /** Select the set of Unicode code points with roundtrip or fallback mappings. @draft ICU 4.0 */ - UCNV_ROUNDTRIP_AND_FALLBACK_SET, - /** Number of UConverterUnicodeSet selectors. @stable ICU 2.6 */ - UCNV_SET_COUNT -} UConverterUnicodeSet; - - -/** - * Returns the set of Unicode code points that can be converted by an ICU converter. - * - * Returns one of several kinds of set: - * - * 1. UCNV_ROUNDTRIP_SET - * - * The set of all Unicode code points that can be roundtrip-converted - * (converted without any data loss) with the converter (ucnv_fromUnicode()). - * This set will not include code points that have fallback mappings - * or are only the result of reverse fallback mappings. - * This set will also not include PUA code points with fallbacks, although - * ucnv_fromUnicode() will always uses those mappings despite ucnv_setFallback(). - * See UTR #22 "Character Mapping Markup Language" - * at http://www.unicode.org/reports/tr22/ - * - * This is useful for example for - * - checking that a string or document can be roundtrip-converted with a converter, - * without/before actually performing the conversion - * - testing if a converter can be used for text for typical text for a certain locale, - * by comparing its roundtrip set with the set of ExemplarCharacters from - * ICU's locale data or other sources - * - * 2. UCNV_ROUNDTRIP_AND_FALLBACK_SET - * - * The set of all Unicode code points that can be converted with the converter (ucnv_fromUnicode()) - * when fallbacks are turned on (see ucnv_setFallback()). - * This set includes all code points with roundtrips and fallbacks (but not reverse fallbacks). - * - * In the future, there may be more UConverterUnicodeSet choices to select - * sets with different properties. - * - * @param cnv The converter for which a set is requested. - * @param setFillIn A valid USet *. It will be cleared by this function before - * the converter's specific set is filled into the USet. - * @param whichSet A UConverterUnicodeSet selector; - * currently UCNV_ROUNDTRIP_SET is the only supported value. - * @param pErrorCode ICU error code in/out parameter. - * Must fulfill U_SUCCESS before the function call. - * - * @see UConverterUnicodeSet - * @see uset_open - * @see uset_close - * @stable ICU 2.6 - */ -U_STABLE void U_EXPORT2 -ucnv_getUnicodeSet(const UConverter *cnv, - USet *setFillIn, - UConverterUnicodeSet whichSet, - UErrorCode *pErrorCode); - -/** - * Gets the current calback function used by the converter when an illegal - * or invalid codepage sequence is found. - * Context pointers are always owned by the caller. - * - * @param converter the unicode converter - * @param action fillin: returns the callback function pointer - * @param context fillin: returns the callback's private void* context - * @see ucnv_setToUCallBack - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 -ucnv_getToUCallBack (const UConverter * converter, - UConverterToUCallback *action, - const void **context); - -/** - * Gets the current callback function used by the converter when illegal - * or invalid Unicode sequence is found. - * Context pointers are always owned by the caller. - * - * @param converter the unicode converter - * @param action fillin: returns the callback function pointer - * @param context fillin: returns the callback's private void* context - * @see ucnv_setFromUCallBack - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 -ucnv_getFromUCallBack (const UConverter * converter, - UConverterFromUCallback *action, - const void **context); - -/** - * Changes the callback function used by the converter when - * an illegal or invalid sequence is found. - * Context pointers are always owned by the caller. - * Predefined actions and contexts can be found in the ucnv_err.h header. - * - * @param converter the unicode converter - * @param newAction the new callback function - * @param newContext the new toUnicode callback context pointer. This can be NULL. - * @param oldAction fillin: returns the old callback function pointer. This can be NULL. - * @param oldContext fillin: returns the old callback's private void* context. This can be NULL. - * @param err The error code status - * @see ucnv_getToUCallBack - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 -ucnv_setToUCallBack (UConverter * converter, - UConverterToUCallback newAction, - const void* newContext, - UConverterToUCallback *oldAction, - const void** oldContext, - UErrorCode * err); - -/** - * Changes the current callback function used by the converter when - * an illegal or invalid sequence is found. - * Context pointers are always owned by the caller. - * Predefined actions and contexts can be found in the ucnv_err.h header. - * - * @param converter the unicode converter - * @param newAction the new callback function - * @param newContext the new fromUnicode callback context pointer. This can be NULL. - * @param oldAction fillin: returns the old callback function pointer. This can be NULL. - * @param oldContext fillin: returns the old callback's private void* context. This can be NULL. - * @param err The error code status - * @see ucnv_getFromUCallBack - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 -ucnv_setFromUCallBack (UConverter * converter, - UConverterFromUCallback newAction, - const void *newContext, - UConverterFromUCallback *oldAction, - const void **oldContext, - UErrorCode * err); - -/** - * Converts an array of unicode characters to an array of codepage - * characters. This function is optimized for converting a continuous - * stream of data in buffer-sized chunks, where the entire source and - * target does not fit in available buffers. - * - * The source pointer is an in/out parameter. It starts out pointing where the - * conversion is to begin, and ends up pointing after the last UChar consumed. - * - * Target similarly starts out pointer at the first available byte in the output - * buffer, and ends up pointing after the last byte written to the output. - * - * The converter always attempts to consume the entire source buffer, unless - * (1.) the target buffer is full, or (2.) a failing error is returned from the - * current callback function. When a successful error status has been - * returned, it means that all of the source buffer has been - * consumed. At that point, the caller should reset the source and - * sourceLimit pointers to point to the next chunk. - * - * At the end of the stream (flush==TRUE), the input is completely consumed - * when *source==sourceLimit and no error code is set. - * The converter object is then automatically reset by this function. - * (This means that a converter need not be reset explicitly between data - * streams if it finishes the previous stream without errors.) - * - * This is a <I>stateful</I> conversion. Additionally, even when all source data has - * been consumed, some data may be in the converters' internal state. - * Call this function repeatedly, updating the target pointers with - * the next empty chunk of target in case of a - * <TT>U_BUFFER_OVERFLOW_ERROR</TT>, and updating the source pointers - * with the next chunk of source when a successful error status is - * returned, until there are no more chunks of source data. - * @param converter the Unicode converter - * @param target I/O parameter. Input : Points to the beginning of the buffer to copy - * codepage characters to. Output : points to after the last codepage character copied - * to <TT>target</TT>. - * @param targetLimit the pointer just after last of the <TT>target</TT> buffer - * @param source I/O parameter, pointer to pointer to the source Unicode character buffer. - * @param sourceLimit the pointer just after the last of the source buffer - * @param offsets if NULL is passed, nothing will happen to it, otherwise it needs to have the same number - * of allocated cells as <TT>target</TT>. Will fill in offsets from target to source pointer - * e.g: <TT>offsets[3]</TT> is equal to 6, it means that the <TT>target[3]</TT> was a result of transcoding <TT>source[6]</TT> - * For output data carried across calls, and other data without a specific source character - * (such as from escape sequences or callbacks) -1 will be placed for offsets. - * @param flush set to <TT>TRUE</TT> if the current source buffer is the last available - * chunk of the source, <TT>FALSE</TT> otherwise. Note that if a failing status is returned, - * this function may have to be called multiple times with flush set to <TT>TRUE</TT> until - * the source buffer is consumed. - * @param err the error status. <TT>U_ILLEGAL_ARGUMENT_ERROR</TT> will be set if the - * converter is <TT>NULL</TT>. - * <code>U_BUFFER_OVERFLOW_ERROR</code> will be set if the target is full and there is - * still data to be written to the target. - * @see ucnv_fromUChars - * @see ucnv_convert - * @see ucnv_getMinCharSize - * @see ucnv_setToUCallBack - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 -ucnv_fromUnicode (UConverter * converter, - char **target, - const char *targetLimit, - const UChar ** source, - const UChar * sourceLimit, - int32_t* offsets, - UBool flush, - UErrorCode * err); - -/** - * Converts a buffer of codepage bytes into an array of unicode UChars - * characters. This function is optimized for converting a continuous - * stream of data in buffer-sized chunks, where the entire source and - * target does not fit in available buffers. - * - * The source pointer is an in/out parameter. It starts out pointing where the - * conversion is to begin, and ends up pointing after the last byte of source consumed. - * - * Target similarly starts out pointer at the first available UChar in the output - * buffer, and ends up pointing after the last UChar written to the output. - * It does NOT necessarily keep UChar sequences together. - * - * The converter always attempts to consume the entire source buffer, unless - * (1.) the target buffer is full, or (2.) a failing error is returned from the - * current callback function. When a successful error status has been - * returned, it means that all of the source buffer has been - * consumed. At that point, the caller should reset the source and - * sourceLimit pointers to point to the next chunk. - * - * At the end of the stream (flush==TRUE), the input is completely consumed - * when *source==sourceLimit and no error code is set - * The converter object is then automatically reset by this function. - * (This means that a converter need not be reset explicitly between data - * streams if it finishes the previous stream without errors.) - * - * This is a <I>stateful</I> conversion. Additionally, even when all source data has - * been consumed, some data may be in the converters' internal state. - * Call this function repeatedly, updating the target pointers with - * the next empty chunk of target in case of a - * <TT>U_BUFFER_OVERFLOW_ERROR</TT>, and updating the source pointers - * with the next chunk of source when a successful error status is - * returned, until there are no more chunks of source data. - * @param converter the Unicode converter - * @param target I/O parameter. Input : Points to the beginning of the buffer to copy - * UChars into. Output : points to after the last UChar copied. - * @param targetLimit the pointer just after the end of the <TT>target</TT> buffer - * @param source I/O parameter, pointer to pointer to the source codepage buffer. - * @param sourceLimit the pointer to the byte after the end of the source buffer - * @param offsets if NULL is passed, nothing will happen to it, otherwise it needs to have the same number - * of allocated cells as <TT>target</TT>. Will fill in offsets from target to source pointer - * e.g: <TT>offsets[3]</TT> is equal to 6, it means that the <TT>target[3]</TT> was a result of transcoding <TT>source[6]</TT> - * For output data carried across calls, and other data without a specific source character - * (such as from escape sequences or callbacks) -1 will be placed for offsets. - * @param flush set to <TT>TRUE</TT> if the current source buffer is the last available - * chunk of the source, <TT>FALSE</TT> otherwise. Note that if a failing status is returned, - * this function may have to be called multiple times with flush set to <TT>TRUE</TT> until - * the source buffer is consumed. - * @param err the error status. <TT>U_ILLEGAL_ARGUMENT_ERROR</TT> will be set if the - * converter is <TT>NULL</TT>. - * <code>U_BUFFER_OVERFLOW_ERROR</code> will be set if the target is full and there is - * still data to be written to the target. - * @see ucnv_fromUChars - * @see ucnv_convert - * @see ucnv_getMinCharSize - * @see ucnv_setFromUCallBack - * @see ucnv_getNextUChar - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 -ucnv_toUnicode(UConverter *converter, - UChar **target, - const UChar *targetLimit, - const char **source, - const char *sourceLimit, - int32_t *offsets, - UBool flush, - UErrorCode *err); - -/** - * Convert the Unicode string into a codepage string using an existing UConverter. - * The output string is NUL-terminated if possible. - * - * This function is a more convenient but less powerful version of ucnv_fromUnicode(). - * It is only useful for whole strings, not for streaming conversion. - * - * The maximum output buffer capacity required (barring output from callbacks) will be - * UCNV_GET_MAX_BYTES_FOR_STRING(srcLength, ucnv_getMaxCharSize(cnv)). - * - * @param cnv the converter object to be used (ucnv_resetFromUnicode() will be called) - * @param src the input Unicode string - * @param srcLength the input string length, or -1 if NUL-terminated - * @param dest destination string buffer, can be NULL if destCapacity==0 - * @param destCapacity the number of chars available at dest - * @param pErrorCode normal ICU error code; - * common error codes that may be set by this function include - * U_BUFFER_OVERFLOW_ERROR, U_STRING_NOT_TERMINATED_WARNING, - * U_ILLEGAL_ARGUMENT_ERROR, and conversion errors - * @return the length of the output string, not counting the terminating NUL; - * if the length is greater than destCapacity, then the string will not fit - * and a buffer of the indicated length would need to be passed in - * @see ucnv_fromUnicode - * @see ucnv_convert - * @see UCNV_GET_MAX_BYTES_FOR_STRING - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -ucnv_fromUChars(UConverter *cnv, - char *dest, int32_t destCapacity, - const UChar *src, int32_t srcLength, - UErrorCode *pErrorCode); - -/** - * Convert the codepage string into a Unicode string using an existing UConverter. - * The output string is NUL-terminated if possible. - * - * This function is a more convenient but less powerful version of ucnv_toUnicode(). - * It is only useful for whole strings, not for streaming conversion. - * - * The maximum output buffer capacity required (barring output from callbacks) will be - * 2*srcLength (each char may be converted into a surrogate pair). - * - * @param cnv the converter object to be used (ucnv_resetToUnicode() will be called) - * @param src the input codepage string - * @param srcLength the input string length, or -1 if NUL-terminated - * @param dest destination string buffer, can be NULL if destCapacity==0 - * @param destCapacity the number of UChars available at dest - * @param pErrorCode normal ICU error code; - * common error codes that may be set by this function include - * U_BUFFER_OVERFLOW_ERROR, U_STRING_NOT_TERMINATED_WARNING, - * U_ILLEGAL_ARGUMENT_ERROR, and conversion errors - * @return the length of the output string, not counting the terminating NUL; - * if the length is greater than destCapacity, then the string will not fit - * and a buffer of the indicated length would need to be passed in - * @see ucnv_toUnicode - * @see ucnv_convert - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -ucnv_toUChars(UConverter *cnv, - UChar *dest, int32_t destCapacity, - const char *src, int32_t srcLength, - UErrorCode *pErrorCode); - -/** - * Convert a codepage buffer into Unicode one character at a time. - * The input is completely consumed when the U_INDEX_OUTOFBOUNDS_ERROR is set. - * - * Advantage compared to ucnv_toUnicode() or ucnv_toUChars(): - * - Faster for small amounts of data, for most converters, e.g., - * US-ASCII, ISO-8859-1, UTF-8/16/32, and most "normal" charsets. - * (For complex converters, e.g., SCSU, UTF-7 and ISO 2022 variants, - * it uses ucnv_toUnicode() internally.) - * - Convenient. - * - * Limitations compared to ucnv_toUnicode(): - * - Always assumes flush=TRUE. - * This makes ucnv_getNextUChar() unsuitable for "streaming" conversion, - * that is, for where the input is supplied in multiple buffers, - * because ucnv_getNextUChar() will assume the end of the input at the end - * of the first buffer. - * - Does not provide offset output. - * - * It is possible to "mix" ucnv_getNextUChar() and ucnv_toUnicode() because - * ucnv_getNextUChar() uses the current state of the converter - * (unlike ucnv_toUChars() which always resets first). - * However, if ucnv_getNextUChar() is called after ucnv_toUnicode() - * stopped in the middle of a character sequence (with flush=FALSE), - * then ucnv_getNextUChar() will always use the slower ucnv_toUnicode() - * internally until the next character boundary. - * (This is new in ICU 2.6. In earlier releases, ucnv_getNextUChar() had to - * start at a character boundary.) - * - * Instead of using ucnv_getNextUChar(), it is recommended - * to convert using ucnv_toUnicode() or ucnv_toUChars() - * and then iterate over the text using U16_NEXT() or a UCharIterator (uiter.h) - * or a C++ CharacterIterator or similar. - * This allows streaming conversion and offset output, for example. - * - * <p>Handling of surrogate pairs and supplementary-plane code points:<br> - * There are two different kinds of codepages that provide mappings for surrogate characters: - * <ul> - * <li>Codepages like UTF-8, UTF-32, and GB 18030 provide direct representations for Unicode - * code points U+10000-U+10ffff as well as for single surrogates U+d800-U+dfff. - * Each valid sequence will result in exactly one returned code point. - * If a sequence results in a single surrogate, then that will be returned - * by itself, even if a neighboring sequence encodes the matching surrogate.</li> - * <li>Codepages like SCSU and LMBCS (and UTF-16) provide direct representations only for BMP code points - * including surrogates. Code points in supplementary planes are represented with - * two sequences, each encoding a surrogate. - * For these codepages, matching pairs of surrogates will be combined into single - * code points for returning from this function. - * (Note that SCSU is actually a mix of these codepage types.)</li> - * </ul></p> - * - * @param converter an open UConverter - * @param source the address of a pointer to the codepage buffer, will be - * updated to point after the bytes consumed in the conversion call. - * @param sourceLimit points to the end of the input buffer - * @param err fills in error status (see ucnv_toUnicode) - * <code>U_INDEX_OUTOFBOUNDS_ERROR</code> will be set if the input - * is empty or does not convert to any output (e.g.: pure state-change - * codes SI/SO, escape sequences for ISO 2022, - * or if the callback did not output anything, ...). - * This function will not set a <code>U_BUFFER_OVERFLOW_ERROR</code> because - * the "buffer" is the return code. However, there might be subsequent output - * stored in the converter object - * that will be returned in following calls to this function. - * @return a UChar32 resulting from the partial conversion of source - * @see ucnv_toUnicode - * @see ucnv_toUChars - * @see ucnv_convert - * @stable ICU 2.0 - */ -U_STABLE UChar32 U_EXPORT2 -ucnv_getNextUChar(UConverter * converter, - const char **source, - const char * sourceLimit, - UErrorCode * err); - -/** - * Convert from one external charset to another using two existing UConverters. - * Internally, two conversions - ucnv_toUnicode() and ucnv_fromUnicode() - - * are used, "pivoting" through 16-bit Unicode. - * - * Important: For streaming conversion (multiple function calls for successive - * parts of a text stream), the caller must provide a pivot buffer explicitly, - * and must preserve the pivot buffer and associated pointers from one - * call to another. (The buffer may be moved if its contents and the relative - * pointer positions are preserved.) - * - * There is a similar function, ucnv_convert(), - * which has the following limitations: - * - it takes charset names, not converter objects, so that - * - two converters are opened for each call - * - only single-string conversion is possible, not streaming operation - * - it does not provide enough information to find out, - * in case of failure, whether the toUnicode or - * the fromUnicode conversion failed - * - * By contrast, ucnv_convertEx() - * - takes UConverter parameters instead of charset names - * - fully exposes the pivot buffer for streaming conversion and complete error handling - * - * ucnv_convertEx() also provides further convenience: - * - an option to reset the converters at the beginning - * (if reset==TRUE, see parameters; - * also sets *pivotTarget=*pivotSource=pivotStart) - * - allow NUL-terminated input - * (only a single NUL byte, will not work for charsets with multi-byte NULs) - * (if sourceLimit==NULL, see parameters) - * - terminate with a NUL on output - * (only a single NUL byte, not useful for charsets with multi-byte NULs), - * or set U_STRING_NOT_TERMINATED_WARNING if the output exactly fills - * the target buffer - * - the pivot buffer can be provided internally; - * possible only for whole-string conversion, not streaming conversion; - * in this case, the caller will not be able to get details about where an - * error occurred - * (if pivotStart==NULL, see below) - * - * The function returns when one of the following is true: - * - the entire source text has been converted successfully to the target buffer - * - a target buffer overflow occurred (U_BUFFER_OVERFLOW_ERROR) - * - a conversion error occurred - * (other U_FAILURE(), see description of pErrorCode) - * - * Limitation compared to the direct use of - * ucnv_fromUnicode() and ucnv_toUnicode(): - * ucnv_convertEx() does not provide offset information. - * - * Limitation compared to ucnv_fromUChars() and ucnv_toUChars(): - * ucnv_convertEx() does not support preflighting directly. - * - * Sample code for converting a single string from - * one external charset to UTF-8, ignoring the location of errors: - * - * \code - * int32_t - * myToUTF8(UConverter *cnv, - * const char *s, int32_t length, - * char *u8, int32_t capacity, - * UErrorCode *pErrorCode) { - * UConverter *utf8Cnv; - * char *target; - * - * if(U_FAILURE(*pErrorCode)) { - * return 0; - * } - * - * utf8Cnv=myGetCachedUTF8Converter(pErrorCode); - * if(U_FAILURE(*pErrorCode)) { - * return 0; - * } - * - * if(length<0) { - * length=strlen(s); - * } - * target=u8; - * ucnv_convertEx(cnv, utf8Cnv, - * &target, u8+capacity, - * &s, s+length, - * NULL, NULL, NULL, NULL, - * TRUE, TRUE, - * pErrorCode); - * - * myReleaseCachedUTF8Converter(utf8Cnv); - * - * // return the output string length, but without preflighting - * return (int32_t)(target-u8); - * } - * \endcode - * - * @param targetCnv Output converter, used to convert from the UTF-16 pivot - * to the target using ucnv_fromUnicode(). - * @param sourceCnv Input converter, used to convert from the source to - * the UTF-16 pivot using ucnv_toUnicode(). - * @param target I/O parameter, same as for ucnv_fromUChars(). - * Input: *target points to the beginning of the target buffer. - * Output: *target points to the first unit after the last char written. - * @param targetLimit Pointer to the first unit after the target buffer. - * @param source I/O parameter, same as for ucnv_toUChars(). - * Input: *source points to the beginning of the source buffer. - * Output: *source points to the first unit after the last char read. - * @param sourceLimit Pointer to the first unit after the source buffer. - * @param pivotStart Pointer to the UTF-16 pivot buffer. If pivotStart==NULL, - * then an internal buffer is used and the other pivot - * arguments are ignored and can be NULL as well. - * @param pivotSource I/O parameter, same as source in ucnv_fromUChars() for - * conversion from the pivot buffer to the target buffer. - * @param pivotTarget I/O parameter, same as target in ucnv_toUChars() for - * conversion from the source buffer to the pivot buffer. - * It must be pivotStart<=*pivotSource<=*pivotTarget<=pivotLimit - * and pivotStart<pivotLimit (unless pivotStart==NULL). - * @param pivotLimit Pointer to the first unit after the pivot buffer. - * @param reset If TRUE, then ucnv_resetToUnicode(sourceCnv) and - * ucnv_resetFromUnicode(targetCnv) are called, and the - * pivot pointers are reset (*pivotTarget=*pivotSource=pivotStart). - * @param flush If true, indicates the end of the input. - * Passed directly to ucnv_toUnicode(), and carried over to - * ucnv_fromUnicode() when the source is empty as well. - * @param pErrorCode ICU error code in/out parameter. - * Must fulfill U_SUCCESS before the function call. - * U_BUFFER_OVERFLOW_ERROR always refers to the target buffer - * because overflows into the pivot buffer are handled internally. - * Other conversion errors are from the source-to-pivot - * conversion if *pivotSource==pivotStart, otherwise from - * the pivot-to-target conversion. - * - * @see ucnv_convert - * @see ucnv_fromAlgorithmic - * @see ucnv_toAlgorithmic - * @see ucnv_fromUnicode - * @see ucnv_toUnicode - * @see ucnv_fromUChars - * @see ucnv_toUChars - * @stable ICU 2.6 - */ -U_STABLE void U_EXPORT2 -ucnv_convertEx(UConverter *targetCnv, UConverter *sourceCnv, - char **target, const char *targetLimit, - const char **source, const char *sourceLimit, - UChar *pivotStart, UChar **pivotSource, - UChar **pivotTarget, const UChar *pivotLimit, - UBool reset, UBool flush, - UErrorCode *pErrorCode); - -/** - * Convert from one external charset to another. - * Internally, two converters are opened according to the name arguments, - * then the text is converted to and from the 16-bit Unicode "pivot" - * using ucnv_convertEx(), then the converters are closed again. - * - * This is a convenience function, not an efficient way to convert a lot of text: - * ucnv_convert() - * - takes charset names, not converter objects, so that - * - two converters are opened for each call - * - only single-string conversion is possible, not streaming operation - * - does not provide enough information to find out, - * in case of failure, whether the toUnicode or - * the fromUnicode conversion failed - * - allows NUL-terminated input - * (only a single NUL byte, will not work for charsets with multi-byte NULs) - * (if sourceLength==-1, see parameters) - * - terminate with a NUL on output - * (only a single NUL byte, not useful for charsets with multi-byte NULs), - * or set U_STRING_NOT_TERMINATED_WARNING if the output exactly fills - * the target buffer - * - a pivot buffer is provided internally - * - * The function returns when one of the following is true: - * - the entire source text has been converted successfully to the target buffer - * and either the target buffer is terminated with a single NUL byte - * or the error code is set to U_STRING_NOT_TERMINATED_WARNING - * - a target buffer overflow occurred (U_BUFFER_OVERFLOW_ERROR) - * and the full output string length is returned ("preflighting") - * - a conversion error occurred - * (other U_FAILURE(), see description of pErrorCode) - * - * @param toConverterName The name of the converter that is used to convert - * from the UTF-16 pivot buffer to the target. - * @param fromConverterName The name of the converter that is used to convert - * from the source to the UTF-16 pivot buffer. - * @param target Pointer to the output buffer. - * @param targetCapacity Capacity of the target, in bytes. - * @param source Pointer to the input buffer. - * @param sourceLength Length of the input text, in bytes, or -1 for NUL-terminated input. - * @param pErrorCode ICU error code in/out parameter. - * Must fulfill U_SUCCESS before the function call. - * @return Length of the complete output text in bytes, even if it exceeds the targetCapacity - * and a U_BUFFER_OVERFLOW_ERROR is set. - * - * @see ucnv_convertEx - * @see ucnv_fromAlgorithmic - * @see ucnv_toAlgorithmic - * @see ucnv_fromUnicode - * @see ucnv_toUnicode - * @see ucnv_fromUChars - * @see ucnv_toUChars - * @see ucnv_getNextUChar - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -ucnv_convert(const char *toConverterName, - const char *fromConverterName, - char *target, - int32_t targetCapacity, - const char *source, - int32_t sourceLength, - UErrorCode *pErrorCode); - -/** - * Convert from one external charset to another. - * Internally, the text is converted to and from the 16-bit Unicode "pivot" - * using ucnv_convertEx(). ucnv_toAlgorithmic() works exactly like ucnv_convert() - * except that the two converters need not be looked up and opened completely. - * - * The source-to-pivot conversion uses the cnv converter parameter. - * The pivot-to-target conversion uses a purely algorithmic converter - * according to the specified type, e.g., UCNV_UTF8 for a UTF-8 converter. - * - * Internally, the algorithmic converter is opened and closed for each - * function call, which is more efficient than using the public ucnv_open() - * but somewhat less efficient than only resetting an existing converter - * and using ucnv_convertEx(). - * - * This function is more convenient than ucnv_convertEx() for single-string - * conversions, especially when "preflighting" is desired (returning the length - * of the complete output even if it does not fit into the target buffer; - * see the User Guide Strings chapter). See ucnv_convert() for details. - * - * @param algorithmicType UConverterType constant identifying the desired target - * charset as a purely algorithmic converter. - * Those are converters for Unicode charsets like - * UTF-8, BOCU-1, SCSU, UTF-7, IMAP-mailbox-name, etc., - * as well as US-ASCII and ISO-8859-1. - * @param cnv The converter that is used to convert - * from the source to the UTF-16 pivot buffer. - * @param target Pointer to the output buffer. - * @param targetCapacity Capacity of the target, in bytes. - * @param source Pointer to the input buffer. - * @param sourceLength Length of the input text, in bytes - * @param pErrorCode ICU error code in/out parameter. - * Must fulfill U_SUCCESS before the function call. - * @return Length of the complete output text in bytes, even if it exceeds the targetCapacity - * and a U_BUFFER_OVERFLOW_ERROR is set. - * - * @see ucnv_fromAlgorithmic - * @see ucnv_convert - * @see ucnv_convertEx - * @see ucnv_fromUnicode - * @see ucnv_toUnicode - * @see ucnv_fromUChars - * @see ucnv_toUChars - * @stable ICU 2.6 - */ -U_STABLE int32_t U_EXPORT2 -ucnv_toAlgorithmic(UConverterType algorithmicType, - UConverter *cnv, - char *target, int32_t targetCapacity, - const char *source, int32_t sourceLength, - UErrorCode *pErrorCode); - -/** - * Convert from one external charset to another. - * Internally, the text is converted to and from the 16-bit Unicode "pivot" - * using ucnv_convertEx(). ucnv_fromAlgorithmic() works exactly like ucnv_convert() - * except that the two converters need not be looked up and opened completely. - * - * The source-to-pivot conversion uses a purely algorithmic converter - * according to the specified type, e.g., UCNV_UTF8 for a UTF-8 converter. - * The pivot-to-target conversion uses the cnv converter parameter. - * - * Internally, the algorithmic converter is opened and closed for each - * function call, which is more efficient than using the public ucnv_open() - * but somewhat less efficient than only resetting an existing converter - * and using ucnv_convertEx(). - * - * This function is more convenient than ucnv_convertEx() for single-string - * conversions, especially when "preflighting" is desired (returning the length - * of the complete output even if it does not fit into the target buffer; - * see the User Guide Strings chapter). See ucnv_convert() for details. - * - * @param cnv The converter that is used to convert - * from the UTF-16 pivot buffer to the target. - * @param algorithmicType UConverterType constant identifying the desired source - * charset as a purely algorithmic converter. - * Those are converters for Unicode charsets like - * UTF-8, BOCU-1, SCSU, UTF-7, IMAP-mailbox-name, etc., - * as well as US-ASCII and ISO-8859-1. - * @param target Pointer to the output buffer. - * @param targetCapacity Capacity of the target, in bytes. - * @param source Pointer to the input buffer. - * @param sourceLength Length of the input text, in bytes - * @param pErrorCode ICU error code in/out parameter. - * Must fulfill U_SUCCESS before the function call. - * @return Length of the complete output text in bytes, even if it exceeds the targetCapacity - * and a U_BUFFER_OVERFLOW_ERROR is set. - * - * @see ucnv_fromAlgorithmic - * @see ucnv_convert - * @see ucnv_convertEx - * @see ucnv_fromUnicode - * @see ucnv_toUnicode - * @see ucnv_fromUChars - * @see ucnv_toUChars - * @stable ICU 2.6 - */ -U_STABLE int32_t U_EXPORT2 -ucnv_fromAlgorithmic(UConverter *cnv, - UConverterType algorithmicType, - char *target, int32_t targetCapacity, - const char *source, int32_t sourceLength, - UErrorCode *pErrorCode); - -/** - * Frees up memory occupied by unused, cached converter shared data. - * - * @return the number of cached converters successfully deleted - * @see ucnv_close - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -ucnv_flushCache(void); - -/** - * Returns the number of available converters, as per the alias file. - * - * @return the number of available converters - * @see ucnv_getAvailableName - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -ucnv_countAvailable(void); - -/** - * Gets the canonical converter name of the specified converter from a list of - * all available converters contaied in the alias file. All converters - * in this list can be opened. - * - * @param n the index to a converter available on the system (in the range <TT>[0..ucnv_countAvaiable()]</TT>) - * @return a pointer a string (library owned), or <TT>NULL</TT> if the index is out of bounds. - * @see ucnv_countAvailable - * @stable ICU 2.0 - */ -U_STABLE const char* U_EXPORT2 -ucnv_getAvailableName(int32_t n); - -/** - * Returns a UEnumeration to enumerate all of the canonical converter - * names, as per the alias file, regardless of the ability to open each - * converter. - * - * @return A UEnumeration object for getting all the recognized canonical - * converter names. - * @see ucnv_getAvailableName - * @see uenum_close - * @see uenum_next - * @stable ICU 2.4 - */ -U_STABLE UEnumeration * U_EXPORT2 -ucnv_openAllNames(UErrorCode *pErrorCode); - -/** - * Gives the number of aliases for a given converter or alias name. - * If the alias is ambiguous, then the preferred converter is used - * and the status is set to U_AMBIGUOUS_ALIAS_WARNING. - * This method only enumerates the listed entries in the alias file. - * @param alias alias name - * @param pErrorCode error status - * @return number of names on alias list for given alias - * @stable ICU 2.0 - */ -U_STABLE uint16_t U_EXPORT2 -ucnv_countAliases(const char *alias, UErrorCode *pErrorCode); - -/** - * Gives the name of the alias at given index of alias list. - * This method only enumerates the listed entries in the alias file. - * If the alias is ambiguous, then the preferred converter is used - * and the status is set to U_AMBIGUOUS_ALIAS_WARNING. - * @param alias alias name - * @param n index in alias list - * @param pErrorCode result of operation - * @return returns the name of the alias at given index - * @see ucnv_countAliases - * @stable ICU 2.0 - */ -U_STABLE const char * U_EXPORT2 -ucnv_getAlias(const char *alias, uint16_t n, UErrorCode *pErrorCode); - -/** - * Fill-up the list of alias names for the given alias. - * This method only enumerates the listed entries in the alias file. - * If the alias is ambiguous, then the preferred converter is used - * and the status is set to U_AMBIGUOUS_ALIAS_WARNING. - * @param alias alias name - * @param aliases fill-in list, aliases is a pointer to an array of - * <code>ucnv_countAliases()</code> string-pointers - * (<code>const char *</code>) that will be filled in. - * The strings themselves are owned by the library. - * @param pErrorCode result of operation - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 -ucnv_getAliases(const char *alias, const char **aliases, UErrorCode *pErrorCode); - -/** - * Return a new UEnumeration object for enumerating all the - * alias names for a given converter that are recognized by a standard. - * This method only enumerates the listed entries in the alias file. - * The convrtrs.txt file can be modified to change the results of - * this function. - * The first result in this list is the same result given by - * <code>ucnv_getStandardName</code>, which is the default alias for - * the specified standard name. The returned object must be closed with - * <code>uenum_close</code> when you are done with the object. - * - * @param convName original converter name - * @param standard name of the standard governing the names; MIME and IANA - * are such standards - * @param pErrorCode The error code - * @return A UEnumeration object for getting all aliases that are recognized - * by a standard. If any of the parameters are invalid, NULL - * is returned. - * @see ucnv_getStandardName - * @see uenum_close - * @see uenum_next - * @stable ICU 2.2 - */ -U_STABLE UEnumeration * U_EXPORT2 -ucnv_openStandardNames(const char *convName, - const char *standard, - UErrorCode *pErrorCode); - -/** - * Gives the number of standards associated to converter names. - * @return number of standards - * @stable ICU 2.0 - */ -U_STABLE uint16_t U_EXPORT2 -ucnv_countStandards(void); - -/** - * Gives the name of the standard at given index of standard list. - * @param n index in standard list - * @param pErrorCode result of operation - * @return returns the name of the standard at given index. Owned by the library. - * @stable ICU 2.0 - */ -U_STABLE const char * U_EXPORT2 -ucnv_getStandard(uint16_t n, UErrorCode *pErrorCode); - -/** - * Returns a standard name for a given converter name. - * <p> - * Example alias table:<br> - * conv alias1 { STANDARD1 } alias2 { STANDARD1* } - * <p> - * Result of ucnv_getStandardName("conv", "STANDARD1") from example - * alias table:<br> - * <b>"alias2"</b> - * - * @param name original converter name - * @param standard name of the standard governing the names; MIME and IANA - * are such standards - * @param pErrorCode result of operation - * @return returns the standard converter name; - * if a standard converter name cannot be determined, - * then <code>NULL</code> is returned. Owned by the library. - * @stable ICU 2.0 - */ -U_STABLE const char * U_EXPORT2 -ucnv_getStandardName(const char *name, const char *standard, UErrorCode *pErrorCode); - -/** - * This function will return the internal canonical converter name of the - * tagged alias. This is the opposite of ucnv_openStandardNames, which - * returns the tagged alias given the canonical name. - * <p> - * Example alias table:<br> - * conv alias1 { STANDARD1 } alias2 { STANDARD1* } - * <p> - * Result of ucnv_getStandardName("alias1", "STANDARD1") from example - * alias table:<br> - * <b>"conv"</b> - * - * @return returns the canonical converter name; - * if a standard or alias name cannot be determined, - * then <code>NULL</code> is returned. The returned string is - * owned by the library. - * @see ucnv_getStandardName - * @stable ICU 2.4 - */ -U_STABLE const char * U_EXPORT2 -ucnv_getCanonicalName(const char *alias, const char *standard, UErrorCode *pErrorCode); - -/** - * Returns the current default converter name. If you want to open - * a default converter, you do not need to use this function. - * It is faster if you pass a NULL argument to ucnv_open the - * default converter. - * - * @return returns the current default converter name. - * Storage owned by the library - * @see ucnv_setDefaultName - * @stable ICU 2.0 - */ -U_STABLE const char * U_EXPORT2 -ucnv_getDefaultName(void); - -/** - * This function is not thread safe. DO NOT call this function when ANY ICU - * function is being used from more than one thread! This function sets the - * current default converter name. If this function needs to be called, it - * should be called during application initialization. Most of the time, the - * results from ucnv_getDefaultName() or ucnv_open with a NULL string argument - * is sufficient for your application. - * @param name the converter name to be the default (must be known by ICU). - * @see ucnv_getDefaultName - * @system - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 -ucnv_setDefaultName(const char *name); - -/** - * Fixes the backslash character mismapping. For example, in SJIS, the backslash - * character in the ASCII portion is also used to represent the yen currency sign. - * When mapping from Unicode character 0x005C, it's unclear whether to map the - * character back to yen or backslash in SJIS. This function will take the input - * buffer and replace all the yen sign characters with backslash. This is necessary - * when the user tries to open a file with the input buffer on Windows. - * This function will test the converter to see whether such mapping is - * required. You can sometimes avoid using this function by using the correct version - * of Shift-JIS. - * - * @param cnv The converter representing the target codepage. - * @param source the input buffer to be fixed - * @param sourceLen the length of the input buffer - * @see ucnv_isAmbiguous - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 -ucnv_fixFileSeparator(const UConverter *cnv, UChar *source, int32_t sourceLen); - -/** - * Determines if the converter contains ambiguous mappings of the same - * character or not. - * @param cnv the converter to be tested - * @return TRUE if the converter contains ambiguous mapping of the same - * character, FALSE otherwise. - * @stable ICU 2.0 - */ -U_STABLE UBool U_EXPORT2 -ucnv_isAmbiguous(const UConverter *cnv); - -/** - * Sets the converter to use fallback mappings or not. - * Regardless of this flag, the converter will always use - * fallbacks from Unicode Private Use code points, as well as - * reverse fallbacks (to Unicode). - * For details see ".ucm File Format" - * in the Conversion Data chapter of the ICU User Guide: - * http://www.icu-project.org/userguide/conversion-data.html#ucmformat - * - * @param cnv The converter to set the fallback mapping usage on. - * @param usesFallback TRUE if the user wants the converter to take advantage of the fallback - * mapping, FALSE otherwise. - * @stable ICU 2.0 - * @see ucnv_usesFallback - */ -U_STABLE void U_EXPORT2 -ucnv_setFallback(UConverter *cnv, UBool usesFallback); - -/** - * Determines if the converter uses fallback mappings or not. - * This flag has restrictions, see ucnv_setFallback(). - * - * @param cnv The converter to be tested - * @return TRUE if the converter uses fallback, FALSE otherwise. - * @stable ICU 2.0 - * @see ucnv_setFallback - */ -U_STABLE UBool U_EXPORT2 -ucnv_usesFallback(const UConverter *cnv); - -/** - * Detects Unicode signature byte sequences at the start of the byte stream - * and returns the charset name of the indicated Unicode charset. - * NULL is returned when no Unicode signature is recognized. - * The number of bytes in the signature is output as well. - * - * The caller can ucnv_open() a converter using the charset name. - * The first code unit (UChar) from the start of the stream will be U+FEFF - * (the Unicode BOM/signature character) and can usually be ignored. - * - * For most Unicode charsets it is also possible to ignore the indicated - * number of initial stream bytes and start converting after them. - * However, there are stateful Unicode charsets (UTF-7 and BOCU-1) for which - * this will not work. Therefore, it is best to ignore the first output UChar - * instead of the input signature bytes. - * <p> - * Usage: - * @code - * UErrorCode err = U_ZERO_ERROR; - * char input[] = { '\xEF','\xBB', '\xBF','\x41','\x42','\x43' }; - * int32_t signatureLength = 0; - * char *encoding = ucnv_detectUnicodeSignature(input,sizeof(input),&signatureLength,&err); - * UConverter *conv = NULL; - * UChar output[100]; - * UChar *target = output, *out; - * char *source = input; - * if(encoding!=NULL && U_SUCCESS(err)){ - * // should signature be discarded ? - * conv = ucnv_open(encoding, &err); - * // do the conversion - * ucnv_toUnicode(conv, - * target, output + sizeof(output)/U_SIZEOF_UCHAR, - * source, input + sizeof(input), - * NULL, TRUE, &err); - * out = output; - * if (discardSignature){ - * ++out; // ignore initial U+FEFF - * } - * while(out != target) { - * printf("%04x ", *out++); - * } - * puts(""); - * } - * - * @endcode - * - * @param source The source string in which the signature should be detected. - * @param sourceLength Length of the input string, or -1 if terminated with a NUL byte. - * @param signatureLength A pointer to int32_t to receive the number of bytes that make up the signature - * of the detected UTF. 0 if not detected. - * Can be a NULL pointer. - * @param pErrorCode ICU error code in/out parameter. - * Must fulfill U_SUCCESS before the function call. - * @return The name of the encoding detected. NULL if encoding is not detected. - * @stable ICU 2.4 - */ -U_STABLE const char* U_EXPORT2 -ucnv_detectUnicodeSignature(const char* source, - int32_t sourceLength, - int32_t *signatureLength, - UErrorCode *pErrorCode); - -/** - * Returns the number of UChars held in the converter's internal state - * because more input is needed for completing the conversion. This function is - * useful for mapping semantics of ICU's converter interface to those of iconv, - * and this information is not needed for normal conversion. - * @param cnv The converter in which the input is held - * @param status ICU error code in/out parameter. - * Must fulfill U_SUCCESS before the function call. - * @return The number of UChars in the state. -1 if an error is encountered. - * @stable ICU 3.4 - */ -U_STABLE int32_t U_EXPORT2 -ucnv_fromUCountPending(const UConverter* cnv, UErrorCode* status); - -/** - * Returns the number of chars held in the converter's internal state - * because more input is needed for completing the conversion. This function is - * useful for mapping semantics of ICU's converter interface to those of iconv, - * and this information is not needed for normal conversion. - * @param cnv The converter in which the input is held as internal state - * @param status ICU error code in/out parameter. - * Must fulfill U_SUCCESS before the function call. - * @return The number of chars in the state. -1 if an error is encountered. - * @stable ICU 3.4 - */ -U_STABLE int32_t U_EXPORT2 -ucnv_toUCountPending(const UConverter* cnv, UErrorCode* status); - -#endif - -#endif -/*_UCNV*/ diff --git a/jni/EastAsianWidth/unicode/ucnv_cb.h b/jni/EastAsianWidth/unicode/ucnv_cb.h deleted file mode 100644 index f0e67ba..0000000 --- a/jni/EastAsianWidth/unicode/ucnv_cb.h +++ /dev/null @@ -1,162 +0,0 @@ -/* -********************************************************************** -* Copyright (C) 2000-2004, International Business Machines -* Corporation and others. All Rights Reserved. -********************************************************************** - * ucnv_cb.h: - * External APIs for the ICU's codeset conversion library - * Helena Shih - * - * Modification History: - * - * Date Name Description - */ - -/** - * \file - * \brief C UConverter functions to aid the writers of callbacks - * - * <h2> Callback API for UConverter </h2> - * - * These functions are provided here for the convenience of the callback - * writer. If you are just looking for callback functions to use, please - * see ucnv_err.h. DO NOT call these functions directly when you are - * working with converters, unless your code has been called as a callback - * via ucnv_setFromUCallback or ucnv_setToUCallback !! - * - * A note about error codes and overflow. Unlike other ICU functions, - * these functions do not expect the error status to be U_ZERO_ERROR. - * Callbacks must be much more careful about their error codes. - * The error codes used here are in/out parameters, which should be passed - * back in the callback's error parameter. - * - * For example, if you call ucnv_cbfromUWriteBytes to write data out - * to the output codepage, it may return U_BUFFER_OVERFLOW_ERROR if - * the data did not fit in the target. But this isn't a failing error, - * in fact, ucnv_cbfromUWriteBytes may be called AGAIN with the error - * status still U_BUFFER_OVERFLOW_ERROR to attempt to write further bytes, - * which will also go into the internal overflow buffers. - * - * Concerning offsets, the 'offset' parameters here are relative to the start - * of SOURCE. For example, Suppose the string "ABCD" was being converted - * from Unicode into a codepage which doesn't have a mapping for 'B'. - * 'A' will be written out correctly, but - * The FromU Callback will be called on an unassigned character for 'B'. - * At this point, this is the state of the world: - * Target: A [..] [points after A] - * Source: A B [C] D [points to C - B has been consumed] - * 0 1 2 3 - * codePoint = "B" [the unassigned codepoint] - * - * Now, suppose a callback wants to write the substitution character '?' to - * the target. It calls ucnv_cbFromUWriteBytes() to write the ?. - * It should pass ZERO as the offset, because the offset as far as the - * callback is concerned is relative to the SOURCE pointer [which points - * before 'C'.] If the callback goes into the args and consumes 'C' also, - * it would call FromUWriteBytes with an offset of 1 (and advance the source - * pointer). - * - */ - -#ifndef UCNV_CB_H -#define UCNV_CB_H - -#include "unicode/utypes.h" - -#if !UCONFIG_NO_CONVERSION - -#include "unicode/ucnv.h" -#include "unicode/ucnv_err.h" - -/** - * ONLY used by FromU callback functions. - * Writes out the specified byte output bytes to the target byte buffer or to converter internal buffers. - * - * @param args callback fromUnicode arguments - * @param source source bytes to write - * @param length length of bytes to write - * @param offsetIndex the relative offset index from callback. - * @param err error status. If <TT>U_BUFFER_OVERFLOW</TT> is returned, then U_BUFFER_OVERFLOW <STRONG>must</STRONG> - * be returned to the user, because it means that not all data could be written into the target buffer, and some is - * in the converter error buffer. - * @see ucnv_cbFromUWriteSub - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 -ucnv_cbFromUWriteBytes (UConverterFromUnicodeArgs *args, - const char* source, - int32_t length, - int32_t offsetIndex, - UErrorCode * err); - -/** - * ONLY used by FromU callback functions. - * This function will write out the correct substitution character sequence - * to the target. - * - * @param args callback fromUnicode arguments - * @param offsetIndex the relative offset index from the current source pointer to be used - * @param err error status. If <TT>U_BUFFER_OVERFLOW</TT> is returned, then U_BUFFER_OVERFLOW <STRONG>must</STRONG> - * be returned to the user, because it means that not all data could be written into the target buffer, and some is - * in the converter error buffer. - * @see ucnv_cbFromUWriteBytes - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 -ucnv_cbFromUWriteSub (UConverterFromUnicodeArgs *args, - int32_t offsetIndex, - UErrorCode * err); - -/** - * ONLY used by fromU callback functions. - * This function will write out the error character(s) to the target UChar buffer. - * - * @param args callback fromUnicode arguments - * @param source pointer to pointer to first UChar to write [on exit: 1 after last UChar processed] - * @param sourceLimit pointer after last UChar to write - * @param offsetIndex the relative offset index from callback which will be set - * @param err error status <TT>U_BUFFER_OVERFLOW</TT> - * @see ucnv_cbToUWriteSub - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 ucnv_cbFromUWriteUChars(UConverterFromUnicodeArgs *args, - const UChar** source, - const UChar* sourceLimit, - int32_t offsetIndex, - UErrorCode * err); - -/** - * ONLY used by ToU callback functions. - * This function will write out the specified characters to the target - * UChar buffer. - * - * @param args callback toUnicode arguments - * @param source source string to write - * @param length the length of source string - * @param offsetIndex the relative offset index which will be written. - * @param err error status <TT>U_BUFFER_OVERFLOW</TT> - * @see ucnv_cbToUWriteSub - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 ucnv_cbToUWriteUChars (UConverterToUnicodeArgs *args, - const UChar* source, - int32_t length, - int32_t offsetIndex, - UErrorCode * err); - -/** - * ONLY used by ToU callback functions. - * This function will write out the Unicode substitution character (U+FFFD). - * - * @param args callback fromUnicode arguments - * @param offsetIndex the relative offset index from callback. - * @param err error status <TT>U_BUFFER_OVERFLOW</TT> - * @see ucnv_cbToUWriteUChars - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 ucnv_cbToUWriteSub (UConverterToUnicodeArgs *args, - int32_t offsetIndex, - UErrorCode * err); -#endif - -#endif diff --git a/jni/EastAsianWidth/unicode/ucnv_err.h b/jni/EastAsianWidth/unicode/ucnv_err.h deleted file mode 100644 index b0db7bc..0000000 --- a/jni/EastAsianWidth/unicode/ucnv_err.h +++ /dev/null @@ -1,456 +0,0 @@ -/* -********************************************************************** -* Copyright (C) 1999-2005, International Business Machines -* Corporation and others. All Rights Reserved. -********************************************************************** - * - * - * ucnv_err.h: - */ - -/** - * \file - * \brief C UConverter predefined error callbacks - * - * <h2>Error Behaviour Functions</h2> - * Defines some error behaviour functions called by ucnv_{from,to}Unicode - * These are provided as part of ICU and many are stable, but they - * can also be considered only as an example of what can be done with - * callbacks. You may of course write your own. - * - * If you want to write your own, you may also find the functions from - * ucnv_cb.h useful when writing your own callbacks. - * - * These functions, although public, should NEVER be called directly. - * They should be used as parameters to the ucnv_setFromUCallback - * and ucnv_setToUCallback functions, to set the behaviour of a converter - * when it encounters ILLEGAL/UNMAPPED/INVALID sequences. - * - * usage example: 'STOP' doesn't need any context, but newContext - * could be set to something other than 'NULL' if needed. The available - * contexts in this header can modify the default behavior of the callback. - * - * \code - * UErrorCode err = U_ZERO_ERROR; - * UConverter *myConverter = ucnv_open("ibm-949", &err); - * const void *oldContext; - * UConverterFromUCallback oldAction; - * - * - * if (U_SUCCESS(err)) - * { - * ucnv_setFromUCallBack(myConverter, - * UCNV_FROM_U_CALLBACK_STOP, - * NULL, - * &oldAction, - * &oldContext, - * &status); - * } - * \endcode - * - * The code above tells "myConverter" to stop when it encounters an - * ILLEGAL/TRUNCATED/INVALID sequences when it is used to convert from - * Unicode -> Codepage. The behavior from Codepage to Unicode is not changed, - * and ucnv_setToUCallBack would need to be called in order to change - * that behavior too. - * - * Here is an example with a context: - * - * \code - * UErrorCode err = U_ZERO_ERROR; - * UConverter *myConverter = ucnv_open("ibm-949", &err); - * const void *oldContext; - * UConverterFromUCallback oldAction; - * - * - * if (U_SUCCESS(err)) - * { - * ucnv_setToUCallBack(myConverter, - * UCNV_TO_U_CALLBACK_SUBSTITUTE, - * UCNV_SUB_STOP_ON_ILLEGAL, - * &oldAction, - * &oldContext, - * &status); - * } - * \endcode - * - * The code above tells "myConverter" to stop when it encounters an - * ILLEGAL/TRUNCATED/INVALID sequences when it is used to convert from - * Codepage -> Unicode. Any unmapped and legal characters will be - * substituted to be the default substitution character. - */ - -#ifndef UCNV_ERR_H -#define UCNV_ERR_H - -#include "unicode/utypes.h" - -#if !UCONFIG_NO_CONVERSION - -/** Forward declaring the UConverter structure. @stable ICU 2.0 */ -struct UConverter; - -/** @stable ICU 2.0 */ -typedef struct UConverter UConverter; - -/** - * FROM_U, TO_U context options for sub callback - * @stable ICU 2.0 - */ -#define UCNV_SUB_STOP_ON_ILLEGAL "i" - -/** - * FROM_U, TO_U context options for skip callback - * @stable ICU 2.0 - */ -#define UCNV_SKIP_STOP_ON_ILLEGAL "i" - -/** - * FROM_U_CALLBACK_ESCAPE context option to escape the code unit according to ICU (%UXXXX) - * @stable ICU 2.0 - */ -#define UCNV_ESCAPE_ICU NULL -/** - * FROM_U_CALLBACK_ESCAPE context option to escape the code unit according to JAVA (\\uXXXX) - * @stable ICU 2.0 - */ -#define UCNV_ESCAPE_JAVA "J" -/** - * FROM_U_CALLBACK_ESCAPE context option to escape the code unit according to C (\\uXXXX \\UXXXXXXXX) - * TO_U_CALLBACK_ESCAPE option to escape the character value accoding to C (\\xXXXX) - * @stable ICU 2.0 - */ -#define UCNV_ESCAPE_C "C" -/** - * FROM_U_CALLBACK_ESCAPE context option to escape the code unit according to XML Decimal escape \htmlonly(&#DDDD;)\endhtmlonly - * TO_U_CALLBACK_ESCAPE context option to escape the character value accoding to XML Decimal escape \htmlonly(&#DDDD;)\endhtmlonly - * @stable ICU 2.0 - */ -#define UCNV_ESCAPE_XML_DEC "D" -/** - * FROM_U_CALLBACK_ESCAPE context option to escape the code unit according to XML Hex escape \htmlonly(&#xXXXX;)\endhtmlonly - * TO_U_CALLBACK_ESCAPE context option to escape the character value accoding to XML Hex escape \htmlonly(&#xXXXX;)\endhtmlonly - * @stable ICU 2.0 - */ -#define UCNV_ESCAPE_XML_HEX "X" -/** - * FROM_U_CALLBACK_ESCAPE context option to escape teh code unit according to Unicode (U+XXXXX) - * @stable ICU 2.0 - */ -#define UCNV_ESCAPE_UNICODE "U" - -/** - * The process condition code to be used with the callbacks. - * Codes which are greater than UCNV_IRREGULAR should be - * passed on to any chained callbacks. - * @stable ICU 2.0 - */ -typedef enum { - UCNV_UNASSIGNED = 0, /**< The code point is unassigned. - The error code U_INVALID_CHAR_FOUND will be set. */ - UCNV_ILLEGAL = 1, /**< The code point is illegal. For example, - \\x81\\x2E is illegal in SJIS because \\x2E - is not a valid trail byte for the \\x81 - lead byte. - Also, starting with Unicode 3.0.1, non-shortest byte sequences - in UTF-8 (like \\xC1\\xA1 instead of \\x61 for U+0061) - are also illegal, not just irregular. - The error code U_ILLEGAL_CHAR_FOUND will be set. */ - UCNV_IRREGULAR = 2, /**< The codepoint is not a regular sequence in - the encoding. For example, \\xED\\xA0\\x80..\\xED\\xBF\\xBF - are irregular UTF-8 byte sequences for single surrogate - code points. - The error code U_INVALID_CHAR_FOUND will be set. */ - UCNV_RESET = 3, /**< The callback is called with this reason when a - 'reset' has occured. Callback should reset all - state. */ - UCNV_CLOSE = 4, /**< Called when the converter is closed. The - callback should release any allocated memory.*/ - UCNV_CLONE = 5 /**< Called when ucnv_safeClone() is called on the - converter. the pointer available as the - 'context' is an alias to the original converters' - context pointer. If the context must be owned - by the new converter, the callback must clone - the data and call ucnv_setFromUCallback - (or setToUCallback) with the correct pointer. - @stable ICU 2.2 - */ -} UConverterCallbackReason; - - -/** - * The structure for the fromUnicode callback function parameter. - * @stable ICU 2.0 - */ -typedef struct { - uint16_t size; /**< The size of this struct. @stable ICU 2.0 */ - UBool flush; /**< The internal state of converter will be reset and data flushed if set to TRUE. @stable ICU 2.0 */ - UConverter *converter; /**< Pointer to the converter that is opened and to which this struct is passed as an argument. @stable ICU 2.0 */ - const UChar *source; /**< Pointer to the source source buffer. @stable ICU 2.0 */ - const UChar *sourceLimit; /**< Pointer to the limit (end + 1) of source buffer. @stable ICU 2.0 */ - char *target; /**< Pointer to the target buffer. @stable ICU 2.0 */ - const char *targetLimit; /**< Pointer to the limit (end + 1) of target buffer. @stable ICU 2.0 */ - int32_t *offsets; /**< Pointer to the buffer that recieves the offsets. *offset = blah ; offset++;. @stable ICU 2.0 */ -} UConverterFromUnicodeArgs; - - -/** - * The structure for the toUnicode callback function parameter. - * @stable ICU 2.0 - */ -typedef struct { - uint16_t size; /**< The size of this struct @stable ICU 2.0 */ - UBool flush; /**< The internal state of converter will be reset and data flushed if set to TRUE. @stable ICU 2.0 */ - UConverter *converter; /**< Pointer to the converter that is opened and to which this struct is passed as an argument. @stable ICU 2.0 */ - const char *source; /**< Pointer to the source source buffer. @stable ICU 2.0 */ - const char *sourceLimit; /**< Pointer to the limit (end + 1) of source buffer. @stable ICU 2.0 */ - UChar *target; /**< Pointer to the target buffer. @stable ICU 2.0 */ - const UChar *targetLimit; /**< Pointer to the limit (end + 1) of target buffer. @stable ICU 2.0 */ - int32_t *offsets; /**< Pointer to the buffer that recieves the offsets. *offset = blah ; offset++;. @stable ICU 2.0 */ -} UConverterToUnicodeArgs; - - -/** - * DO NOT CALL THIS FUNCTION DIRECTLY! - * This From Unicode callback STOPS at the ILLEGAL_SEQUENCE, - * returning the error code back to the caller immediately. - * - * @param context Pointer to the callback's private data - * @param fromUArgs Information about the conversion in progress - * @param codeUnits Points to 'length' UChars of the concerned Unicode sequence - * @param length Size (in bytes) of the concerned codepage sequence - * @param codePoint Single UChar32 (UTF-32) containing the concerend Unicode codepoint. - * @param reason Defines the reason the callback was invoked - * @param err This should always be set to a failure status prior to calling. - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 UCNV_FROM_U_CALLBACK_STOP ( - const void *context, - UConverterFromUnicodeArgs *fromUArgs, - const UChar* codeUnits, - int32_t length, - UChar32 codePoint, - UConverterCallbackReason reason, - UErrorCode * err); - - - -/** - * DO NOT CALL THIS FUNCTION DIRECTLY! - * This To Unicode callback STOPS at the ILLEGAL_SEQUENCE, - * returning the error code back to the caller immediately. - * - * @param context Pointer to the callback's private data - * @param toUArgs Information about the conversion in progress - * @param codeUnits Points to 'length' bytes of the concerned codepage sequence - * @param length Size (in bytes) of the concerned codepage sequence - * @param reason Defines the reason the callback was invoked - * @param err This should always be set to a failure status prior to calling. - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 UCNV_TO_U_CALLBACK_STOP ( - const void *context, - UConverterToUnicodeArgs *toUArgs, - const char* codeUnits, - int32_t length, - UConverterCallbackReason reason, - UErrorCode * err); - -/** - * DO NOT CALL THIS FUNCTION DIRECTLY! - * This From Unicode callback skips any ILLEGAL_SEQUENCE, or - * skips only UNASSINGED_SEQUENCE depending on the context parameter - * simply ignoring those characters. - * - * @param context The function currently recognizes the callback options: - * UCNV_SKIP_STOP_ON_ILLEGAL: STOPS at the ILLEGAL_SEQUENCE, - * returning the error code back to the caller immediately. - * NULL: Skips any ILLEGAL_SEQUENCE - * @param fromUArgs Information about the conversion in progress - * @param codeUnits Points to 'length' UChars of the concerned Unicode sequence - * @param length Size (in bytes) of the concerned codepage sequence - * @param codePoint Single UChar32 (UTF-32) containing the concerend Unicode codepoint. - * @param reason Defines the reason the callback was invoked - * @param err Return value will be set to success if the callback was handled, - * otherwise this value will be set to a failure status. - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 UCNV_FROM_U_CALLBACK_SKIP ( - const void *context, - UConverterFromUnicodeArgs *fromUArgs, - const UChar* codeUnits, - int32_t length, - UChar32 codePoint, - UConverterCallbackReason reason, - UErrorCode * err); - -/** - * DO NOT CALL THIS FUNCTION DIRECTLY! - * This From Unicode callback will Substitute the ILLEGAL SEQUENCE, or - * UNASSIGNED_SEQUENCE depending on context parameter, with the - * current substitution string for the converter. This is the default - * callback. - * - * @param context The function currently recognizes the callback options: - * UCNV_SUB_STOP_ON_ILLEGAL: STOPS at the ILLEGAL_SEQUENCE, - * returning the error code back to the caller immediately. - * NULL: Substitutes any ILLEGAL_SEQUENCE - * @param fromUArgs Information about the conversion in progress - * @param codeUnits Points to 'length' UChars of the concerned Unicode sequence - * @param length Size (in bytes) of the concerned codepage sequence - * @param codePoint Single UChar32 (UTF-32) containing the concerend Unicode codepoint. - * @param reason Defines the reason the callback was invoked - * @param err Return value will be set to success if the callback was handled, - * otherwise this value will be set to a failure status. - * @see ucnv_setSubstChars - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 UCNV_FROM_U_CALLBACK_SUBSTITUTE ( - const void *context, - UConverterFromUnicodeArgs *fromUArgs, - const UChar* codeUnits, - int32_t length, - UChar32 codePoint, - UConverterCallbackReason reason, - UErrorCode * err); - -/** - * DO NOT CALL THIS FUNCTION DIRECTLY! - * This From Unicode callback will Substitute the ILLEGAL SEQUENCE with the - * hexadecimal representation of the illegal codepoints - * - * @param context The function currently recognizes the callback options: - * <ul> - * <li>UCNV_ESCAPE_ICU: Substitues the ILLEGAL SEQUENCE with the hexadecimal - * representation in the format %UXXXX, e.g. "%uFFFE%u00AC%uC8FE"). - * In the Event the converter doesn't support the characters {%,U}[A-F][0-9], - * it will substitute the illegal sequence with the substitution characters. - * Note that codeUnit(32bit int eg: unit of a surrogate pair) is represented as - * %UD84D%UDC56</li> - * <li>UCNV_ESCAPE_JAVA: Substitues the ILLEGAL SEQUENCE with the hexadecimal - * representation in the format \\uXXXX, e.g. "\\uFFFE\\u00AC\\uC8FE"). - * In the Event the converter doesn't support the characters {\,u}[A-F][0-9], - * it will substitute the illegal sequence with the substitution characters. - * Note that codeUnit(32bit int eg: unit of a surrogate pair) is represented as - * \\uD84D\\uDC56</li> - * <li>UCNV_ESCAPE_C: Substitues the ILLEGAL SEQUENCE with the hexadecimal - * representation in the format \\uXXXX, e.g. "\\uFFFE\\u00AC\\uC8FE"). - * In the Event the converter doesn't support the characters {\,u,U}[A-F][0-9], - * it will substitute the illegal sequence with the substitution characters. - * Note that codeUnit(32bit int eg: unit of a surrogate pair) is represented as - * \\U00023456</li> - * <li>UCNV_ESCAPE_XML_DEC: Substitues the ILLEGAL SEQUENCE with the decimal - * representation in the format \htmlonly&#DDDDDDDD;, e.g. "&#65534;&#172;&#51454;")\endhtmlonly. - * In the Event the converter doesn't support the characters {&,#}[0-9], - * it will substitute the illegal sequence with the substitution characters. - * Note that codeUnit(32bit int eg: unit of a surrogate pair) is represented as - * &#144470; and Zero padding is ignored.</li> - * <li>UCNV_ESCAPE_XML_HEX:Substitues the ILLEGAL SEQUENCE with the decimal - * representation in the format \htmlonly&#xXXXX; e.g. "&#xFFFE;&#x00AC;&#xC8FE;")\endhtmlonly. - * In the Event the converter doesn't support the characters {&,#,x}[0-9], - * it will substitute the illegal sequence with the substitution characters. - * Note that codeUnit(32bit int eg: unit of a surrogate pair) is represented as - * \htmlonly&#x23456;\endhtmlonly</li> - * </ul> - * @param fromUArgs Information about the conversion in progress - * @param codeUnits Points to 'length' UChars of the concerned Unicode sequence - * @param length Size (in bytes) of the concerned codepage sequence - * @param codePoint Single UChar32 (UTF-32) containing the concerend Unicode codepoint. - * @param reason Defines the reason the callback was invoked - * @param err Return value will be set to success if the callback was handled, - * otherwise this value will be set to a failure status. - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 UCNV_FROM_U_CALLBACK_ESCAPE ( - const void *context, - UConverterFromUnicodeArgs *fromUArgs, - const UChar* codeUnits, - int32_t length, - UChar32 codePoint, - UConverterCallbackReason reason, - UErrorCode * err); - - -/** - * DO NOT CALL THIS FUNCTION DIRECTLY! - * This To Unicode callback skips any ILLEGAL_SEQUENCE, or - * skips only UNASSINGED_SEQUENCE depending on the context parameter - * simply ignoring those characters. - * - * @param context The function currently recognizes the callback options: - * UCNV_SKIP_STOP_ON_ILLEGAL: STOPS at the ILLEGAL_SEQUENCE, - * returning the error code back to the caller immediately. - * NULL: Skips any ILLEGAL_SEQUENCE - * @param toUArgs Information about the conversion in progress - * @param codeUnits Points to 'length' bytes of the concerned codepage sequence - * @param length Size (in bytes) of the concerned codepage sequence - * @param reason Defines the reason the callback was invoked - * @param err Return value will be set to success if the callback was handled, - * otherwise this value will be set to a failure status. - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 UCNV_TO_U_CALLBACK_SKIP ( - const void *context, - UConverterToUnicodeArgs *toUArgs, - const char* codeUnits, - int32_t length, - UConverterCallbackReason reason, - UErrorCode * err); - -/** - * DO NOT CALL THIS FUNCTION DIRECTLY! - * This To Unicode callback will Substitute the ILLEGAL SEQUENCE,or - * UNASSIGNED_SEQUENCE depending on context parameter, with the - * Unicode substitution character, U+FFFD. - * - * @param context The function currently recognizes the callback options: - * UCNV_SUB_STOP_ON_ILLEGAL: STOPS at the ILLEGAL_SEQUENCE, - * returning the error code back to the caller immediately. - * NULL: Substitutes any ILLEGAL_SEQUENCE - * @param toUArgs Information about the conversion in progress - * @param codeUnits Points to 'length' bytes of the concerned codepage sequence - * @param length Size (in bytes) of the concerned codepage sequence - * @param reason Defines the reason the callback was invoked - * @param err Return value will be set to success if the callback was handled, - * otherwise this value will be set to a failure status. - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 UCNV_TO_U_CALLBACK_SUBSTITUTE ( - const void *context, - UConverterToUnicodeArgs *toUArgs, - const char* codeUnits, - int32_t length, - UConverterCallbackReason reason, - UErrorCode * err); - -/** - * DO NOT CALL THIS FUNCTION DIRECTLY! - * This To Unicode callback will Substitute the ILLEGAL SEQUENCE with the - * hexadecimal representation of the illegal bytes - * (in the format %XNN, e.g. "%XFF%X0A%XC8%X03"). - * - * @param context This function currently recognizes the callback options: - * UCNV_ESCAPE_ICU, UCNV_ESCAPE_JAVA, UCNV_ESCAPE_C, UCNV_ESCAPE_XML_DEC, - * UCNV_ESCAPE_XML_HEX and UCNV_ESCAPE_UNICODE. - * @param toUArgs Information about the conversion in progress - * @param codeUnits Points to 'length' bytes of the concerned codepage sequence - * @param length Size (in bytes) of the concerned codepage sequence - * @param reason Defines the reason the callback was invoked - * @param err Return value will be set to success if the callback was handled, - * otherwise this value will be set to a failure status. - * @stable ICU 2.0 - */ - -U_STABLE void U_EXPORT2 UCNV_TO_U_CALLBACK_ESCAPE ( - const void *context, - UConverterToUnicodeArgs *toUArgs, - const char* codeUnits, - int32_t length, - UConverterCallbackReason reason, - UErrorCode * err); - -#endif - -#endif - -/*UCNV_ERR_H*/ diff --git a/jni/EastAsianWidth/unicode/uconfig.h b/jni/EastAsianWidth/unicode/uconfig.h deleted file mode 100644 index d67b609..0000000 --- a/jni/EastAsianWidth/unicode/uconfig.h +++ /dev/null @@ -1,215 +0,0 @@ -/* -********************************************************************** -* Copyright (C) 2002-2007, International Business Machines -* Corporation and others. All Rights Reserved. -********************************************************************** -* file name: uconfig.h -* encoding: US-ASCII -* tab size: 8 (not used) -* indentation:4 -* -* created on: 2002sep19 -* created by: Markus W. Scherer -*/ - -#ifndef __UCONFIG_H__ -#define __UCONFIG_H__ - -/*! - * \file - * \brief Switches for excluding parts of ICU library code modules. - * - * Allows to build partial, smaller libraries for special purposes. - * By default, all modules are built. - * The switches are fairly coarse, controlling large modules. - * Basic services cannot be turned off. - * - * Building with any of these options does not guarantee that the - * ICU build process will completely work. It is recommended that - * the ICU libraries and data be built using the normal build. - * At that time you should remove the data used by those services. - * After building the ICU data library, you should rebuild the ICU - * libraries with these switches customized to your needs. - * - * @stable ICU 2.4 - */ - -/** - * \def UCONFIG_ONLY_COLLATION - * This switch turns off modules that are not needed for collation. - * - * It does not turn off legacy conversion because that is necessary - * for ICU to work on EBCDIC platforms (for the default converter). - * If you want "only collation" and do not build for EBCDIC, - * then you can define UCONFIG_NO_LEGACY_CONVERSION 1 as well. - * - * @stable ICU 2.4 - */ -#ifndef UCONFIG_ONLY_COLLATION -# define UCONFIG_ONLY_COLLATION 0 -#endif - -#if UCONFIG_ONLY_COLLATION - /* common library */ -# define UCONFIG_NO_BREAK_ITERATION 1 -# define UCONFIG_NO_IDNA 1 - - /* i18n library */ -# if UCONFIG_NO_COLLATION -# error Contradictory collation switches in uconfig.h. -# endif -# define UCONFIG_NO_FORMATTING 1 -# define UCONFIG_NO_TRANSLITERATION 1 -# define UCONFIG_NO_REGULAR_EXPRESSIONS 1 -#endif - -/* common library switches -------------------------------------------------- */ - -/** - * \def UCONFIG_NO_FILE_IO - * This switch turns off all file access in the common library - * where file access is only used for data loading. - * ICU data must then be provided in the form of a data DLL (or with an - * equivalent way to link to the data residing in an executable, - * as in building a combined library with both the common library's code and - * the data), or via udata_setCommonData(). - * Application data must be provided via udata_setAppData() or by using - * "open" functions that take pointers to data, for example ucol_openBinary(). - * - * File access is not used at all in the i18n library. - * - * File access cannot be turned off for the icuio library or for the ICU - * test suites and ICU tools. - * - * @stable ICU 3.6 - */ -#ifndef UCONFIG_NO_FILE_IO -# define UCONFIG_NO_FILE_IO 0 -#endif - -/** - * \def UCONFIG_NO_CONVERSION - * ICU will not completely build with this switch turned on. - * This switch turns off all converters. - * - * @stable ICU 3.2 - */ -#ifndef UCONFIG_NO_CONVERSION -# define UCONFIG_NO_CONVERSION 0 -#endif - -#if UCONFIG_NO_CONVERSION -# define UCONFIG_NO_LEGACY_CONVERSION 1 -#endif - -/** - * \def UCONFIG_NO_LEGACY_CONVERSION - * This switch turns off all converters except for - * - Unicode charsets (UTF-7/8/16/32, CESU-8, SCSU, BOCU-1) - * - US-ASCII - * - ISO-8859-1 - * - * Turning off legacy conversion is not possible on EBCDIC platforms - * because they need ibm-37 or ibm-1047 default converters. - * - * @stable ICU 2.4 - */ -#ifndef UCONFIG_NO_LEGACY_CONVERSION -# define UCONFIG_NO_LEGACY_CONVERSION 0 -#endif - -/** - * \def UCONFIG_NO_NORMALIZATION - * This switch turns off normalization. - * It implies turning off several other services as well, for example - * collation and IDNA. - * - * @stable ICU 2.6 - */ -#ifndef UCONFIG_NO_NORMALIZATION -# define UCONFIG_NO_NORMALIZATION 0 -#elif UCONFIG_NO_NORMALIZATION - /* common library */ -# define UCONFIG_NO_IDNA 1 - - /* i18n library */ -# if UCONFIG_ONLY_COLLATION -# error Contradictory collation switches in uconfig.h. -# endif -# define UCONFIG_NO_COLLATION 1 -# define UCONFIG_NO_TRANSLITERATION 1 -#endif - -/** - * \def UCONFIG_NO_BREAK_ITERATION - * This switch turns off break iteration. - * - * @stable ICU 2.4 - */ -#ifndef UCONFIG_NO_BREAK_ITERATION -# define UCONFIG_NO_BREAK_ITERATION 0 -#endif - -/** - * \def UCONFIG_NO_IDNA - * This switch turns off IDNA. - * - * @stable ICU 2.6 - */ -#ifndef UCONFIG_NO_IDNA -# define UCONFIG_NO_IDNA 0 -#endif - -/* i18n library switches ---------------------------------------------------- */ - -/** - * \def UCONFIG_NO_COLLATION - * This switch turns off collation and collation-based string search. - * - * @stable ICU 2.4 - */ -#ifndef UCONFIG_NO_COLLATION -# define UCONFIG_NO_COLLATION 0 -#endif - -/** - * \def UCONFIG_NO_FORMATTING - * This switch turns off formatting and calendar/timezone services. - * - * @stable ICU 2.4 - */ -#ifndef UCONFIG_NO_FORMATTING -# define UCONFIG_NO_FORMATTING 0 -#endif - -/** - * \def UCONFIG_NO_TRANSLITERATION - * This switch turns off transliteration. - * - * @stable ICU 2.4 - */ -#ifndef UCONFIG_NO_TRANSLITERATION -# define UCONFIG_NO_TRANSLITERATION 1 -#endif - -/** - * \def UCONFIG_NO_REGULAR_EXPRESSIONS - * This switch turns off regular expressions. - * - * @stable ICU 2.4 - */ -#ifndef UCONFIG_NO_REGULAR_EXPRESSIONS -# define UCONFIG_NO_REGULAR_EXPRESSIONS 0 -#endif - -/** - * \def UCONFIG_NO_SERVICE - * This switch turns off service registration. - * - * @stable ICU 3.2 - */ -#ifndef UCONFIG_NO_SERVICE -# define UCONFIG_NO_SERVICE 1 -#endif - -#endif diff --git a/jni/EastAsianWidth/unicode/udata.h b/jni/EastAsianWidth/unicode/udata.h deleted file mode 100644 index 95348fb..0000000 --- a/jni/EastAsianWidth/unicode/udata.h +++ /dev/null @@ -1,389 +0,0 @@ -/* -****************************************************************************** -* -* Copyright (C) 1999-2007, International Business Machines -* Corporation and others. All Rights Reserved. -* -****************************************************************************** -* file name: udata.h -* encoding: US-ASCII -* tab size: 8 (not used) -* indentation:4 -* -* created on: 1999oct25 -* created by: Markus W. Scherer -*/ - -#ifndef __UDATA_H__ -#define __UDATA_H__ - -#include "unicode/utypes.h" - -U_CDECL_BEGIN - -/** - * \file - * \brief C API: Data loading interface - * - * <h2>Information about data loading interface</h2> - * - * This API is used to find and efficiently load data for ICU and applications - * using ICU. It provides an abstract interface that specifies a data type and - * name to find and load the data. Normally this API is used by other ICU APIs - * to load required data out of the ICU data library, but it can be used to - * load data out of other places. - * - * See the User Guide Data Management chapter. - */ - -#ifndef U_HIDE_INTERNAL_API -/** - * Character used to separate package names from tree names - * @internal ICU 3.0 - */ -#define U_TREE_SEPARATOR '-' - -/** - * String used to separate package names from tree names - * @internal ICU 3.0 - */ -#define U_TREE_SEPARATOR_STRING "-" - -/** - * Character used to separate parts of entry names - * @internal ICU 3.0 - */ -#define U_TREE_ENTRY_SEP_CHAR '/' - -/** - * String used to separate parts of entry names - * @internal ICU 3.0 - */ -#define U_TREE_ENTRY_SEP_STRING "/" - -/** - * Alias for standard ICU data - * @internal ICU 3.0 - */ -#define U_ICUDATA_ALIAS "ICUDATA" - -#endif /* U_HIDE_INTERNAL_API */ - -/** - * UDataInfo contains the properties about the requested data. - * This is meta data. - * - * <p>This structure may grow in the future, indicated by the - * <code>size</code> field.</p> - * - * <p>The platform data property fields help determine if a data - * file can be efficiently used on a given machine. - * The particular fields are of importance only if the data - * is affected by the properties - if there is integer data - * with word sizes > 1 byte, char* text, or UChar* text.</p> - * - * <p>The implementation for the <code>udata_open[Choice]()</code> - * functions may reject data based on the value in <code>isBigEndian</code>. - * No other field is used by the <code>udata</code> API implementation.</p> - * - * <p>The <code>dataFormat</code> may be used to identify - * the kind of data, e.g. a converter table.</p> - * - * <p>The <code>formatVersion</code> field should be used to - * make sure that the format can be interpreted. - * I may be a good idea to check only for the one or two highest - * of the version elements to allow the data memory to - * get more or somewhat rearranged contents, for as long - * as the using code can still interpret the older contents.</p> - * - * <p>The <code>dataVersion</code> field is intended to be a - * common place to store the source version of the data; - * for data from the Unicode character database, this could - * reflect the Unicode version.</p> - * @stable ICU 2.0 - */ -typedef struct { - /** sizeof(UDataInfo) - * @stable ICU 2.0 */ - uint16_t size; - - /** unused, set to 0 - * @stable ICU 2.0*/ - uint16_t reservedWord; - - /* platform data properties */ - /** 0 for little-endian machine, 1 for big-endian - * @stable ICU 2.0 */ - uint8_t isBigEndian; - - /** see U_CHARSET_FAMILY values in utypes.h - * @stable ICU 2.0*/ - uint8_t charsetFamily; - - /** sizeof(UChar), one of { 1, 2, 4 } - * @stable ICU 2.0*/ - uint8_t sizeofUChar; - - /** unused, set to 0 - * @stable ICU 2.0*/ - uint8_t reservedByte; - - /** data format identifier - * @stable ICU 2.0*/ - uint8_t dataFormat[4]; - - /** versions: [0] major [1] minor [2] milli [3] micro - * @stable ICU 2.0*/ - uint8_t formatVersion[4]; - - /** versions: [0] major [1] minor [2] milli [3] micro - * @stable ICU 2.0*/ - uint8_t dataVersion[4]; -} UDataInfo; - -/* API for reading data -----------------------------------------------------*/ - -/** - * Forward declaration of the data memory type. - * @stable ICU 2.0 - */ -typedef struct UDataMemory UDataMemory; - -/** - * Callback function for udata_openChoice(). - * @param context parameter passed into <code>udata_openChoice()</code>. - * @param type The type of the data as passed into <code>udata_openChoice()</code>. - * It may be <code>NULL</code>. - * @param name The name of the data as passed into <code>udata_openChoice()</code>. - * @param pInfo A pointer to the <code>UDataInfo</code> structure - * of data that has been loaded and will be returned - * by <code>udata_openChoice()</code> if this function - * returns <code>TRUE</code>. - * @return TRUE if the current data memory is acceptable - * @stable ICU 2.0 - */ -typedef UBool U_CALLCONV -UDataMemoryIsAcceptable(void *context, - const char *type, const char *name, - const UDataInfo *pInfo); - - -/** - * Convenience function. - * This function works the same as <code>udata_openChoice</code> - * except that any data that matches the type and name - * is assumed to be acceptable. - * @param path Specifies an absolute path and/or a basename for the - * finding of the data in the file system. - * <code>NULL</code> for ICU data. - * @param type A string that specifies the type of data to be loaded. - * For example, resource bundles are loaded with type "res", - * conversion tables with type "cnv". - * This may be <code>NULL</code> or empty. - * @param name A string that specifies the name of the data. - * @param pErrorCode An ICU UErrorCode parameter. It must not be <code>NULL</code>. - * @return A pointer (handle) to a data memory object, or <code>NULL</code> - * if an error occurs. Call <code>udata_getMemory()</code> - * to get a pointer to the actual data. - * - * @see udata_openChoice - * @stable ICU 2.0 - */ -U_STABLE UDataMemory * U_EXPORT2 -udata_open(const char *path, const char *type, const char *name, - UErrorCode *pErrorCode); - -/** - * Data loading function. - * This function is used to find and load efficiently data for - * ICU and applications using ICU. - * It provides an abstract interface that allows to specify a data - * type and name to find and load the data. - * - * <p>The implementation depends on platform properties and user preferences - * and may involve loading shared libraries (DLLs), mapping - * files into memory, or fopen()/fread() files. - * It may also involve using static memory or database queries etc. - * Several or all data items may be combined into one entity - * (DLL, memory-mappable file).</p> - * - * <p>The data is always preceded by a header that includes - * a <code>UDataInfo</code> structure. - * The caller's <code>isAcceptable()</code> function is called to make - * sure that the data is useful. It may be called several times if it - * rejects the data and there is more than one location with data - * matching the type and name.</p> - * - * <p>If <code>path==NULL</code>, then ICU data is loaded. - * Otherwise, it is separated into a basename and a basename-less directory string. - * The basename is used as the data package name, and the directory is - * logically prepended to the ICU data directory string.</p> - * - * <p>For details about ICU data loading see the User Guide - * Data Management chapter. (http://icu-project.org/userguide/icudata.html)</p> - * - * @param path Specifies an absolute path and/or a basename for the - * finding of the data in the file system. - * <code>NULL</code> for ICU data. - * @param type A string that specifies the type of data to be loaded. - * For example, resource bundles are loaded with type "res", - * conversion tables with type "cnv". - * This may be <code>NULL</code> or empty. - * @param name A string that specifies the name of the data. - * @param isAcceptable This function is called to verify that loaded data - * is useful for the client code. If it returns FALSE - * for all data items, then <code>udata_openChoice()</code> - * will return with an error. - * @param context Arbitrary parameter to be passed into isAcceptable. - * @param pErrorCode An ICU UErrorCode parameter. It must not be <code>NULL</code>. - * @return A pointer (handle) to a data memory object, or <code>NULL</code> - * if an error occurs. Call <code>udata_getMemory()</code> - * to get a pointer to the actual data. - * @stable ICU 2.0 - */ -U_STABLE UDataMemory * U_EXPORT2 -udata_openChoice(const char *path, const char *type, const char *name, - UDataMemoryIsAcceptable *isAcceptable, void *context, - UErrorCode *pErrorCode); - -/** - * Close the data memory. - * This function must be called to allow the system to - * release resources associated with this data memory. - * @param pData The pointer to data memory object - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 -udata_close(UDataMemory *pData); - -/** - * Get the pointer to the actual data inside the data memory. - * The data is read-only. - * @param pData The pointer to data memory object - * @stable ICU 2.0 - */ -U_STABLE const void * U_EXPORT2 -udata_getMemory(UDataMemory *pData); - -/** - * Get the information from the data memory header. - * This allows to get access to the header containing - * platform data properties etc. which is not part of - * the data itself and can therefore not be accessed - * via the pointer that <code>udata_getMemory()</code> returns. - * - * @param pData pointer to the data memory object - * @param pInfo pointer to a UDataInfo object; - * its <code>size</code> field must be set correctly, - * typically to <code>sizeof(UDataInfo)</code>. - * - * <code>*pInfo</code> will be filled with the UDataInfo structure - * in the data memory object. If this structure is smaller than - * <code>pInfo->size</code>, then the <code>size</code> will be - * adjusted and only part of the structure will be filled. - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 -udata_getInfo(UDataMemory *pData, UDataInfo *pInfo); - -/** - * This function bypasses the normal ICU data loading process and - * allows you to force ICU's system data to come out of a user-specified - * area in memory. - * - * The format of this data is that of the icu common data file, as is - * generated by the pkgdata tool with mode=common or mode=dll. - * You can read in a whole common mode file and pass the address to the start of the - * data, or (with the appropriate link options) pass in the pointer to - * the data that has been loaded from a dll by the operating system, - * as shown in this code: - * - * extern const char U_IMPORT U_ICUDATA_ENTRY_POINT []; - * // U_ICUDATA_ENTRY_POINT is same as entry point specified to pkgdata tool - * UErrorCode status = U_ZERO_ERROR; - * - * udata_setCommonData(&U_ICUDATA_ENTRY_POINT, &status); - * - * Warning: ICU must NOT have even attempted to access its data yet - * when this call is made, or U_USING_DEFAULT_WARNING code will - * be returned. Be careful of UnicodeStrings in static initialization which - * may attempt to load a converter (use the UNICODE_STRING(x) macro instead). - * - * Also note that it is important that the declaration be as above. The entry point - * must not be declared as an extern void*. - * - * This function has no effect on application (non ICU) data. See udata_setAppData() - * for similar functionality for application data. - * - * @param data pointer to ICU common data - * @param err outgoing error status <code>U_USING_DEFAULT_WARNING, U_UNSUPPORTED_ERROR</code> - * @stable ICU 2.0 - */ - -U_STABLE void U_EXPORT2 -udata_setCommonData(const void *data, UErrorCode *err); - - -/** - * This function bypasses the normal ICU data loading process for application-specific - * data and allows you to force the it to come out of a user-specified - * pointer. - * - * The format of this data is that of the icu common data file, like 'icudt26l.dat' - * or the corresponding shared library (DLL) file. - * The application must read in or otherwise construct an image of the data and then - * pass the address of it to this function. - * - * - * Warning: setAppData will set a U_USING_DEFAULT_WARNING code if - * data with the specifed path that has already been opened, or - * if setAppData with the same path has already been called. - * Any such calls to setAppData will have no effect. - * - * - * @param packageName the package name by which the application will refer - * to (open) this data - * @param data pointer to the data - * @param err outgoing error status <code>U_USING_DEFAULT_WARNING, U_UNSUPPORTED_ERROR</code> - * @see udata_setCommonData - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 -udata_setAppData(const char *packageName, const void *data, UErrorCode *err); - -/** - * Possible settings for udata_setFileAccess() - * @see udata_setFileAccess - * @stable ICU 3.4 - */ -typedef enum UDataFileAccess { - /** ICU does not access the file system for data loading. */ - UDATA_NO_FILES, - /** ICU only loads data from packages, not from single files. */ - UDATA_ONLY_PACKAGES, - /** ICU loads data from packages first, and only from single files - if the data cannot be found in a package. */ - UDATA_PACKAGES_FIRST, - /** ICU looks for data in single files first, then in packages. (default) */ - UDATA_FILES_FIRST, - /** An alias for the default access mode. */ - UDATA_DEFAULT_ACCESS = UDATA_FILES_FIRST, - UDATA_FILE_ACCESS_COUNT -} UDataFileAccess; - -/** - * This function may be called to control how ICU loads data. It must be called - * before any ICU data is loaded, including application data loaded with ures/ResourceBundle or - * udata APIs. It should be called before u_init. This function is not multithread safe. - * The results of calling it while other threads are loading data are undefined. - * @param access The type of file access to be used - * @param status Error code. - * @see UDataFileAccess - * @stable ICU 3.4 - */ -U_STABLE void U_EXPORT2 -udata_setFileAccess(UDataFileAccess access, UErrorCode *status); - -U_CDECL_END - -#endif diff --git a/jni/EastAsianWidth/unicode/udeprctd.h b/jni/EastAsianWidth/unicode/udeprctd.h deleted file mode 100644 index 158967e..0000000 --- a/jni/EastAsianWidth/unicode/udeprctd.h +++ /dev/null @@ -1,50 +0,0 @@ -/* -******************************************************************************* -* Copyright (C) 2004-2007, International Business Machines -* Corporation and others. All Rights Reserved. -******************************************************************************* -* -* file name: -* encoding: US-ASCII -* tab size: 8 (not used) -* indentation:4 -* -* Created by: genheaders.pl, a perl script written by Ram Viswanadha -* -* Contains data for commenting out APIs. -* Gets included by umachine.h -* -* THIS FILE IS MACHINE-GENERATED, DON'T PLAY WITH IT IF YOU DON'T KNOW WHAT -* YOU ARE DOING, OTHERWISE VERY BAD THINGS WILL HAPPEN! -*/ - -#ifndef UDEPRCTD_H -#define UDEPRCTD_H - -#ifdef U_HIDE_DEPRECATED_API - -# if U_DISABLE_RENAMING -# define ucol_getContractions ucol_getContractions_DEPRECATED_API_DO_NOT_USE -# define ucol_getLocale ucol_getLocale_DEPRECATED_API_DO_NOT_USE -# define ures_countArrayItems ures_countArrayItems_DEPRECATED_API_DO_NOT_USE -# define ures_getLocale ures_getLocale_DEPRECATED_API_DO_NOT_USE -# define ures_getVersionNumber ures_getVersionNumber_DEPRECATED_API_DO_NOT_USE -# define utrans_getAvailableID utrans_getAvailableID_DEPRECATED_API_DO_NOT_USE -# define utrans_getID utrans_getID_DEPRECATED_API_DO_NOT_USE -# define utrans_open utrans_open_DEPRECATED_API_DO_NOT_USE -# define utrans_unregister utrans_unregister_DEPRECATED_API_DO_NOT_USE -# else -# define ucol_getContractions_3_8 ucol_getContractions_DEPRECATED_API_DO_NOT_USE -# define ucol_getLocale_3_8 ucol_getLocale_DEPRECATED_API_DO_NOT_USE -# define ures_countArrayItems_3_8 ures_countArrayItems_DEPRECATED_API_DO_NOT_USE -# define ures_getLocale_3_8 ures_getLocale_DEPRECATED_API_DO_NOT_USE -# define ures_getVersionNumber_3_8 ures_getVersionNumber_DEPRECATED_API_DO_NOT_USE -# define utrans_getAvailableID_3_8 utrans_getAvailableID_DEPRECATED_API_DO_NOT_USE -# define utrans_getID_3_8 utrans_getID_DEPRECATED_API_DO_NOT_USE -# define utrans_open_3_8 utrans_open_DEPRECATED_API_DO_NOT_USE -# define utrans_unregister_3_8 utrans_unregister_DEPRECATED_API_DO_NOT_USE -# endif /* U_DISABLE_RENAMING */ - -#endif /* U_HIDE_DEPRECATED_API */ -#endif /* UDEPRCTD_H */ - diff --git a/jni/EastAsianWidth/unicode/udraft.h b/jni/EastAsianWidth/unicode/udraft.h deleted file mode 100644 index f869b24..0000000 --- a/jni/EastAsianWidth/unicode/udraft.h +++ /dev/null @@ -1,186 +0,0 @@ -/* -******************************************************************************* -* Copyright (C) 2004-2007, International Business Machines -* Corporation and others. All Rights Reserved. -******************************************************************************* -* -* file name: -* encoding: US-ASCII -* tab size: 8 (not used) -* indentation:4 -* -* Created by: genheaders.pl, a perl script written by Ram Viswanadha -* -* Contains data for commenting out APIs. -* Gets included by umachine.h -* -* THIS FILE IS MACHINE-GENERATED, DON'T PLAY WITH IT IF YOU DON'T KNOW WHAT -* YOU ARE DOING, OTHERWISE VERY BAD THINGS WILL HAPPEN! -*/ - -#ifndef UDRAFT_H -#define UDRAFT_H - -#ifdef U_HIDE_DRAFT_API - -# if U_DISABLE_RENAMING -# define u_fclose u_fclose_DRAFT_API_DO_NOT_USE -# define u_feof u_feof_DRAFT_API_DO_NOT_USE -# define u_fflush u_fflush_DRAFT_API_DO_NOT_USE -# define u_fgetConverter u_fgetConverter_DRAFT_API_DO_NOT_USE -# define u_fgetc u_fgetc_DRAFT_API_DO_NOT_USE -# define u_fgetcodepage u_fgetcodepage_DRAFT_API_DO_NOT_USE -# define u_fgetcx u_fgetcx_DRAFT_API_DO_NOT_USE -# define u_fgetfile u_fgetfile_DRAFT_API_DO_NOT_USE -# define u_fgetlocale u_fgetlocale_DRAFT_API_DO_NOT_USE -# define u_fgets u_fgets_DRAFT_API_DO_NOT_USE -# define u_file_read u_file_read_DRAFT_API_DO_NOT_USE -# define u_file_write u_file_write_DRAFT_API_DO_NOT_USE -# define u_finit u_finit_DRAFT_API_DO_NOT_USE -# define u_fopen u_fopen_DRAFT_API_DO_NOT_USE -# define u_fprintf u_fprintf_DRAFT_API_DO_NOT_USE -# define u_fprintf_u u_fprintf_u_DRAFT_API_DO_NOT_USE -# define u_fputc u_fputc_DRAFT_API_DO_NOT_USE -# define u_fputs u_fputs_DRAFT_API_DO_NOT_USE -# define u_frewind u_frewind_DRAFT_API_DO_NOT_USE -# define u_fscanf u_fscanf_DRAFT_API_DO_NOT_USE -# define u_fscanf_u u_fscanf_u_DRAFT_API_DO_NOT_USE -# define u_fsetcodepage u_fsetcodepage_DRAFT_API_DO_NOT_USE -# define u_fsetlocale u_fsetlocale_DRAFT_API_DO_NOT_USE -# define u_fsettransliterator u_fsettransliterator_DRAFT_API_DO_NOT_USE -# define u_fstropen u_fstropen_DRAFT_API_DO_NOT_USE -# define u_fungetc u_fungetc_DRAFT_API_DO_NOT_USE -# define u_snprintf u_snprintf_DRAFT_API_DO_NOT_USE -# define u_snprintf_u u_snprintf_u_DRAFT_API_DO_NOT_USE -# define u_sprintf u_sprintf_DRAFT_API_DO_NOT_USE -# define u_sprintf_u u_sprintf_u_DRAFT_API_DO_NOT_USE -# define u_sscanf u_sscanf_DRAFT_API_DO_NOT_USE -# define u_sscanf_u u_sscanf_u_DRAFT_API_DO_NOT_USE -# define u_vfprintf u_vfprintf_DRAFT_API_DO_NOT_USE -# define u_vfprintf_u u_vfprintf_u_DRAFT_API_DO_NOT_USE -# define u_vfscanf u_vfscanf_DRAFT_API_DO_NOT_USE -# define u_vfscanf_u u_vfscanf_u_DRAFT_API_DO_NOT_USE -# define u_vsnprintf u_vsnprintf_DRAFT_API_DO_NOT_USE -# define u_vsnprintf_u u_vsnprintf_u_DRAFT_API_DO_NOT_USE -# define u_vsprintf u_vsprintf_DRAFT_API_DO_NOT_USE -# define u_vsprintf_u u_vsprintf_u_DRAFT_API_DO_NOT_USE -# define u_vsscanf u_vsscanf_DRAFT_API_DO_NOT_USE -# define u_vsscanf_u u_vsscanf_u_DRAFT_API_DO_NOT_USE -# define ucal_getTZDataVersion ucal_getTZDataVersion_DRAFT_API_DO_NOT_USE -# define ucasemap_getBreakIterator ucasemap_getBreakIterator_DRAFT_API_DO_NOT_USE -# define ucasemap_setBreakIterator ucasemap_setBreakIterator_DRAFT_API_DO_NOT_USE -# define ucasemap_toTitle ucasemap_toTitle_DRAFT_API_DO_NOT_USE -# define ucasemap_utf8FoldCase ucasemap_utf8FoldCase_DRAFT_API_DO_NOT_USE -# define ucasemap_utf8ToTitle ucasemap_utf8ToTitle_DRAFT_API_DO_NOT_USE -# define udatpg_addPattern udatpg_addPattern_DRAFT_API_DO_NOT_USE -# define udatpg_clone udatpg_clone_DRAFT_API_DO_NOT_USE -# define udatpg_close udatpg_close_DRAFT_API_DO_NOT_USE -# define udatpg_getAppendItemFormat udatpg_getAppendItemFormat_DRAFT_API_DO_NOT_USE -# define udatpg_getAppendItemName udatpg_getAppendItemName_DRAFT_API_DO_NOT_USE -# define udatpg_getBaseSkeleton udatpg_getBaseSkeleton_DRAFT_API_DO_NOT_USE -# define udatpg_getBestPattern udatpg_getBestPattern_DRAFT_API_DO_NOT_USE -# define udatpg_getDateTimeFormat udatpg_getDateTimeFormat_DRAFT_API_DO_NOT_USE -# define udatpg_getDecimal udatpg_getDecimal_DRAFT_API_DO_NOT_USE -# define udatpg_getPatternForSkeleton udatpg_getPatternForSkeleton_DRAFT_API_DO_NOT_USE -# define udatpg_getSkeleton udatpg_getSkeleton_DRAFT_API_DO_NOT_USE -# define udatpg_open udatpg_open_DRAFT_API_DO_NOT_USE -# define udatpg_openBaseSkeletons udatpg_openBaseSkeletons_DRAFT_API_DO_NOT_USE -# define udatpg_openEmpty udatpg_openEmpty_DRAFT_API_DO_NOT_USE -# define udatpg_openSkeletons udatpg_openSkeletons_DRAFT_API_DO_NOT_USE -# define udatpg_replaceFieldTypes udatpg_replaceFieldTypes_DRAFT_API_DO_NOT_USE -# define udatpg_setAppendItemFormat udatpg_setAppendItemFormat_DRAFT_API_DO_NOT_USE -# define udatpg_setAppendItemName udatpg_setAppendItemName_DRAFT_API_DO_NOT_USE -# define udatpg_setDateTimeFormat udatpg_setDateTimeFormat_DRAFT_API_DO_NOT_USE -# define udatpg_setDecimal udatpg_setDecimal_DRAFT_API_DO_NOT_USE -# define uloc_getLocaleForLCID uloc_getLocaleForLCID_DRAFT_API_DO_NOT_USE -# define uset_clone uset_clone_DRAFT_API_DO_NOT_USE -# define uset_cloneAsThawed uset_cloneAsThawed_DRAFT_API_DO_NOT_USE -# define uset_freeze uset_freeze_DRAFT_API_DO_NOT_USE -# define uset_isFrozen uset_isFrozen_DRAFT_API_DO_NOT_USE -# define uset_span uset_span_DRAFT_API_DO_NOT_USE -# define uset_spanBack uset_spanBack_DRAFT_API_DO_NOT_USE -# define uset_spanBackUTF8 uset_spanBackUTF8_DRAFT_API_DO_NOT_USE -# define uset_spanUTF8 uset_spanUTF8_DRAFT_API_DO_NOT_USE -# else -# define u_fclose_3_8 u_fclose_DRAFT_API_DO_NOT_USE -# define u_feof_3_8 u_feof_DRAFT_API_DO_NOT_USE -# define u_fflush_3_8 u_fflush_DRAFT_API_DO_NOT_USE -# define u_fgetConverter_3_8 u_fgetConverter_DRAFT_API_DO_NOT_USE -# define u_fgetc_3_8 u_fgetc_DRAFT_API_DO_NOT_USE -# define u_fgetcodepage_3_8 u_fgetcodepage_DRAFT_API_DO_NOT_USE -# define u_fgetcx_3_8 u_fgetcx_DRAFT_API_DO_NOT_USE -# define u_fgetfile_3_8 u_fgetfile_DRAFT_API_DO_NOT_USE -# define u_fgetlocale_3_8 u_fgetlocale_DRAFT_API_DO_NOT_USE -# define u_fgets_3_8 u_fgets_DRAFT_API_DO_NOT_USE -# define u_file_read_3_8 u_file_read_DRAFT_API_DO_NOT_USE -# define u_file_write_3_8 u_file_write_DRAFT_API_DO_NOT_USE -# define u_finit_3_8 u_finit_DRAFT_API_DO_NOT_USE -# define u_fopen_3_8 u_fopen_DRAFT_API_DO_NOT_USE -# define u_fprintf_3_8 u_fprintf_DRAFT_API_DO_NOT_USE -# define u_fprintf_u_3_8 u_fprintf_u_DRAFT_API_DO_NOT_USE -# define u_fputc_3_8 u_fputc_DRAFT_API_DO_NOT_USE -# define u_fputs_3_8 u_fputs_DRAFT_API_DO_NOT_USE -# define u_frewind_3_8 u_frewind_DRAFT_API_DO_NOT_USE -# define u_fscanf_3_8 u_fscanf_DRAFT_API_DO_NOT_USE -# define u_fscanf_u_3_8 u_fscanf_u_DRAFT_API_DO_NOT_USE -# define u_fsetcodepage_3_8 u_fsetcodepage_DRAFT_API_DO_NOT_USE -# define u_fsetlocale_3_8 u_fsetlocale_DRAFT_API_DO_NOT_USE -# define u_fsettransliterator_3_8 u_fsettransliterator_DRAFT_API_DO_NOT_USE -# define u_fstropen_3_8 u_fstropen_DRAFT_API_DO_NOT_USE -# define u_fungetc_3_8 u_fungetc_DRAFT_API_DO_NOT_USE -# define u_snprintf_3_8 u_snprintf_DRAFT_API_DO_NOT_USE -# define u_snprintf_u_3_8 u_snprintf_u_DRAFT_API_DO_NOT_USE -# define u_sprintf_3_8 u_sprintf_DRAFT_API_DO_NOT_USE -# define u_sprintf_u_3_8 u_sprintf_u_DRAFT_API_DO_NOT_USE -# define u_sscanf_3_8 u_sscanf_DRAFT_API_DO_NOT_USE -# define u_sscanf_u_3_8 u_sscanf_u_DRAFT_API_DO_NOT_USE -# define u_vfprintf_3_8 u_vfprintf_DRAFT_API_DO_NOT_USE -# define u_vfprintf_u_3_8 u_vfprintf_u_DRAFT_API_DO_NOT_USE -# define u_vfscanf_3_8 u_vfscanf_DRAFT_API_DO_NOT_USE -# define u_vfscanf_u_3_8 u_vfscanf_u_DRAFT_API_DO_NOT_USE -# define u_vsnprintf_3_8 u_vsnprintf_DRAFT_API_DO_NOT_USE -# define u_vsnprintf_u_3_8 u_vsnprintf_u_DRAFT_API_DO_NOT_USE -# define u_vsprintf_3_8 u_vsprintf_DRAFT_API_DO_NOT_USE -# define u_vsprintf_u_3_8 u_vsprintf_u_DRAFT_API_DO_NOT_USE -# define u_vsscanf_3_8 u_vsscanf_DRAFT_API_DO_NOT_USE -# define u_vsscanf_u_3_8 u_vsscanf_u_DRAFT_API_DO_NOT_USE -# define ucal_getTZDataVersion_3_8 ucal_getTZDataVersion_DRAFT_API_DO_NOT_USE -# define ucasemap_getBreakIterator_3_8 ucasemap_getBreakIterator_DRAFT_API_DO_NOT_USE -# define ucasemap_setBreakIterator_3_8 ucasemap_setBreakIterator_DRAFT_API_DO_NOT_USE -# define ucasemap_toTitle_3_8 ucasemap_toTitle_DRAFT_API_DO_NOT_USE -# define ucasemap_utf8FoldCase_3_8 ucasemap_utf8FoldCase_DRAFT_API_DO_NOT_USE -# define ucasemap_utf8ToTitle_3_8 ucasemap_utf8ToTitle_DRAFT_API_DO_NOT_USE -# define udatpg_addPattern_3_8 udatpg_addPattern_DRAFT_API_DO_NOT_USE -# define udatpg_clone_3_8 udatpg_clone_DRAFT_API_DO_NOT_USE -# define udatpg_close_3_8 udatpg_close_DRAFT_API_DO_NOT_USE -# define udatpg_getAppendItemFormat_3_8 udatpg_getAppendItemFormat_DRAFT_API_DO_NOT_USE -# define udatpg_getAppendItemName_3_8 udatpg_getAppendItemName_DRAFT_API_DO_NOT_USE -# define udatpg_getBaseSkeleton_3_8 udatpg_getBaseSkeleton_DRAFT_API_DO_NOT_USE -# define udatpg_getBestPattern_3_8 udatpg_getBestPattern_DRAFT_API_DO_NOT_USE -# define udatpg_getDateTimeFormat_3_8 udatpg_getDateTimeFormat_DRAFT_API_DO_NOT_USE -# define udatpg_getDecimal_3_8 udatpg_getDecimal_DRAFT_API_DO_NOT_USE -# define udatpg_getPatternForSkeleton_3_8 udatpg_getPatternForSkeleton_DRAFT_API_DO_NOT_USE -# define udatpg_getSkeleton_3_8 udatpg_getSkeleton_DRAFT_API_DO_NOT_USE -# define udatpg_openBaseSkeletons_3_8 udatpg_openBaseSkeletons_DRAFT_API_DO_NOT_USE -# define udatpg_openEmpty_3_8 udatpg_openEmpty_DRAFT_API_DO_NOT_USE -# define udatpg_openSkeletons_3_8 udatpg_openSkeletons_DRAFT_API_DO_NOT_USE -# define udatpg_open_3_8 udatpg_open_DRAFT_API_DO_NOT_USE -# define udatpg_replaceFieldTypes_3_8 udatpg_replaceFieldTypes_DRAFT_API_DO_NOT_USE -# define udatpg_setAppendItemFormat_3_8 udatpg_setAppendItemFormat_DRAFT_API_DO_NOT_USE -# define udatpg_setAppendItemName_3_8 udatpg_setAppendItemName_DRAFT_API_DO_NOT_USE -# define udatpg_setDateTimeFormat_3_8 udatpg_setDateTimeFormat_DRAFT_API_DO_NOT_USE -# define udatpg_setDecimal_3_8 udatpg_setDecimal_DRAFT_API_DO_NOT_USE -# define uloc_getLocaleForLCID_3_8 uloc_getLocaleForLCID_DRAFT_API_DO_NOT_USE -# define uset_cloneAsThawed_3_8 uset_cloneAsThawed_DRAFT_API_DO_NOT_USE -# define uset_clone_3_8 uset_clone_DRAFT_API_DO_NOT_USE -# define uset_freeze_3_8 uset_freeze_DRAFT_API_DO_NOT_USE -# define uset_isFrozen_3_8 uset_isFrozen_DRAFT_API_DO_NOT_USE -# define uset_spanBackUTF8_3_8 uset_spanBackUTF8_DRAFT_API_DO_NOT_USE -# define uset_spanBack_3_8 uset_spanBack_DRAFT_API_DO_NOT_USE -# define uset_spanUTF8_3_8 uset_spanUTF8_DRAFT_API_DO_NOT_USE -# define uset_span_3_8 uset_span_DRAFT_API_DO_NOT_USE -# endif /* U_DISABLE_RENAMING */ - -#endif /* U_HIDE_DRAFT_API */ -#endif /* UDRAFT_H */ - diff --git a/jni/EastAsianWidth/unicode/uenum.h b/jni/EastAsianWidth/unicode/uenum.h deleted file mode 100644 index ff9b299..0000000 --- a/jni/EastAsianWidth/unicode/uenum.h +++ /dev/null @@ -1,134 +0,0 @@ -/* -******************************************************************************* -* -* Copyright (C) 2002-2005, International Business Machines -* Corporation and others. All Rights Reserved. -* -******************************************************************************* -* file name: uenum.h -* encoding: US-ASCII -* tab size: 8 (not used) -* indentation:2 -* -* created on: 2002jul08 -* created by: Vladimir Weinstein -*/ - -#ifndef __UENUM_H -#define __UENUM_H - -#include "unicode/utypes.h" - -/** - * \file - * \brief C API: String Enumeration - */ - -/** - * An enumeration object. - * For usage in C programs. - * @stable ICU 2.2 - */ -struct UEnumeration; -/** structure representing an enumeration object instance @stable ICU 2.2 */ -typedef struct UEnumeration UEnumeration; - -/** - * Disposes of resources in use by the iterator. If en is NULL, - * does nothing. After this call, any char* or UChar* pointer - * returned by uenum_unext() or uenum_next() is invalid. - * @param en UEnumeration structure pointer - * @stable ICU 2.2 - */ -U_STABLE void U_EXPORT2 -uenum_close(UEnumeration* en); - -/** - * Returns the number of elements that the iterator traverses. If - * the iterator is out-of-sync with its service, status is set to - * U_ENUM_OUT_OF_SYNC_ERROR. - * This is a convenience function. It can end up being very - * expensive as all the items might have to be pre-fetched (depending - * on the type of data being traversed). Use with caution and only - * when necessary. - * @param en UEnumeration structure pointer - * @param status error code, can be U_ENUM_OUT_OF_SYNC_ERROR if the - * iterator is out of sync. - * @return number of elements in the iterator - * @stable ICU 2.2 - */ -U_STABLE int32_t U_EXPORT2 -uenum_count(UEnumeration* en, UErrorCode* status); - -/** - * Returns the next element in the iterator's list. If there are - * no more elements, returns NULL. If the iterator is out-of-sync - * with its service, status is set to U_ENUM_OUT_OF_SYNC_ERROR and - * NULL is returned. If the native service string is a char* string, - * it is converted to UChar* with the invariant converter. - * The result is terminated by (UChar)0. - * @param en the iterator object - * @param resultLength pointer to receive the length of the result - * (not including the terminating \\0). - * If the pointer is NULL it is ignored. - * @param status the error code, set to U_ENUM_OUT_OF_SYNC_ERROR if - * the iterator is out of sync with its service. - * @return a pointer to the string. The string will be - * zero-terminated. The return pointer is owned by this iterator - * and must not be deleted by the caller. The pointer is valid - * until the next call to any uenum_... method, including - * uenum_next() or uenum_unext(). When all strings have been - * traversed, returns NULL. - * @stable ICU 2.2 - */ -U_STABLE const UChar* U_EXPORT2 -uenum_unext(UEnumeration* en, - int32_t* resultLength, - UErrorCode* status); - -/** - * Returns the next element in the iterator's list. If there are - * no more elements, returns NULL. If the iterator is out-of-sync - * with its service, status is set to U_ENUM_OUT_OF_SYNC_ERROR and - * NULL is returned. If the native service string is a UChar* - * string, it is converted to char* with the invariant converter. - * The result is terminated by (char)0. If the conversion fails - * (because a character cannot be converted) then status is set to - * U_INVARIANT_CONVERSION_ERROR and the return value is undefined - * (but non-NULL). - * @param en the iterator object - * @param resultLength pointer to receive the length of the result - * (not including the terminating \\0). - * If the pointer is NULL it is ignored. - * @param status the error code, set to U_ENUM_OUT_OF_SYNC_ERROR if - * the iterator is out of sync with its service. Set to - * U_INVARIANT_CONVERSION_ERROR if the underlying native string is - * UChar* and conversion to char* with the invariant converter - * fails. This error pertains only to current string, so iteration - * might be able to continue successfully. - * @return a pointer to the string. The string will be - * zero-terminated. The return pointer is owned by this iterator - * and must not be deleted by the caller. The pointer is valid - * until the next call to any uenum_... method, including - * uenum_next() or uenum_unext(). When all strings have been - * traversed, returns NULL. - * @stable ICU 2.2 - */ -U_STABLE const char* U_EXPORT2 -uenum_next(UEnumeration* en, - int32_t* resultLength, - UErrorCode* status); - -/** - * Resets the iterator to the current list of service IDs. This - * re-establishes sync with the service and rewinds the iterator - * to start at the first element. - * @param en the iterator object - * @param status the error code, set to U_ENUM_OUT_OF_SYNC_ERROR if - * the iterator is out of sync with its service. - * @stable ICU 2.2 - */ -U_STABLE void U_EXPORT2 -uenum_reset(UEnumeration* en, UErrorCode* status); - -#endif diff --git a/jni/EastAsianWidth/unicode/uidna.h b/jni/EastAsianWidth/unicode/uidna.h deleted file mode 100644 index 52aa6e9..0000000 --- a/jni/EastAsianWidth/unicode/uidna.h +++ /dev/null @@ -1,312 +0,0 @@ -/* - ******************************************************************************* - * - * Copyright (C) 2003-2007, International Business Machines - * Corporation and others. All Rights Reserved. - * - ******************************************************************************* - * file name: uidna.h - * encoding: US-ASCII - * tab size: 8 (not used) - * indentation:4 - * - * created on: 2003feb1 - * created by: Ram Viswanadha - */ - -#ifndef __UIDNA_H__ -#define __UIDNA_H__ - -#include "unicode/utypes.h" - -#if !UCONFIG_NO_IDNA - -#include "unicode/parseerr.h" - -/** - * \file - * \brief C API: Internationalized Domain Names in Applications Tranformation - * - * UIDNA API implements the IDNA protocol as defined in the IDNA RFC - * (http://www.ietf.org/rfc/rfc3490.txt). - * The RFC defines 2 operations: ToASCII and ToUnicode. Domain labels - * containing non-ASCII code points are required to be processed by - * ToASCII operation before passing it to resolver libraries. Domain names - * that are obtained from resolver libraries are required to be processed by - * ToUnicode operation before displaying the domain name to the user. - * IDNA requires that implementations process input strings with Nameprep - * (http://www.ietf.org/rfc/rfc3491.txt), - * which is a profile of Stringprep (http://www.ietf.org/rfc/rfc3454.txt), - * and then with Punycode (http://www.ietf.org/rfc/rfc3492.txt). - * Implementations of IDNA MUST fully implement Nameprep and Punycode; - * neither Nameprep nor Punycode are optional. - * The input and output of ToASCII and ToUnicode operations are Unicode - * and are designed to be chainable, i.e., applying ToASCII or ToUnicode operations - * multiple times to an input string will yield the same result as applying the operation - * once. - * ToUnicode(ToUnicode(ToUnicode...(ToUnicode(string)))) == ToUnicode(string) - * ToASCII(ToASCII(ToASCII...(ToASCII(string))) == ToASCII(string). - * - */ - -/** - * Option to prohibit processing of unassigned codepoints in the input and - * do not check if the input conforms to STD-3 ASCII rules. - * - * @see uidna_toASCII uidna_toUnicode - * @stable ICU 2.6 - */ -#define UIDNA_DEFAULT 0x0000 -/** - * Option to allow processing of unassigned codepoints in the input - * - * @see uidna_toASCII uidna_toUnicode - * @stable ICU 2.6 - */ -#define UIDNA_ALLOW_UNASSIGNED 0x0001 -/** - * Option to check if input conforms to STD-3 ASCII rules - * - * @see uidna_toASCII uidna_toUnicode - * @stable ICU 2.6 - */ -#define UIDNA_USE_STD3_RULES 0x0002 - -/** - * This function implements the ToASCII operation as defined in the IDNA RFC. - * This operation is done on <b>single labels</b> before sending it to something that expects - * ASCII names. A label is an individual part of a domain name. Labels are usually - * separated by dots; e.g." "www.example.com" is composed of 3 labels - * "www","example", and "com". - * - * - * @param src Input UChar array containing label in Unicode. - * @param srcLength Number of UChars in src, or -1 if NUL-terminated. - * @param dest Output UChar array with ASCII (ACE encoded) label. - * @param destCapacity Size of dest. - * @param options A bit set of options: - * - * - UIDNA_DEFAULT Use default options, i.e., do not process unassigned code points - * and do not use STD3 ASCII rules - * If unassigned code points are found the operation fails with - * U_UNASSIGNED_ERROR error code. - * - * - UIDNA_ALLOW_UNASSIGNED Unassigned values can be converted to ASCII for query operations - * If this option is set, the unassigned code points are in the input - * are treated as normal Unicode code points. - * - * - UIDNA_USE_STD3_RULES Use STD3 ASCII rules for host name syntax restrictions - * If this option is set and the input does not satisfy STD3 rules, - * the operation will fail with U_IDNA_STD3_ASCII_RULES_ERROR - * - * @param parseError Pointer to UParseError struct to receive information on position - * of error if an error is encountered. Can be NULL. - * @param status ICU in/out error code parameter. - * U_INVALID_CHAR_FOUND if src contains - * unmatched single surrogates. - * U_INDEX_OUTOFBOUNDS_ERROR if src contains - * too many code points. - * U_BUFFER_OVERFLOW_ERROR if destCapacity is not enough - * @return The length of the result string, if successful - or in case of a buffer overflow, - * in which case it will be greater than destCapacity. - * @stable ICU 2.6 - */ -U_STABLE int32_t U_EXPORT2 -uidna_toASCII(const UChar* src, int32_t srcLength, - UChar* dest, int32_t destCapacity, - int32_t options, - UParseError* parseError, - UErrorCode* status); - - -/** - * This function implements the ToUnicode operation as defined in the IDNA RFC. - * This operation is done on <b>single labels</b> before sending it to something that expects - * Unicode names. A label is an individual part of a domain name. Labels are usually - * separated by dots; for e.g." "www.example.com" is composed of 3 labels - * "www","example", and "com". - * - * @param src Input UChar array containing ASCII (ACE encoded) label. - * @param srcLength Number of UChars in src, or -1 if NUL-terminated. - * @param dest Output Converted UChar array containing Unicode equivalent of label. - * @param destCapacity Size of dest. - * @param options A bit set of options: - * - * - UIDNA_DEFAULT Use default options, i.e., do not process unassigned code points - * and do not use STD3 ASCII rules - * If unassigned code points are found the operation fails with - * U_UNASSIGNED_ERROR error code. - * - * - UIDNA_ALLOW_UNASSIGNED Unassigned values can be converted to ASCII for query operations - * If this option is set, the unassigned code points are in the input - * are treated as normal Unicode code points. <b> Note: </b> This option is - * required on toUnicode operation because the RFC mandates - * verification of decoded ACE input by applying toASCII and comparing - * its output with source - * - * - * - * - UIDNA_USE_STD3_RULES Use STD3 ASCII rules for host name syntax restrictions - * If this option is set and the input does not satisfy STD3 rules, - * the operation will fail with U_IDNA_STD3_ASCII_RULES_ERROR - * - * @param parseError Pointer to UParseError struct to receive information on position - * of error if an error is encountered. Can be NULL. - * @param status ICU in/out error code parameter. - * U_INVALID_CHAR_FOUND if src contains - * unmatched single surrogates. - * U_INDEX_OUTOFBOUNDS_ERROR if src contains - * too many code points. - * U_BUFFER_OVERFLOW_ERROR if destCapacity is not enough - * @return The length of the result string, if successful - or in case of a buffer overflow, - * in which case it will be greater than destCapacity. - * @stable ICU 2.6 - */ -U_STABLE int32_t U_EXPORT2 -uidna_toUnicode(const UChar* src, int32_t srcLength, - UChar* dest, int32_t destCapacity, - int32_t options, - UParseError* parseError, - UErrorCode* status); - - -/** - * Convenience function that implements the IDNToASCII operation as defined in the IDNA RFC. - * This operation is done on complete domain names, e.g: "www.example.com". - * It is important to note that this operation can fail. If it fails, then the input - * domain name cannot be used as an Internationalized Domain Name and the application - * should have methods defined to deal with the failure. - * - * <b>Note:</b> IDNA RFC specifies that a conformant application should divide a domain name - * into separate labels, decide whether to apply allowUnassigned and useSTD3ASCIIRules on each, - * and then convert. This function does not offer that level of granularity. The options once - * set will apply to all labels in the domain name - * - * @param src Input UChar array containing IDN in Unicode. - * @param srcLength Number of UChars in src, or -1 if NUL-terminated. - * @param dest Output UChar array with ASCII (ACE encoded) IDN. - * @param destCapacity Size of dest. - * @param options A bit set of options: - * - * - UIDNA_DEFAULT Use default options, i.e., do not process unassigned code points - * and do not use STD3 ASCII rules - * If unassigned code points are found the operation fails with - * U_UNASSIGNED_CODE_POINT_FOUND error code. - * - * - UIDNA_ALLOW_UNASSIGNED Unassigned values can be converted to ASCII for query operations - * If this option is set, the unassigned code points are in the input - * are treated as normal Unicode code points. - * - * - UIDNA_USE_STD3_RULES Use STD3 ASCII rules for host name syntax restrictions - * If this option is set and the input does not satisfy STD3 rules, - * the operation will fail with U_IDNA_STD3_ASCII_RULES_ERROR - * - * @param parseError Pointer to UParseError struct to receive information on position - * of error if an error is encountered. Can be NULL. - * @param status ICU in/out error code parameter. - * U_INVALID_CHAR_FOUND if src contains - * unmatched single surrogates. - * U_INDEX_OUTOFBOUNDS_ERROR if src contains - * too many code points. - * U_BUFFER_OVERFLOW_ERROR if destCapacity is not enough - * @return The length of the result string, if successful - or in case of a buffer overflow, - * in which case it will be greater than destCapacity. - * @stable ICU 2.6 - */ -U_STABLE int32_t U_EXPORT2 -uidna_IDNToASCII( const UChar* src, int32_t srcLength, - UChar* dest, int32_t destCapacity, - int32_t options, - UParseError* parseError, - UErrorCode* status); - -/** - * Convenience function that implements the IDNToUnicode operation as defined in the IDNA RFC. - * This operation is done on complete domain names, e.g: "www.example.com". - * - * <b>Note:</b> IDNA RFC specifies that a conformant application should divide a domain name - * into separate labels, decide whether to apply allowUnassigned and useSTD3ASCIIRules on each, - * and then convert. This function does not offer that level of granularity. The options once - * set will apply to all labels in the domain name - * - * @param src Input UChar array containing IDN in ASCII (ACE encoded) form. - * @param srcLength Number of UChars in src, or -1 if NUL-terminated. - * @param dest Output UChar array containing Unicode equivalent of source IDN. - * @param destCapacity Size of dest. - * @param options A bit set of options: - * - * - UIDNA_DEFAULT Use default options, i.e., do not process unassigned code points - * and do not use STD3 ASCII rules - * If unassigned code points are found the operation fails with - * U_UNASSIGNED_CODE_POINT_FOUND error code. - * - * - UIDNA_ALLOW_UNASSIGNED Unassigned values can be converted to ASCII for query operations - * If this option is set, the unassigned code points are in the input - * are treated as normal Unicode code points. - * - * - UIDNA_USE_STD3_RULES Use STD3 ASCII rules for host name syntax restrictions - * If this option is set and the input does not satisfy STD3 rules, - * the operation will fail with U_IDNA_STD3_ASCII_RULES_ERROR - * - * @param parseError Pointer to UParseError struct to receive information on position - * of error if an error is encountered. Can be NULL. - * @param status ICU in/out error code parameter. - * U_INVALID_CHAR_FOUND if src contains - * unmatched single surrogates. - * U_INDEX_OUTOFBOUNDS_ERROR if src contains - * too many code points. - * U_BUFFER_OVERFLOW_ERROR if destCapacity is not enough - * @return The length of the result string, if successful - or in case of a buffer overflow, - * in which case it will be greater than destCapacity. - * @stable ICU 2.6 - */ -U_STABLE int32_t U_EXPORT2 -uidna_IDNToUnicode( const UChar* src, int32_t srcLength, - UChar* dest, int32_t destCapacity, - int32_t options, - UParseError* parseError, - UErrorCode* status); - -/** - * Compare two IDN strings for equivalence. - * This function splits the domain names into labels and compares them. - * According to IDN RFC, whenever two labels are compared, they are - * considered equal if and only if their ASCII forms (obtained by - * applying toASCII) match using an case-insensitive ASCII comparison. - * Two domain names are considered a match if and only if all labels - * match regardless of whether label separators match. - * - * @param s1 First source string. - * @param length1 Length of first source string, or -1 if NUL-terminated. - * - * @param s2 Second source string. - * @param length2 Length of second source string, or -1 if NUL-terminated. - * @param options A bit set of options: - * - * - UIDNA_DEFAULT Use default options, i.e., do not process unassigned code points - * and do not use STD3 ASCII rules - * If unassigned code points are found the operation fails with - * U_UNASSIGNED_CODE_POINT_FOUND error code. - * - * - UIDNA_ALLOW_UNASSIGNED Unassigned values can be converted to ASCII for query operations - * If this option is set, the unassigned code points are in the input - * are treated as normal Unicode code points. - * - * - UIDNA_USE_STD3_RULES Use STD3 ASCII rules for host name syntax restrictions - * If this option is set and the input does not satisfy STD3 rules, - * the operation will fail with U_IDNA_STD3_ASCII_RULES_ERROR - * - * @param status ICU error code in/out parameter. - * Must fulfill U_SUCCESS before the function call. - * @return <0 or 0 or >0 as usual for string comparisons - * @stable ICU 2.6 - */ -U_STABLE int32_t U_EXPORT2 -uidna_compare( const UChar *s1, int32_t length1, - const UChar *s2, int32_t length2, - int32_t options, - UErrorCode* status); - -#endif /* #if !UCONFIG_NO_IDNA */ - -#endif diff --git a/jni/EastAsianWidth/unicode/uintrnal.h b/jni/EastAsianWidth/unicode/uintrnal.h deleted file mode 100644 index dedae51..0000000 --- a/jni/EastAsianWidth/unicode/uintrnal.h +++ /dev/null @@ -1,180 +0,0 @@ -/* -******************************************************************************* -* Copyright (C) 2004-2007, International Business Machines -* Corporation and others. All Rights Reserved. -******************************************************************************* -* -* file name: -* encoding: US-ASCII -* tab size: 8 (not used) -* indentation:4 -* -* Created by: genheaders.pl, a perl script written by Ram Viswanadha -* -* Contains data for commenting out APIs. -* Gets included by umachine.h -* -* THIS FILE IS MACHINE-GENERATED, DON'T PLAY WITH IT IF YOU DON'T KNOW WHAT -* YOU ARE DOING, OTHERWISE VERY BAD THINGS WILL HAPPEN! -*/ - -#ifndef UINTRNAL_H -#define UINTRNAL_H - -#ifdef U_HIDE_INTERNAL_API - -# if U_DISABLE_RENAMING -# define RegexPatternDump RegexPatternDump_INTERNAL_API_DO_NOT_USE -# define pl_addFontRun pl_addFontRun_INTERNAL_API_DO_NOT_USE -# define pl_addLocaleRun pl_addLocaleRun_INTERNAL_API_DO_NOT_USE -# define pl_addValueRun pl_addValueRun_INTERNAL_API_DO_NOT_USE -# define pl_close pl_close_INTERNAL_API_DO_NOT_USE -# define pl_closeFontRuns pl_closeFontRuns_INTERNAL_API_DO_NOT_USE -# define pl_closeLine pl_closeLine_INTERNAL_API_DO_NOT_USE -# define pl_closeLocaleRuns pl_closeLocaleRuns_INTERNAL_API_DO_NOT_USE -# define pl_closeValueRuns pl_closeValueRuns_INTERNAL_API_DO_NOT_USE -# define pl_countLineRuns pl_countLineRuns_INTERNAL_API_DO_NOT_USE -# define pl_create pl_create_INTERNAL_API_DO_NOT_USE -# define pl_getAscent pl_getAscent_INTERNAL_API_DO_NOT_USE -# define pl_getDescent pl_getDescent_INTERNAL_API_DO_NOT_USE -# define pl_getFontRunCount pl_getFontRunCount_INTERNAL_API_DO_NOT_USE -# define pl_getFontRunFont pl_getFontRunFont_INTERNAL_API_DO_NOT_USE -# define pl_getFontRunLastLimit pl_getFontRunLastLimit_INTERNAL_API_DO_NOT_USE -# define pl_getFontRunLimit pl_getFontRunLimit_INTERNAL_API_DO_NOT_USE -# define pl_getLeading pl_getLeading_INTERNAL_API_DO_NOT_USE -# define pl_getLineAscent pl_getLineAscent_INTERNAL_API_DO_NOT_USE -# define pl_getLineDescent pl_getLineDescent_INTERNAL_API_DO_NOT_USE -# define pl_getLineLeading pl_getLineLeading_INTERNAL_API_DO_NOT_USE -# define pl_getLineVisualRun pl_getLineVisualRun_INTERNAL_API_DO_NOT_USE -# define pl_getLineWidth pl_getLineWidth_INTERNAL_API_DO_NOT_USE -# define pl_getLocaleRunCount pl_getLocaleRunCount_INTERNAL_API_DO_NOT_USE -# define pl_getLocaleRunLastLimit pl_getLocaleRunLastLimit_INTERNAL_API_DO_NOT_USE -# define pl_getLocaleRunLimit pl_getLocaleRunLimit_INTERNAL_API_DO_NOT_USE -# define pl_getLocaleRunLocale pl_getLocaleRunLocale_INTERNAL_API_DO_NOT_USE -# define pl_getParagraphLevel pl_getParagraphLevel_INTERNAL_API_DO_NOT_USE -# define pl_getTextDirection pl_getTextDirection_INTERNAL_API_DO_NOT_USE -# define pl_getValueRunCount pl_getValueRunCount_INTERNAL_API_DO_NOT_USE -# define pl_getValueRunLastLimit pl_getValueRunLastLimit_INTERNAL_API_DO_NOT_USE -# define pl_getValueRunLimit pl_getValueRunLimit_INTERNAL_API_DO_NOT_USE -# define pl_getValueRunValue pl_getValueRunValue_INTERNAL_API_DO_NOT_USE -# define pl_getVisualRunAscent pl_getVisualRunAscent_INTERNAL_API_DO_NOT_USE -# define pl_getVisualRunDescent pl_getVisualRunDescent_INTERNAL_API_DO_NOT_USE -# define pl_getVisualRunDirection pl_getVisualRunDirection_INTERNAL_API_DO_NOT_USE -# define pl_getVisualRunFont pl_getVisualRunFont_INTERNAL_API_DO_NOT_USE -# define pl_getVisualRunGlyphCount pl_getVisualRunGlyphCount_INTERNAL_API_DO_NOT_USE -# define pl_getVisualRunGlyphToCharMap pl_getVisualRunGlyphToCharMap_INTERNAL_API_DO_NOT_USE -# define pl_getVisualRunGlyphs pl_getVisualRunGlyphs_INTERNAL_API_DO_NOT_USE -# define pl_getVisualRunLeading pl_getVisualRunLeading_INTERNAL_API_DO_NOT_USE -# define pl_getVisualRunPositions pl_getVisualRunPositions_INTERNAL_API_DO_NOT_USE -# define pl_isComplex pl_isComplex_INTERNAL_API_DO_NOT_USE -# define pl_line pl_line_INTERNAL_API_DO_NOT_USE -# define pl_nextLine pl_nextLine_INTERNAL_API_DO_NOT_USE -# define pl_openEmptyFontRuns pl_openEmptyFontRuns_INTERNAL_API_DO_NOT_USE -# define pl_openEmptyLocaleRuns pl_openEmptyLocaleRuns_INTERNAL_API_DO_NOT_USE -# define pl_openEmptyValueRuns pl_openEmptyValueRuns_INTERNAL_API_DO_NOT_USE -# define pl_openFontRuns pl_openFontRuns_INTERNAL_API_DO_NOT_USE -# define pl_openLocaleRuns pl_openLocaleRuns_INTERNAL_API_DO_NOT_USE -# define pl_openValueRuns pl_openValueRuns_INTERNAL_API_DO_NOT_USE -# define pl_paragraph pl_paragraph_INTERNAL_API_DO_NOT_USE -# define pl_reflow pl_reflow_INTERNAL_API_DO_NOT_USE -# define pl_resetFontRuns pl_resetFontRuns_INTERNAL_API_DO_NOT_USE -# define pl_resetLocaleRuns pl_resetLocaleRuns_INTERNAL_API_DO_NOT_USE -# define pl_resetValueRuns pl_resetValueRuns_INTERNAL_API_DO_NOT_USE -# define pl_visualRun pl_visualRun_INTERNAL_API_DO_NOT_USE -# define ucol_collatorToIdentifier ucol_collatorToIdentifier_INTERNAL_API_DO_NOT_USE -# define ucol_equals ucol_equals_INTERNAL_API_DO_NOT_USE -# define ucol_forgetUCA ucol_forgetUCA_INTERNAL_API_DO_NOT_USE -# define ucol_getAttributeOrDefault ucol_getAttributeOrDefault_INTERNAL_API_DO_NOT_USE -# define ucol_getUnsafeSet ucol_getUnsafeSet_INTERNAL_API_DO_NOT_USE -# define ucol_identifierToShortString ucol_identifierToShortString_INTERNAL_API_DO_NOT_USE -# define ucol_openFromIdentifier ucol_openFromIdentifier_INTERNAL_API_DO_NOT_USE -# define ucol_prepareShortStringOpen ucol_prepareShortStringOpen_INTERNAL_API_DO_NOT_USE -# define ucol_shortStringToIdentifier ucol_shortStringToIdentifier_INTERNAL_API_DO_NOT_USE -# define uprv_getDefaultCodepage uprv_getDefaultCodepage_INTERNAL_API_DO_NOT_USE -# define uprv_getDefaultLocaleID uprv_getDefaultLocaleID_INTERNAL_API_DO_NOT_USE -# define ures_openFillIn ures_openFillIn_INTERNAL_API_DO_NOT_USE -# define utf8_appendCharSafeBody utf8_appendCharSafeBody_INTERNAL_API_DO_NOT_USE -# define utf8_back1SafeBody utf8_back1SafeBody_INTERNAL_API_DO_NOT_USE -# define utf8_countTrailBytes utf8_countTrailBytes_INTERNAL_API_DO_NOT_USE -# define utf8_nextCharSafeBody utf8_nextCharSafeBody_INTERNAL_API_DO_NOT_USE -# define utf8_prevCharSafeBody utf8_prevCharSafeBody_INTERNAL_API_DO_NOT_USE -# else -# define RegexPatternDump_3_8 RegexPatternDump_INTERNAL_API_DO_NOT_USE -# define pl_addFontRun_3_8 pl_addFontRun_INTERNAL_API_DO_NOT_USE -# define pl_addLocaleRun_3_8 pl_addLocaleRun_INTERNAL_API_DO_NOT_USE -# define pl_addValueRun_3_8 pl_addValueRun_INTERNAL_API_DO_NOT_USE -# define pl_closeFontRuns_3_8 pl_closeFontRuns_INTERNAL_API_DO_NOT_USE -# define pl_closeLine_3_8 pl_closeLine_INTERNAL_API_DO_NOT_USE -# define pl_closeLocaleRuns_3_8 pl_closeLocaleRuns_INTERNAL_API_DO_NOT_USE -# define pl_closeValueRuns_3_8 pl_closeValueRuns_INTERNAL_API_DO_NOT_USE -# define pl_close_3_8 pl_close_INTERNAL_API_DO_NOT_USE -# define pl_countLineRuns_3_8 pl_countLineRuns_INTERNAL_API_DO_NOT_USE -# define pl_create_3_8 pl_create_INTERNAL_API_DO_NOT_USE -# define pl_getAscent_3_8 pl_getAscent_INTERNAL_API_DO_NOT_USE -# define pl_getDescent_3_8 pl_getDescent_INTERNAL_API_DO_NOT_USE -# define pl_getFontRunCount_3_8 pl_getFontRunCount_INTERNAL_API_DO_NOT_USE -# define pl_getFontRunFont_3_8 pl_getFontRunFont_INTERNAL_API_DO_NOT_USE -# define pl_getFontRunLastLimit_3_8 pl_getFontRunLastLimit_INTERNAL_API_DO_NOT_USE -# define pl_getFontRunLimit_3_8 pl_getFontRunLimit_INTERNAL_API_DO_NOT_USE -# define pl_getLeading_3_8 pl_getLeading_INTERNAL_API_DO_NOT_USE -# define pl_getLineAscent_3_8 pl_getLineAscent_INTERNAL_API_DO_NOT_USE -# define pl_getLineDescent_3_8 pl_getLineDescent_INTERNAL_API_DO_NOT_USE -# define pl_getLineLeading_3_8 pl_getLineLeading_INTERNAL_API_DO_NOT_USE -# define pl_getLineVisualRun_3_8 pl_getLineVisualRun_INTERNAL_API_DO_NOT_USE -# define pl_getLineWidth_3_8 pl_getLineWidth_INTERNAL_API_DO_NOT_USE -# define pl_getLocaleRunCount_3_8 pl_getLocaleRunCount_INTERNAL_API_DO_NOT_USE -# define pl_getLocaleRunLastLimit_3_8 pl_getLocaleRunLastLimit_INTERNAL_API_DO_NOT_USE -# define pl_getLocaleRunLimit_3_8 pl_getLocaleRunLimit_INTERNAL_API_DO_NOT_USE -# define pl_getLocaleRunLocale_3_8 pl_getLocaleRunLocale_INTERNAL_API_DO_NOT_USE -# define pl_getParagraphLevel_3_8 pl_getParagraphLevel_INTERNAL_API_DO_NOT_USE -# define pl_getTextDirection_3_8 pl_getTextDirection_INTERNAL_API_DO_NOT_USE -# define pl_getValueRunCount_3_8 pl_getValueRunCount_INTERNAL_API_DO_NOT_USE -# define pl_getValueRunLastLimit_3_8 pl_getValueRunLastLimit_INTERNAL_API_DO_NOT_USE -# define pl_getValueRunLimit_3_8 pl_getValueRunLimit_INTERNAL_API_DO_NOT_USE -# define pl_getValueRunValue_3_8 pl_getValueRunValue_INTERNAL_API_DO_NOT_USE -# define pl_getVisualRunAscent_3_8 pl_getVisualRunAscent_INTERNAL_API_DO_NOT_USE -# define pl_getVisualRunDescent_3_8 pl_getVisualRunDescent_INTERNAL_API_DO_NOT_USE -# define pl_getVisualRunDirection_3_8 pl_getVisualRunDirection_INTERNAL_API_DO_NOT_USE -# define pl_getVisualRunFont_3_8 pl_getVisualRunFont_INTERNAL_API_DO_NOT_USE -# define pl_getVisualRunGlyphCount_3_8 pl_getVisualRunGlyphCount_INTERNAL_API_DO_NOT_USE -# define pl_getVisualRunGlyphToCharMap_3_8 pl_getVisualRunGlyphToCharMap_INTERNAL_API_DO_NOT_USE -# define pl_getVisualRunGlyphs_3_8 pl_getVisualRunGlyphs_INTERNAL_API_DO_NOT_USE -# define pl_getVisualRunLeading_3_8 pl_getVisualRunLeading_INTERNAL_API_DO_NOT_USE -# define pl_getVisualRunPositions_3_8 pl_getVisualRunPositions_INTERNAL_API_DO_NOT_USE -# define pl_isComplex_3_8 pl_isComplex_INTERNAL_API_DO_NOT_USE -# define pl_line_3_8 pl_line_INTERNAL_API_DO_NOT_USE -# define pl_nextLine_3_8 pl_nextLine_INTERNAL_API_DO_NOT_USE -# define pl_openEmptyFontRuns_3_8 pl_openEmptyFontRuns_INTERNAL_API_DO_NOT_USE -# define pl_openEmptyLocaleRuns_3_8 pl_openEmptyLocaleRuns_INTERNAL_API_DO_NOT_USE -# define pl_openEmptyValueRuns_3_8 pl_openEmptyValueRuns_INTERNAL_API_DO_NOT_USE -# define pl_openFontRuns_3_8 pl_openFontRuns_INTERNAL_API_DO_NOT_USE -# define pl_openLocaleRuns_3_8 pl_openLocaleRuns_INTERNAL_API_DO_NOT_USE -# define pl_openValueRuns_3_8 pl_openValueRuns_INTERNAL_API_DO_NOT_USE -# define pl_paragraph_3_8 pl_paragraph_INTERNAL_API_DO_NOT_USE -# define pl_reflow_3_8 pl_reflow_INTERNAL_API_DO_NOT_USE -# define pl_resetFontRuns_3_8 pl_resetFontRuns_INTERNAL_API_DO_NOT_USE -# define pl_resetLocaleRuns_3_8 pl_resetLocaleRuns_INTERNAL_API_DO_NOT_USE -# define pl_resetValueRuns_3_8 pl_resetValueRuns_INTERNAL_API_DO_NOT_USE -# define pl_visualRun_3_8 pl_visualRun_INTERNAL_API_DO_NOT_USE -# define ucol_collatorToIdentifier_3_8 ucol_collatorToIdentifier_INTERNAL_API_DO_NOT_USE -# define ucol_equals_3_8 ucol_equals_INTERNAL_API_DO_NOT_USE -# define ucol_forgetUCA_3_8 ucol_forgetUCA_INTERNAL_API_DO_NOT_USE -# define ucol_getAttributeOrDefault_3_8 ucol_getAttributeOrDefault_INTERNAL_API_DO_NOT_USE -# define ucol_getUnsafeSet_3_8 ucol_getUnsafeSet_INTERNAL_API_DO_NOT_USE -# define ucol_identifierToShortString_3_8 ucol_identifierToShortString_INTERNAL_API_DO_NOT_USE -# define ucol_openFromIdentifier_3_8 ucol_openFromIdentifier_INTERNAL_API_DO_NOT_USE -# define ucol_prepareShortStringOpen_3_8 ucol_prepareShortStringOpen_INTERNAL_API_DO_NOT_USE -# define ucol_shortStringToIdentifier_3_8 ucol_shortStringToIdentifier_INTERNAL_API_DO_NOT_USE -# define uprv_getDefaultCodepage_3_8 uprv_getDefaultCodepage_INTERNAL_API_DO_NOT_USE -# define uprv_getDefaultLocaleID_3_8 uprv_getDefaultLocaleID_INTERNAL_API_DO_NOT_USE -# define ures_openFillIn_3_8 ures_openFillIn_INTERNAL_API_DO_NOT_USE -# define utf8_appendCharSafeBody_3_8 utf8_appendCharSafeBody_INTERNAL_API_DO_NOT_USE -# define utf8_back1SafeBody_3_8 utf8_back1SafeBody_INTERNAL_API_DO_NOT_USE -# define utf8_countTrailBytes_3_8 utf8_countTrailBytes_INTERNAL_API_DO_NOT_USE -# define utf8_nextCharSafeBody_3_8 utf8_nextCharSafeBody_INTERNAL_API_DO_NOT_USE -# define utf8_prevCharSafeBody_3_8 utf8_prevCharSafeBody_INTERNAL_API_DO_NOT_USE -# endif /* U_DISABLE_RENAMING */ - -#endif /* U_HIDE_INTERNAL_API */ -#endif /* UINTRNAL_H */ - diff --git a/jni/EastAsianWidth/unicode/uiter.h b/jni/EastAsianWidth/unicode/uiter.h deleted file mode 100644 index 9409f01..0000000 --- a/jni/EastAsianWidth/unicode/uiter.h +++ /dev/null @@ -1,707 +0,0 @@ -/* -******************************************************************************* -* -* Copyright (C) 2002-2006, International Business Machines -* Corporation and others. All Rights Reserved. -* -******************************************************************************* -* file name: uiter.h -* encoding: US-ASCII -* tab size: 8 (not used) -* indentation:4 -* -* created on: 2002jan18 -* created by: Markus W. Scherer -*/ - -#ifndef __UITER_H__ -#define __UITER_H__ - -/** - * \file - * \brief C API: Unicode Character Iteration - * - * @see UCharIterator - */ - -#include "unicode/utypes.h" - -#ifdef XP_CPLUSPLUS - U_NAMESPACE_BEGIN - - class CharacterIterator; - class Replaceable; - - U_NAMESPACE_END -#endif - -U_CDECL_BEGIN - -struct UCharIterator; -typedef struct UCharIterator UCharIterator; /**< C typedef for struct UCharIterator. @stable ICU 2.1 */ - -/** - * Origin constants for UCharIterator.getIndex() and UCharIterator.move(). - * @see UCharIteratorMove - * @see UCharIterator - * @stable ICU 2.1 - */ -typedef enum UCharIteratorOrigin { - UITER_START, UITER_CURRENT, UITER_LIMIT, UITER_ZERO, UITER_LENGTH -} UCharIteratorOrigin; - -/** Constants for UCharIterator. @stable ICU 2.6 */ -enum { - /** - * Constant value that may be returned by UCharIteratorMove - * indicating that the final UTF-16 index is not known, but that the move succeeded. - * This can occur when moving relative to limit or length, or - * when moving relative to the current index after a setState() - * when the current UTF-16 index is not known. - * - * It would be very inefficient to have to count from the beginning of the text - * just to get the current/limit/length index after moving relative to it. - * The actual index can be determined with getIndex(UITER_CURRENT) - * which will count the UChars if necessary. - * - * @stable ICU 2.6 - */ - UITER_UNKNOWN_INDEX=-2 -}; - - -/** - * Constant for UCharIterator getState() indicating an error or - * an unknown state. - * Returned by uiter_getState()/UCharIteratorGetState - * when an error occurs. - * Also, some UCharIterator implementations may not be able to return - * a valid state for each position. This will be clearly documented - * for each such iterator (none of the public ones here). - * - * @stable ICU 2.6 - */ -#define UITER_NO_STATE ((uint32_t)0xffffffff) - -/** - * Function type declaration for UCharIterator.getIndex(). - * - * Gets the current position, or the start or limit of the - * iteration range. - * - * This function may perform slowly for UITER_CURRENT after setState() was called, - * or for UITER_LENGTH, because an iterator implementation may have to count - * UChars if the underlying storage is not UTF-16. - * - * @param iter the UCharIterator structure ("this pointer") - * @param origin get the 0, start, limit, length, or current index - * @return the requested index, or U_SENTINEL in an error condition - * - * @see UCharIteratorOrigin - * @see UCharIterator - * @stable ICU 2.1 - */ -typedef int32_t U_CALLCONV -UCharIteratorGetIndex(UCharIterator *iter, UCharIteratorOrigin origin); - -/** - * Function type declaration for UCharIterator.move(). - * - * Use iter->move(iter, index, UITER_ZERO) like CharacterIterator::setIndex(index). - * - * Moves the current position relative to the start or limit of the - * iteration range, or relative to the current position itself. - * The movement is expressed in numbers of code units forward - * or backward by specifying a positive or negative delta. - * Out of bounds movement will be pinned to the start or limit. - * - * This function may perform slowly for moving relative to UITER_LENGTH - * because an iterator implementation may have to count the rest of the - * UChars if the native storage is not UTF-16. - * - * When moving relative to the limit or length, or - * relative to the current position after setState() was called, - * move() may return UITER_UNKNOWN_INDEX (-2) to avoid an inefficient - * determination of the actual UTF-16 index. - * The actual index can be determined with getIndex(UITER_CURRENT) - * which will count the UChars if necessary. - * See UITER_UNKNOWN_INDEX for details. - * - * @param iter the UCharIterator structure ("this pointer") - * @param delta can be positive, zero, or negative - * @param origin move relative to the 0, start, limit, length, or current index - * @return the new index, or U_SENTINEL on an error condition, - * or UITER_UNKNOWN_INDEX when the index is not known. - * - * @see UCharIteratorOrigin - * @see UCharIterator - * @see UITER_UNKNOWN_INDEX - * @stable ICU 2.1 - */ -typedef int32_t U_CALLCONV -UCharIteratorMove(UCharIterator *iter, int32_t delta, UCharIteratorOrigin origin); - -/** - * Function type declaration for UCharIterator.hasNext(). - * - * Check if current() and next() can still - * return another code unit. - * - * @param iter the UCharIterator structure ("this pointer") - * @return boolean value for whether current() and next() can still return another code unit - * - * @see UCharIterator - * @stable ICU 2.1 - */ -typedef UBool U_CALLCONV -UCharIteratorHasNext(UCharIterator *iter); - -/** - * Function type declaration for UCharIterator.hasPrevious(). - * - * Check if previous() can still return another code unit. - * - * @param iter the UCharIterator structure ("this pointer") - * @return boolean value for whether previous() can still return another code unit - * - * @see UCharIterator - * @stable ICU 2.1 - */ -typedef UBool U_CALLCONV -UCharIteratorHasPrevious(UCharIterator *iter); - -/** - * Function type declaration for UCharIterator.current(). - * - * Return the code unit at the current position, - * or U_SENTINEL if there is none (index is at the limit). - * - * @param iter the UCharIterator structure ("this pointer") - * @return the current code unit - * - * @see UCharIterator - * @stable ICU 2.1 - */ -typedef UChar32 U_CALLCONV -UCharIteratorCurrent(UCharIterator *iter); - -/** - * Function type declaration for UCharIterator.next(). - * - * Return the code unit at the current index and increment - * the index (post-increment, like s[i++]), - * or return U_SENTINEL if there is none (index is at the limit). - * - * @param iter the UCharIterator structure ("this pointer") - * @return the current code unit (and post-increment the current index) - * - * @see UCharIterator - * @stable ICU 2.1 - */ -typedef UChar32 U_CALLCONV -UCharIteratorNext(UCharIterator *iter); - -/** - * Function type declaration for UCharIterator.previous(). - * - * Decrement the index and return the code unit from there - * (pre-decrement, like s[--i]), - * or return U_SENTINEL if there is none (index is at the start). - * - * @param iter the UCharIterator structure ("this pointer") - * @return the previous code unit (after pre-decrementing the current index) - * - * @see UCharIterator - * @stable ICU 2.1 - */ -typedef UChar32 U_CALLCONV -UCharIteratorPrevious(UCharIterator *iter); - -/** - * Function type declaration for UCharIterator.reservedFn(). - * Reserved for future use. - * - * @param iter the UCharIterator structure ("this pointer") - * @param something some integer argument - * @return some integer - * - * @see UCharIterator - * @stable ICU 2.1 - */ -typedef int32_t U_CALLCONV -UCharIteratorReserved(UCharIterator *iter, int32_t something); - -/** - * Function type declaration for UCharIterator.getState(). - * - * Get the "state" of the iterator in the form of a single 32-bit word. - * It is recommended that the state value be calculated to be as small as - * is feasible. For strings with limited lengths, fewer than 32 bits may - * be sufficient. - * - * This is used together with setState()/UCharIteratorSetState - * to save and restore the iterator position more efficiently than with - * getIndex()/move(). - * - * The iterator state is defined as a uint32_t value because it is designed - * for use in ucol_nextSortKeyPart() which provides 32 bits to store the state - * of the character iterator. - * - * With some UCharIterator implementations (e.g., UTF-8), - * getting and setting the UTF-16 index with existing functions - * (getIndex(UITER_CURRENT) followed by move(pos, UITER_ZERO)) is possible but - * relatively slow because the iterator has to "walk" from a known index - * to the requested one. - * This takes more time the farther it needs to go. - * - * An opaque state value allows an iterator implementation to provide - * an internal index (UTF-8: the source byte array index) for - * fast, constant-time restoration. - * - * After calling setState(), a getIndex(UITER_CURRENT) may be slow because - * the UTF-16 index may not be restored as well, but the iterator can deliver - * the correct text contents and move relative to the current position - * without performance degradation. - * - * Some UCharIterator implementations may not be able to return - * a valid state for each position, in which case they return UITER_NO_STATE instead. - * This will be clearly documented for each such iterator (none of the public ones here). - * - * @param iter the UCharIterator structure ("this pointer") - * @return the state word - * - * @see UCharIterator - * @see UCharIteratorSetState - * @see UITER_NO_STATE - * @stable ICU 2.6 - */ -typedef uint32_t U_CALLCONV -UCharIteratorGetState(const UCharIterator *iter); - -/** - * Function type declaration for UCharIterator.setState(). - * - * Restore the "state" of the iterator using a state word from a getState() call. - * The iterator object need not be the same one as for which getState() was called, - * but it must be of the same type (set up using the same uiter_setXYZ function) - * and it must iterate over the same string - * (binary identical regardless of memory address). - * For more about the state word see UCharIteratorGetState. - * - * After calling setState(), a getIndex(UITER_CURRENT) may be slow because - * the UTF-16 index may not be restored as well, but the iterator can deliver - * the correct text contents and move relative to the current position - * without performance degradation. - * - * @param iter the UCharIterator structure ("this pointer") - * @param state the state word from a getState() call - * on a same-type, same-string iterator - * @param pErrorCode Must be a valid pointer to an error code value, - * which must not indicate a failure before the function call. - * - * @see UCharIterator - * @see UCharIteratorGetState - * @stable ICU 2.6 - */ -typedef void U_CALLCONV -UCharIteratorSetState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode); - - -/** - * C API for code unit iteration. - * This can be used as a C wrapper around - * CharacterIterator, Replaceable, or implemented using simple strings, etc. - * - * There are two roles for using UCharIterator: - * - * A "provider" sets the necessary function pointers and controls the "protected" - * fields of the UCharIterator structure. A "provider" passes a UCharIterator - * into C APIs that need a UCharIterator as an abstract, flexible string interface. - * - * Implementations of such C APIs are "callers" of UCharIterator functions; - * they only use the "public" function pointers and never access the "protected" - * fields directly. - * - * The current() and next() functions only check the current index against the - * limit, and previous() only checks the current index against the start, - * to see if the iterator already reached the end of the iteration range. - * - * The assumption - in all iterators - is that the index is moved via the API, - * which means it won't go out of bounds, or the index is modified by - * user code that knows enough about the iterator implementation to set valid - * index values. - * - * UCharIterator functions return code unit values 0..0xffff, - * or U_SENTINEL if the iteration bounds are reached. - * - * @stable ICU 2.1 - */ -struct UCharIterator { - /** - * (protected) Pointer to string or wrapped object or similar. - * Not used by caller. - * @stable ICU 2.1 - */ - const void *context; - - /** - * (protected) Length of string or similar. - * Not used by caller. - * @stable ICU 2.1 - */ - int32_t length; - - /** - * (protected) Start index or similar. - * Not used by caller. - * @stable ICU 2.1 - */ - int32_t start; - - /** - * (protected) Current index or similar. - * Not used by caller. - * @stable ICU 2.1 - */ - int32_t index; - - /** - * (protected) Limit index or similar. - * Not used by caller. - * @stable ICU 2.1 - */ - int32_t limit; - - /** - * (protected) Used by UTF-8 iterators and possibly others. - * @stable ICU 2.1 - */ - int32_t reservedField; - - /** - * (public) Returns the current position or the - * start or limit index of the iteration range. - * - * @see UCharIteratorGetIndex - * @stable ICU 2.1 - */ - UCharIteratorGetIndex *getIndex; - - /** - * (public) Moves the current position relative to the start or limit of the - * iteration range, or relative to the current position itself. - * The movement is expressed in numbers of code units forward - * or backward by specifying a positive or negative delta. - * - * @see UCharIteratorMove - * @stable ICU 2.1 - */ - UCharIteratorMove *move; - - /** - * (public) Check if current() and next() can still - * return another code unit. - * - * @see UCharIteratorHasNext - * @stable ICU 2.1 - */ - UCharIteratorHasNext *hasNext; - - /** - * (public) Check if previous() can still return another code unit. - * - * @see UCharIteratorHasPrevious - * @stable ICU 2.1 - */ - UCharIteratorHasPrevious *hasPrevious; - - /** - * (public) Return the code unit at the current position, - * or U_SENTINEL if there is none (index is at the limit). - * - * @see UCharIteratorCurrent - * @stable ICU 2.1 - */ - UCharIteratorCurrent *current; - - /** - * (public) Return the code unit at the current index and increment - * the index (post-increment, like s[i++]), - * or return U_SENTINEL if there is none (index is at the limit). - * - * @see UCharIteratorNext - * @stable ICU 2.1 - */ - UCharIteratorNext *next; - - /** - * (public) Decrement the index and return the code unit from there - * (pre-decrement, like s[--i]), - * or return U_SENTINEL if there is none (index is at the start). - * - * @see UCharIteratorPrevious - * @stable ICU 2.1 - */ - UCharIteratorPrevious *previous; - - /** - * (public) Reserved for future use. Currently NULL. - * - * @see UCharIteratorReserved - * @stable ICU 2.1 - */ - UCharIteratorReserved *reservedFn; - - /** - * (public) Return the state of the iterator, to be restored later with setState(). - * This function pointer is NULL if the iterator does not implement it. - * - * @see UCharIteratorGet - * @stable ICU 2.6 - */ - UCharIteratorGetState *getState; - - /** - * (public) Restore the iterator state from the state word from a call - * to getState(). - * This function pointer is NULL if the iterator does not implement it. - * - * @see UCharIteratorSet - * @stable ICU 2.6 - */ - UCharIteratorSetState *setState; -}; - -/** - * Helper function for UCharIterator to get the code point - * at the current index. - * - * Return the code point that includes the code unit at the current position, - * or U_SENTINEL if there is none (index is at the limit). - * If the current code unit is a lead or trail surrogate, - * then the following or preceding surrogate is used to form - * the code point value. - * - * @param iter the UCharIterator structure ("this pointer") - * @return the current code point - * - * @see UCharIterator - * @see U16_GET - * @see UnicodeString::char32At() - * @stable ICU 2.1 - */ -U_STABLE UChar32 U_EXPORT2 -uiter_current32(UCharIterator *iter); - -/** - * Helper function for UCharIterator to get the next code point. - * - * Return the code point at the current index and increment - * the index (post-increment, like s[i++]), - * or return U_SENTINEL if there is none (index is at the limit). - * - * @param iter the UCharIterator structure ("this pointer") - * @return the current code point (and post-increment the current index) - * - * @see UCharIterator - * @see U16_NEXT - * @stable ICU 2.1 - */ -U_STABLE UChar32 U_EXPORT2 -uiter_next32(UCharIterator *iter); - -/** - * Helper function for UCharIterator to get the previous code point. - * - * Decrement the index and return the code point from there - * (pre-decrement, like s[--i]), - * or return U_SENTINEL if there is none (index is at the start). - * - * @param iter the UCharIterator structure ("this pointer") - * @return the previous code point (after pre-decrementing the current index) - * - * @see UCharIterator - * @see U16_PREV - * @stable ICU 2.1 - */ -U_STABLE UChar32 U_EXPORT2 -uiter_previous32(UCharIterator *iter); - -/** - * Get the "state" of the iterator in the form of a single 32-bit word. - * This is a convenience function that calls iter->getState(iter) - * if iter->getState is not NULL; - * if it is NULL or any other error occurs, then UITER_NO_STATE is returned. - * - * Some UCharIterator implementations may not be able to return - * a valid state for each position, in which case they return UITER_NO_STATE instead. - * This will be clearly documented for each such iterator (none of the public ones here). - * - * @param iter the UCharIterator structure ("this pointer") - * @return the state word - * - * @see UCharIterator - * @see UCharIteratorGetState - * @see UITER_NO_STATE - * @stable ICU 2.6 - */ -U_STABLE uint32_t U_EXPORT2 -uiter_getState(const UCharIterator *iter); - -/** - * Restore the "state" of the iterator using a state word from a getState() call. - * This is a convenience function that calls iter->setState(iter, state, pErrorCode) - * if iter->setState is not NULL; if it is NULL, then U_UNSUPPORTED_ERROR is set. - * - * @param iter the UCharIterator structure ("this pointer") - * @param state the state word from a getState() call - * on a same-type, same-string iterator - * @param pErrorCode Must be a valid pointer to an error code value, - * which must not indicate a failure before the function call. - * - * @see UCharIterator - * @see UCharIteratorSetState - * @stable ICU 2.6 - */ -U_STABLE void U_EXPORT2 -uiter_setState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode); - -/** - * Set up a UCharIterator to iterate over a string. - * - * Sets the UCharIterator function pointers for iteration over the string s - * with iteration boundaries start=index=0 and length=limit=string length. - * The "provider" may set the start, index, and limit values at any time - * within the range 0..length. - * The length field will be ignored. - * - * The string pointer s is set into UCharIterator.context without copying - * or reallocating the string contents. - * - * getState() simply returns the current index. - * move() will always return the final index. - * - * @param iter UCharIterator structure to be set for iteration - * @param s String to iterate over - * @param length Length of s, or -1 if NUL-terminated - * - * @see UCharIterator - * @stable ICU 2.1 - */ -U_STABLE void U_EXPORT2 -uiter_setString(UCharIterator *iter, const UChar *s, int32_t length); - -/** - * Set up a UCharIterator to iterate over a UTF-16BE string - * (byte vector with a big-endian pair of bytes per UChar). - * - * Everything works just like with a normal UChar iterator (uiter_setString), - * except that UChars are assembled from byte pairs, - * and that the length argument here indicates an even number of bytes. - * - * getState() simply returns the current index. - * move() will always return the final index. - * - * @param iter UCharIterator structure to be set for iteration - * @param s UTF-16BE string to iterate over - * @param length Length of s as an even number of bytes, or -1 if NUL-terminated - * (NUL means pair of 0 bytes at even index from s) - * - * @see UCharIterator - * @see uiter_setString - * @stable ICU 2.6 - */ -U_STABLE void U_EXPORT2 -uiter_setUTF16BE(UCharIterator *iter, const char *s, int32_t length); - -/** - * Set up a UCharIterator to iterate over a UTF-8 string. - * - * Sets the UCharIterator function pointers for iteration over the UTF-8 string s - * with UTF-8 iteration boundaries 0 and length. - * The implementation counts the UTF-16 index on the fly and - * lazily evaluates the UTF-16 length of the text. - * - * The start field is used as the UTF-8 offset, the limit field as the UTF-8 length. - * When the reservedField is not 0, then it contains a supplementary code point - * and the UTF-16 index is between the two corresponding surrogates. - * At that point, the UTF-8 index is behind that code point. - * - * The UTF-8 string pointer s is set into UCharIterator.context without copying - * or reallocating the string contents. - * - * getState() returns a state value consisting of - * - the current UTF-8 source byte index (bits 31..1) - * - a flag (bit 0) that indicates whether the UChar position is in the middle - * of a surrogate pair - * (from a 4-byte UTF-8 sequence for the corresponding supplementary code point) - * - * getState() cannot also encode the UTF-16 index in the state value. - * move(relative to limit or length), or - * move(relative to current) after setState(), may return UITER_UNKNOWN_INDEX. - * - * @param iter UCharIterator structure to be set for iteration - * @param s UTF-8 string to iterate over - * @param length Length of s in bytes, or -1 if NUL-terminated - * - * @see UCharIterator - * @stable ICU 2.6 - */ -U_STABLE void U_EXPORT2 -uiter_setUTF8(UCharIterator *iter, const char *s, int32_t length); - -#ifdef XP_CPLUSPLUS - -/** - * Set up a UCharIterator to wrap around a C++ CharacterIterator. - * - * Sets the UCharIterator function pointers for iteration using the - * CharacterIterator charIter. - * - * The CharacterIterator pointer charIter is set into UCharIterator.context - * without copying or cloning the CharacterIterator object. - * The other "protected" UCharIterator fields are set to 0 and will be ignored. - * The iteration index and boundaries are controlled by the CharacterIterator. - * - * getState() simply returns the current index. - * move() will always return the final index. - * - * @param iter UCharIterator structure to be set for iteration - * @param charIter CharacterIterator to wrap - * - * @see UCharIterator - * @stable ICU 2.1 - */ -U_STABLE void U_EXPORT2 -uiter_setCharacterIterator(UCharIterator *iter, U_NAMESPACE_QUALIFIER CharacterIterator *charIter); - -/** - * Set up a UCharIterator to iterate over a C++ Replaceable. - * - * Sets the UCharIterator function pointers for iteration over the - * Replaceable rep with iteration boundaries start=index=0 and - * length=limit=rep->length(). - * The "provider" may set the start, index, and limit values at any time - * within the range 0..length=rep->length(). - * The length field will be ignored. - * - * The Replaceable pointer rep is set into UCharIterator.context without copying - * or cloning/reallocating the Replaceable object. - * - * getState() simply returns the current index. - * move() will always return the final index. - * - * @param iter UCharIterator structure to be set for iteration - * @param rep Replaceable to iterate over - * - * @see UCharIterator - * @stable ICU 2.1 - */ -U_STABLE void U_EXPORT2 -uiter_setReplaceable(UCharIterator *iter, const U_NAMESPACE_QUALIFIER Replaceable *rep); - -#endif - -U_CDECL_END - -#endif diff --git a/jni/EastAsianWidth/unicode/uloc.h b/jni/EastAsianWidth/unicode/uloc.h deleted file mode 100644 index 0d5d3b3..0000000 --- a/jni/EastAsianWidth/unicode/uloc.h +++ /dev/null @@ -1,931 +0,0 @@ -/* -********************************************************************** -* Copyright (C) 1997-2007, International Business Machines -* Corporation and others. All Rights Reserved. -********************************************************************** -* -* File ULOC.H -* -* Modification History: -* -* Date Name Description -* 04/01/97 aliu Creation. -* 08/22/98 stephen JDK 1.2 sync. -* 12/08/98 rtg New C API for Locale -* 03/30/99 damiba overhaul -* 03/31/99 helena Javadoc for uloc functions. -* 04/15/99 Madhu Updated Javadoc -******************************************************************************** -*/ - -#ifndef ULOC_H -#define ULOC_H - -#include "unicode/utypes.h" -#include "unicode/uenum.h" - -/** - * \file - * \brief C API: Locale - * - * <h2> ULoc C API for Locale </h2> - * A <code>Locale</code> represents a specific geographical, political, - * or cultural region. An operation that requires a <code>Locale</code> to perform - * its task is called <em>locale-sensitive</em> and uses the <code>Locale</code> - * to tailor information for the user. For example, displaying a number - * is a locale-sensitive operation--the number should be formatted - * according to the customs/conventions of the user's native country, - * region, or culture. In the C APIs, a locales is simply a const char string. - * - * <P> - * You create a <code>Locale</code> with one of the three options listed below. - * Each of the component is separated by '_' in the locale string. - * \htmlonly<blockquote>\endhtmlonly - * <pre> - * \code - * newLanguage - * - * newLanguage + newCountry - * - * newLanguage + newCountry + newVariant - * \endcode - * </pre> - * \htmlonly</blockquote>\endhtmlonly - * The first option is a valid <STRONG>ISO - * Language Code.</STRONG> These codes are the lower-case two-letter - * codes as defined by ISO-639. - * You can find a full list of these codes at a number of sites, such as: - * <BR><a href ="http://www.ics.uci.edu/pub/ietf/http/related/iso639.txt"> - * http://www.ics.uci.edu/pub/ietf/http/related/iso639.txt</a> - * - * <P> - * The second option includes an additonal <STRONG>ISO Country - * Code.</STRONG> These codes are the upper-case two-letter codes - * as defined by ISO-3166. - * You can find a full list of these codes at a number of sites, such as: - * <BR><a href="http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html"> - * http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html</a> - * - * <P> - * The third option requires another additonal information--the - * <STRONG>Variant.</STRONG> - * The Variant codes are vendor and browser-specific. - * For example, use WIN for Windows, MAC for Macintosh, and POSIX for POSIX. - * Where there are two variants, separate them with an underscore, and - * put the most important one first. For - * example, a Traditional Spanish collation might be referenced, with - * "ES", "ES", "Traditional_WIN". - * - * <P> - * Because a <code>Locale</code> is just an identifier for a region, - * no validity check is performed when you specify a <code>Locale</code>. - * If you want to see whether particular resources are available for the - * <code>Locale</code> you asked for, you must query those resources. For - * example, ask the <code>UNumberFormat</code> for the locales it supports - * using its <code>getAvailable</code> method. - * <BR><STRONG>Note:</STRONG> When you ask for a resource for a particular - * locale, you get back the best available match, not necessarily - * precisely what you asked for. For more information, look at - * <code>UResourceBundle</code>. - * - * <P> - * The <code>Locale</code> provides a number of convenient constants - * that you can use to specify the commonly used - * locales. For example, the following refers to a locale - * for the United States: - * \htmlonly<blockquote>\endhtmlonly - * <pre> - * \code - * ULOC_US - * \endcode - * </pre> - * \htmlonly</blockquote>\endhtmlonly - * - * <P> - * Once you've specified a locale you can query it for information about - * itself. Use <code>uloc_getCountry</code> to get the ISO Country Code and - * <code>uloc_getLanguage</code> to get the ISO Language Code. You can - * use <code>uloc_getDisplayCountry</code> to get the - * name of the country suitable for displaying to the user. Similarly, - * you can use <code>uloc_getDisplayLanguage</code> to get the name of - * the language suitable for displaying to the user. Interestingly, - * the <code>uloc_getDisplayXXX</code> methods are themselves locale-sensitive - * and have two versions: one that uses the default locale and one - * that takes a locale as an argument and displays the name or country in - * a language appropriate to that locale. - * - * <P> - * The ICU provides a number of services that perform locale-sensitive - * operations. For example, the <code>unum_xxx</code> functions format - * numbers, currency, or percentages in a locale-sensitive manner. - * </P> - * \htmlonly<blockquote>\endhtmlonly - * <pre> - * \code - * UErrorCode success = U_ZERO_ERROR; - * UNumberFormat *nf; - * const char* myLocale = "fr_FR"; - * - * nf = unum_open( UNUM_DEFAULT, NULL, success ); - * unum_close(nf); - * nf = unum_open( UNUM_CURRENCY, NULL, success ); - * unum_close(nf); - * nf = unum_open( UNUM_PERCENT, NULL, success ); - * unum_close(nf); - * \endcode - * </pre> - * \htmlonly</blockquote>\endhtmlonly - * Each of these methods has two variants; one with an explicit locale - * and one without; the latter using the default locale. - * \htmlonly<blockquote>\endhtmlonly - * <pre> - * \code - * - * nf = unum_open( UNUM_DEFAULT, myLocale, success ); - * unum_close(nf); - * nf = unum_open( UNUM_CURRENCY, myLocale, success ); - * unum_close(nf); - * nf = unum_open( UNUM_PERCENT, myLocale, success ); - * unum_close(nf); - * \endcode - * </pre> - * \htmlonly</blockquote>\endhtmlonly - * A <code>Locale</code> is the mechanism for identifying the kind of services - * (<code>UNumberFormat</code>) that you would like to get. The locale is - * <STRONG>just</STRONG> a mechanism for identifying these services. - * - * <P> - * Each international serivce that performs locale-sensitive operations - * allows you - * to get all the available objects of that type. You can sift - * through these objects by language, country, or variant, - * and use the display names to present a menu to the user. - * For example, you can create a menu of all the collation objects - * suitable for a given language. Such classes implement these - * three class methods: - * \htmlonly<blockquote>\endhtmlonly - * <pre> - * \code - * const char* uloc_getAvailable(int32_t index); - * int32_t uloc_countAvailable(); - * int32_t - * uloc_getDisplayName(const char* localeID, - * const char* inLocaleID, - * UChar* result, - * int32_t maxResultSize, - * UErrorCode* err); - * - * \endcode - * </pre> - * \htmlonly</blockquote>\endhtmlonly - * <P> - * Concerning POSIX/RFC1766 Locale IDs, - * the getLanguage/getCountry/getVariant/getName functions do understand - * the POSIX type form of language_COUNTRY.ENCODING\@VARIANT - * and if there is not an ICU-stype variant, uloc_getVariant() for example - * will return the one listed after the \@at sign. As well, the hyphen - * "-" is recognized as a country/variant separator similarly to RFC1766. - * So for example, "en-us" will be interpreted as en_US. - * As a result, uloc_getName() is far from a no-op, and will have the - * effect of converting POSIX/RFC1766 IDs into ICU form, although it does - * NOT map any of the actual codes (i.e. russian->ru) in any way. - * Applications should call uloc_getName() at the point where a locale ID - * is coming from an external source (user entry, OS, web browser) - * and pass the resulting string to other ICU functions. For example, - * don't use de-de\@EURO as an argument to resourcebundle. - * - * @see UResourceBundle - */ - -/** Useful constant for this language. @stable ICU 2.0 */ -#define ULOC_CHINESE "zh" -/** Useful constant for this language. @stable ICU 2.0 */ -#define ULOC_ENGLISH "en" -/** Useful constant for this language. @stable ICU 2.0 */ -#define ULOC_FRENCH "fr" -/** Useful constant for this language. @stable ICU 2.0 */ -#define ULOC_GERMAN "de" -/** Useful constant for this language. @stable ICU 2.0 */ -#define ULOC_ITALIAN "it" -/** Useful constant for this language. @stable ICU 2.0 */ -#define ULOC_JAPANESE "ja" -/** Useful constant for this language. @stable ICU 2.0 */ -#define ULOC_KOREAN "ko" -/** Useful constant for this language. @stable ICU 2.0 */ -#define ULOC_SIMPLIFIED_CHINESE "zh_CN" -/** Useful constant for this language. @stable ICU 2.0 */ -#define ULOC_TRADITIONAL_CHINESE "zh_TW" - -/** Useful constant for this country/region. @stable ICU 2.0 */ -#define ULOC_CANADA "en_CA" -/** Useful constant for this country/region. @stable ICU 2.0 */ -#define ULOC_CANADA_FRENCH "fr_CA" -/** Useful constant for this country/region. @stable ICU 2.0 */ -#define ULOC_CHINA "zh_CN" -/** Useful constant for this country/region. @stable ICU 2.0 */ -#define ULOC_PRC "zh_CN" -/** Useful constant for this country/region. @stable ICU 2.0 */ -#define ULOC_FRANCE "fr_FR" -/** Useful constant for this country/region. @stable ICU 2.0 */ -#define ULOC_GERMANY "de_DE" -/** Useful constant for this country/region. @stable ICU 2.0 */ -#define ULOC_ITALY "it_IT" -/** Useful constant for this country/region. @stable ICU 2.0 */ -#define ULOC_JAPAN "ja_JP" -/** Useful constant for this country/region. @stable ICU 2.0 */ -#define ULOC_KOREA "ko_KR" -/** Useful constant for this country/region. @stable ICU 2.0 */ -#define ULOC_TAIWAN "zh_TW" -/** Useful constant for this country/region. @stable ICU 2.0 */ -#define ULOC_UK "en_GB" -/** Useful constant for this country/region. @stable ICU 2.0 */ -#define ULOC_US "en_US" - -/** - * Useful constant for the maximum size of the language part of a locale ID. - * (including the terminating NULL). - * @stable ICU 2.0 - */ -#define ULOC_LANG_CAPACITY 12 - -/** - * Useful constant for the maximum size of the country part of a locale ID - * (including the terminating NULL). - * @stable ICU 2.0 - */ -#define ULOC_COUNTRY_CAPACITY 4 -/** - * Useful constant for the maximum size of the whole locale ID - * (including the terminating NULL). - * @stable ICU 2.0 - */ -#define ULOC_FULLNAME_CAPACITY 56 - -/** - * Useful constant for the maximum size of the script part of a locale ID - * (including the terminating NULL). - * @stable ICU 2.8 - */ -#define ULOC_SCRIPT_CAPACITY 6 - -/** - * Useful constant for the maximum size of keywords in a locale - * @stable ICU 2.8 - */ -#define ULOC_KEYWORDS_CAPACITY 50 - -/** - * Useful constant for the maximum SIZE of keywords in a locale - * @stable ICU 2.8 - */ -#define ULOC_KEYWORD_AND_VALUES_CAPACITY 100 - -/** - * Character separating keywords from the locale string - * different for EBCDIC - TODO - * @stable ICU 2.8 - */ -#define ULOC_KEYWORD_SEPARATOR '@' -/** - * Character for assigning value to a keyword - * @stable ICU 2.8 - */ -#define ULOC_KEYWORD_ASSIGN '=' -/** - * Character separating keywords - * @stable ICU 2.8 - */ -#define ULOC_KEYWORD_ITEM_SEPARATOR ';' - -/** - * Constants for *_getLocale() - * Allow user to select whether she wants information on - * requested, valid or actual locale. - * For example, a collator for "en_US_CALIFORNIA" was - * requested. In the current state of ICU (2.0), - * the requested locale is "en_US_CALIFORNIA", - * the valid locale is "en_US" (most specific locale supported by ICU) - * and the actual locale is "root" (the collation data comes unmodified - * from the UCA) - * The locale is considered supported by ICU if there is a core ICU bundle - * for that locale (although it may be empty). - * @stable ICU 2.1 - */ -typedef enum { - /** This is locale the data actually comes from - * @stable ICU 2.1 - */ - ULOC_ACTUAL_LOCALE = 0, - /** This is the most specific locale supported by ICU - * @stable ICU 2.1 - */ - ULOC_VALID_LOCALE = 1, - -#ifndef U_HIDE_DEPRECATED_API - /** This is the requested locale - * @deprecated ICU 2.8 - */ - ULOC_REQUESTED_LOCALE = 2, -#endif /* U_HIDE_DEPRECATED_API */ - - ULOC_DATA_LOCALE_TYPE_LIMIT = 3 -} ULocDataLocaleType ; - - -/** - * Gets ICU's default locale. - * The returned string is a snapshot in time, and will remain valid - * and unchanged even when uloc_setDefault() is called. - * The returned storage is owned by ICU, and must not be altered or deleted - * by the caller. - * - * @return the ICU default locale - * @system - * @stable ICU 2.0 - */ -U_STABLE const char* U_EXPORT2 -uloc_getDefault(void); - -/** - * Sets ICU's default locale. - * By default (without calling this function), ICU's default locale will be based - * on information obtained from the underlying system environment. - * <p> - * Changes to ICU's default locale do not propagate back to the - * system environment. - * <p> - * Changes to ICU's default locale to not affect any ICU services that - * may already be open based on the previous default locale value. - * - * @param localeID the new ICU default locale. A value of NULL will try to get - * the system's default locale. - * @param status the error information if the setting of default locale fails - * @system - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 -uloc_setDefault(const char* localeID, - UErrorCode* status); - -/** - * Gets the language code for the specified locale. - * - * @param localeID the locale to get the ISO language code with - * @param language the language code for localeID - * @param languageCapacity the size of the language buffer to store the - * language code with - * @param err error information if retrieving the language code failed - * @return the actual buffer size needed for the language code. If it's greater - * than languageCapacity, the returned language code will be truncated. - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -uloc_getLanguage(const char* localeID, - char* language, - int32_t languageCapacity, - UErrorCode* err); - -/** - * Gets the script code for the specified locale. - * - * @param localeID the locale to get the ISO language code with - * @param script the language code for localeID - * @param scriptCapacity the size of the language buffer to store the - * language code with - * @param err error information if retrieving the language code failed - * @return the actual buffer size needed for the language code. If it's greater - * than scriptCapacity, the returned language code will be truncated. - * @stable ICU 2.8 - */ -U_STABLE int32_t U_EXPORT2 -uloc_getScript(const char* localeID, - char* script, - int32_t scriptCapacity, - UErrorCode* err); - -/** - * Gets the country code for the specified locale. - * - * @param localeID the locale to get the country code with - * @param country the country code for localeID - * @param countryCapacity the size of the country buffer to store the - * country code with - * @param err error information if retrieving the country code failed - * @return the actual buffer size needed for the country code. If it's greater - * than countryCapacity, the returned country code will be truncated. - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -uloc_getCountry(const char* localeID, - char* country, - int32_t countryCapacity, - UErrorCode* err); - -/** - * Gets the variant code for the specified locale. - * - * @param localeID the locale to get the variant code with - * @param variant the variant code for localeID - * @param variantCapacity the size of the variant buffer to store the - * variant code with - * @param err error information if retrieving the variant code failed - * @return the actual buffer size needed for the variant code. If it's greater - * than variantCapacity, the returned variant code will be truncated. - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -uloc_getVariant(const char* localeID, - char* variant, - int32_t variantCapacity, - UErrorCode* err); - - -/** - * Gets the full name for the specified locale. - * Note: This has the effect of 'canonicalizing' the ICU locale ID to - * a certain extent. Upper and lower case are set as needed. - * It does NOT map aliased names in any way. - * See the top of this header file. - * This API supports preflighting. - * - * @param localeID the locale to get the full name with - * @param name fill in buffer for the name without keywords. - * @param nameCapacity capacity of the fill in buffer. - * @param err error information if retrieving the full name failed - * @return the actual buffer size needed for the full name. If it's greater - * than nameCapacity, the returned full name will be truncated. - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -uloc_getName(const char* localeID, - char* name, - int32_t nameCapacity, - UErrorCode* err); - -/** - * Gets the full name for the specified locale. - * Note: This has the effect of 'canonicalizing' the string to - * a certain extent. Upper and lower case are set as needed, - * and if the components were in 'POSIX' format they are changed to - * ICU format. It does NOT map aliased names in any way. - * See the top of this header file. - * - * @param localeID the locale to get the full name with - * @param name the full name for localeID - * @param nameCapacity the size of the name buffer to store the - * full name with - * @param err error information if retrieving the full name failed - * @return the actual buffer size needed for the full name. If it's greater - * than nameCapacity, the returned full name will be truncated. - * @stable ICU 2.8 - */ -U_STABLE int32_t U_EXPORT2 -uloc_canonicalize(const char* localeID, - char* name, - int32_t nameCapacity, - UErrorCode* err); - -/** - * Gets the ISO language code for the specified locale. - * - * @param localeID the locale to get the ISO language code with - * @return language the ISO language code for localeID - * @stable ICU 2.0 - */ -U_STABLE const char* U_EXPORT2 -uloc_getISO3Language(const char* localeID); - - -/** - * Gets the ISO country code for the specified locale. - * - * @param localeID the locale to get the ISO country code with - * @return country the ISO country code for localeID - * @stable ICU 2.0 - */ -U_STABLE const char* U_EXPORT2 -uloc_getISO3Country(const char* localeID); - -/** - * Gets the Win32 LCID value for the specified locale. - * If the ICU locale is not recognized by Windows, 0 will be returned. - * - * @param localeID the locale to get the Win32 LCID value with - * @return country the Win32 LCID for localeID - * @stable ICU 2.0 - */ -U_STABLE uint32_t U_EXPORT2 -uloc_getLCID(const char* localeID); - -/** - * Gets the language name suitable for display for the specified locale. - * - * @param locale the locale to get the ISO language code with - * @param displayLocale Specifies the locale to be used to display the name. In other words, - * if the locale's language code is "en", passing Locale::getFrench() for - * inLocale would result in "Anglais", while passing Locale::getGerman() - * for inLocale would result in "Englisch". - * @param language the displayable language code for localeID - * @param languageCapacity the size of the language buffer to store the - * displayable language code with - * @param status error information if retrieving the displayable language code failed - * @return the actual buffer size needed for the displayable language code. If it's greater - * than languageCapacity, the returned language code will be truncated. - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -uloc_getDisplayLanguage(const char* locale, - const char* displayLocale, - UChar* language, - int32_t languageCapacity, - UErrorCode* status); - -/** - * Gets the script name suitable for display for the specified locale. - * - * @param locale the locale to get the displayable script code with. NULL may be used to specify the default. - * @param displayLocale Specifies the locale to be used to display the name. In other words, - * if the locale's language code is "en", passing Locale::getFrench() for - * inLocale would result in "", while passing Locale::getGerman() - * for inLocale would result in "". NULL may be used to specify the default. - * @param script the displayable country code for localeID - * @param scriptCapacity the size of the script buffer to store the - * displayable script code with - * @param status error information if retrieving the displayable script code failed - * @return the actual buffer size needed for the displayable script code. If it's greater - * than scriptCapacity, the returned displayable script code will be truncated. - * @stable ICU 2.8 - */ -U_STABLE int32_t U_EXPORT2 -uloc_getDisplayScript(const char* locale, - const char* displayLocale, - UChar* script, - int32_t scriptCapacity, - UErrorCode* status); - -/** - * Gets the country name suitable for display for the specified locale. - * - * @param locale the locale to get the displayable country code with. NULL may be used to specify the default. - * @param displayLocale Specifies the locale to be used to display the name. In other words, - * if the locale's language code is "en", passing Locale::getFrench() for - * inLocale would result in "Anglais", while passing Locale::getGerman() - * for inLocale would result in "Englisch". NULL may be used to specify the default. - * @param country the displayable country code for localeID - * @param countryCapacity the size of the country buffer to store the - * displayable country code with - * @param status error information if retrieving the displayable country code failed - * @return the actual buffer size needed for the displayable country code. If it's greater - * than countryCapacity, the returned displayable country code will be truncated. - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -uloc_getDisplayCountry(const char* locale, - const char* displayLocale, - UChar* country, - int32_t countryCapacity, - UErrorCode* status); - - -/** - * Gets the variant name suitable for display for the specified locale. - * - * @param locale the locale to get the displayable variant code with. NULL may be used to specify the default. - * @param displayLocale Specifies the locale to be used to display the name. In other words, - * if the locale's language code is "en", passing Locale::getFrench() for - * inLocale would result in "Anglais", while passing Locale::getGerman() - * for inLocale would result in "Englisch". NULL may be used to specify the default. - * @param variant the displayable variant code for localeID - * @param variantCapacity the size of the variant buffer to store the - * displayable variant code with - * @param status error information if retrieving the displayable variant code failed - * @return the actual buffer size needed for the displayable variant code. If it's greater - * than variantCapacity, the returned displayable variant code will be truncated. - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -uloc_getDisplayVariant(const char* locale, - const char* displayLocale, - UChar* variant, - int32_t variantCapacity, - UErrorCode* status); - -/** - * Gets the keyword name suitable for display for the specified locale. - * E.g: for the locale string de_DE\@collation=PHONEBOOK, this API gets the display - * string for the keyword collation. - * Usage: - * <code> - * UErrorCode status = U_ZERO_ERROR; - * const char* keyword =NULL; - * int32_t keywordLen = 0; - * int32_t keywordCount = 0; - * UChar displayKeyword[256]; - * int32_t displayKeywordLen = 0; - * UEnumeration* keywordEnum = uloc_openKeywords("de_DE@collation=PHONEBOOK;calendar=TRADITIONAL", &status); - * for(keywordCount = uenum_count(keywordEnum, &status); keywordCount > 0 ; keywordCount--){ - * if(U_FAILURE(status)){ - * ...something went wrong so handle the error... - * break; - * } - * // the uenum_next returns NUL terminated string - * keyword = uenum_next(keywordEnum, &keywordLen, &status); - * displayKeywordLen = uloc_getDisplayKeyword(keyword, "en_US", displayKeyword, 256); - * ... do something interesting ..... - * } - * uenum_close(keywordEnum); - * </code> - * @param keyword The keyword whose display string needs to be returned. - * @param displayLocale Specifies the locale to be used to display the name. In other words, - * if the locale's language code is "en", passing Locale::getFrench() for - * inLocale would result in "Anglais", while passing Locale::getGerman() - * for inLocale would result in "Englisch". NULL may be used to specify the default. - * @param dest the buffer to which the displayable keyword should be written. - * @param destCapacity The size of the buffer (number of UChars). If it is 0, then - * dest may be NULL and the function will only return the length of the - * result without writing any of the result string (pre-flighting). - * @param status error information if retrieving the displayable string failed. - * Should not be NULL and should not indicate failure on entry. - * @return the actual buffer size needed for the displayable variant code. - * @see #uloc_openKeywords - * @stable ICU 2.8 - */ -U_STABLE int32_t U_EXPORT2 -uloc_getDisplayKeyword(const char* keyword, - const char* displayLocale, - UChar* dest, - int32_t destCapacity, - UErrorCode* status); -/** - * Gets the value of the keyword suitable for display for the specified locale. - * E.g: for the locale string de_DE\@collation=PHONEBOOK, this API gets the display - * string for PHONEBOOK, in the display locale, when "collation" is specified as the keyword. - * - * @param locale The locale to get the displayable variant code with. NULL may be used to specify the default. - * @param keyword The keyword for whose value should be used. - * @param displayLocale Specifies the locale to be used to display the name. In other words, - * if the locale's language code is "en", passing Locale::getFrench() for - * inLocale would result in "Anglais", while passing Locale::getGerman() - * for inLocale would result in "Englisch". NULL may be used to specify the default. - * @param dest the buffer to which the displayable keyword should be written. - * @param destCapacity The size of the buffer (number of UChars). If it is 0, then - * dest may be NULL and the function will only return the length of the - * result without writing any of the result string (pre-flighting). - * @param status error information if retrieving the displayable string failed. - * Should not be NULL and must not indicate failure on entry. - * @return the actual buffer size needed for the displayable variant code. - * @stable ICU 2.8 - */ -U_STABLE int32_t U_EXPORT2 -uloc_getDisplayKeywordValue( const char* locale, - const char* keyword, - const char* displayLocale, - UChar* dest, - int32_t destCapacity, - UErrorCode* status); -/** - * Gets the full name suitable for display for the specified locale. - * - * @param localeID the locale to get the displayable name with. NULL may be used to specify the default. - * @param inLocaleID Specifies the locale to be used to display the name. In other words, - * if the locale's language code is "en", passing Locale::getFrench() for - * inLocale would result in "Anglais", while passing Locale::getGerman() - * for inLocale would result in "Englisch". NULL may be used to specify the default. - * @param result the displayable name for localeID - * @param maxResultSize the size of the name buffer to store the - * displayable full name with - * @param err error information if retrieving the displayable name failed - * @return the actual buffer size needed for the displayable name. If it's greater - * than maxResultSize, the returned displayable name will be truncated. - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -uloc_getDisplayName(const char* localeID, - const char* inLocaleID, - UChar* result, - int32_t maxResultSize, - UErrorCode* err); - - -/** - * Gets the specified locale from a list of all available locales. - * The return value is a pointer to an item of - * a locale name array. Both this array and the pointers - * it contains are owned by ICU and should not be deleted or written through - * by the caller. The locale name is terminated by a null pointer. - * @param n the specific locale name index of the available locale list - * @return a specified locale name of all available locales - * @stable ICU 2.0 - */ -U_STABLE const char* U_EXPORT2 -uloc_getAvailable(int32_t n); - -/** - * Gets the size of the all available locale list. - * - * @return the size of the locale list - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 uloc_countAvailable(void); - -/** - * - * Gets a list of all available language codes defined in ISO 639. This is a pointer - * to an array of pointers to arrays of char. All of these pointers are owned - * by ICU-- do not delete them, and do not write through them. The array is - * terminated with a null pointer. - * @return a list of all available language codes - * @stable ICU 2.0 - */ -U_STABLE const char* const* U_EXPORT2 -uloc_getISOLanguages(void); - -/** - * - * Gets a list of all available 2-letter country codes defined in ISO 639. This is a - * pointer to an array of pointers to arrays of char. All of these pointers are - * owned by ICU-- do not delete them, and do not write through them. The array is - * terminated with a null pointer. - * @return a list of all available country codes - * @stable ICU 2.0 - */ -U_STABLE const char* const* U_EXPORT2 -uloc_getISOCountries(void); - -/** - * Truncate the locale ID string to get the parent locale ID. - * Copies the part of the string before the last underscore. - * The parent locale ID will be an empty string if there is no - * underscore, or if there is only one underscore at localeID[0]. - * - * @param localeID Input locale ID string. - * @param parent Output string buffer for the parent locale ID. - * @param parentCapacity Size of the output buffer. - * @param err A UErrorCode value. - * @return The length of the parent locale ID. - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -uloc_getParent(const char* localeID, - char* parent, - int32_t parentCapacity, - UErrorCode* err); - - - - -/** - * Gets the full name for the specified locale. - * Note: This has the effect of 'canonicalizing' the string to - * a certain extent. Upper and lower case are set as needed, - * and if the components were in 'POSIX' format they are changed to - * ICU format. It does NOT map aliased names in any way. - * See the top of this header file. - * This API strips off the keyword part, so "de_DE\@collation=phonebook" - * will become "de_DE". - * This API supports preflighting. - * - * @param localeID the locale to get the full name with - * @param name fill in buffer for the name without keywords. - * @param nameCapacity capacity of the fill in buffer. - * @param err error information if retrieving the full name failed - * @return the actual buffer size needed for the full name. If it's greater - * than nameCapacity, the returned full name will be truncated. - * @stable ICU 2.8 - */ -U_STABLE int32_t U_EXPORT2 -uloc_getBaseName(const char* localeID, - char* name, - int32_t nameCapacity, - UErrorCode* err); - -/** - * Gets an enumeration of keywords for the specified locale. Enumeration - * must get disposed of by the client using uenum_close function. - * - * @param localeID the locale to get the variant code with - * @param status error information if retrieving the keywords failed - * @return enumeration of keywords or NULL if there are no keywords. - * @stable ICU 2.8 - */ -U_STABLE UEnumeration* U_EXPORT2 -uloc_openKeywords(const char* localeID, - UErrorCode* status); - -/** - * Get the value for a keyword. Locale name does not need to be normalized. - * - * @param localeID locale name containing the keyword ("de_DE@currency=EURO;collation=PHONEBOOK") - * @param keywordName name of the keyword for which we want the value. Case insensitive. - * @param buffer receiving buffer - * @param bufferCapacity capacity of receiving buffer - * @param status containing error code - buffer not big enough. - * @return the length of keyword value - * @stable ICU 2.8 - */ -U_STABLE int32_t U_EXPORT2 -uloc_getKeywordValue(const char* localeID, - const char* keywordName, - char* buffer, int32_t bufferCapacity, - UErrorCode* status); - - -/** - * Set the value of the specified keyword. - * NOTE: Unlike almost every other ICU function which takes a - * buffer, this function will NOT truncate the output text. If a - * BUFFER_OVERFLOW_ERROR is received, it means that the original - * buffer is untouched. This is done to prevent incorrect or possibly - * even malformed locales from being generated and used. - * - * @param keywordName name of the keyword to be set. Case insensitive. - * @param keywordValue value of the keyword to be set. If 0-length or - * NULL, will result in the keyword being removed. No error is given if - * that keyword does not exist. - * @param buffer input buffer containing locale to be modified. - * @param bufferCapacity capacity of receiving buffer - * @param status containing error code - buffer not big enough. - * @return the length needed for the buffer - * @see uloc_getKeywordValue - * @stable ICU 3.2 - */ -U_STABLE int32_t U_EXPORT2 -uloc_setKeywordValue(const char* keywordName, - const char* keywordValue, - char* buffer, int32_t bufferCapacity, - UErrorCode* status); - -/** - * enums for the 'outResult' parameter return value - * @see uloc_acceptLanguageFromHTTP - * @see uloc_acceptLanguage - * @stable ICU 3.2 - */ -typedef enum { - ULOC_ACCEPT_FAILED = 0, /* No exact match was found. */ - ULOC_ACCEPT_VALID = 1, /* An exact match was found. */ - ULOC_ACCEPT_FALLBACK = 2 /* A fallback was found, for example, - Accept list contained 'ja_JP' - which matched available locale 'ja'. */ -} UAcceptResult; - - -/** - * Based on a HTTP header from a web browser and a list of available locales, - * determine an acceptable locale for the user. - * @param result - buffer to accept the result locale - * @param resultAvailable the size of the result buffer. - * @param outResult - An out parameter that contains the fallback status - * @param httpAcceptLanguage - "Accept-Language:" header as per HTTP. - * @param availableLocales - list of available locales to match - * @param status Error status, may be BUFFER_OVERFLOW_ERROR - * @return length needed for the locale. - * @stable ICU 3.2 - */ -U_STABLE int32_t U_EXPORT2 -uloc_acceptLanguageFromHTTP(char *result, int32_t resultAvailable, - UAcceptResult *outResult, - const char *httpAcceptLanguage, - UEnumeration* availableLocales, - UErrorCode *status); - -/** - * Based on a list of available locales, - * determine an acceptable locale for the user. - * @param result - buffer to accept the result locale - * @param resultAvailable the size of the result buffer. - * @param outResult - An out parameter that contains the fallback status - * @param acceptList - list of acceptable languages - * @param acceptListCount - count of acceptList items - * @param availableLocales - list of available locales to match - * @param status Error status, may be BUFFER_OVERFLOW_ERROR - * @return length needed for the locale. - * @stable ICU 3.2 - */ -U_STABLE int32_t U_EXPORT2 -uloc_acceptLanguage(char *result, int32_t resultAvailable, - UAcceptResult *outResult, const char **acceptList, - int32_t acceptListCount, - UEnumeration* availableLocales, - UErrorCode *status); - - -/** - * Gets the ICU locale ID for the specified Win32 LCID value. - * - * @param hostID the Win32 LCID to translate - * @param locale the output buffer for the ICU locale ID, which will be NUL-terminated - * if there is room. - * @param localeCapacity the size of the output buffer - * @param status an error is returned if the LCID is unrecognized or the output buffer - * is too small - * @return actual the actual size of the locale ID, not including NUL-termination - * @draft ICU 3.8 - */ -U_DRAFT int32_t U_EXPORT2 -uloc_getLocaleForLCID(uint32_t hostID, char *locale, int32_t localeCapacity, - UErrorCode *status); - -#endif /*_ULOC*/ - - diff --git a/jni/EastAsianWidth/unicode/umachine.h b/jni/EastAsianWidth/unicode/umachine.h deleted file mode 100644 index 083f9cf..0000000 --- a/jni/EastAsianWidth/unicode/umachine.h +++ /dev/null @@ -1,338 +0,0 @@ -/* -****************************************************************************** -* -* Copyright (C) 1999-2006, International Business Machines -* Corporation and others. All Rights Reserved. -* -****************************************************************************** -* file name: umachine.h -* encoding: US-ASCII -* tab size: 8 (not used) -* indentation:4 -* -* created on: 1999sep13 -* created by: Markus W. Scherer -* -* This file defines basic types and constants for utf.h to be -* platform-independent. umachine.h and utf.h are included into -* utypes.h to provide all the general definitions for ICU. -* All of these definitions used to be in utypes.h before -* the UTF-handling macros made this unmaintainable. -*/ - -#ifndef __UMACHINE_H__ -#define __UMACHINE_H__ - - -/** - * \file - * \brief Basic types and constants for UTF - * - * <h2> Basic types and constants for UTF </h2> - * This file defines basic types and constants for utf.h to be - * platform-independent. umachine.h and utf.h are included into - * utypes.h to provide all the general definitions for ICU. - * All of these definitions used to be in utypes.h before - * the UTF-handling macros made this unmaintainable. - * - */ -/*==========================================================================*/ -/* Include platform-dependent definitions */ -/* which are contained in the platform-specific file platform.h */ -/*==========================================================================*/ - -#if defined(U_PALMOS) -# include "unicode/ppalmos.h" -#elif defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64) -# include "unicode/pwin32.h" -#else -# include "unicode/platform.h" -#endif - -/* - * ANSI C headers: - * stddef.h defines wchar_t - */ -#include <stddef.h> - -/*==========================================================================*/ -/* XP_CPLUSPLUS is a cross-platform symbol which should be defined when */ -/* using C++. It should not be defined when compiling under C. */ -/*==========================================================================*/ - -#ifdef __cplusplus -# ifndef XP_CPLUSPLUS -# define XP_CPLUSPLUS -# endif -#else -# undef XP_CPLUSPLUS -#endif - -/*==========================================================================*/ -/* For C wrappers, we use the symbol U_STABLE. */ -/* This works properly if the includer is C or C++. */ -/* Functions are declared U_STABLE return-type U_EXPORT2 function-name()... */ -/*==========================================================================*/ - -/** - * \def U_CFUNC - * This is used in a declaration of a library private ICU C function. - * @stable ICU 2.4 - */ - -/** - * \def U_CDECL_BEGIN - * This is used to begin a declaration of a library private ICU C API. - * @stable ICU 2.4 - */ - -/** - * \def U_CDECL_END - * This is used to end a declaration of a library private ICU C API - * @stable ICU 2.4 - */ - -#ifdef XP_CPLUSPLUS -# define U_CFUNC extern "C" -# define U_CDECL_BEGIN extern "C" { -# define U_CDECL_END } -#else -# define U_CFUNC extern -# define U_CDECL_BEGIN -# define U_CDECL_END -#endif - -/** This is used to declare a function as a public ICU C API @stable ICU 2.0*/ -#define U_CAPI U_CFUNC U_EXPORT -#define U_STABLE U_CAPI -#define U_DRAFT U_CAPI -#define U_DEPRECATED U_CAPI -#define U_OBSOLETE U_CAPI -#define U_INTERNAL U_CAPI - -/*==========================================================================*/ -/* limits for int32_t etc., like in POSIX inttypes.h */ -/*==========================================================================*/ - -#ifndef INT8_MIN -/** The smallest value an 8 bit signed integer can hold @stable ICU 2.0 */ -# define INT8_MIN ((int8_t)(-128)) -#endif -#ifndef INT16_MIN -/** The smallest value a 16 bit signed integer can hold @stable ICU 2.0 */ -# define INT16_MIN ((int16_t)(-32767-1)) -#endif -#ifndef INT32_MIN -/** The smallest value a 32 bit signed integer can hold @stable ICU 2.0 */ -# define INT32_MIN ((int32_t)(-2147483647-1)) -#endif - -#ifndef INT8_MAX -/** The largest value an 8 bit signed integer can hold @stable ICU 2.0 */ -# define INT8_MAX ((int8_t)(127)) -#endif -#ifndef INT16_MAX -/** The largest value a 16 bit signed integer can hold @stable ICU 2.0 */ -# define INT16_MAX ((int16_t)(32767)) -#endif -#ifndef INT32_MAX -/** The largest value a 32 bit signed integer can hold @stable ICU 2.0 */ -# define INT32_MAX ((int32_t)(2147483647)) -#endif - -#ifndef UINT8_MAX -/** The largest value an 8 bit unsigned integer can hold @stable ICU 2.0 */ -# define UINT8_MAX ((uint8_t)(255U)) -#endif -#ifndef UINT16_MAX -/** The largest value a 16 bit unsigned integer can hold @stable ICU 2.0 */ -# define UINT16_MAX ((uint16_t)(65535U)) -#endif -#ifndef UINT32_MAX -/** The largest value a 32 bit unsigned integer can hold @stable ICU 2.0 */ -# define UINT32_MAX ((uint32_t)(4294967295U)) -#endif - -#if defined(U_INT64_T_UNAVAILABLE) -# error int64_t is required for decimal format and rule-based number format. -#else -# ifndef INT64_C -/** - * Provides a platform independent way to specify a signed 64-bit integer constant. - * note: may be wrong for some 64 bit platforms - ensure your compiler provides INT64_C - * @stable ICU 2.8 - */ -# define INT64_C(c) c ## LL -# endif -# ifndef UINT64_C -/** - * Provides a platform independent way to specify an unsigned 64-bit integer constant. - * note: may be wrong for some 64 bit platforms - ensure your compiler provides UINT64_C - * @stable ICU 2.8 - */ -# define UINT64_C(c) c ## ULL -# endif -# ifndef U_INT64_MIN -/** The smallest value a 64 bit signed integer can hold @stable ICU 2.8 */ -# define U_INT64_MIN ((int64_t)(INT64_C(-9223372036854775807)-1)) -# endif -# ifndef U_INT64_MAX -/** The largest value a 64 bit signed integer can hold @stable ICU 2.8 */ -# define U_INT64_MAX ((int64_t)(INT64_C(9223372036854775807))) -# endif -# ifndef U_UINT64_MAX -/** The largest value a 64 bit unsigned integer can hold @stable ICU 2.8 */ -# define U_UINT64_MAX ((uint64_t)(UINT64_C(18446744073709551615))) -# endif -#endif - -/*==========================================================================*/ -/* Boolean data type */ -/*==========================================================================*/ - -/** The ICU boolean type @stable ICU 2.0 */ -typedef int8_t UBool; - -#ifndef TRUE -/** The TRUE value of a UBool @stable ICU 2.0 */ -# define TRUE 1 -#endif -#ifndef FALSE -/** The FALSE value of a UBool @stable ICU 2.0 */ -# define FALSE 0 -#endif - - -/*==========================================================================*/ -/* Unicode data types */ -/*==========================================================================*/ - -/* wchar_t-related definitions -------------------------------------------- */ - -/** - * \def U_HAVE_WCHAR_H - * Indicates whether <wchar.h> is available (1) or not (0). Set to 1 by default. - * - * @stable ICU 2.0 - */ -#ifndef U_HAVE_WCHAR_H -# define U_HAVE_WCHAR_H 1 -#endif - -/** - * \def U_SIZEOF_WCHAR_T - * U_SIZEOF_WCHAR_T==sizeof(wchar_t) (0 means it is not defined or autoconf could not set it) - * - * @stable ICU 2.0 - */ -#if U_SIZEOF_WCHAR_T==0 -# undef U_SIZEOF_WCHAR_T -# define U_SIZEOF_WCHAR_T 4 -#endif - -/* - * \def U_WCHAR_IS_UTF16 - * Defined if wchar_t uses UTF-16. - * - * @stable ICU 2.0 - */ -/* - * \def U_WCHAR_IS_UTF32 - * Defined if wchar_t uses UTF-32. - * - * @stable ICU 2.0 - */ -#if !defined(U_WCHAR_IS_UTF16) && !defined(U_WCHAR_IS_UTF32) -# ifdef __STDC_ISO_10646__ -# if (U_SIZEOF_WCHAR_T==2) -# define U_WCHAR_IS_UTF16 -# elif (U_SIZEOF_WCHAR_T==4) -# define U_WCHAR_IS_UTF32 -# endif -# elif defined __UCS2__ -# if (__OS390__ || __OS400__) && (U_SIZEOF_WCHAR_T==2) -# define U_WCHAR_IS_UTF16 -# endif -# elif defined __UCS4__ -# if (U_SIZEOF_WCHAR_T==4) -# define U_WCHAR_IS_UTF32 -# endif -# elif defined(U_WINDOWS) -# define U_WCHAR_IS_UTF16 -# endif -#endif - -/* UChar and UChar32 definitions -------------------------------------------- */ - -/** Number of bytes in a UChar. @stable ICU 2.0 */ -#define U_SIZEOF_UCHAR 2 - -/** - * \var UChar - * Define UChar to be wchar_t if that is 16 bits wide; always assumed to be unsigned. - * If wchar_t is not 16 bits wide, then define UChar to be uint16_t. - * This makes the definition of UChar platform-dependent - * but allows direct string type compatibility with platforms with - * 16-bit wchar_t types. - * - * @stable ICU 2.0 - */ - -/* Define UChar to be compatible with wchar_t if possible. */ -#if U_SIZEOF_WCHAR_T==2 - typedef wchar_t UChar; -#else - typedef uint16_t UChar; -#endif - -/** - * Define UChar32 as a type for single Unicode code points. - * UChar32 is a signed 32-bit integer (same as int32_t). - * - * The Unicode code point range is 0..0x10ffff. - * All other values (negative or >=0x110000) are illegal as Unicode code points. - * They may be used as sentinel values to indicate "done", "error" - * or similar non-code point conditions. - * - * Before ICU 2.4 (Jitterbug 2146), UChar32 was defined - * to be wchar_t if that is 32 bits wide (wchar_t may be signed or unsigned) - * or else to be uint32_t. - * That is, the definition of UChar32 was platform-dependent. - * - * @see U_SENTINEL - * @stable ICU 2.4 - */ -typedef int32_t UChar32; - -/*==========================================================================*/ -/* U_INLINE and U_ALIGN_CODE Set default values if these are not already */ -/* defined. Definitions normally are in */ -/* platform.h or the corresponding file for */ -/* the OS in use. */ -/*==========================================================================*/ - -#ifndef U_HIDE_INTERNAL_API - -/** - * \def U_ALIGN_CODE - * This is used to align code fragments to a specific byte boundary. - * This is useful for getting consistent performance test results. - * @internal - */ -#ifndef U_ALIGN_CODE -# define U_ALIGN_CODE(n) -#endif - -#endif /* U_HIDE_INTERNAL_API */ - -#ifndef U_INLINE -# ifdef XP_CPLUSPLUS -# define U_INLINE inline -# else -# define U_INLINE -# endif -#endif - -#include "unicode/urename.h" - -#endif diff --git a/jni/EastAsianWidth/unicode/umisc.h b/jni/EastAsianWidth/unicode/umisc.h deleted file mode 100644 index d85451f..0000000 --- a/jni/EastAsianWidth/unicode/umisc.h +++ /dev/null @@ -1,60 +0,0 @@ -/* -********************************************************************** -* Copyright (C) 1999-2006, International Business Machines -* Corporation and others. All Rights Reserved. -********************************************************************** -* file name: umisc.h -* encoding: US-ASCII -* tab size: 8 (not used) -* indentation:4 -* -* created on: 1999oct15 -* created by: Markus W. Scherer -*/ - -#ifndef UMISC_H -#define UMISC_H - -#include "unicode/utypes.h" - -/** - * \file - * \brief C API:misc definitions - * - * This file contains miscellaneous definitions for the C APIs. - */ - -U_CDECL_BEGIN - -/** A struct representing a range of text containing a specific field - * @stable ICU 2.0 - */ -typedef struct UFieldPosition { - /** - * The field - * @stable ICU 2.0 - */ - int32_t field; - /** - * The start of the text range containing field - * @stable ICU 2.0 - */ - int32_t beginIndex; - /** - * The limit of the text range containing field - * @stable ICU 2.0 - */ - int32_t endIndex; -} UFieldPosition; - -#if !UCONFIG_NO_SERVICE -/** - * Opaque type returned by registerInstance, registerFactory and unregister for service registration. - * @stable ICU 2.6 - */ -typedef const void* URegistryKey; -#endif - -U_CDECL_END - -#endif diff --git a/jni/EastAsianWidth/unicode/unifilt.h b/jni/EastAsianWidth/unicode/unifilt.h deleted file mode 100644 index 5bf1ba4..0000000 --- a/jni/EastAsianWidth/unicode/unifilt.h +++ /dev/null @@ -1,127 +0,0 @@ -/* -********************************************************************** -* Copyright (C) 1999-2006, International Business Machines Corporation and others. -* All Rights Reserved. -********************************************************************** -* Date Name Description -* 11/17/99 aliu Creation. -********************************************************************** -*/ -#ifndef UNIFILT_H -#define UNIFILT_H - -#include "unicode/unifunct.h" -#include "unicode/unimatch.h" - -/** - * \file - * \brief C++ API: Unicode Filter - */ - -U_NAMESPACE_BEGIN - -/** - * U_ETHER is used to represent character values for positions outside - * a range. For example, transliterator uses this to represent - * characters outside the range contextStart..contextLimit-1. This - * allows explicit matching by rules and UnicodeSets of text outside a - * defined range. - * @stable ICU 3.0 - */ -#define U_ETHER ((UChar)0xFFFF) - -/** - * - * <code>UnicodeFilter</code> defines a protocol for selecting a - * subset of the full range (U+0000 to U+10FFFF) of Unicode characters. - * Currently, filters are used in conjunction with classes like {@link - * Transliterator} to only process selected characters through a - * transformation. - * - * <p>Note: UnicodeFilter currently stubs out two pure virtual methods - * of its base class, UnicodeMatcher. These methods are toPattern() - * and matchesIndexValue(). This is done so that filter classes that - * are not actually used as matchers -- specifically, those in the - * UnicodeFilterLogic component, and those in tests -- can continue to - * work without defining these methods. As long as a filter is not - * used in an RBT during real transliteration, these methods will not - * be called. However, this breaks the UnicodeMatcher base class - * protocol, and it is not a correct solution. - * - * <p>In the future we may revisit the UnicodeMatcher / UnicodeFilter - * hierarchy and either redesign it, or simply remove the stubs in - * UnicodeFilter and force subclasses to implement the full - * UnicodeMatcher protocol. - * - * @see UnicodeFilterLogic - * @stable ICU 2.0 - */ -class U_COMMON_API UnicodeFilter : public UnicodeFunctor, public UnicodeMatcher { - -public: - /** - * Destructor - * @stable ICU 2.0 - */ - virtual ~UnicodeFilter(); - - /** - * Returns <tt>true</tt> for characters that are in the selected - * subset. In other words, if a character is <b>to be - * filtered</b>, then <tt>contains()</tt> returns - * <b><tt>false</tt></b>. - * @stable ICU 2.0 - */ - virtual UBool contains(UChar32 c) const = 0; - - /** - * UnicodeFunctor API. Cast 'this' to a UnicodeMatcher* pointer - * and return the pointer. - * @stable ICU 2.4 - */ - virtual UnicodeMatcher* toMatcher() const; - - /** - * Implement UnicodeMatcher API. - * @stable ICU 2.4 - */ - virtual UMatchDegree matches(const Replaceable& text, - int32_t& offset, - int32_t limit, - UBool incremental); - - /** - * UnicodeFunctor API. Nothing to do. - * @stable ICU 2.4 - */ - virtual void setData(const TransliterationRuleData*); - - /** - * ICU "poor man's RTTI", returns a UClassID for the actual class. - * - * @stable ICU 2.2 - */ - virtual UClassID getDynamicClassID() const = 0; - - /** - * ICU "poor man's RTTI", returns a UClassID for this class. - * - * @stable ICU 2.2 - */ - static UClassID U_EXPORT2 getStaticClassID(); - -protected: - - /* - * Since this class has pure virtual functions, - * a constructor can't be used. - * @stable ICU 2.0 - */ -/* UnicodeFilter();*/ -}; - -/*inline UnicodeFilter::UnicodeFilter() {}*/ - -U_NAMESPACE_END - -#endif diff --git a/jni/EastAsianWidth/unicode/unifunct.h b/jni/EastAsianWidth/unicode/unifunct.h deleted file mode 100644 index 3aa7b03..0000000 --- a/jni/EastAsianWidth/unicode/unifunct.h +++ /dev/null @@ -1,125 +0,0 @@ -/* -********************************************************************** -* Copyright (c) 2002-2005, International Business Machines Corporation -* and others. All Rights Reserved. -********************************************************************** -* Date Name Description -* 01/14/2002 aliu Creation. -********************************************************************** -*/ -#ifndef UNIFUNCT_H -#define UNIFUNCT_H - -#include "unicode/utypes.h" -#include "unicode/uobject.h" - -/** - * \file - * \brief C++ API: Unicode Functor - */ - -U_NAMESPACE_BEGIN - -class UnicodeMatcher; -class UnicodeReplacer; -class TransliterationRuleData; - -/** - * <code>UnicodeFunctor</code> is an abstract base class for objects - * that perform match and/or replace operations on Unicode strings. - * @author Alan Liu - * @stable ICU 2.4 - */ -class U_COMMON_API UnicodeFunctor : public UObject { - -public: - - /** - * Destructor - * @stable ICU 2.4 - */ - virtual ~UnicodeFunctor(); - - /** - * Return a copy of this object. All UnicodeFunctor objects - * have to support cloning in order to allow classes using - * UnicodeFunctor to implement cloning. - * @stable ICU 2.4 - */ - virtual UnicodeFunctor* clone() const = 0; - - /** - * Cast 'this' to a UnicodeMatcher* pointer and return the - * pointer, or null if this is not a UnicodeMatcher*. Subclasses - * that mix in UnicodeMatcher as a base class must override this. - * This protocol is required because a pointer to a UnicodeFunctor - * cannot be cast to a pointer to a UnicodeMatcher, since - * UnicodeMatcher is a mixin that does not derive from - * UnicodeFunctor. - * @stable ICU 2.4 - */ - virtual UnicodeMatcher* toMatcher() const; - - /** - * Cast 'this' to a UnicodeReplacer* pointer and return the - * pointer, or null if this is not a UnicodeReplacer*. Subclasses - * that mix in UnicodeReplacer as a base class must override this. - * This protocol is required because a pointer to a UnicodeFunctor - * cannot be cast to a pointer to a UnicodeReplacer, since - * UnicodeReplacer is a mixin that does not derive from - * UnicodeFunctor. - * @stable ICU 2.4 - */ - virtual UnicodeReplacer* toReplacer() const; - - /** - * Return the class ID for this class. This is useful only for - * comparing to a return value from getDynamicClassID(). - * @return The class ID for all objects of this class. - * @stable ICU 2.0 - */ - static UClassID U_EXPORT2 getStaticClassID(void); - - /** - * Returns a unique class ID <b>polymorphically</b>. This method - * is to implement a simple version of RTTI, since not all C++ - * compilers support genuine RTTI. Polymorphic operator==() and - * clone() methods call this method. - * - * <p>Concrete subclasses of UnicodeFunctor should use the macro - * UOBJECT_DEFINE_RTTI_IMPLEMENTATION from uobject.h to - * provide definitios getStaticClassID and getDynamicClassID. - * - * @return The class ID for this object. All objects of a given - * class have the same class ID. Objects of other classes have - * different class IDs. - * @stable ICU 2.4 - */ - virtual UClassID getDynamicClassID(void) const = 0; - - /** - * Set the data object associated with this functor. The data - * object provides context for functor-to-standin mapping. This - * method is required when assigning a functor to a different data - * object. This function MAY GO AWAY later if the architecture is - * changed to pass data object pointers through the API. - * @internal ICU 2.1 - */ - virtual void setData(const TransliterationRuleData*) = 0; - -protected: - - /** - * Since this class has pure virtual functions, - * a constructor can't be used. - * @stable ICU 2.0 - */ - /*UnicodeFunctor();*/ - -}; - -/*inline UnicodeFunctor::UnicodeFunctor() {}*/ - -U_NAMESPACE_END - -#endif diff --git a/jni/EastAsianWidth/unicode/unimatch.h b/jni/EastAsianWidth/unicode/unimatch.h deleted file mode 100644 index 0dbb14e..0000000 --- a/jni/EastAsianWidth/unicode/unimatch.h +++ /dev/null @@ -1,163 +0,0 @@ -/* -* Copyright (C) 2001-2005, International Business Machines Corporation and others. All Rights Reserved. -********************************************************************** -* Date Name Description -* 07/18/01 aliu Creation. -********************************************************************** -*/ -#ifndef UNIMATCH_H -#define UNIMATCH_H - -#include "unicode/utypes.h" - -/** - * \file - * \brief C++ API: Unicode Matcher - */ - - -U_NAMESPACE_BEGIN - -class Replaceable; -class UnicodeString; -class UnicodeSet; - -/** - * Constants returned by <code>UnicodeMatcher::matches()</code> - * indicating the degree of match. - * @stable ICU 2.4 - */ -enum UMatchDegree { - /** - * Constant returned by <code>matches()</code> indicating a - * mismatch between the text and this matcher. The text contains - * a character which does not match, or the text does not contain - * all desired characters for a non-incremental match. - * @stable ICU 2.4 - */ - U_MISMATCH, - - /** - * Constant returned by <code>matches()</code> indicating a - * partial match between the text and this matcher. This value is - * only returned for incremental match operations. All characters - * of the text match, but more characters are required for a - * complete match. Alternatively, for variable-length matchers, - * all characters of the text match, and if more characters were - * supplied at limit, they might also match. - * @stable ICU 2.4 - */ - U_PARTIAL_MATCH, - - /** - * Constant returned by <code>matches()</code> indicating a - * complete match between the text and this matcher. For an - * incremental variable-length match, this value is returned if - * the given text matches, and it is known that additional - * characters would not alter the extent of the match. - * @stable ICU 2.4 - */ - U_MATCH -}; - -/** - * <code>UnicodeMatcher</code> defines a protocol for objects that can - * match a range of characters in a Replaceable string. - * @stable ICU 2.4 - */ -class U_COMMON_API UnicodeMatcher /* not : public UObject because this is an interface/mixin class */ { - -public: - /** - * Destructor. - * @stable ICU 2.4 - */ - virtual ~UnicodeMatcher(); - - /** - * Return a UMatchDegree value indicating the degree of match for - * the given text at the given offset. Zero, one, or more - * characters may be matched. - * - * Matching in the forward direction is indicated by limit > - * offset. Characters from offset forwards to limit-1 will be - * considered for matching. - * - * Matching in the reverse direction is indicated by limit < - * offset. Characters from offset backwards to limit+1 will be - * considered for matching. - * - * If limit == offset then the only match possible is a zero - * character match (which subclasses may implement if desired). - * - * As a side effect, advance the offset parameter to the limit of - * the matched substring. In the forward direction, this will be - * the index of the last matched character plus one. In the - * reverse direction, this will be the index of the last matched - * character minus one. - * - * <p>Note: This method is not const because some classes may - * modify their state as the result of a match. - * - * @param text the text to be matched - * @param offset on input, the index into text at which to begin - * matching. On output, the limit of the matched text. The - * number of matched characters is the output value of offset - * minus the input value. Offset should always point to the - * HIGH SURROGATE (leading code unit) of a pair of surrogates, - * both on entry and upon return. - * @param limit the limit index of text to be matched. Greater - * than offset for a forward direction match, less than offset for - * a backward direction match. The last character to be - * considered for matching will be text.charAt(limit-1) in the - * forward direction or text.charAt(limit+1) in the backward - * direction. - * @param incremental if TRUE, then assume further characters may - * be inserted at limit and check for partial matching. Otherwise - * assume the text as given is complete. - * @return a match degree value indicating a full match, a partial - * match, or a mismatch. If incremental is FALSE then - * U_PARTIAL_MATCH should never be returned. - * @stable ICU 2.4 - */ - virtual UMatchDegree matches(const Replaceable& text, - int32_t& offset, - int32_t limit, - UBool incremental) = 0; - - /** - * Returns a string representation of this matcher. If the result of - * calling this function is passed to the appropriate parser, it - * will produce another matcher that is equal to this one. - * @param result the string to receive the pattern. Previous - * contents will be deleted. - * @param escapeUnprintable if TRUE then convert unprintable - * character to their hex escape representations, \\uxxxx or - * \\Uxxxxxxxx. Unprintable characters are those other than - * U+000A, U+0020..U+007E. - * @stable ICU 2.4 - */ - virtual UnicodeString& toPattern(UnicodeString& result, - UBool escapeUnprintable = FALSE) const = 0; - - /** - * Returns TRUE if this matcher will match a character c, where c - * & 0xFF == v, at offset, in the forward direction (with limit > - * offset). This is used by <tt>RuleBasedTransliterator</tt> for - * indexing. - * @stable ICU 2.4 - */ - virtual UBool matchesIndexValue(uint8_t v) const = 0; - - /** - * Union the set of all characters that may be matched by this object - * into the given set. - * @param toUnionTo the set into which to union the source characters - * @stable ICU 2.4 - */ - virtual void addMatchSetTo(UnicodeSet& toUnionTo) const = 0; -}; - -U_NAMESPACE_END - -#endif diff --git a/jni/EastAsianWidth/unicode/uniset.h b/jni/EastAsianWidth/unicode/uniset.h deleted file mode 100644 index 5ee2811..0000000 --- a/jni/EastAsianWidth/unicode/uniset.h +++ /dev/null @@ -1,1516 +0,0 @@ -/* -*************************************************************************** -* Copyright (C) 1999-2007, International Business Machines Corporation -* and others. All Rights Reserved. -*************************************************************************** -* Date Name Description -* 10/20/99 alan Creation. -*************************************************************************** -*/ - -#ifndef UNICODESET_H -#define UNICODESET_H - -#include "unicode/unifilt.h" -#include "unicode/unistr.h" -#include "unicode/uset.h" - -/** - * \file - * \brief C++ API: Unicode Set - */ - -U_NAMESPACE_BEGIN - -class BMPSet; -class ParsePosition; -class SymbolTable; -class UnicodeSetStringSpan; -class UVector; -class RuleCharacterIterator; - -/** - * A mutable set of Unicode characters and multicharacter strings. Objects of this class - * represent <em>character classes</em> used in regular expressions. - * A character specifies a subset of Unicode code points. Legal - * code points are U+0000 to U+10FFFF, inclusive. - * - * <p>The UnicodeSet class is not designed to be subclassed. - * - * <p><code>UnicodeSet</code> supports two APIs. The first is the - * <em>operand</em> API that allows the caller to modify the value of - * a <code>UnicodeSet</code> object. It conforms to Java 2's - * <code>java.util.Set</code> interface, although - * <code>UnicodeSet</code> does not actually implement that - * interface. All methods of <code>Set</code> are supported, with the - * modification that they take a character range or single character - * instead of an <code>Object</code>, and they take a - * <code>UnicodeSet</code> instead of a <code>Collection</code>. The - * operand API may be thought of in terms of boolean logic: a boolean - * OR is implemented by <code>add</code>, a boolean AND is implemented - * by <code>retain</code>, a boolean XOR is implemented by - * <code>complement</code> taking an argument, and a boolean NOT is - * implemented by <code>complement</code> with no argument. In terms - * of traditional set theory function names, <code>add</code> is a - * union, <code>retain</code> is an intersection, <code>remove</code> - * is an asymmetric difference, and <code>complement</code> with no - * argument is a set complement with respect to the superset range - * <code>MIN_VALUE-MAX_VALUE</code> - * - * <p>The second API is the - * <code>applyPattern()</code>/<code>toPattern()</code> API from the - * <code>java.text.Format</code>-derived classes. Unlike the - * methods that add characters, add categories, and control the logic - * of the set, the method <code>applyPattern()</code> sets all - * attributes of a <code>UnicodeSet</code> at once, based on a - * string pattern. - * - * <p><b>Pattern syntax</b></p> - * - * Patterns are accepted by the constructors and the - * <code>applyPattern()</code> methods and returned by the - * <code>toPattern()</code> method. These patterns follow a syntax - * similar to that employed by version 8 regular expression character - * classes. Here are some simple examples: - * - * \htmlonly<blockquote>\endhtmlonly - * <table> - * <tr align="top"> - * <td nowrap valign="top" align="left"><code>[]</code></td> - * <td valign="top">No characters</td> - * </tr><tr align="top"> - * <td nowrap valign="top" align="left"><code>[a]</code></td> - * <td valign="top">The character 'a'</td> - * </tr><tr align="top"> - * <td nowrap valign="top" align="left"><code>[ae]</code></td> - * <td valign="top">The characters 'a' and 'e'</td> - * </tr> - * <tr> - * <td nowrap valign="top" align="left"><code>[a-e]</code></td> - * <td valign="top">The characters 'a' through 'e' inclusive, in Unicode code - * point order</td> - * </tr> - * <tr> - * <td nowrap valign="top" align="left"><code>[\\u4E01]</code></td> - * <td valign="top">The character U+4E01</td> - * </tr> - * <tr> - * <td nowrap valign="top" align="left"><code>[a{ab}{ac}]</code></td> - * <td valign="top">The character 'a' and the multicharacter strings "ab" and - * "ac"</td> - * </tr> - * <tr> - * <td nowrap valign="top" align="left"><code>[\\p{Lu}]</code></td> - * <td valign="top">All characters in the general category Uppercase Letter</td> - * </tr> - * </table> - * \htmlonly</blockquote>\endhtmlonly - * - * Any character may be preceded by a backslash in order to remove any special - * meaning. White space characters, as defined by UCharacter.isWhitespace(), are - * ignored, unless they are escaped. - * - * <p>Property patterns specify a set of characters having a certain - * property as defined by the Unicode standard. Both the POSIX-like - * "[:Lu:]" and the Perl-like syntax "\\p{Lu}" are recognized. For a - * complete list of supported property patterns, see the User's Guide - * for UnicodeSet at - * <a href="http://icu-project.org/userguide/unicodeSet.html"> - * http://icu-project.org/userguide/unicodeSet.html</a>. - * Actual determination of property data is defined by the underlying - * Unicode database as implemented by UCharacter. - * - * <p>Patterns specify individual characters, ranges of characters, and - * Unicode property sets. When elements are concatenated, they - * specify their union. To complement a set, place a '^' immediately - * after the opening '['. Property patterns are inverted by modifying - * their delimiters; "[:^foo]" and "\\P{foo}". In any other location, - * '^' has no special meaning. - * - * <p>Ranges are indicated by placing two a '-' between two - * characters, as in "a-z". This specifies the range of all - * characters from the left to the right, in Unicode order. If the - * left character is greater than or equal to the - * right character it is a syntax error. If a '-' occurs as the first - * character after the opening '[' or '[^', or if it occurs as the - * last character before the closing ']', then it is taken as a - * literal. Thus "[a\-b]", "[-ab]", and "[ab-]" all indicate the same - * set of three characters, 'a', 'b', and '-'. - * - * <p>Sets may be intersected using the '&' operator or the asymmetric - * set difference may be taken using the '-' operator, for example, - * "[[:L:]&[\\u0000-\\u0FFF]]" indicates the set of all Unicode letters - * with values less than 4096. Operators ('&' and '|') have equal - * precedence and bind left-to-right. Thus - * "[[:L:]-[a-z]-[\\u0100-\\u01FF]]" is equivalent to - * "[[[:L:]-[a-z]]-[\\u0100-\\u01FF]]". This only really matters for - * difference; intersection is commutative. - * - * <table> - * <tr valign=top><td nowrap><code>[a]</code><td>The set containing 'a' - * <tr valign=top><td nowrap><code>[a-z]</code><td>The set containing 'a' - * through 'z' and all letters in between, in Unicode order - * <tr valign=top><td nowrap><code>[^a-z]</code><td>The set containing - * all characters but 'a' through 'z', - * that is, U+0000 through 'a'-1 and 'z'+1 through U+10FFFF - * <tr valign=top><td nowrap><code>[[<em>pat1</em>][<em>pat2</em>]]</code> - * <td>The union of sets specified by <em>pat1</em> and <em>pat2</em> - * <tr valign=top><td nowrap><code>[[<em>pat1</em>]&[<em>pat2</em>]]</code> - * <td>The intersection of sets specified by <em>pat1</em> and <em>pat2</em> - * <tr valign=top><td nowrap><code>[[<em>pat1</em>]-[<em>pat2</em>]]</code> - * <td>The asymmetric difference of sets specified by <em>pat1</em> and - * <em>pat2</em> - * <tr valign=top><td nowrap><code>[:Lu:] or \\p{Lu}</code> - * <td>The set of characters having the specified - * Unicode property; in - * this case, Unicode uppercase letters - * <tr valign=top><td nowrap><code>[:^Lu:] or \\P{Lu}</code> - * <td>The set of characters <em>not</em> having the given - * Unicode property - * </table> - * - * <p><b>Warning</b>: you cannot add an empty string ("") to a UnicodeSet.</p> - * - * <p><b>Formal syntax</b></p> - * - * \htmlonly<blockquote>\endhtmlonly - * <table> - * <tr align="top"> - * <td nowrap valign="top" align="right"><code>pattern := </code></td> - * <td valign="top"><code>('[' '^'? item* ']') | - * property</code></td> - * </tr> - * <tr align="top"> - * <td nowrap valign="top" align="right"><code>item := </code></td> - * <td valign="top"><code>char | (char '-' char) | pattern-expr<br> - * </code></td> - * </tr> - * <tr align="top"> - * <td nowrap valign="top" align="right"><code>pattern-expr := </code></td> - * <td valign="top"><code>pattern | pattern-expr pattern | - * pattern-expr op pattern<br> - * </code></td> - * </tr> - * <tr align="top"> - * <td nowrap valign="top" align="right"><code>op := </code></td> - * <td valign="top"><code>'&' | '-'<br> - * </code></td> - * </tr> - * <tr align="top"> - * <td nowrap valign="top" align="right"><code>special := </code></td> - * <td valign="top"><code>'[' | ']' | '-'<br> - * </code></td> - * </tr> - * <tr align="top"> - * <td nowrap valign="top" align="right"><code>char := </code></td> - * <td valign="top"><em>any character that is not</em><code> special<br> - * | ('\' </code><em>any character</em><code>)<br> - * | ('\\u' hex hex hex hex)<br> - * </code></td> - * </tr> - * <tr align="top"> - * <td nowrap valign="top" align="right"><code>hex := </code></td> - * <td valign="top"><em>any character for which - * </em><code>Character.digit(c, 16)</code><em> - * returns a non-negative result</em></td> - * </tr> - * <tr> - * <td nowrap valign="top" align="right"><code>property := </code></td> - * <td valign="top"><em>a Unicode property set pattern</em></td> - * </tr> - * </table> - * <br> - * <table border="1"> - * <tr> - * <td>Legend: <table> - * <tr> - * <td nowrap valign="top"><code>a := b</code></td> - * <td width="20" valign="top"> </td> - * <td valign="top"><code>a</code> may be replaced by <code>b</code> </td> - * </tr> - * <tr> - * <td nowrap valign="top"><code>a?</code></td> - * <td valign="top"></td> - * <td valign="top">zero or one instance of <code>a</code><br> - * </td> - * </tr> - * <tr> - * <td nowrap valign="top"><code>a*</code></td> - * <td valign="top"></td> - * <td valign="top">one or more instances of <code>a</code><br> - * </td> - * </tr> - * <tr> - * <td nowrap valign="top"><code>a | b</code></td> - * <td valign="top"></td> - * <td valign="top">either <code>a</code> or <code>b</code><br> - * </td> - * </tr> - * <tr> - * <td nowrap valign="top"><code>'a'</code></td> - * <td valign="top"></td> - * <td valign="top">the literal string between the quotes </td> - * </tr> - * </table> - * </td> - * </tr> - * </table> - * \htmlonly</blockquote>\endhtmlonly - * - * @author Alan Liu - * @stable ICU 2.0 - */ -class U_COMMON_API UnicodeSet : public UnicodeFilter { - - int32_t len; // length of list used; 0 <= len <= capacity - int32_t capacity; // capacity of list - UChar32* list; // MUST be terminated with HIGH - BMPSet *bmpSet; // The set is frozen iff either bmpSet or stringSpan is not NULL. - UChar32* buffer; // internal buffer, may be NULL - int32_t bufferCapacity; // capacity of buffer - int32_t patLen; - - /** - * The pattern representation of this set. This may not be the - * most economical pattern. It is the pattern supplied to - * applyPattern(), with variables substituted and whitespace - * removed. For sets constructed without applyPattern(), or - * modified using the non-pattern API, this string will be empty, - * indicating that toPattern() must generate a pattern - * representation from the inversion list. - */ - UChar *pat; - UVector* strings; // maintained in sorted order - UnicodeSetStringSpan *stringSpan; - -public: - - enum { - /** - * Minimum value that can be stored in a UnicodeSet. - * @stable ICU 2.4 - */ - MIN_VALUE = 0, - - /** - * Maximum value that can be stored in a UnicodeSet. - * @stable ICU 2.4 - */ - MAX_VALUE = 0x10ffff - }; - - //---------------------------------------------------------------- - // Constructors &c - //---------------------------------------------------------------- - -public: - - /** - * Constructs an empty set. - * @stable ICU 2.0 - */ - UnicodeSet(); - - /** - * Constructs a set containing the given range. If <code>end > - * start</code> then an empty set is created. - * - * @param start first character, inclusive, of range - * @param end last character, inclusive, of range - * @stable ICU 2.4 - */ - UnicodeSet(UChar32 start, UChar32 end); - - /** - * Constructs a set from the given pattern. See the class - * description for the syntax of the pattern language. - * @param pattern a string specifying what characters are in the set - * @param status returns <code>U_ILLEGAL_ARGUMENT_ERROR</code> if the pattern - * contains a syntax error. - * @stable ICU 2.0 - */ - UnicodeSet(const UnicodeString& pattern, - UErrorCode& status); - - /** - * Constructs a set from the given pattern. See the class - * description for the syntax of the pattern language. - * @param pattern a string specifying what characters are in the set - * @param options bitmask for options to apply to the pattern. - * Valid options are USET_IGNORE_SPACE and USET_CASE_INSENSITIVE. - * @param symbols a symbol table mapping variable names to values - * and stand-in characters to UnicodeSets; may be NULL - * @param status returns <code>U_ILLEGAL_ARGUMENT_ERROR</code> if the pattern - * contains a syntax error. - * @internal - */ - UnicodeSet(const UnicodeString& pattern, - uint32_t options, - const SymbolTable* symbols, - UErrorCode& status); - - /** - * Constructs a set from the given pattern. See the class description - * for the syntax of the pattern language. - * @param pattern a string specifying what characters are in the set - * @param pos on input, the position in pattern at which to start parsing. - * On output, the position after the last character parsed. - * @param options bitmask for options to apply to the pattern. - * Valid options are USET_IGNORE_SPACE and USET_CASE_INSENSITIVE. - * @param symbols a symbol table mapping variable names to values - * and stand-in characters to UnicodeSets; may be NULL - * @param status input-output error code - * @stable ICU 2.8 - */ - UnicodeSet(const UnicodeString& pattern, ParsePosition& pos, - uint32_t options, - const SymbolTable* symbols, - UErrorCode& status); - - /** - * Constructs a set that is identical to the given UnicodeSet. - * @stable ICU 2.0 - */ - UnicodeSet(const UnicodeSet& o); - - /** - * Destructs the set. - * @stable ICU 2.0 - */ - virtual ~UnicodeSet(); - - /** - * Assigns this object to be a copy of another. - * A frozen set will not be modified. - * @stable ICU 2.0 - */ - UnicodeSet& operator=(const UnicodeSet& o); - - /** - * Compares the specified object with this set for equality. Returns - * <tt>true</tt> if the two sets - * have the same size, and every member of the specified set is - * contained in this set (or equivalently, every member of this set is - * contained in the specified set). - * - * @param o set to be compared for equality with this set. - * @return <tt>true</tt> if the specified set is equal to this set. - * @stable ICU 2.0 - */ - virtual UBool operator==(const UnicodeSet& o) const; - - /** - * Compares the specified object with this set for equality. Returns - * <tt>true</tt> if the specified set is not equal to this set. - * @stable ICU 2.0 - */ - UBool operator!=(const UnicodeSet& o) const; - - /** - * Returns a copy of this object. All UnicodeFunctor objects have - * to support cloning in order to allow classes using - * UnicodeFunctors, such as Transliterator, to implement cloning. - * If this set is frozen, then the clone will be frozen as well. - * Use cloneAsThawed() for a mutable clone of a frozen set. - * @see cloneAsThawed - * @stable ICU 2.0 - */ - virtual UnicodeFunctor* clone() const; - - /** - * Returns the hash code value for this set. - * - * @return the hash code value for this set. - * @see Object#hashCode() - * @stable ICU 2.0 - */ - virtual int32_t hashCode(void) const; - - //---------------------------------------------------------------- - // Freezable API - //---------------------------------------------------------------- - - /** - * Determines whether the set has been frozen (made immutable) or not. - * See the ICU4J Freezable interface for details. - * @return TRUE/FALSE for whether the set has been frozen - * @see freeze - * @see cloneAsThawed - * @draft ICU 3.8 - */ - inline UBool isFrozen() const; - - /** - * Freeze the set (make it immutable). - * Once frozen, it cannot be unfrozen and is therefore thread-safe - * until it is deleted. - * See the ICU4J Freezable interface for details. - * Freezing the set may also make some operations faster, for example - * contains() and span(). - * A frozen set will not be modified. (It remains frozen.) - * @return this set. - * @see isFrozen - * @see cloneAsThawed - * @draft ICU 3.8 - */ - UnicodeFunctor *freeze(); - - /** - * Clone the set and make the clone mutable. - * See the ICU4J Freezable interface for details. - * @return the mutable clone - * @see freeze - * @see isFrozen - * @draft ICU 3.8 - */ - UnicodeFunctor *cloneAsThawed() const; - - //---------------------------------------------------------------- - // Public API - //---------------------------------------------------------------- - - /** - * Make this object represent the range <code>start - end</code>. - * If <code>end > start</code> then this object is set to an - * an empty range. - * A frozen set will not be modified. - * - * @param start first character in the set, inclusive - * @param end last character in the set, inclusive - * @stable ICU 2.4 - */ - UnicodeSet& set(UChar32 start, UChar32 end); - - /** - * Return true if the given position, in the given pattern, appears - * to be the start of a UnicodeSet pattern. - * @stable ICU 2.4 - */ - static UBool resemblesPattern(const UnicodeString& pattern, - int32_t pos); - - /** - * Modifies this set to represent the set specified by the given - * pattern, optionally ignoring white space. See the class - * description for the syntax of the pattern language. - * A frozen set will not be modified. - * @param pattern a string specifying what characters are in the set - * @param status returns <code>U_ILLEGAL_ARGUMENT_ERROR</code> if the pattern - * contains a syntax error. - * <em> Empties the set passed before applying the pattern.</em> - * @return a reference to this - * @stable ICU 2.0 - */ - UnicodeSet& applyPattern(const UnicodeString& pattern, - UErrorCode& status); - - /** - * Modifies this set to represent the set specified by the given - * pattern, optionally ignoring white space. See the class - * description for the syntax of the pattern language. - * A frozen set will not be modified. - * @param pattern a string specifying what characters are in the set - * @param options bitmask for options to apply to the pattern. - * Valid options are USET_IGNORE_SPACE and USET_CASE_INSENSITIVE. - * @param symbols a symbol table mapping variable names to - * values and stand-ins to UnicodeSets; may be NULL - * @param status returns <code>U_ILLEGAL_ARGUMENT_ERROR</code> if the pattern - * contains a syntax error. - *<em> Empties the set passed before applying the pattern.</em> - * @return a reference to this - * @internal - */ - UnicodeSet& applyPattern(const UnicodeString& pattern, - uint32_t options, - const SymbolTable* symbols, - UErrorCode& status); - - /** - * Parses the given pattern, starting at the given position. The - * character at pattern.charAt(pos.getIndex()) must be '[', or the - * parse fails. Parsing continues until the corresponding closing - * ']'. If a syntax error is encountered between the opening and - * closing brace, the parse fails. Upon return from a successful - * parse, the ParsePosition is updated to point to the character - * following the closing ']', and a StringBuffer containing a - * pairs list for the parsed pattern is returned. This method calls - * itself recursively to parse embedded subpatterns. - *<em> Empties the set passed before applying the pattern.</em> - * A frozen set will not be modified. - * - * @param pattern the string containing the pattern to be parsed. - * The portion of the string from pos.getIndex(), which must be a - * '[', to the corresponding closing ']', is parsed. - * @param pos upon entry, the position at which to being parsing. - * The character at pattern.charAt(pos.getIndex()) must be a '['. - * Upon return from a successful parse, pos.getIndex() is either - * the character after the closing ']' of the parsed pattern, or - * pattern.length() if the closing ']' is the last character of - * the pattern string. - * @param options bitmask for options to apply to the pattern. - * Valid options are USET_IGNORE_SPACE and USET_CASE_INSENSITIVE. - * @param symbols a symbol table mapping variable names to - * values and stand-ins to UnicodeSets; may be NULL - * @param status returns <code>U_ILLEGAL_ARGUMENT_ERROR</code> if the pattern - * contains a syntax error. - * @return a reference to this - * @stable ICU 2.8 - */ - UnicodeSet& applyPattern(const UnicodeString& pattern, - ParsePosition& pos, - uint32_t options, - const SymbolTable* symbols, - UErrorCode& status); - - /** - * Returns a string representation of this set. If the result of - * calling this function is passed to a UnicodeSet constructor, it - * will produce another set that is equal to this one. - * A frozen set will not be modified. - * @param result the string to receive the rules. Previous - * contents will be deleted. - * @param escapeUnprintable if TRUE then convert unprintable - * character to their hex escape representations, \\uxxxx or - * \\Uxxxxxxxx. Unprintable characters are those other than - * U+000A, U+0020..U+007E. - * @stable ICU 2.0 - */ - virtual UnicodeString& toPattern(UnicodeString& result, - UBool escapeUnprintable = FALSE) const; - - /** - * Modifies this set to contain those code points which have the given value - * for the given binary or enumerated property, as returned by - * u_getIntPropertyValue. Prior contents of this set are lost. - * A frozen set will not be modified. - * - * @param prop a property in the range UCHAR_BIN_START..UCHAR_BIN_LIMIT-1 - * or UCHAR_INT_START..UCHAR_INT_LIMIT-1 - * or UCHAR_MASK_START..UCHAR_MASK_LIMIT-1. - * - * @param value a value in the range u_getIntPropertyMinValue(prop).. - * u_getIntPropertyMaxValue(prop), with one exception. If prop is - * UCHAR_GENERAL_CATEGORY_MASK, then value should not be a UCharCategory, but - * rather a mask value produced by U_GET_GC_MASK(). This allows grouped - * categories such as [:L:] to be represented. - * - * @param ec error code input/output parameter - * - * @return a reference to this set - * - * @stable ICU 2.4 - */ - UnicodeSet& applyIntPropertyValue(UProperty prop, - int32_t value, - UErrorCode& ec); - - /** - * Modifies this set to contain those code points which have the - * given value for the given property. Prior contents of this - * set are lost. - * A frozen set will not be modified. - * - * @param prop a property alias, either short or long. The name is matched - * loosely. See PropertyAliases.txt for names and a description of loose - * matching. If the value string is empty, then this string is interpreted - * as either a General_Category value alias, a Script value alias, a binary - * property alias, or a special ID. Special IDs are matched loosely and - * correspond to the following sets: - * - * "ANY" = [\\u0000-\\U0010FFFF], - * "ASCII" = [\\u0000-\\u007F], - * "Assigned" = [:^Cn:]. - * - * @param value a value alias, either short or long. The name is matched - * loosely. See PropertyValueAliases.txt for names and a description of - * loose matching. In addition to aliases listed, numeric values and - * canonical combining classes may be expressed numerically, e.g., ("nv", - * "0.5") or ("ccc", "220"). The value string may also be empty. - * - * @param ec error code input/output parameter - * - * @return a reference to this set - * - * @stable ICU 2.4 - */ - UnicodeSet& applyPropertyAlias(const UnicodeString& prop, - const UnicodeString& value, - UErrorCode& ec); - - /** - * Returns the number of elements in this set (its cardinality). - * Note than the elements of a set may include both individual - * codepoints and strings. - * - * @return the number of elements in this set (its cardinality). - * @stable ICU 2.0 - */ - virtual int32_t size(void) const; - - /** - * Returns <tt>true</tt> if this set contains no elements. - * - * @return <tt>true</tt> if this set contains no elements. - * @stable ICU 2.0 - */ - virtual UBool isEmpty(void) const; - - /** - * Returns true if this set contains the given character. - * This function works faster with a frozen set. - * @param c character to be checked for containment - * @return true if the test condition is met - * @stable ICU 2.0 - */ - virtual UBool contains(UChar32 c) const; - - /** - * Returns true if this set contains every character - * of the given range. - * @param start first character, inclusive, of the range - * @param end last character, inclusive, of the range - * @return true if the test condition is met - * @stable ICU 2.0 - */ - virtual UBool contains(UChar32 start, UChar32 end) const; - - /** - * Returns <tt>true</tt> if this set contains the given - * multicharacter string. - * @param s string to be checked for containment - * @return <tt>true</tt> if this set contains the specified string - * @stable ICU 2.4 - */ - UBool contains(const UnicodeString& s) const; - - /** - * Returns true if this set contains all the characters and strings - * of the given set. - * @param c set to be checked for containment - * @return true if the test condition is met - * @stable ICU 2.4 - */ - virtual UBool containsAll(const UnicodeSet& c) const; - - /** - * Returns true if this set contains all the characters - * of the given string. - * @param s string containing characters to be checked for containment - * @return true if the test condition is met - * @stable ICU 2.4 - */ - UBool containsAll(const UnicodeString& s) const; - - /** - * Returns true if this set contains none of the characters - * of the given range. - * @param start first character, inclusive, of the range - * @param end last character, inclusive, of the range - * @return true if the test condition is met - * @stable ICU 2.4 - */ - UBool containsNone(UChar32 start, UChar32 end) const; - - /** - * Returns true if this set contains none of the characters and strings - * of the given set. - * @param c set to be checked for containment - * @return true if the test condition is met - * @stable ICU 2.4 - */ - UBool containsNone(const UnicodeSet& c) const; - - /** - * Returns true if this set contains none of the characters - * of the given string. - * @param s string containing characters to be checked for containment - * @return true if the test condition is met - * @stable ICU 2.4 - */ - UBool containsNone(const UnicodeString& s) const; - - /** - * Returns true if this set contains one or more of the characters - * in the given range. - * @param start first character, inclusive, of the range - * @param end last character, inclusive, of the range - * @return true if the condition is met - * @stable ICU 2.4 - */ - inline UBool containsSome(UChar32 start, UChar32 end) const; - - /** - * Returns true if this set contains one or more of the characters - * and strings of the given set. - * @param s The set to be checked for containment - * @return true if the condition is met - * @stable ICU 2.4 - */ - inline UBool containsSome(const UnicodeSet& s) const; - - /** - * Returns true if this set contains one or more of the characters - * of the given string. - * @param s string containing characters to be checked for containment - * @return true if the condition is met - * @stable ICU 2.4 - */ - inline UBool containsSome(const UnicodeString& s) const; - - /** - * Returns the length of the initial substring of the input string which - * consists only of characters and strings that are contained in this set - * (USET_SPAN_CONTAINED, USET_SPAN_SIMPLE), - * or only of characters and strings that are not contained - * in this set (USET_SPAN_NOT_CONTAINED). - * See USetSpanCondition for details. - * Similar to the strspn() C library function. - * Unpaired surrogates are treated according to contains() of their surrogate code points. - * This function works faster with a frozen set and with a non-negative string length argument. - * @param s start of the string - * @param length of the string; can be -1 for NUL-terminated - * @param spanCondition specifies the containment condition - * @return the length of the initial substring according to the spanCondition; - * 0 if the start of the string does not fit the spanCondition - * @draft ICU 3.8 - * @see USetSpanCondition - */ - int32_t span(const UChar *s, int32_t length, USetSpanCondition spanCondition) const; - - /** - * Returns the start of the trailing substring of the input string which - * consists only of characters and strings that are contained in this set - * (USET_SPAN_CONTAINED, USET_SPAN_SIMPLE), - * or only of characters and strings that are not contained - * in this set (USET_SPAN_NOT_CONTAINED). - * See USetSpanCondition for details. - * Unpaired surrogates are treated according to contains() of their surrogate code points. - * This function works faster with a frozen set and with a non-negative string length argument. - * @param s start of the string - * @param length of the string; can be -1 for NUL-terminated - * @param spanCondition specifies the containment condition - * @return the start of the trailing substring according to the spanCondition; - * the string length if the end of the string does not fit the spanCondition - * @draft ICU 3.8 - * @see USetSpanCondition - */ - int32_t spanBack(const UChar *s, int32_t length, USetSpanCondition spanCondition) const; - - /** - * Returns the length of the initial substring of the input string which - * consists only of characters and strings that are contained in this set - * (USET_SPAN_CONTAINED, USET_SPAN_SIMPLE), - * or only of characters and strings that are not contained - * in this set (USET_SPAN_NOT_CONTAINED). - * See USetSpanCondition for details. - * Similar to the strspn() C library function. - * Malformed byte sequences are treated according to contains(0xfffd). - * This function works faster with a frozen set and with a non-negative string length argument. - * @param s start of the string (UTF-8) - * @param length of the string; can be -1 for NUL-terminated - * @param spanCondition specifies the containment condition - * @return the length of the initial substring according to the spanCondition; - * 0 if the start of the string does not fit the spanCondition - * @draft ICU 3.8 - * @see USetSpanCondition - */ - int32_t spanUTF8(const char *s, int32_t length, USetSpanCondition spanCondition) const; - - /** - * Returns the start of the trailing substring of the input string which - * consists only of characters and strings that are contained in this set - * (USET_SPAN_CONTAINED, USET_SPAN_SIMPLE), - * or only of characters and strings that are not contained - * in this set (USET_SPAN_NOT_CONTAINED). - * See USetSpanCondition for details. - * Malformed byte sequences are treated according to contains(0xfffd). - * This function works faster with a frozen set and with a non-negative string length argument. - * @param s start of the string (UTF-8) - * @param length of the string; can be -1 for NUL-terminated - * @param spanCondition specifies the containment condition - * @return the start of the trailing substring according to the spanCondition; - * the string length if the end of the string does not fit the spanCondition - * @draft ICU 3.8 - * @see USetSpanCondition - */ - int32_t spanBackUTF8(const char *s, int32_t length, USetSpanCondition spanCondition) const; - - /** - * Implement UnicodeMatcher::matches() - * @stable ICU 2.4 - */ - virtual UMatchDegree matches(const Replaceable& text, - int32_t& offset, - int32_t limit, - UBool incremental); - -private: - /** - * Returns the longest match for s in text at the given position. - * If limit > start then match forward from start+1 to limit - * matching all characters except s.charAt(0). If limit < start, - * go backward starting from start-1 matching all characters - * except s.charAt(s.length()-1). This method assumes that the - * first character, text.charAt(start), matches s, so it does not - * check it. - * @param text the text to match - * @param start the first character to match. In the forward - * direction, text.charAt(start) is matched against s.charAt(0). - * In the reverse direction, it is matched against - * s.charAt(s.length()-1). - * @param limit the limit offset for matching, either last+1 in - * the forward direction, or last-1 in the reverse direction, - * where last is the index of the last character to match. - * @return If part of s matches up to the limit, return |limit - - * start|. If all of s matches before reaching the limit, return - * s.length(). If there is a mismatch between s and text, return - * 0 - */ - static int32_t matchRest(const Replaceable& text, - int32_t start, int32_t limit, - const UnicodeString& s); - - /** - * Returns the smallest value i such that c < list[i]. Caller - * must ensure that c is a legal value or this method will enter - * an infinite loop. This method performs a binary search. - * @param c a character in the range MIN_VALUE..MAX_VALUE - * inclusive - * @return the smallest integer i in the range 0..len-1, - * inclusive, such that c < list[i] - */ - int32_t findCodePoint(UChar32 c) const; - -public: - - /** - * Implementation of UnicodeMatcher API. Union the set of all - * characters that may be matched by this object into the given - * set. - * @param toUnionTo the set into which to union the source characters - * @stable ICU 2.4 - */ - virtual void addMatchSetTo(UnicodeSet& toUnionTo) const; - - /** - * Returns the index of the given character within this set, where - * the set is ordered by ascending code point. If the character - * is not in this set, return -1. The inverse of this method is - * <code>charAt()</code>. - * @return an index from 0..size()-1, or -1 - * @stable ICU 2.4 - */ - int32_t indexOf(UChar32 c) const; - - /** - * Returns the character at the given index within this set, where - * the set is ordered by ascending code point. If the index is - * out of range, return (UChar32)-1. The inverse of this method is - * <code>indexOf()</code>. - * @param index an index from 0..size()-1 - * @return the character at the given index, or (UChar32)-1. - * @stable ICU 2.4 - */ - UChar32 charAt(int32_t index) const; - - /** - * Adds the specified range to this set if it is not already - * present. If this set already contains the specified range, - * the call leaves this set unchanged. If <code>end > start</code> - * then an empty range is added, leaving the set unchanged. - * This is equivalent to a boolean logic OR, or a set UNION. - * A frozen set will not be modified. - * - * @param start first character, inclusive, of range to be added - * to this set. - * @param end last character, inclusive, of range to be added - * to this set. - * @stable ICU 2.0 - */ - virtual UnicodeSet& add(UChar32 start, UChar32 end); - - /** - * Adds the specified character to this set if it is not already - * present. If this set already contains the specified character, - * the call leaves this set unchanged. - * A frozen set will not be modified. - * @stable ICU 2.0 - */ - UnicodeSet& add(UChar32 c); - - /** - * Adds the specified multicharacter to this set if it is not already - * present. If this set already contains the multicharacter, - * the call leaves this set unchanged. - * Thus "ch" => {"ch"} - * <br><b>Warning: you cannot add an empty string ("") to a UnicodeSet.</b> - * A frozen set will not be modified. - * @param s the source string - * @return this object, for chaining - * @stable ICU 2.4 - */ - UnicodeSet& add(const UnicodeString& s); - - private: - /** - * @return a code point IF the string consists of a single one. - * otherwise returns -1. - * @param string to test - */ - static int32_t getSingleCP(const UnicodeString& s); - - void _add(const UnicodeString& s); - - public: - /** - * Adds each of the characters in this string to the set. Thus "ch" => {"c", "h"} - * If this set already any particular character, it has no effect on that character. - * A frozen set will not be modified. - * @param s the source string - * @return this object, for chaining - * @stable ICU 2.4 - */ - UnicodeSet& addAll(const UnicodeString& s); - - /** - * Retains EACH of the characters in this string. Note: "ch" == {"c", "h"} - * If this set already any particular character, it has no effect on that character. - * A frozen set will not be modified. - * @param s the source string - * @return this object, for chaining - * @stable ICU 2.4 - */ - UnicodeSet& retainAll(const UnicodeString& s); - - /** - * Complement EACH of the characters in this string. Note: "ch" == {"c", "h"} - * If this set already any particular character, it has no effect on that character. - * A frozen set will not be modified. - * @param s the source string - * @return this object, for chaining - * @stable ICU 2.4 - */ - UnicodeSet& complementAll(const UnicodeString& s); - - /** - * Remove EACH of the characters in this string. Note: "ch" == {"c", "h"} - * If this set already any particular character, it has no effect on that character. - * A frozen set will not be modified. - * @param s the source string - * @return this object, for chaining - * @stable ICU 2.4 - */ - UnicodeSet& removeAll(const UnicodeString& s); - - /** - * Makes a set from a multicharacter string. Thus "ch" => {"ch"} - * <br><b>Warning: you cannot add an empty string ("") to a UnicodeSet.</b> - * @param s the source string - * @return a newly created set containing the given string. - * The caller owns the return object and is responsible for deleting it. - * @stable ICU 2.4 - */ - static UnicodeSet* U_EXPORT2 createFrom(const UnicodeString& s); - - - /** - * Makes a set from each of the characters in the string. Thus "ch" => {"c", "h"} - * @param s the source string - * @return a newly created set containing the given characters - * The caller owns the return object and is responsible for deleting it. - * @stable ICU 2.4 - */ - static UnicodeSet* U_EXPORT2 createFromAll(const UnicodeString& s); - - /** - * Retain only the elements in this set that are contained in the - * specified range. If <code>end > start</code> then an empty range is - * retained, leaving the set empty. This is equivalent to - * a boolean logic AND, or a set INTERSECTION. - * A frozen set will not be modified. - * - * @param start first character, inclusive, of range to be retained - * to this set. - * @param end last character, inclusive, of range to be retained - * to this set. - * @stable ICU 2.0 - */ - virtual UnicodeSet& retain(UChar32 start, UChar32 end); - - - /** - * Retain the specified character from this set if it is present. - * A frozen set will not be modified. - * @stable ICU 2.0 - */ - UnicodeSet& retain(UChar32 c); - - /** - * Removes the specified range from this set if it is present. - * The set will not contain the specified range once the call - * returns. If <code>end > start</code> then an empty range is - * removed, leaving the set unchanged. - * A frozen set will not be modified. - * - * @param start first character, inclusive, of range to be removed - * from this set. - * @param end last character, inclusive, of range to be removed - * from this set. - * @stable ICU 2.0 - */ - virtual UnicodeSet& remove(UChar32 start, UChar32 end); - - /** - * Removes the specified character from this set if it is present. - * The set will not contain the specified range once the call - * returns. - * A frozen set will not be modified. - * @stable ICU 2.0 - */ - UnicodeSet& remove(UChar32 c); - - /** - * Removes the specified string from this set if it is present. - * The set will not contain the specified character once the call - * returns. - * A frozen set will not be modified. - * @param s the source string - * @return this object, for chaining - * @stable ICU 2.4 - */ - UnicodeSet& remove(const UnicodeString& s); - - /** - * Inverts this set. This operation modifies this set so that - * its value is its complement. This is equivalent to - * <code>complement(MIN_VALUE, MAX_VALUE)</code>. - * A frozen set will not be modified. - * @stable ICU 2.0 - */ - virtual UnicodeSet& complement(void); - - /** - * Complements the specified range in this set. Any character in - * the range will be removed if it is in this set, or will be - * added if it is not in this set. If <code>end > start</code> - * then an empty range is complemented, leaving the set unchanged. - * This is equivalent to a boolean logic XOR. - * A frozen set will not be modified. - * - * @param start first character, inclusive, of range to be removed - * from this set. - * @param end last character, inclusive, of range to be removed - * from this set. - * @stable ICU 2.0 - */ - virtual UnicodeSet& complement(UChar32 start, UChar32 end); - - /** - * Complements the specified character in this set. The character - * will be removed if it is in this set, or will be added if it is - * not in this set. - * A frozen set will not be modified. - * @stable ICU 2.0 - */ - UnicodeSet& complement(UChar32 c); - - /** - * Complement the specified string in this set. - * The set will not contain the specified string once the call - * returns. - * <br><b>Warning: you cannot add an empty string ("") to a UnicodeSet.</b> - * A frozen set will not be modified. - * @param s the string to complement - * @return this object, for chaining - * @stable ICU 2.4 - */ - UnicodeSet& complement(const UnicodeString& s); - - /** - * Adds all of the elements in the specified set to this set if - * they're not already present. This operation effectively - * modifies this set so that its value is the <i>union</i> of the two - * sets. The behavior of this operation is unspecified if the specified - * collection is modified while the operation is in progress. - * A frozen set will not be modified. - * - * @param c set whose elements are to be added to this set. - * @see #add(UChar32, UChar32) - * @stable ICU 2.0 - */ - virtual UnicodeSet& addAll(const UnicodeSet& c); - - /** - * Retains only the elements in this set that are contained in the - * specified set. In other words, removes from this set all of - * its elements that are not contained in the specified set. This - * operation effectively modifies this set so that its value is - * the <i>intersection</i> of the two sets. - * A frozen set will not be modified. - * - * @param c set that defines which elements this set will retain. - * @stable ICU 2.0 - */ - virtual UnicodeSet& retainAll(const UnicodeSet& c); - - /** - * Removes from this set all of its elements that are contained in the - * specified set. This operation effectively modifies this - * set so that its value is the <i>asymmetric set difference</i> of - * the two sets. - * A frozen set will not be modified. - * - * @param c set that defines which elements will be removed from - * this set. - * @stable ICU 2.0 - */ - virtual UnicodeSet& removeAll(const UnicodeSet& c); - - /** - * Complements in this set all elements contained in the specified - * set. Any character in the other set will be removed if it is - * in this set, or will be added if it is not in this set. - * A frozen set will not be modified. - * - * @param c set that defines which elements will be xor'ed from - * this set. - * @stable ICU 2.4 - */ - virtual UnicodeSet& complementAll(const UnicodeSet& c); - - /** - * Removes all of the elements from this set. This set will be - * empty after this call returns. - * A frozen set will not be modified. - * @stable ICU 2.0 - */ - virtual UnicodeSet& clear(void); - - /** - * Close this set over the given attribute. For the attribute - * USET_CASE, the result is to modify this set so that: - * - * 1. For each character or string 'a' in this set, all strings or - * characters 'b' such that foldCase(a) == foldCase(b) are added - * to this set. - * - * 2. For each string 'e' in the resulting set, if e != - * foldCase(e), 'e' will be removed. - * - * Example: [aq\\u00DF{Bc}{bC}{Fi}] => [aAqQ\\u00DF\\uFB01{ss}{bc}{fi}] - * - * (Here foldCase(x) refers to the operation u_strFoldCase, and a - * == b denotes that the contents are the same, not pointer - * comparison.) - * - * A frozen set will not be modified. - * - * @param attribute bitmask for attributes to close over. - * Currently only the USET_CASE bit is supported. Any undefined bits - * are ignored. - * @return a reference to this set. - * @internal - */ - UnicodeSet& closeOver(int32_t attribute); - - /** - * Remove all strings from this set. - * - * @return a reference to this set. - * @internal - */ - virtual UnicodeSet &removeAllStrings(); - - /** - * Iteration method that returns the number of ranges contained in - * this set. - * @see #getRangeStart - * @see #getRangeEnd - * @stable ICU 2.4 - */ - virtual int32_t getRangeCount(void) const; - - /** - * Iteration method that returns the first character in the - * specified range of this set. - * @see #getRangeCount - * @see #getRangeEnd - * @stable ICU 2.4 - */ - virtual UChar32 getRangeStart(int32_t index) const; - - /** - * Iteration method that returns the last character in the - * specified range of this set. - * @see #getRangeStart - * @see #getRangeEnd - * @stable ICU 2.4 - */ - virtual UChar32 getRangeEnd(int32_t index) const; - - /** - * Serializes this set into an array of 16-bit integers. Serialization - * (currently) only records the characters in the set; multicharacter - * strings are ignored. - * - * The array has following format (each line is one 16-bit - * integer): - * - * length = (n+2*m) | (m!=0?0x8000:0) - * bmpLength = n; present if m!=0 - * bmp[0] - * bmp[1] - * ... - * bmp[n-1] - * supp-high[0] - * supp-low[0] - * supp-high[1] - * supp-low[1] - * ... - * supp-high[m-1] - * supp-low[m-1] - * - * The array starts with a header. After the header are n bmp - * code points, then m supplementary code points. Either n or m - * or both may be zero. n+2*m is always <= 0x7FFF. - * - * If there are no supplementary characters (if m==0) then the - * header is one 16-bit integer, 'length', with value n. - * - * If there are supplementary characters (if m!=0) then the header - * is two 16-bit integers. The first, 'length', has value - * (n+2*m)|0x8000. The second, 'bmpLength', has value n. - * - * After the header the code points are stored in ascending order. - * Supplementary code points are stored as most significant 16 - * bits followed by least significant 16 bits. - * - * @param dest pointer to buffer of destCapacity 16-bit integers. - * May be NULL only if destCapacity is zero. - * @param destCapacity size of dest, or zero. Must not be negative. - * @param ec error code. Will be set to U_INDEX_OUTOFBOUNDS_ERROR - * if n+2*m > 0x7FFF. Will be set to U_BUFFER_OVERFLOW_ERROR if - * n+2*m+(m!=0?2:1) > destCapacity. - * @return the total length of the serialized format, including - * the header, that is, n+2*m+(m!=0?2:1), or 0 on error other - * than U_BUFFER_OVERFLOW_ERROR. - * @stable ICU 2.4 - */ - int32_t serialize(uint16_t *dest, int32_t destCapacity, UErrorCode& ec) const; - - /** - * Reallocate this objects internal structures to take up the least - * possible space, without changing this object's value. - * A frozen set will not be modified. - * @stable ICU 2.4 - */ - virtual UnicodeSet& compact(); - - /** - * Return the class ID for this class. This is useful only for - * comparing to a return value from getDynamicClassID(). For example: - * <pre> - * . Base* polymorphic_pointer = createPolymorphicObject(); - * . if (polymorphic_pointer->getDynamicClassID() == - * . Derived::getStaticClassID()) ... - * </pre> - * @return The class ID for all objects of this class. - * @stable ICU 2.0 - */ - static UClassID U_EXPORT2 getStaticClassID(void); - - /** - * Implement UnicodeFunctor API. - * - * @return The class ID for this object. All objects of a given - * class have the same class ID. Objects of other classes have - * different class IDs. - * @stable ICU 2.4 - */ - virtual UClassID getDynamicClassID(void) const; - -private: - - // Private API for the USet API - - friend class USetAccess; - - int32_t getStringCount() const; - - const UnicodeString* getString(int32_t index) const; - - //---------------------------------------------------------------- - // RuleBasedTransliterator support - //---------------------------------------------------------------- - -private: - - /** - * Returns <tt>true</tt> if this set contains any character whose low byte - * is the given value. This is used by <tt>RuleBasedTransliterator</tt> for - * indexing. - */ - virtual UBool matchesIndexValue(uint8_t v) const; - -private: - - //---------------------------------------------------------------- - // Implementation: Clone as thawed (see ICU4J Freezable) - //---------------------------------------------------------------- - - UnicodeSet(const UnicodeSet& o, UBool /* asThawed */); - - //---------------------------------------------------------------- - // Implementation: Pattern parsing - //---------------------------------------------------------------- - - void applyPattern(RuleCharacterIterator& chars, - const SymbolTable* symbols, - UnicodeString& rebuiltPat, - uint32_t options, - UErrorCode& ec); - - //---------------------------------------------------------------- - // Implementation: Utility methods - //---------------------------------------------------------------- - - void ensureCapacity(int32_t newLen); - - void ensureBufferCapacity(int32_t newLen); - - void swapBuffers(void); - - UBool allocateStrings(UErrorCode &status); - - UnicodeString& _toPattern(UnicodeString& result, - UBool escapeUnprintable) const; - - UnicodeString& _generatePattern(UnicodeString& result, - UBool escapeUnprintable) const; - - static void _appendToPat(UnicodeString& buf, const UnicodeString& s, UBool escapeUnprintable); - - static void _appendToPat(UnicodeString& buf, UChar32 c, UBool escapeUnprintable); - - //---------------------------------------------------------------- - // Implementation: Fundamental operators - //---------------------------------------------------------------- - - void exclusiveOr(const UChar32* other, int32_t otherLen, int8_t polarity); - - void add(const UChar32* other, int32_t otherLen, int8_t polarity); - - void retain(const UChar32* other, int32_t otherLen, int8_t polarity); - - /** - * Return true if the given position, in the given pattern, appears - * to be the start of a property set pattern [:foo:], \\p{foo}, or - * \\P{foo}, or \\N{name}. - */ - static UBool resemblesPropertyPattern(const UnicodeString& pattern, - int32_t pos); - - static UBool resemblesPropertyPattern(RuleCharacterIterator& chars, - int32_t iterOpts); - - /** - * Parse the given property pattern at the given parse position - * and set this UnicodeSet to the result. - * - * The original design document is out of date, but still useful. - * Ignore the property and value names: - * http://source.icu-project.org/repos/icu/icuhtml/trunk/design/unicodeset_properties.html - * - * Recognized syntax: - * - * [:foo:] [:^foo:] - white space not allowed within "[:" or ":]" - * \\p{foo} \\P{foo} - white space not allowed within "\\p" or "\\P" - * \\N{name} - white space not allowed within "\\N" - * - * Other than the above restrictions, white space is ignored. Case - * is ignored except in "\\p" and "\\P" and "\\N". In 'name' leading - * and trailing space is deleted, and internal runs of whitespace - * are collapsed to a single space. - * - * We support binary properties, enumerated properties, and the - * following non-enumerated properties: - * - * Numeric_Value - * Name - * Unicode_1_Name - * - * @param pattern the pattern string - * @param ppos on entry, the position at which to begin parsing. - * This should be one of the locations marked '^': - * - * [:blah:] \\p{blah} \\P{blah} \\N{name} - * ^ % ^ % ^ % ^ % - * - * On return, the position after the last character parsed, that is, - * the locations marked '%'. If the parse fails, ppos is returned - * unchanged. - * @return a reference to this. - */ - UnicodeSet& applyPropertyPattern(const UnicodeString& pattern, - ParsePosition& ppos, - UErrorCode &ec); - - void applyPropertyPattern(RuleCharacterIterator& chars, - UnicodeString& rebuiltPat, - UErrorCode& ec); - - /** - * A filter that returns TRUE if the given code point should be - * included in the UnicodeSet being constructed. - */ - typedef UBool (*Filter)(UChar32 codePoint, void* context); - - /** - * Given a filter, set this UnicodeSet to the code points - * contained by that filter. The filter MUST be - * property-conformant. That is, if it returns value v for one - * code point, then it must return v for all affiliated code - * points, as defined by the inclusions list. See - * getInclusions(). - * src is a UPropertySource value. - */ - void applyFilter(Filter filter, - void* context, - int32_t src, - UErrorCode &status); - - /** - * Set the new pattern to cache. - */ - void setPattern(const UnicodeString& newPat); - /** - * Release existing cached pattern. - */ - void releasePattern(); - - friend class UnicodeSetIterator; -}; - -inline UBool UnicodeSet::operator!=(const UnicodeSet& o) const { - return !operator==(o); -} - -inline UBool UnicodeSet::isFrozen() const { - return (UBool)(bmpSet!=NULL || stringSpan!=NULL); -} - -inline UBool UnicodeSet::containsSome(UChar32 start, UChar32 end) const { - return !containsNone(start, end); -} - -inline UBool UnicodeSet::containsSome(const UnicodeSet& s) const { - return !containsNone(s); -} - -inline UBool UnicodeSet::containsSome(const UnicodeString& s) const { - return !containsNone(s); -} - -U_NAMESPACE_END - -#endif diff --git a/jni/EastAsianWidth/unicode/unistr.h b/jni/EastAsianWidth/unicode/unistr.h deleted file mode 100644 index 575998e..0000000 --- a/jni/EastAsianWidth/unicode/unistr.h +++ /dev/null @@ -1,4149 +0,0 @@ -/* -********************************************************************** -* Copyright (C) 1998-2007, International Business Machines -* Corporation and others. All Rights Reserved. -********************************************************************** -* -* File unistr.h -* -* Modification History: -* -* Date Name Description -* 09/25/98 stephen Creation. -* 11/11/98 stephen Changed per 11/9 code review. -* 04/20/99 stephen Overhauled per 4/16 code review. -* 11/18/99 aliu Made to inherit from Replaceable. Added method -* handleReplaceBetween(); other methods unchanged. -* 06/25/01 grhoten Remove dependency on iostream. -****************************************************************************** -*/ - -#ifndef UNISTR_H -#define UNISTR_H - -/** - * \file - * \brief C++ API: Unicode String - */ - -#include "unicode/rep.h" - -struct UConverter; // unicode/ucnv.h -class StringThreadTest; - -#ifndef U_COMPARE_CODE_POINT_ORDER -/* see also ustring.h and unorm.h */ -/** - * Option bit for u_strCaseCompare, u_strcasecmp, unorm_compare, etc: - * Compare strings in code point order instead of code unit order. - * @stable ICU 2.2 - */ -#define U_COMPARE_CODE_POINT_ORDER 0x8000 -#endif - -#ifndef USTRING_H -/** - * \ingroup ustring_ustrlen - */ -U_STABLE int32_t U_EXPORT2 -u_strlen(const UChar *s); -#endif - -U_NAMESPACE_BEGIN - -class Locale; // unicode/locid.h -class StringCharacterIterator; -class BreakIterator; // unicode/brkiter.h - -/* The <iostream> include has been moved to unicode/ustream.h */ - -/** - * Constant to be used in the UnicodeString(char *, int32_t, EInvariant) constructor - * which constructs a Unicode string from an invariant-character char * string. - * About invariant characters see utypes.h. - * This constructor has no runtime dependency on conversion code and is - * therefore recommended over ones taking a charset name string - * (where the empty string "" indicates invariant-character conversion). - * - * @stable ICU 3.2 - */ -#define US_INV U_NAMESPACE_QUALIFIER UnicodeString::kInvariant - -/** - * Unicode String literals in C++. - * Dependent on the platform properties, different UnicodeString - * constructors should be used to create a UnicodeString object from - * a string literal. - * The macros are defined for maximum performance. - * They work only for strings that contain "invariant characters", i.e., - * only latin letters, digits, and some punctuation. - * See utypes.h for details. - * - * The string parameter must be a C string literal. - * The length of the string, not including the terminating - * <code>NUL</code>, must be specified as a constant. - * The U_STRING_DECL macro should be invoked exactly once for one - * such string variable before it is used. - * @stable ICU 2.0 - */ -#if defined(U_DECLARE_UTF16) -# define UNICODE_STRING(cs, _length) U_NAMESPACE_QUALIFIER UnicodeString(TRUE, (const UChar *)U_DECLARE_UTF16(cs), _length) -#elif U_SIZEOF_WCHAR_T==U_SIZEOF_UCHAR && (U_CHARSET_FAMILY==U_ASCII_FAMILY || (U_SIZEOF_UCHAR == 2 && defined(U_WCHAR_IS_UTF16))) -# define UNICODE_STRING(cs, _length) U_NAMESPACE_QUALIFIER UnicodeString(TRUE, (const UChar *)L ## cs, _length) -#elif U_SIZEOF_UCHAR==1 && U_CHARSET_FAMILY==U_ASCII_FAMILY -# define UNICODE_STRING(cs, _length) U_NAMESPACE_QUALIFIER UnicodeString(TRUE, (const UChar *)cs, _length) -#else -# define UNICODE_STRING(cs, _length) U_NAMESPACE_QUALIFIER UnicodeString(cs, _length, US_INV) -#endif - -/** - * Unicode String literals in C++. - * Dependent on the platform properties, different UnicodeString - * constructors should be used to create a UnicodeString object from - * a string literal. - * The macros are defined for improved performance. - * They work only for strings that contain "invariant characters", i.e., - * only latin letters, digits, and some punctuation. - * See utypes.h for details. - * - * The string parameter must be a C string literal. - * @stable ICU 2.0 - */ -#define UNICODE_STRING_SIMPLE(cs) UNICODE_STRING(cs, -1) - -/** - * UnicodeString is a string class that stores Unicode characters directly and provides - * similar functionality as the Java String and StringBuffer classes. - * It is a concrete implementation of the abstract class Replaceable (for transliteration). - * - * The UnicodeString class is not suitable for subclassing. - * - * <p>For an overview of Unicode strings in C and C++ see the - * <a href="http://icu-project.org/userguide/strings.html">User Guide Strings chapter</a>.</p> - * - * <p>In ICU, a Unicode string consists of 16-bit Unicode <em>code units</em>. - * A Unicode character may be stored with either one code unit - * (the most common case) or with a matched pair of special code units - * ("surrogates"). The data type for code units is UChar. - * For single-character handling, a Unicode character code <em>point</em> is a value - * in the range 0..0x10ffff. ICU uses the UChar32 type for code points.</p> - * - * <p>Indexes and offsets into and lengths of strings always count code units, not code points. - * This is the same as with multi-byte char* strings in traditional string handling. - * Operations on partial strings typically do not test for code point boundaries. - * If necessary, the user needs to take care of such boundaries by testing for the code unit - * values or by using functions like - * UnicodeString::getChar32Start() and UnicodeString::getChar32Limit() - * (or, in C, the equivalent macros U16_SET_CP_START() and U16_SET_CP_LIMIT(), see utf.h).</p> - * - * UnicodeString methods are more lenient with regard to input parameter values - * than other ICU APIs. In particular: - * - If indexes are out of bounds for a UnicodeString object - * (<0 or >length()) then they are "pinned" to the nearest boundary. - * - If primitive string pointer values (e.g., const UChar * or char *) - * for input strings are NULL, then those input string parameters are treated - * as if they pointed to an empty string. - * However, this is <em>not</em> the case for char * parameters for charset names - * or other IDs. - * - Most UnicodeString methods do not take a UErrorCode parameter because - * there are usually very few opportunities for failure other than a shortage - * of memory, error codes in low-level C++ string methods would be inconvenient, - * and the error code as the last parameter (ICU convention) would prevent - * the use of default parameter values. - * Instead, such methods set the UnicodeString into a "bogus" state - * (see isBogus()) if an error occurs. - * - * In string comparisons, two UnicodeString objects that are both "bogus" - * compare equal (to be transitive and prevent endless loops in sorting), - * and a "bogus" string compares less than any non-"bogus" one. - * - * Const UnicodeString methods are thread-safe. Multiple threads can use - * const methods on the same UnicodeString object simultaneously, - * but non-const methods must not be called concurrently (in multiple threads) - * with any other (const or non-const) methods. - * - * Similarly, const UnicodeString & parameters are thread-safe. - * One object may be passed in as such a parameter concurrently in multiple threads. - * This includes the const UnicodeString & parameters for - * copy construction, assignment, and cloning. - * - * <p>UnicodeString uses several storage methods. - * String contents can be stored inside the UnicodeString object itself, - * in an allocated and shared buffer, or in an outside buffer that is "aliased". - * Most of this is done transparently, but careful aliasing in particular provides - * significant performance improvements. - * Also, the internal buffer is accessible via special functions. - * For details see the - * <a href="http://icu-project.org/userguide/strings.html">User Guide Strings chapter</a>.</p> - * - * @see utf.h - * @see CharacterIterator - * @stable ICU 2.0 - */ -class U_COMMON_API UnicodeString : public Replaceable -{ -public: - - /** - * Constant to be used in the UnicodeString(char *, int32_t, EInvariant) constructor - * which constructs a Unicode string from an invariant-character char * string. - * Use the macro US_INV instead of the full qualification for this value. - * - * @see US_INV - * @stable ICU 3.2 - */ - enum EInvariant { - /** - * @see EInvariant - * @stable ICU 3.2 - */ - kInvariant - }; - - //======================================== - // Read-only operations - //======================================== - - /* Comparison - bitwise only - for international comparison use collation */ - - /** - * Equality operator. Performs only bitwise comparison. - * @param text The UnicodeString to compare to this one. - * @return TRUE if <TT>text</TT> contains the same characters as this one, - * FALSE otherwise. - * @stable ICU 2.0 - */ - inline UBool operator== (const UnicodeString& text) const; - - /** - * Inequality operator. Performs only bitwise comparison. - * @param text The UnicodeString to compare to this one. - * @return FALSE if <TT>text</TT> contains the same characters as this one, - * TRUE otherwise. - * @stable ICU 2.0 - */ - inline UBool operator!= (const UnicodeString& text) const; - - /** - * Greater than operator. Performs only bitwise comparison. - * @param text The UnicodeString to compare to this one. - * @return TRUE if the characters in this are bitwise - * greater than the characters in <code>text</code>, FALSE otherwise - * @stable ICU 2.0 - */ - inline UBool operator> (const UnicodeString& text) const; - - /** - * Less than operator. Performs only bitwise comparison. - * @param text The UnicodeString to compare to this one. - * @return TRUE if the characters in this are bitwise - * less than the characters in <code>text</code>, FALSE otherwise - * @stable ICU 2.0 - */ - inline UBool operator< (const UnicodeString& text) const; - - /** - * Greater than or equal operator. Performs only bitwise comparison. - * @param text The UnicodeString to compare to this one. - * @return TRUE if the characters in this are bitwise - * greater than or equal to the characters in <code>text</code>, FALSE otherwise - * @stable ICU 2.0 - */ - inline UBool operator>= (const UnicodeString& text) const; - - /** - * Less than or equal operator. Performs only bitwise comparison. - * @param text The UnicodeString to compare to this one. - * @return TRUE if the characters in this are bitwise - * less than or equal to the characters in <code>text</code>, FALSE otherwise - * @stable ICU 2.0 - */ - inline UBool operator<= (const UnicodeString& text) const; - - /** - * Compare the characters bitwise in this UnicodeString to - * the characters in <code>text</code>. - * @param text The UnicodeString to compare to this one. - * @return The result of bitwise character comparison: 0 if this - * contains the same characters as <code>text</code>, -1 if the characters in - * this are bitwise less than the characters in <code>text</code>, +1 if the - * characters in this are bitwise greater than the characters - * in <code>text</code>. - * @stable ICU 2.0 - */ - inline int8_t compare(const UnicodeString& text) const; - - /** - * Compare the characters bitwise in the range - * [<TT>start</TT>, <TT>start + length</TT>) with the characters - * in <TT>text</TT> - * @param start the offset at which the compare operation begins - * @param length the number of characters of text to compare. - * @param text the other text to be compared against this string. - * @return The result of bitwise character comparison: 0 if this - * contains the same characters as <code>text</code>, -1 if the characters in - * this are bitwise less than the characters in <code>text</code>, +1 if the - * characters in this are bitwise greater than the characters - * in <code>text</code>. - * @stable ICU 2.0 - */ - inline int8_t compare(int32_t start, - int32_t length, - const UnicodeString& text) const; - - /** - * Compare the characters bitwise in the range - * [<TT>start</TT>, <TT>start + length</TT>) with the characters - * in <TT>srcText</TT> in the range - * [<TT>srcStart</TT>, <TT>srcStart + srcLength</TT>). - * @param start the offset at which the compare operation begins - * @param length the number of characters in this to compare. - * @param srcText the text to be compared - * @param srcStart the offset into <TT>srcText</TT> to start comparison - * @param srcLength the number of characters in <TT>src</TT> to compare - * @return The result of bitwise character comparison: 0 if this - * contains the same characters as <code>srcText</code>, -1 if the characters in - * this are bitwise less than the characters in <code>srcText</code>, +1 if the - * characters in this are bitwise greater than the characters - * in <code>srcText</code>. - * @stable ICU 2.0 - */ - inline int8_t compare(int32_t start, - int32_t length, - const UnicodeString& srcText, - int32_t srcStart, - int32_t srcLength) const; - - /** - * Compare the characters bitwise in this UnicodeString with the first - * <TT>srcLength</TT> characters in <TT>srcChars</TT>. - * @param srcChars The characters to compare to this UnicodeString. - * @param srcLength the number of characters in <TT>srcChars</TT> to compare - * @return The result of bitwise character comparison: 0 if this - * contains the same characters as <code>srcChars</code>, -1 if the characters in - * this are bitwise less than the characters in <code>srcChars</code>, +1 if the - * characters in this are bitwise greater than the characters - * in <code>srcChars</code>. - * @stable ICU 2.0 - */ - inline int8_t compare(const UChar *srcChars, - int32_t srcLength) const; - - /** - * Compare the characters bitwise in the range - * [<TT>start</TT>, <TT>start + length</TT>) with the first - * <TT>length</TT> characters in <TT>srcChars</TT> - * @param start the offset at which the compare operation begins - * @param length the number of characters to compare. - * @param srcChars the characters to be compared - * @return The result of bitwise character comparison: 0 if this - * contains the same characters as <code>srcChars</code>, -1 if the characters in - * this are bitwise less than the characters in <code>srcChars</code>, +1 if the - * characters in this are bitwise greater than the characters - * in <code>srcChars</code>. - * @stable ICU 2.0 - */ - inline int8_t compare(int32_t start, - int32_t length, - const UChar *srcChars) const; - - /** - * Compare the characters bitwise in the range - * [<TT>start</TT>, <TT>start + length</TT>) with the characters - * in <TT>srcChars</TT> in the range - * [<TT>srcStart</TT>, <TT>srcStart + srcLength</TT>). - * @param start the offset at which the compare operation begins - * @param length the number of characters in this to compare - * @param srcChars the characters to be compared - * @param srcStart the offset into <TT>srcChars</TT> to start comparison - * @param srcLength the number of characters in <TT>srcChars</TT> to compare - * @return The result of bitwise character comparison: 0 if this - * contains the same characters as <code>srcChars</code>, -1 if the characters in - * this are bitwise less than the characters in <code>srcChars</code>, +1 if the - * characters in this are bitwise greater than the characters - * in <code>srcChars</code>. - * @stable ICU 2.0 - */ - inline int8_t compare(int32_t start, - int32_t length, - const UChar *srcChars, - int32_t srcStart, - int32_t srcLength) const; - - /** - * Compare the characters bitwise in the range - * [<TT>start</TT>, <TT>limit</TT>) with the characters - * in <TT>srcText</TT> in the range - * [<TT>srcStart</TT>, <TT>srcLimit</TT>). - * @param start the offset at which the compare operation begins - * @param limit the offset immediately following the compare operation - * @param srcText the text to be compared - * @param srcStart the offset into <TT>srcText</TT> to start comparison - * @param srcLimit the offset into <TT>srcText</TT> to limit comparison - * @return The result of bitwise character comparison: 0 if this - * contains the same characters as <code>srcText</code>, -1 if the characters in - * this are bitwise less than the characters in <code>srcText</code>, +1 if the - * characters in this are bitwise greater than the characters - * in <code>srcText</code>. - * @stable ICU 2.0 - */ - inline int8_t compareBetween(int32_t start, - int32_t limit, - const UnicodeString& srcText, - int32_t srcStart, - int32_t srcLimit) const; - - /** - * Compare two Unicode strings in code point order. - * The result may be different from the results of compare(), operator<, etc. - * if supplementary characters are present: - * - * In UTF-16, supplementary characters (with code points U+10000 and above) are - * stored with pairs of surrogate code units. These have values from 0xd800 to 0xdfff, - * which means that they compare as less than some other BMP characters like U+feff. - * This function compares Unicode strings in code point order. - * If either of the UTF-16 strings is malformed (i.e., it contains unpaired surrogates), then the result is not defined. - * - * @param text Another string to compare this one to. - * @return a negative/zero/positive integer corresponding to whether - * this string is less than/equal to/greater than the second one - * in code point order - * @stable ICU 2.0 - */ - inline int8_t compareCodePointOrder(const UnicodeString& text) const; - - /** - * Compare two Unicode strings in code point order. - * The result may be different from the results of compare(), operator<, etc. - * if supplementary characters are present: - * - * In UTF-16, supplementary characters (with code points U+10000 and above) are - * stored with pairs of surrogate code units. These have values from 0xd800 to 0xdfff, - * which means that they compare as less than some other BMP characters like U+feff. - * This function compares Unicode strings in code point order. - * If either of the UTF-16 strings is malformed (i.e., it contains unpaired surrogates), then the result is not defined. - * - * @param start The start offset in this string at which the compare operation begins. - * @param length The number of code units from this string to compare. - * @param srcText Another string to compare this one to. - * @return a negative/zero/positive integer corresponding to whether - * this string is less than/equal to/greater than the second one - * in code point order - * @stable ICU 2.0 - */ - inline int8_t compareCodePointOrder(int32_t start, - int32_t length, - const UnicodeString& srcText) const; - - /** - * Compare two Unicode strings in code point order. - * The result may be different from the results of compare(), operator<, etc. - * if supplementary characters are present: - * - * In UTF-16, supplementary characters (with code points U+10000 and above) are - * stored with pairs of surrogate code units. These have values from 0xd800 to 0xdfff, - * which means that they compare as less than some other BMP characters like U+feff. - * This function compares Unicode strings in code point order. - * If either of the UTF-16 strings is malformed (i.e., it contains unpaired surrogates), then the result is not defined. - * - * @param start The start offset in this string at which the compare operation begins. - * @param length The number of code units from this string to compare. - * @param srcText Another string to compare this one to. - * @param srcStart The start offset in that string at which the compare operation begins. - * @param srcLength The number of code units from that string to compare. - * @return a negative/zero/positive integer corresponding to whether - * this string is less than/equal to/greater than the second one - * in code point order - * @stable ICU 2.0 - */ - inline int8_t compareCodePointOrder(int32_t start, - int32_t length, - const UnicodeString& srcText, - int32_t srcStart, - int32_t srcLength) const; - - /** - * Compare two Unicode strings in code point order. - * The result may be different from the results of compare(), operator<, etc. - * if supplementary characters are present: - * - * In UTF-16, supplementary characters (with code points U+10000 and above) are - * stored with pairs of surrogate code units. These have values from 0xd800 to 0xdfff, - * which means that they compare as less than some other BMP characters like U+feff. - * This function compares Unicode strings in code point order. - * If either of the UTF-16 strings is malformed (i.e., it contains unpaired surrogates), then the result is not defined. - * - * @param srcChars A pointer to another string to compare this one to. - * @param srcLength The number of code units from that string to compare. - * @return a negative/zero/positive integer corresponding to whether - * this string is less than/equal to/greater than the second one - * in code point order - * @stable ICU 2.0 - */ - inline int8_t compareCodePointOrder(const UChar *srcChars, - int32_t srcLength) const; - - /** - * Compare two Unicode strings in code point order. - * The result may be different from the results of compare(), operator<, etc. - * if supplementary characters are present: - * - * In UTF-16, supplementary characters (with code points U+10000 and above) are - * stored with pairs of surrogate code units. These have values from 0xd800 to 0xdfff, - * which means that they compare as less than some other BMP characters like U+feff. - * This function compares Unicode strings in code point order. - * If either of the UTF-16 strings is malformed (i.e., it contains unpaired surrogates), then the result is not defined. - * - * @param start The start offset in this string at which the compare operation begins. - * @param length The number of code units from this string to compare. - * @param srcChars A pointer to another string to compare this one to. - * @return a negative/zero/positive integer corresponding to whether - * this string is less than/equal to/greater than the second one - * in code point order - * @stable ICU 2.0 - */ - inline int8_t compareCodePointOrder(int32_t start, - int32_t length, - const UChar *srcChars) const; - - /** - * Compare two Unicode strings in code point order. - * The result may be different from the results of compare(), operator<, etc. - * if supplementary characters are present: - * - * In UTF-16, supplementary characters (with code points U+10000 and above) are - * stored with pairs of surrogate code units. These have values from 0xd800 to 0xdfff, - * which means that they compare as less than some other BMP characters like U+feff. - * This function compares Unicode strings in code point order. - * If either of the UTF-16 strings is malformed (i.e., it contains unpaired surrogates), then the result is not defined. - * - * @param start The start offset in this string at which the compare operation begins. - * @param length The number of code units from this string to compare. - * @param srcChars A pointer to another string to compare this one to. - * @param srcStart The start offset in that string at which the compare operation begins. - * @param srcLength The number of code units from that string to compare. - * @return a negative/zero/positive integer corresponding to whether - * this string is less than/equal to/greater than the second one - * in code point order - * @stable ICU 2.0 - */ - inline int8_t compareCodePointOrder(int32_t start, - int32_t length, - const UChar *srcChars, - int32_t srcStart, - int32_t srcLength) const; - - /** - * Compare two Unicode strings in code point order. - * The result may be different from the results of compare(), operator<, etc. - * if supplementary characters are present: - * - * In UTF-16, supplementary characters (with code points U+10000 and above) are - * stored with pairs of surrogate code units. These have values from 0xd800 to 0xdfff, - * which means that they compare as less than some other BMP characters like U+feff. - * This function compares Unicode strings in code point order. - * If either of the UTF-16 strings is malformed (i.e., it contains unpaired surrogates), then the result is not defined. - * - * @param start The start offset in this string at which the compare operation begins. - * @param limit The offset after the last code unit from this string to compare. - * @param srcText Another string to compare this one to. - * @param srcStart The start offset in that string at which the compare operation begins. - * @param srcLimit The offset after the last code unit from that string to compare. - * @return a negative/zero/positive integer corresponding to whether - * this string is less than/equal to/greater than the second one - * in code point order - * @stable ICU 2.0 - */ - inline int8_t compareCodePointOrderBetween(int32_t start, - int32_t limit, - const UnicodeString& srcText, - int32_t srcStart, - int32_t srcLimit) const; - - /** - * Compare two strings case-insensitively using full case folding. - * This is equivalent to this->foldCase(options).compare(text.foldCase(options)). - * - * @param text Another string to compare this one to. - * @param options A bit set of options: - * - U_FOLD_CASE_DEFAULT or 0 is used for default options: - * Comparison in code unit order with default case folding. - * - * - U_COMPARE_CODE_POINT_ORDER - * Set to choose code point order instead of code unit order - * (see u_strCompare for details). - * - * - U_FOLD_CASE_EXCLUDE_SPECIAL_I - * - * @return A negative, zero, or positive integer indicating the comparison result. - * @stable ICU 2.0 - */ - inline int8_t caseCompare(const UnicodeString& text, uint32_t options) const; - - /** - * Compare two strings case-insensitively using full case folding. - * This is equivalent to this->foldCase(options).compare(srcText.foldCase(options)). - * - * @param start The start offset in this string at which the compare operation begins. - * @param length The number of code units from this string to compare. - * @param srcText Another string to compare this one to. - * @param options A bit set of options: - * - U_FOLD_CASE_DEFAULT or 0 is used for default options: - * Comparison in code unit order with default case folding. - * - * - U_COMPARE_CODE_POINT_ORDER - * Set to choose code point order instead of code unit order - * (see u_strCompare for details). - * - * - U_FOLD_CASE_EXCLUDE_SPECIAL_I - * - * @return A negative, zero, or positive integer indicating the comparison result. - * @stable ICU 2.0 - */ - inline int8_t caseCompare(int32_t start, - int32_t length, - const UnicodeString& srcText, - uint32_t options) const; - - /** - * Compare two strings case-insensitively using full case folding. - * This is equivalent to this->foldCase(options).compare(srcText.foldCase(options)). - * - * @param start The start offset in this string at which the compare operation begins. - * @param length The number of code units from this string to compare. - * @param srcText Another string to compare this one to. - * @param srcStart The start offset in that string at which the compare operation begins. - * @param srcLength The number of code units from that string to compare. - * @param options A bit set of options: - * - U_FOLD_CASE_DEFAULT or 0 is used for default options: - * Comparison in code unit order with default case folding. - * - * - U_COMPARE_CODE_POINT_ORDER - * Set to choose code point order instead of code unit order - * (see u_strCompare for details). - * - * - U_FOLD_CASE_EXCLUDE_SPECIAL_I - * - * @return A negative, zero, or positive integer indicating the comparison result. - * @stable ICU 2.0 - */ - inline int8_t caseCompare(int32_t start, - int32_t length, - const UnicodeString& srcText, - int32_t srcStart, - int32_t srcLength, - uint32_t options) const; - - /** - * Compare two strings case-insensitively using full case folding. - * This is equivalent to this->foldCase(options).compare(srcChars.foldCase(options)). - * - * @param srcChars A pointer to another string to compare this one to. - * @param srcLength The number of code units from that string to compare. - * @param options A bit set of options: - * - U_FOLD_CASE_DEFAULT or 0 is used for default options: - * Comparison in code unit order with default case folding. - * - * - U_COMPARE_CODE_POINT_ORDER - * Set to choose code point order instead of code unit order - * (see u_strCompare for details). - * - * - U_FOLD_CASE_EXCLUDE_SPECIAL_I - * - * @return A negative, zero, or positive integer indicating the comparison result. - * @stable ICU 2.0 - */ - inline int8_t caseCompare(const UChar *srcChars, - int32_t srcLength, - uint32_t options) const; - - /** - * Compare two strings case-insensitively using full case folding. - * This is equivalent to this->foldCase(options).compare(srcChars.foldCase(options)). - * - * @param start The start offset in this string at which the compare operation begins. - * @param length The number of code units from this string to compare. - * @param srcChars A pointer to another string to compare this one to. - * @param options A bit set of options: - * - U_FOLD_CASE_DEFAULT or 0 is used for default options: - * Comparison in code unit order with default case folding. - * - * - U_COMPARE_CODE_POINT_ORDER - * Set to choose code point order instead of code unit order - * (see u_strCompare for details). - * - * - U_FOLD_CASE_EXCLUDE_SPECIAL_I - * - * @return A negative, zero, or positive integer indicating the comparison result. - * @stable ICU 2.0 - */ - inline int8_t caseCompare(int32_t start, - int32_t length, - const UChar *srcChars, - uint32_t options) const; - - /** - * Compare two strings case-insensitively using full case folding. - * This is equivalent to this->foldCase(options).compare(srcChars.foldCase(options)). - * - * @param start The start offset in this string at which the compare operation begins. - * @param length The number of code units from this string to compare. - * @param srcChars A pointer to another string to compare this one to. - * @param srcStart The start offset in that string at which the compare operation begins. - * @param srcLength The number of code units from that string to compare. - * @param options A bit set of options: - * - U_FOLD_CASE_DEFAULT or 0 is used for default options: - * Comparison in code unit order with default case folding. - * - * - U_COMPARE_CODE_POINT_ORDER - * Set to choose code point order instead of code unit order - * (see u_strCompare for details). - * - * - U_FOLD_CASE_EXCLUDE_SPECIAL_I - * - * @return A negative, zero, or positive integer indicating the comparison result. - * @stable ICU 2.0 - */ - inline int8_t caseCompare(int32_t start, - int32_t length, - const UChar *srcChars, - int32_t srcStart, - int32_t srcLength, - uint32_t options) const; - - /** - * Compare two strings case-insensitively using full case folding. - * This is equivalent to this->foldCase(options).compareBetween(text.foldCase(options)). - * - * @param start The start offset in this string at which the compare operation begins. - * @param limit The offset after the last code unit from this string to compare. - * @param srcText Another string to compare this one to. - * @param srcStart The start offset in that string at which the compare operation begins. - * @param srcLimit The offset after the last code unit from that string to compare. - * @param options A bit set of options: - * - U_FOLD_CASE_DEFAULT or 0 is used for default options: - * Comparison in code unit order with default case folding. - * - * - U_COMPARE_CODE_POINT_ORDER - * Set to choose code point order instead of code unit order - * (see u_strCompare for details). - * - * - U_FOLD_CASE_EXCLUDE_SPECIAL_I - * - * @return A negative, zero, or positive integer indicating the comparison result. - * @stable ICU 2.0 - */ - inline int8_t caseCompareBetween(int32_t start, - int32_t limit, - const UnicodeString& srcText, - int32_t srcStart, - int32_t srcLimit, - uint32_t options) const; - - /** - * Determine if this starts with the characters in <TT>text</TT> - * @param text The text to match. - * @return TRUE if this starts with the characters in <TT>text</TT>, - * FALSE otherwise - * @stable ICU 2.0 - */ - inline UBool startsWith(const UnicodeString& text) const; - - /** - * Determine if this starts with the characters in <TT>srcText</TT> - * in the range [<TT>srcStart</TT>, <TT>srcStart + srcLength</TT>). - * @param srcText The text to match. - * @param srcStart the offset into <TT>srcText</TT> to start matching - * @param srcLength the number of characters in <TT>srcText</TT> to match - * @return TRUE if this starts with the characters in <TT>text</TT>, - * FALSE otherwise - * @stable ICU 2.0 - */ - inline UBool startsWith(const UnicodeString& srcText, - int32_t srcStart, - int32_t srcLength) const; - - /** - * Determine if this starts with the characters in <TT>srcChars</TT> - * @param srcChars The characters to match. - * @param srcLength the number of characters in <TT>srcChars</TT> - * @return TRUE if this starts with the characters in <TT>srcChars</TT>, - * FALSE otherwise - * @stable ICU 2.0 - */ - inline UBool startsWith(const UChar *srcChars, - int32_t srcLength) const; - - /** - * Determine if this ends with the characters in <TT>srcChars</TT> - * in the range [<TT>srcStart</TT>, <TT>srcStart + srcLength</TT>). - * @param srcChars The characters to match. - * @param srcStart the offset into <TT>srcText</TT> to start matching - * @param srcLength the number of characters in <TT>srcChars</TT> to match - * @return TRUE if this ends with the characters in <TT>srcChars</TT>, FALSE otherwise - * @stable ICU 2.0 - */ - inline UBool startsWith(const UChar *srcChars, - int32_t srcStart, - int32_t srcLength) const; - - /** - * Determine if this ends with the characters in <TT>text</TT> - * @param text The text to match. - * @return TRUE if this ends with the characters in <TT>text</TT>, - * FALSE otherwise - * @stable ICU 2.0 - */ - inline UBool endsWith(const UnicodeString& text) const; - - /** - * Determine if this ends with the characters in <TT>srcText</TT> - * in the range [<TT>srcStart</TT>, <TT>srcStart + srcLength</TT>). - * @param srcText The text to match. - * @param srcStart the offset into <TT>srcText</TT> to start matching - * @param srcLength the number of characters in <TT>srcText</TT> to match - * @return TRUE if this ends with the characters in <TT>text</TT>, - * FALSE otherwise - * @stable ICU 2.0 - */ - inline UBool endsWith(const UnicodeString& srcText, - int32_t srcStart, - int32_t srcLength) const; - - /** - * Determine if this ends with the characters in <TT>srcChars</TT> - * @param srcChars The characters to match. - * @param srcLength the number of characters in <TT>srcChars</TT> - * @return TRUE if this ends with the characters in <TT>srcChars</TT>, - * FALSE otherwise - * @stable ICU 2.0 - */ - inline UBool endsWith(const UChar *srcChars, - int32_t srcLength) const; - - /** - * Determine if this ends with the characters in <TT>srcChars</TT> - * in the range [<TT>srcStart</TT>, <TT>srcStart + srcLength</TT>). - * @param srcChars The characters to match. - * @param srcStart the offset into <TT>srcText</TT> to start matching - * @param srcLength the number of characters in <TT>srcChars</TT> to match - * @return TRUE if this ends with the characters in <TT>srcChars</TT>, - * FALSE otherwise - * @stable ICU 2.0 - */ - inline UBool endsWith(const UChar *srcChars, - int32_t srcStart, - int32_t srcLength) const; - - - /* Searching - bitwise only */ - - /** - * Locate in this the first occurrence of the characters in <TT>text</TT>, - * using bitwise comparison. - * @param text The text to search for. - * @return The offset into this of the start of <TT>text</TT>, - * or -1 if not found. - * @stable ICU 2.0 - */ - inline int32_t indexOf(const UnicodeString& text) const; - - /** - * Locate in this the first occurrence of the characters in <TT>text</TT> - * starting at offset <TT>start</TT>, using bitwise comparison. - * @param text The text to search for. - * @param start The offset at which searching will start. - * @return The offset into this of the start of <TT>text</TT>, - * or -1 if not found. - * @stable ICU 2.0 - */ - inline int32_t indexOf(const UnicodeString& text, - int32_t start) const; - - /** - * Locate in this the first occurrence in the range - * [<TT>start</TT>, <TT>start + length</TT>) of the characters - * in <TT>text</TT>, using bitwise comparison. - * @param text The text to search for. - * @param start The offset at which searching will start. - * @param length The number of characters to search - * @return The offset into this of the start of <TT>text</TT>, - * or -1 if not found. - * @stable ICU 2.0 - */ - inline int32_t indexOf(const UnicodeString& text, - int32_t start, - int32_t length) const; - - /** - * Locate in this the first occurrence in the range - * [<TT>start</TT>, <TT>start + length</TT>) of the characters - * in <TT>srcText</TT> in the range - * [<TT>srcStart</TT>, <TT>srcStart + srcLength</TT>), - * using bitwise comparison. - * @param srcText The text to search for. - * @param srcStart the offset into <TT>srcText</TT> at which - * to start matching - * @param srcLength the number of characters in <TT>srcText</TT> to match - * @param start the offset into this at which to start matching - * @param length the number of characters in this to search - * @return The offset into this of the start of <TT>text</TT>, - * or -1 if not found. - * @stable ICU 2.0 - */ - inline int32_t indexOf(const UnicodeString& srcText, - int32_t srcStart, - int32_t srcLength, - int32_t start, - int32_t length) const; - - /** - * Locate in this the first occurrence of the characters in - * <TT>srcChars</TT> - * starting at offset <TT>start</TT>, using bitwise comparison. - * @param srcChars The text to search for. - * @param srcLength the number of characters in <TT>srcChars</TT> to match - * @param start the offset into this at which to start matching - * @return The offset into this of the start of <TT>text</TT>, - * or -1 if not found. - * @stable ICU 2.0 - */ - inline int32_t indexOf(const UChar *srcChars, - int32_t srcLength, - int32_t start) const; - - /** - * Locate in this the first occurrence in the range - * [<TT>start</TT>, <TT>start + length</TT>) of the characters - * in <TT>srcChars</TT>, using bitwise comparison. - * @param srcChars The text to search for. - * @param srcLength the number of characters in <TT>srcChars</TT> - * @param start The offset at which searching will start. - * @param length The number of characters to search - * @return The offset into this of the start of <TT>srcChars</TT>, - * or -1 if not found. - * @stable ICU 2.0 - */ - inline int32_t indexOf(const UChar *srcChars, - int32_t srcLength, - int32_t start, - int32_t length) const; - - /** - * Locate in this the first occurrence in the range - * [<TT>start</TT>, <TT>start + length</TT>) of the characters - * in <TT>srcChars</TT> in the range - * [<TT>srcStart</TT>, <TT>srcStart + srcLength</TT>), - * using bitwise comparison. - * @param srcChars The text to search for. - * @param srcStart the offset into <TT>srcChars</TT> at which - * to start matching - * @param srcLength the number of characters in <TT>srcChars</TT> to match - * @param start the offset into this at which to start matching - * @param length the number of characters in this to search - * @return The offset into this of the start of <TT>text</TT>, - * or -1 if not found. - * @stable ICU 2.0 - */ - int32_t indexOf(const UChar *srcChars, - int32_t srcStart, - int32_t srcLength, - int32_t start, - int32_t length) const; - - /** - * Locate in this the first occurrence of the BMP code point <code>c</code>, - * using bitwise comparison. - * @param c The code unit to search for. - * @return The offset into this of <TT>c</TT>, or -1 if not found. - * @stable ICU 2.0 - */ - inline int32_t indexOf(UChar c) const; - - /** - * Locate in this the first occurrence of the code point <TT>c</TT>, - * using bitwise comparison. - * - * @param c The code point to search for. - * @return The offset into this of <TT>c</TT>, or -1 if not found. - * @stable ICU 2.0 - */ - inline int32_t indexOf(UChar32 c) const; - - /** - * Locate in this the first occurrence of the BMP code point <code>c</code>, - * starting at offset <TT>start</TT>, using bitwise comparison. - * @param c The code unit to search for. - * @param start The offset at which searching will start. - * @return The offset into this of <TT>c</TT>, or -1 if not found. - * @stable ICU 2.0 - */ - inline int32_t indexOf(UChar c, - int32_t start) const; - - /** - * Locate in this the first occurrence of the code point <TT>c</TT> - * starting at offset <TT>start</TT>, using bitwise comparison. - * - * @param c The code point to search for. - * @param start The offset at which searching will start. - * @return The offset into this of <TT>c</TT>, or -1 if not found. - * @stable ICU 2.0 - */ - inline int32_t indexOf(UChar32 c, - int32_t start) const; - - /** - * Locate in this the first occurrence of the BMP code point <code>c</code> - * in the range [<TT>start</TT>, <TT>start + length</TT>), - * using bitwise comparison. - * @param c The code unit to search for. - * @param start the offset into this at which to start matching - * @param length the number of characters in this to search - * @return The offset into this of <TT>c</TT>, or -1 if not found. - * @stable ICU 2.0 - */ - inline int32_t indexOf(UChar c, - int32_t start, - int32_t length) const; - - /** - * Locate in this the first occurrence of the code point <TT>c</TT> - * in the range [<TT>start</TT>, <TT>start + length</TT>), - * using bitwise comparison. - * - * @param c The code point to search for. - * @param start the offset into this at which to start matching - * @param length the number of characters in this to search - * @return The offset into this of <TT>c</TT>, or -1 if not found. - * @stable ICU 2.0 - */ - inline int32_t indexOf(UChar32 c, - int32_t start, - int32_t length) const; - - /** - * Locate in this the last occurrence of the characters in <TT>text</TT>, - * using bitwise comparison. - * @param text The text to search for. - * @return The offset into this of the start of <TT>text</TT>, - * or -1 if not found. - * @stable ICU 2.0 - */ - inline int32_t lastIndexOf(const UnicodeString& text) const; - - /** - * Locate in this the last occurrence of the characters in <TT>text</TT> - * starting at offset <TT>start</TT>, using bitwise comparison. - * @param text The text to search for. - * @param start The offset at which searching will start. - * @return The offset into this of the start of <TT>text</TT>, - * or -1 if not found. - * @stable ICU 2.0 - */ - inline int32_t lastIndexOf(const UnicodeString& text, - int32_t start) const; - - /** - * Locate in this the last occurrence in the range - * [<TT>start</TT>, <TT>start + length</TT>) of the characters - * in <TT>text</TT>, using bitwise comparison. - * @param text The text to search for. - * @param start The offset at which searching will start. - * @param length The number of characters to search - * @return The offset into this of the start of <TT>text</TT>, - * or -1 if not found. - * @stable ICU 2.0 - */ - inline int32_t lastIndexOf(const UnicodeString& text, - int32_t start, - int32_t length) const; - - /** - * Locate in this the last occurrence in the range - * [<TT>start</TT>, <TT>start + length</TT>) of the characters - * in <TT>srcText</TT> in the range - * [<TT>srcStart</TT>, <TT>srcStart + srcLength</TT>), - * using bitwise comparison. - * @param srcText The text to search for. - * @param srcStart the offset into <TT>srcText</TT> at which - * to start matching - * @param srcLength the number of characters in <TT>srcText</TT> to match - * @param start the offset into this at which to start matching - * @param length the number of characters in this to search - * @return The offset into this of the start of <TT>text</TT>, - * or -1 if not found. - * @stable ICU 2.0 - */ - inline int32_t lastIndexOf(const UnicodeString& srcText, - int32_t srcStart, - int32_t srcLength, - int32_t start, - int32_t length) const; - - /** - * Locate in this the last occurrence of the characters in <TT>srcChars</TT> - * starting at offset <TT>start</TT>, using bitwise comparison. - * @param srcChars The text to search for. - * @param srcLength the number of characters in <TT>srcChars</TT> to match - * @param start the offset into this at which to start matching - * @return The offset into this of the start of <TT>text</TT>, - * or -1 if not found. - * @stable ICU 2.0 - */ - inline int32_t lastIndexOf(const UChar *srcChars, - int32_t srcLength, - int32_t start) const; - - /** - * Locate in this the last occurrence in the range - * [<TT>start</TT>, <TT>start + length</TT>) of the characters - * in <TT>srcChars</TT>, using bitwise comparison. - * @param srcChars The text to search for. - * @param srcLength the number of characters in <TT>srcChars</TT> - * @param start The offset at which searching will start. - * @param length The number of characters to search - * @return The offset into this of the start of <TT>srcChars</TT>, - * or -1 if not found. - * @stable ICU 2.0 - */ - inline int32_t lastIndexOf(const UChar *srcChars, - int32_t srcLength, - int32_t start, - int32_t length) const; - - /** - * Locate in this the last occurrence in the range - * [<TT>start</TT>, <TT>start + length</TT>) of the characters - * in <TT>srcChars</TT> in the range - * [<TT>srcStart</TT>, <TT>srcStart + srcLength</TT>), - * using bitwise comparison. - * @param srcChars The text to search for. - * @param srcStart the offset into <TT>srcChars</TT> at which - * to start matching - * @param srcLength the number of characters in <TT>srcChars</TT> to match - * @param start the offset into this at which to start matching - * @param length the number of characters in this to search - * @return The offset into this of the start of <TT>text</TT>, - * or -1 if not found. - * @stable ICU 2.0 - */ - int32_t lastIndexOf(const UChar *srcChars, - int32_t srcStart, - int32_t srcLength, - int32_t start, - int32_t length) const; - - /** - * Locate in this the last occurrence of the BMP code point <code>c</code>, - * using bitwise comparison. - * @param c The code unit to search for. - * @return The offset into this of <TT>c</TT>, or -1 if not found. - * @stable ICU 2.0 - */ - inline int32_t lastIndexOf(UChar c) const; - - /** - * Locate in this the last occurrence of the code point <TT>c</TT>, - * using bitwise comparison. - * - * @param c The code point to search for. - * @return The offset into this of <TT>c</TT>, or -1 if not found. - * @stable ICU 2.0 - */ - inline int32_t lastIndexOf(UChar32 c) const; - - /** - * Locate in this the last occurrence of the BMP code point <code>c</code> - * starting at offset <TT>start</TT>, using bitwise comparison. - * @param c The code unit to search for. - * @param start The offset at which searching will start. - * @return The offset into this of <TT>c</TT>, or -1 if not found. - * @stable ICU 2.0 - */ - inline int32_t lastIndexOf(UChar c, - int32_t start) const; - - /** - * Locate in this the last occurrence of the code point <TT>c</TT> - * starting at offset <TT>start</TT>, using bitwise comparison. - * - * @param c The code point to search for. - * @param start The offset at which searching will start. - * @return The offset into this of <TT>c</TT>, or -1 if not found. - * @stable ICU 2.0 - */ - inline int32_t lastIndexOf(UChar32 c, - int32_t start) const; - - /** - * Locate in this the last occurrence of the BMP code point <code>c</code> - * in the range [<TT>start</TT>, <TT>start + length</TT>), - * using bitwise comparison. - * @param c The code unit to search for. - * @param start the offset into this at which to start matching - * @param length the number of characters in this to search - * @return The offset into this of <TT>c</TT>, or -1 if not found. - * @stable ICU 2.0 - */ - inline int32_t lastIndexOf(UChar c, - int32_t start, - int32_t length) const; - - /** - * Locate in this the last occurrence of the code point <TT>c</TT> - * in the range [<TT>start</TT>, <TT>start + length</TT>), - * using bitwise comparison. - * - * @param c The code point to search for. - * @param start the offset into this at which to start matching - * @param length the number of characters in this to search - * @return The offset into this of <TT>c</TT>, or -1 if not found. - * @stable ICU 2.0 - */ - inline int32_t lastIndexOf(UChar32 c, - int32_t start, - int32_t length) const; - - - /* Character access */ - - /** - * Return the code unit at offset <tt>offset</tt>. - * If the offset is not valid (0..length()-1) then U+ffff is returned. - * @param offset a valid offset into the text - * @return the code unit at offset <tt>offset</tt> - * or 0xffff if the offset is not valid for this string - * @stable ICU 2.0 - */ - inline UChar charAt(int32_t offset) const; - - /** - * Return the code unit at offset <tt>offset</tt>. - * If the offset is not valid (0..length()-1) then U+ffff is returned. - * @param offset a valid offset into the text - * @return the code unit at offset <tt>offset</tt> - * @stable ICU 2.0 - */ - inline UChar operator[] (int32_t offset) const; - - /** - * Return the code point that contains the code unit - * at offset <tt>offset</tt>. - * If the offset is not valid (0..length()-1) then U+ffff is returned. - * @param offset a valid offset into the text - * that indicates the text offset of any of the code units - * that will be assembled into a code point (21-bit value) and returned - * @return the code point of text at <tt>offset</tt> - * or 0xffff if the offset is not valid for this string - * @stable ICU 2.0 - */ - inline UChar32 char32At(int32_t offset) const; - - /** - * Adjust a random-access offset so that - * it points to the beginning of a Unicode character. - * The offset that is passed in points to - * any code unit of a code point, - * while the returned offset will point to the first code unit - * of the same code point. - * In UTF-16, if the input offset points to a second surrogate - * of a surrogate pair, then the returned offset will point - * to the first surrogate. - * @param offset a valid offset into one code point of the text - * @return offset of the first code unit of the same code point - * @see U16_SET_CP_START - * @stable ICU 2.0 - */ - inline int32_t getChar32Start(int32_t offset) const; - - /** - * Adjust a random-access offset so that - * it points behind a Unicode character. - * The offset that is passed in points behind - * any code unit of a code point, - * while the returned offset will point behind the last code unit - * of the same code point. - * In UTF-16, if the input offset points behind the first surrogate - * (i.e., to the second surrogate) - * of a surrogate pair, then the returned offset will point - * behind the second surrogate (i.e., to the first surrogate). - * @param offset a valid offset after any code unit of a code point of the text - * @return offset of the first code unit after the same code point - * @see U16_SET_CP_LIMIT - * @stable ICU 2.0 - */ - inline int32_t getChar32Limit(int32_t offset) const; - - /** - * Move the code unit index along the string by delta code points. - * Interpret the input index as a code unit-based offset into the string, - * move the index forward or backward by delta code points, and - * return the resulting index. - * The input index should point to the first code unit of a code point, - * if there is more than one. - * - * Both input and output indexes are code unit-based as for all - * string indexes/offsets in ICU (and other libraries, like MBCS char*). - * If delta<0 then the index is moved backward (toward the start of the string). - * If delta>0 then the index is moved forward (toward the end of the string). - * - * This behaves like CharacterIterator::move32(delta, kCurrent). - * - * Behavior for out-of-bounds indexes: - * <code>moveIndex32</code> pins the input index to 0..length(), i.e., - * if the input index<0 then it is pinned to 0; - * if it is index>length() then it is pinned to length(). - * Afterwards, the index is moved by <code>delta</code> code points - * forward or backward, - * but no further backward than to 0 and no further forward than to length(). - * The resulting index return value will be in between 0 and length(), inclusively. - * - * Examples: - * <pre> - * // s has code points 'a' U+10000 'b' U+10ffff U+2029 - * UnicodeString s=UNICODE_STRING("a\\U00010000b\\U0010ffff\\u2029", 31).unescape(); - * - * // initial index: position of U+10000 - * int32_t index=1; - * - * // the following examples will all result in index==4, position of U+10ffff - * - * // skip 2 code points from some position in the string - * index=s.moveIndex32(index, 2); // skips U+10000 and 'b' - * - * // go to the 3rd code point from the start of s (0-based) - * index=s.moveIndex32(0, 3); // skips 'a', U+10000, and 'b' - * - * // go to the next-to-last code point of s - * index=s.moveIndex32(s.length(), -2); // backward-skips U+2029 and U+10ffff - * </pre> - * - * @param index input code unit index - * @param delta (signed) code point count to move the index forward or backward - * in the string - * @return the resulting code unit index - * @stable ICU 2.0 - */ - int32_t moveIndex32(int32_t index, int32_t delta) const; - - /* Substring extraction */ - - /** - * Copy the characters in the range - * [<tt>start</tt>, <tt>start + length</tt>) into the array <tt>dst</tt>, - * beginning at <tt>dstStart</tt>. - * If the string aliases to <code>dst</code> itself as an external buffer, - * then extract() will not copy the contents. - * - * @param start offset of first character which will be copied into the array - * @param length the number of characters to extract - * @param dst array in which to copy characters. The length of <tt>dst</tt> - * must be at least (<tt>dstStart + length</tt>). - * @param dstStart the offset in <TT>dst</TT> where the first character - * will be extracted - * @stable ICU 2.0 - */ - inline void extract(int32_t start, - int32_t length, - UChar *dst, - int32_t dstStart = 0) const; - - /** - * Copy the contents of the string into dest. - * This is a convenience function that - * checks if there is enough space in dest, - * extracts the entire string if possible, - * and NUL-terminates dest if possible. - * - * If the string fits into dest but cannot be NUL-terminated - * (length()==destCapacity) then the error code is set to U_STRING_NOT_TERMINATED_WARNING. - * If the string itself does not fit into dest - * (length()>destCapacity) then the error code is set to U_BUFFER_OVERFLOW_ERROR. - * - * If the string aliases to <code>dest</code> itself as an external buffer, - * then extract() will not copy the contents. - * - * @param dest Destination string buffer. - * @param destCapacity Number of UChars available at dest. - * @param errorCode ICU error code. - * @return length() - * @stable ICU 2.0 - */ - int32_t - extract(UChar *dest, int32_t destCapacity, - UErrorCode &errorCode) const; - - /** - * Copy the characters in the range - * [<tt>start</tt>, <tt>start + length</tt>) into the UnicodeString - * <tt>target</tt>. - * @param start offset of first character which will be copied - * @param length the number of characters to extract - * @param target UnicodeString into which to copy characters. - * @return A reference to <TT>target</TT> - * @stable ICU 2.0 - */ - inline void extract(int32_t start, - int32_t length, - UnicodeString& target) const; - - /** - * Copy the characters in the range [<tt>start</tt>, <tt>limit</tt>) - * into the array <tt>dst</tt>, beginning at <tt>dstStart</tt>. - * @param start offset of first character which will be copied into the array - * @param limit offset immediately following the last character to be copied - * @param dst array in which to copy characters. The length of <tt>dst</tt> - * must be at least (<tt>dstStart + (limit - start)</tt>). - * @param dstStart the offset in <TT>dst</TT> where the first character - * will be extracted - * @stable ICU 2.0 - */ - inline void extractBetween(int32_t start, - int32_t limit, - UChar *dst, - int32_t dstStart = 0) const; - - /** - * Copy the characters in the range [<tt>start</tt>, <tt>limit</tt>) - * into the UnicodeString <tt>target</tt>. Replaceable API. - * @param start offset of first character which will be copied - * @param limit offset immediately following the last character to be copied - * @param target UnicodeString into which to copy characters. - * @return A reference to <TT>target</TT> - * @stable ICU 2.0 - */ - virtual void extractBetween(int32_t start, - int32_t limit, - UnicodeString& target) const; - - /** - * Copy the characters in the range - * [<tt>start</TT>, <tt>start + length</TT>) into an array of characters. - * All characters must be invariant (see utypes.h). - * Use US_INV as the last, signature-distinguishing parameter. - * - * This function does not write any more than <code>targetLength</code> - * characters but returns the length of the entire output string - * so that one can allocate a larger buffer and call the function again - * if necessary. - * The output string is NUL-terminated if possible. - * - * @param start offset of first character which will be copied - * @param startLength the number of characters to extract - * @param target the target buffer for extraction, can be NULL - * if targetLength is 0 - * @param targetCapacity the length of the target buffer - * @param inv Signature-distinguishing paramater, use US_INV. - * @return the output string length, not including the terminating NUL - * @stable ICU 3.2 - */ - int32_t extract(int32_t start, - int32_t startLength, - char *target, - int32_t targetCapacity, - enum EInvariant inv) const; - -#if !UCONFIG_NO_CONVERSION - - /** - * Copy the characters in the range - * [<tt>start</TT>, <tt>start + length</TT>) into an array of characters - * in a specified codepage. - * The output string is NUL-terminated. - * - * Recommendation: For invariant-character strings use - * extract(int32_t start, int32_t length, char *target, int32_t targetCapacity, enum EInvariant inv) const - * because it avoids object code dependencies of UnicodeString on - * the conversion code. - * - * @param start offset of first character which will be copied - * @param startLength the number of characters to extract - * @param target the target buffer for extraction - * @param codepage the desired codepage for the characters. 0 has - * the special meaning of the default codepage - * If <code>codepage</code> is an empty string (<code>""</code>), - * then a simple conversion is performed on the codepage-invariant - * subset ("invariant characters") of the platform encoding. See utypes.h. - * If <TT>target</TT> is NULL, then the number of bytes required for - * <TT>target</TT> is returned. It is assumed that the target is big enough - * to fit all of the characters. - * @return the output string length, not including the terminating NUL - * @stable ICU 2.0 - */ - inline int32_t extract(int32_t start, - int32_t startLength, - char *target, - const char *codepage = 0) const; - - /** - * Copy the characters in the range - * [<tt>start</TT>, <tt>start + length</TT>) into an array of characters - * in a specified codepage. - * This function does not write any more than <code>targetLength</code> - * characters but returns the length of the entire output string - * so that one can allocate a larger buffer and call the function again - * if necessary. - * The output string is NUL-terminated if possible. - * - * Recommendation: For invariant-character strings use - * extract(int32_t start, int32_t length, char *target, int32_t targetCapacity, enum EInvariant inv) const - * because it avoids object code dependencies of UnicodeString on - * the conversion code. - * - * @param start offset of first character which will be copied - * @param startLength the number of characters to extract - * @param target the target buffer for extraction - * @param targetLength the length of the target buffer - * @param codepage the desired codepage for the characters. 0 has - * the special meaning of the default codepage - * If <code>codepage</code> is an empty string (<code>""</code>), - * then a simple conversion is performed on the codepage-invariant - * subset ("invariant characters") of the platform encoding. See utypes.h. - * If <TT>target</TT> is NULL, then the number of bytes required for - * <TT>target</TT> is returned. - * @return the output string length, not including the terminating NUL - * @stable ICU 2.0 - */ - int32_t extract(int32_t start, - int32_t startLength, - char *target, - uint32_t targetLength, - const char *codepage = 0) const; - - /** - * Convert the UnicodeString into a codepage string using an existing UConverter. - * The output string is NUL-terminated if possible. - * - * This function avoids the overhead of opening and closing a converter if - * multiple strings are extracted. - * - * @param dest destination string buffer, can be NULL if destCapacity==0 - * @param destCapacity the number of chars available at dest - * @param cnv the converter object to be used (ucnv_resetFromUnicode() will be called), - * or NULL for the default converter - * @param errorCode normal ICU error code - * @return the length of the output string, not counting the terminating NUL; - * if the length is greater than destCapacity, then the string will not fit - * and a buffer of the indicated length would need to be passed in - * @stable ICU 2.0 - */ - int32_t extract(char *dest, int32_t destCapacity, - UConverter *cnv, - UErrorCode &errorCode) const; - -#endif - - /* Length operations */ - - /** - * Return the length of the UnicodeString object. - * The length is the number of UChar code units are in the UnicodeString. - * If you want the number of code points, please use countChar32(). - * @return the length of the UnicodeString object - * @see countChar32 - * @stable ICU 2.0 - */ - inline int32_t length(void) const; - - /** - * Count Unicode code points in the length UChar code units of the string. - * A code point may occupy either one or two UChar code units. - * Counting code points involves reading all code units. - * - * This functions is basically the inverse of moveIndex32(). - * - * @param start the index of the first code unit to check - * @param length the number of UChar code units to check - * @return the number of code points in the specified code units - * @see length - * @stable ICU 2.0 - */ - int32_t - countChar32(int32_t start=0, int32_t length=INT32_MAX) const; - - /** - * Check if the length UChar code units of the string - * contain more Unicode code points than a certain number. - * This is more efficient than counting all code points in this part of the string - * and comparing that number with a threshold. - * This function may not need to scan the string at all if the length - * falls within a certain range, and - * never needs to count more than 'number+1' code points. - * Logically equivalent to (countChar32(start, length)>number). - * A Unicode code point may occupy either one or two UChar code units. - * - * @param start the index of the first code unit to check (0 for the entire string) - * @param length the number of UChar code units to check - * (use INT32_MAX for the entire string; remember that start/length - * values are pinned) - * @param number The number of code points in the (sub)string is compared against - * the 'number' parameter. - * @return Boolean value for whether the string contains more Unicode code points - * than 'number'. Same as (u_countChar32(s, length)>number). - * @see countChar32 - * @see u_strHasMoreChar32Than - * @stable ICU 2.4 - */ - UBool - hasMoreChar32Than(int32_t start, int32_t length, int32_t number) const; - - /** - * Determine if this string is empty. - * @return TRUE if this string contains 0 characters, FALSE otherwise. - * @stable ICU 2.0 - */ - inline UBool isEmpty(void) const; - - /** - * Return the capacity of the internal buffer of the UnicodeString object. - * This is useful together with the getBuffer functions. - * See there for details. - * - * @return the number of UChars available in the internal buffer - * @see getBuffer - * @stable ICU 2.0 - */ - inline int32_t getCapacity(void) const; - - /* Other operations */ - - /** - * Generate a hash code for this object. - * @return The hash code of this UnicodeString. - * @stable ICU 2.0 - */ - inline int32_t hashCode(void) const; - - /** - * Determine if this object contains a valid string. - * A bogus string has no value. It is different from an empty string. - * It can be used to indicate that no string value is available. - * getBuffer() and getTerminatedBuffer() return NULL, and - * length() returns 0. - * - * @return TRUE if the string is valid, FALSE otherwise - * @see setToBogus() - * @stable ICU 2.0 - */ - inline UBool isBogus(void) const; - - - //======================================== - // Write operations - //======================================== - - /* Assignment operations */ - - /** - * Assignment operator. Replace the characters in this UnicodeString - * with the characters from <TT>srcText</TT>. - * @param srcText The text containing the characters to replace - * @return a reference to this - * @stable ICU 2.0 - */ - UnicodeString &operator=(const UnicodeString &srcText); - - /** - * Almost the same as the assignment operator. - * Replace the characters in this UnicodeString - * with the characters from <code>srcText</code>. - * - * This function works the same for all strings except for ones that - * are readonly aliases. - * Starting with ICU 2.4, the assignment operator and the copy constructor - * allocate a new buffer and copy the buffer contents even for readonly aliases. - * This function implements the old, more efficient but less safe behavior - * of making this string also a readonly alias to the same buffer. - * The fastCopyFrom function must be used only if it is known that the lifetime of - * this UnicodeString is at least as long as the lifetime of the aliased buffer - * including its contents, for example for strings from resource bundles - * or aliases to string contents. - * - * @param src The text containing the characters to replace. - * @return a reference to this - * @stable ICU 2.4 - */ - UnicodeString &fastCopyFrom(const UnicodeString &src); - - /** - * Assignment operator. Replace the characters in this UnicodeString - * with the code unit <TT>ch</TT>. - * @param ch the code unit to replace - * @return a reference to this - * @stable ICU 2.0 - */ - inline UnicodeString& operator= (UChar ch); - - /** - * Assignment operator. Replace the characters in this UnicodeString - * with the code point <TT>ch</TT>. - * @param ch the code point to replace - * @return a reference to this - * @stable ICU 2.0 - */ - inline UnicodeString& operator= (UChar32 ch); - - /** - * Set the text in the UnicodeString object to the characters - * in <TT>srcText</TT> in the range - * [<TT>srcStart</TT>, <TT>srcText.length()</TT>). - * <TT>srcText</TT> is not modified. - * @param srcText the source for the new characters - * @param srcStart the offset into <TT>srcText</TT> where new characters - * will be obtained - * @return a reference to this - * @stable ICU 2.2 - */ - inline UnicodeString& setTo(const UnicodeString& srcText, - int32_t srcStart); - - /** - * Set the text in the UnicodeString object to the characters - * in <TT>srcText</TT> in the range - * [<TT>srcStart</TT>, <TT>srcStart + srcLength</TT>). - * <TT>srcText</TT> is not modified. - * @param srcText the source for the new characters - * @param srcStart the offset into <TT>srcText</TT> where new characters - * will be obtained - * @param srcLength the number of characters in <TT>srcText</TT> in the - * replace string. - * @return a reference to this - * @stable ICU 2.0 - */ - inline UnicodeString& setTo(const UnicodeString& srcText, - int32_t srcStart, - int32_t srcLength); - - /** - * Set the text in the UnicodeString object to the characters in - * <TT>srcText</TT>. - * <TT>srcText</TT> is not modified. - * @param srcText the source for the new characters - * @return a reference to this - * @stable ICU 2.0 - */ - inline UnicodeString& setTo(const UnicodeString& srcText); - - /** - * Set the characters in the UnicodeString object to the characters - * in <TT>srcChars</TT>. <TT>srcChars</TT> is not modified. - * @param srcChars the source for the new characters - * @param srcLength the number of Unicode characters in srcChars. - * @return a reference to this - * @stable ICU 2.0 - */ - inline UnicodeString& setTo(const UChar *srcChars, - int32_t srcLength); - - /** - * Set the characters in the UnicodeString object to the code unit - * <TT>srcChar</TT>. - * @param srcChar the code unit which becomes the UnicodeString's character - * content - * @return a reference to this - * @stable ICU 2.0 - */ - UnicodeString& setTo(UChar srcChar); - - /** - * Set the characters in the UnicodeString object to the code point - * <TT>srcChar</TT>. - * @param srcChar the code point which becomes the UnicodeString's character - * content - * @return a reference to this - * @stable ICU 2.0 - */ - UnicodeString& setTo(UChar32 srcChar); - - /** - * Aliasing setTo() function, analogous to the readonly-aliasing UChar* constructor. - * The text will be used for the UnicodeString object, but - * it will not be released when the UnicodeString is destroyed. - * This has copy-on-write semantics: - * When the string is modified, then the buffer is first copied into - * newly allocated memory. - * The aliased buffer is never modified. - * In an assignment to another UnicodeString, the text will be aliased again, - * so that both strings then alias the same readonly-text. - * - * @param isTerminated specifies if <code>text</code> is <code>NUL</code>-terminated. - * This must be true if <code>textLength==-1</code>. - * @param text The characters to alias for the UnicodeString. - * @param textLength The number of Unicode characters in <code>text</code> to alias. - * If -1, then this constructor will determine the length - * by calling <code>u_strlen()</code>. - * @return a reference to this - * @stable ICU 2.0 - */ - UnicodeString &setTo(UBool isTerminated, - const UChar *text, - int32_t textLength); - - /** - * Aliasing setTo() function, analogous to the writable-aliasing UChar* constructor. - * The text will be used for the UnicodeString object, but - * it will not be released when the UnicodeString is destroyed. - * This has write-through semantics: - * For as long as the capacity of the buffer is sufficient, write operations - * will directly affect the buffer. When more capacity is necessary, then - * a new buffer will be allocated and the contents copied as with regularly - * constructed strings. - * In an assignment to another UnicodeString, the buffer will be copied. - * The extract(UChar *dst) function detects whether the dst pointer is the same - * as the string buffer itself and will in this case not copy the contents. - * - * @param buffer The characters to alias for the UnicodeString. - * @param buffLength The number of Unicode characters in <code>buffer</code> to alias. - * @param buffCapacity The size of <code>buffer</code> in UChars. - * @return a reference to this - * @stable ICU 2.0 - */ - UnicodeString &setTo(UChar *buffer, - int32_t buffLength, - int32_t buffCapacity); - - /** - * Make this UnicodeString object invalid. - * The string will test TRUE with isBogus(). - * - * A bogus string has no value. It is different from an empty string. - * It can be used to indicate that no string value is available. - * getBuffer() and getTerminatedBuffer() return NULL, and - * length() returns 0. - * - * This utility function is used throughout the UnicodeString - * implementation to indicate that a UnicodeString operation failed, - * and may be used in other functions, - * especially but not exclusively when such functions do not - * take a UErrorCode for simplicity. - * - * The following methods, and no others, will clear a string object's bogus flag: - * - remove() - * - remove(0, INT32_MAX) - * - truncate(0) - * - operator=() (assignment operator) - * - setTo(...) - * - * The simplest ways to turn a bogus string into an empty one - * is to use the remove() function. - * Examples for other functions that are equivalent to "set to empty string": - * \code - * if(s.isBogus()) { - * s.remove(); // set to an empty string (remove all), or - * s.remove(0, INT32_MAX); // set to an empty string (remove all), or - * s.truncate(0); // set to an empty string (complete truncation), or - * s=UnicodeString(); // assign an empty string, or - * s.setTo((UChar32)-1); // set to a pseudo code point that is out of range, or - * static const UChar nul=0; - * s.setTo(&nul, 0); // set to an empty C Unicode string - * } - * \endcode - * - * @see isBogus() - * @stable ICU 2.0 - */ - void setToBogus(); - - /** - * Set the character at the specified offset to the specified character. - * @param offset A valid offset into the text of the character to set - * @param ch The new character - * @return A reference to this - * @stable ICU 2.0 - */ - UnicodeString& setCharAt(int32_t offset, - UChar ch); - - - /* Append operations */ - - /** - * Append operator. Append the code unit <TT>ch</TT> to the UnicodeString - * object. - * @param ch the code unit to be appended - * @return a reference to this - * @stable ICU 2.0 - */ - inline UnicodeString& operator+= (UChar ch); - - /** - * Append operator. Append the code point <TT>ch</TT> to the UnicodeString - * object. - * @param ch the code point to be appended - * @return a reference to this - * @stable ICU 2.0 - */ - inline UnicodeString& operator+= (UChar32 ch); - - /** - * Append operator. Append the characters in <TT>srcText</TT> to the - * UnicodeString object at offset <TT>start</TT>. <TT>srcText</TT> is - * not modified. - * @param srcText the source for the new characters - * @return a reference to this - * @stable ICU 2.0 - */ - inline UnicodeString& operator+= (const UnicodeString& srcText); - - /** - * Append the characters - * in <TT>srcText</TT> in the range - * [<TT>srcStart</TT>, <TT>srcStart + srcLength</TT>) to the - * UnicodeString object at offset <TT>start</TT>. <TT>srcText</TT> - * is not modified. - * @param srcText the source for the new characters - * @param srcStart the offset into <TT>srcText</TT> where new characters - * will be obtained - * @param srcLength the number of characters in <TT>srcText</TT> in - * the append string - * @return a reference to this - * @stable ICU 2.0 - */ - inline UnicodeString& append(const UnicodeString& srcText, - int32_t srcStart, - int32_t srcLength); - - /** - * Append the characters in <TT>srcText</TT> to the UnicodeString object at - * offset <TT>start</TT>. <TT>srcText</TT> is not modified. - * @param srcText the source for the new characters - * @return a reference to this - * @stable ICU 2.0 - */ - inline UnicodeString& append(const UnicodeString& srcText); - - /** - * Append the characters in <TT>srcChars</TT> in the range - * [<TT>srcStart</TT>, <TT>srcStart + srcLength</TT>) to the UnicodeString - * object at offset - * <TT>start</TT>. <TT>srcChars</TT> is not modified. - * @param srcChars the source for the new characters - * @param srcStart the offset into <TT>srcChars</TT> where new characters - * will be obtained - * @param srcLength the number of characters in <TT>srcChars</TT> in - * the append string - * @return a reference to this - * @stable ICU 2.0 - */ - inline UnicodeString& append(const UChar *srcChars, - int32_t srcStart, - int32_t srcLength); - - /** - * Append the characters in <TT>srcChars</TT> to the UnicodeString object - * at offset <TT>start</TT>. <TT>srcChars</TT> is not modified. - * @param srcChars the source for the new characters - * @param srcLength the number of Unicode characters in <TT>srcChars</TT> - * @return a reference to this - * @stable ICU 2.0 - */ - inline UnicodeString& append(const UChar *srcChars, - int32_t srcLength); - - /** - * Append the code unit <TT>srcChar</TT> to the UnicodeString object. - * @param srcChar the code unit to append - * @return a reference to this - * @stable ICU 2.0 - */ - inline UnicodeString& append(UChar srcChar); - - /** - * Append the code point <TT>srcChar</TT> to the UnicodeString object. - * @param srcChar the code point to append - * @return a reference to this - * @stable ICU 2.0 - */ - inline UnicodeString& append(UChar32 srcChar); - - - /* Insert operations */ - - /** - * Insert the characters in <TT>srcText</TT> in the range - * [<TT>srcStart</TT>, <TT>srcStart + srcLength</TT>) into the UnicodeString - * object at offset <TT>start</TT>. <TT>srcText</TT> is not modified. - * @param start the offset where the insertion begins - * @param srcText the source for the new characters - * @param srcStart the offset into <TT>srcText</TT> where new characters - * will be obtained - * @param srcLength the number of characters in <TT>srcText</TT> in - * the insert string - * @return a reference to this - * @stable ICU 2.0 - */ - inline UnicodeString& insert(int32_t start, - const UnicodeString& srcText, - int32_t srcStart, - int32_t srcLength); - - /** - * Insert the characters in <TT>srcText</TT> into the UnicodeString object - * at offset <TT>start</TT>. <TT>srcText</TT> is not modified. - * @param start the offset where the insertion begins - * @param srcText the source for the new characters - * @return a reference to this - * @stable ICU 2.0 - */ - inline UnicodeString& insert(int32_t start, - const UnicodeString& srcText); - - /** - * Insert the characters in <TT>srcChars</TT> in the range - * [<TT>srcStart</TT>, <TT>srcStart + srcLength</TT>) into the UnicodeString - * object at offset <TT>start</TT>. <TT>srcChars</TT> is not modified. - * @param start the offset at which the insertion begins - * @param srcChars the source for the new characters - * @param srcStart the offset into <TT>srcChars</TT> where new characters - * will be obtained - * @param srcLength the number of characters in <TT>srcChars</TT> - * in the insert string - * @return a reference to this - * @stable ICU 2.0 - */ - inline UnicodeString& insert(int32_t start, - const UChar *srcChars, - int32_t srcStart, - int32_t srcLength); - - /** - * Insert the characters in <TT>srcChars</TT> into the UnicodeString object - * at offset <TT>start</TT>. <TT>srcChars</TT> is not modified. - * @param start the offset where the insertion begins - * @param srcChars the source for the new characters - * @param srcLength the number of Unicode characters in srcChars. - * @return a reference to this - * @stable ICU 2.0 - */ - inline UnicodeString& insert(int32_t start, - const UChar *srcChars, - int32_t srcLength); - - /** - * Insert the code unit <TT>srcChar</TT> into the UnicodeString object at - * offset <TT>start</TT>. - * @param start the offset at which the insertion occurs - * @param srcChar the code unit to insert - * @return a reference to this - * @stable ICU 2.0 - */ - inline UnicodeString& insert(int32_t start, - UChar srcChar); - - /** - * Insert the code point <TT>srcChar</TT> into the UnicodeString object at - * offset <TT>start</TT>. - * @param start the offset at which the insertion occurs - * @param srcChar the code point to insert - * @return a reference to this - * @stable ICU 2.0 - */ - inline UnicodeString& insert(int32_t start, - UChar32 srcChar); - - - /* Replace operations */ - - /** - * Replace the characters in the range - * [<TT>start</TT>, <TT>start + length</TT>) with the characters in - * <TT>srcText</TT> in the range - * [<TT>srcStart</TT>, <TT>srcStart + srcLength</TT>). - * <TT>srcText</TT> is not modified. - * @param start the offset at which the replace operation begins - * @param length the number of characters to replace. The character at - * <TT>start + length</TT> is not modified. - * @param srcText the source for the new characters - * @param srcStart the offset into <TT>srcText</TT> where new characters - * will be obtained - * @param srcLength the number of characters in <TT>srcText</TT> in - * the replace string - * @return a reference to this - * @stable ICU 2.0 - */ - UnicodeString& replace(int32_t start, - int32_t length, - const UnicodeString& srcText, - int32_t srcStart, - int32_t srcLength); - - /** - * Replace the characters in the range - * [<TT>start</TT>, <TT>start + length</TT>) - * with the characters in <TT>srcText</TT>. <TT>srcText</TT> is - * not modified. - * @param start the offset at which the replace operation begins - * @param length the number of characters to replace. The character at - * <TT>start + length</TT> is not modified. - * @param srcText the source for the new characters - * @return a reference to this - * @stable ICU 2.0 - */ - UnicodeString& replace(int32_t start, - int32_t length, - const UnicodeString& srcText); - - /** - * Replace the characters in the range - * [<TT>start</TT>, <TT>start + length</TT>) with the characters in - * <TT>srcChars</TT> in the range - * [<TT>srcStart</TT>, <TT>srcStart + srcLength</TT>). <TT>srcChars</TT> - * is not modified. - * @param start the offset at which the replace operation begins - * @param length the number of characters to replace. The character at - * <TT>start + length</TT> is not modified. - * @param srcChars the source for the new characters - * @param srcStart the offset into <TT>srcChars</TT> where new characters - * will be obtained - * @param srcLength the number of characters in <TT>srcChars</TT> - * in the replace string - * @return a reference to this - * @stable ICU 2.0 - */ - UnicodeString& replace(int32_t start, - int32_t length, - const UChar *srcChars, - int32_t srcStart, - int32_t srcLength); - - /** - * Replace the characters in the range - * [<TT>start</TT>, <TT>start + length</TT>) with the characters in - * <TT>srcChars</TT>. <TT>srcChars</TT> is not modified. - * @param start the offset at which the replace operation begins - * @param length number of characters to replace. The character at - * <TT>start + length</TT> is not modified. - * @param srcChars the source for the new characters - * @param srcLength the number of Unicode characters in srcChars - * @return a reference to this - * @stable ICU 2.0 - */ - inline UnicodeString& replace(int32_t start, - int32_t length, - const UChar *srcChars, - int32_t srcLength); - - /** - * Replace the characters in the range - * [<TT>start</TT>, <TT>start + length</TT>) with the code unit - * <TT>srcChar</TT>. - * @param start the offset at which the replace operation begins - * @param length the number of characters to replace. The character at - * <TT>start + length</TT> is not modified. - * @param srcChar the new code unit - * @return a reference to this - * @stable ICU 2.0 - */ - inline UnicodeString& replace(int32_t start, - int32_t length, - UChar srcChar); - - /** - * Replace the characters in the range - * [<TT>start</TT>, <TT>start + length</TT>) with the code point - * <TT>srcChar</TT>. - * @param start the offset at which the replace operation begins - * @param length the number of characters to replace. The character at - * <TT>start + length</TT> is not modified. - * @param srcChar the new code point - * @return a reference to this - * @stable ICU 2.0 - */ - inline UnicodeString& replace(int32_t start, - int32_t length, - UChar32 srcChar); - - /** - * Replace the characters in the range [<TT>start</TT>, <TT>limit</TT>) - * with the characters in <TT>srcText</TT>. <TT>srcText</TT> is not modified. - * @param start the offset at which the replace operation begins - * @param limit the offset immediately following the replace range - * @param srcText the source for the new characters - * @return a reference to this - * @stable ICU 2.0 - */ - inline UnicodeString& replaceBetween(int32_t start, - int32_t limit, - const UnicodeString& srcText); - - /** - * Replace the characters in the range [<TT>start</TT>, <TT>limit</TT>) - * with the characters in <TT>srcText</TT> in the range - * [<TT>srcStart</TT>, <TT>srcLimit</TT>). <TT>srcText</TT> is not modified. - * @param start the offset at which the replace operation begins - * @param limit the offset immediately following the replace range - * @param srcText the source for the new characters - * @param srcStart the offset into <TT>srcChars</TT> where new characters - * will be obtained - * @param srcLimit the offset immediately following the range to copy - * in <TT>srcText</TT> - * @return a reference to this - * @stable ICU 2.0 - */ - inline UnicodeString& replaceBetween(int32_t start, - int32_t limit, - const UnicodeString& srcText, - int32_t srcStart, - int32_t srcLimit); - - /** - * Replace a substring of this object with the given text. - * @param start the beginning index, inclusive; <code>0 <= start - * <= limit</code>. - * @param limit the ending index, exclusive; <code>start <= limit - * <= length()</code>. - * @param text the text to replace characters <code>start</code> - * to <code>limit - 1</code> - * @stable ICU 2.0 - */ - virtual void handleReplaceBetween(int32_t start, - int32_t limit, - const UnicodeString& text); - - /** - * Replaceable API - * @return TRUE if it has MetaData - * @stable ICU 2.4 - */ - virtual UBool hasMetaData() const; - - /** - * Copy a substring of this object, retaining attribute (out-of-band) - * information. This method is used to duplicate or reorder substrings. - * The destination index must not overlap the source range. - * - * @param start the beginning index, inclusive; <code>0 <= start <= - * limit</code>. - * @param limit the ending index, exclusive; <code>start <= limit <= - * length()</code>. - * @param dest the destination index. The characters from - * <code>start..limit-1</code> will be copied to <code>dest</code>. - * Implementations of this method may assume that <code>dest <= start || - * dest >= limit</code>. - * @stable ICU 2.0 - */ - virtual void copy(int32_t start, int32_t limit, int32_t dest); - - /* Search and replace operations */ - - /** - * Replace all occurrences of characters in oldText with the characters - * in newText - * @param oldText the text containing the search text - * @param newText the text containing the replacement text - * @return a reference to this - * @stable ICU 2.0 - */ - inline UnicodeString& findAndReplace(const UnicodeString& oldText, - const UnicodeString& newText); - - /** - * Replace all occurrences of characters in oldText with characters - * in newText - * in the range [<TT>start</TT>, <TT>start + length</TT>). - * @param start the start of the range in which replace will performed - * @param length the length of the range in which replace will be performed - * @param oldText the text containing the search text - * @param newText the text containing the replacement text - * @return a reference to this - * @stable ICU 2.0 - */ - inline UnicodeString& findAndReplace(int32_t start, - int32_t length, - const UnicodeString& oldText, - const UnicodeString& newText); - - /** - * Replace all occurrences of characters in oldText in the range - * [<TT>oldStart</TT>, <TT>oldStart + oldLength</TT>) with the characters - * in newText in the range - * [<TT>newStart</TT>, <TT>newStart + newLength</TT>) - * in the range [<TT>start</TT>, <TT>start + length</TT>). - * @param start the start of the range in which replace will performed - * @param length the length of the range in which replace will be performed - * @param oldText the text containing the search text - * @param oldStart the start of the search range in <TT>oldText</TT> - * @param oldLength the length of the search range in <TT>oldText</TT> - * @param newText the text containing the replacement text - * @param newStart the start of the replacement range in <TT>newText</TT> - * @param newLength the length of the replacement range in <TT>newText</TT> - * @return a reference to this - * @stable ICU 2.0 - */ - UnicodeString& findAndReplace(int32_t start, - int32_t length, - const UnicodeString& oldText, - int32_t oldStart, - int32_t oldLength, - const UnicodeString& newText, - int32_t newStart, - int32_t newLength); - - - /* Remove operations */ - - /** - * Remove all characters from the UnicodeString object. - * @return a reference to this - * @stable ICU 2.0 - */ - inline UnicodeString& remove(void); - - /** - * Remove the characters in the range - * [<TT>start</TT>, <TT>start + length</TT>) from the UnicodeString object. - * @param start the offset of the first character to remove - * @param length the number of characters to remove - * @return a reference to this - * @stable ICU 2.0 - */ - inline UnicodeString& remove(int32_t start, - int32_t length = (int32_t)INT32_MAX); - - /** - * Remove the characters in the range - * [<TT>start</TT>, <TT>limit</TT>) from the UnicodeString object. - * @param start the offset of the first character to remove - * @param limit the offset immediately following the range to remove - * @return a reference to this - * @stable ICU 2.0 - */ - inline UnicodeString& removeBetween(int32_t start, - int32_t limit = (int32_t)INT32_MAX); - - - /* Length operations */ - - /** - * Pad the start of this UnicodeString with the character <TT>padChar</TT>. - * If the length of this UnicodeString is less than targetLength, - * length() - targetLength copies of padChar will be added to the - * beginning of this UnicodeString. - * @param targetLength the desired length of the string - * @param padChar the character to use for padding. Defaults to - * space (U+0020) - * @return TRUE if the text was padded, FALSE otherwise. - * @stable ICU 2.0 - */ - UBool padLeading(int32_t targetLength, - UChar padChar = 0x0020); - - /** - * Pad the end of this UnicodeString with the character <TT>padChar</TT>. - * If the length of this UnicodeString is less than targetLength, - * length() - targetLength copies of padChar will be added to the - * end of this UnicodeString. - * @param targetLength the desired length of the string - * @param padChar the character to use for padding. Defaults to - * space (U+0020) - * @return TRUE if the text was padded, FALSE otherwise. - * @stable ICU 2.0 - */ - UBool padTrailing(int32_t targetLength, - UChar padChar = 0x0020); - - /** - * Truncate this UnicodeString to the <TT>targetLength</TT>. - * @param targetLength the desired length of this UnicodeString. - * @return TRUE if the text was truncated, FALSE otherwise - * @stable ICU 2.0 - */ - inline UBool truncate(int32_t targetLength); - - /** - * Trims leading and trailing whitespace from this UnicodeString. - * @return a reference to this - * @stable ICU 2.0 - */ - UnicodeString& trim(void); - - - /* Miscellaneous operations */ - - /** - * Reverse this UnicodeString in place. - * @return a reference to this - * @stable ICU 2.0 - */ - inline UnicodeString& reverse(void); - - /** - * Reverse the range [<TT>start</TT>, <TT>start + length</TT>) in - * this UnicodeString. - * @param start the start of the range to reverse - * @param length the number of characters to to reverse - * @return a reference to this - * @stable ICU 2.0 - */ - inline UnicodeString& reverse(int32_t start, - int32_t length); - - /** - * Convert the characters in this to UPPER CASE following the conventions of - * the default locale. - * @return A reference to this. - * @stable ICU 2.0 - */ - UnicodeString& toUpper(void); - - /** - * Convert the characters in this to UPPER CASE following the conventions of - * a specific locale. - * @param locale The locale containing the conventions to use. - * @return A reference to this. - * @stable ICU 2.0 - */ - UnicodeString& toUpper(const Locale& locale); - - /** - * Convert the characters in this to lower case following the conventions of - * the default locale. - * @return A reference to this. - * @stable ICU 2.0 - */ - UnicodeString& toLower(void); - - /** - * Convert the characters in this to lower case following the conventions of - * a specific locale. - * @param locale The locale containing the conventions to use. - * @return A reference to this. - * @stable ICU 2.0 - */ - UnicodeString& toLower(const Locale& locale); - -#if !UCONFIG_NO_BREAK_ITERATION - - /** - * Titlecase this string, convenience function using the default locale. - * - * Casing is locale-dependent and context-sensitive. - * Titlecasing uses a break iterator to find the first characters of words - * that are to be titlecased. It titlecases those characters and lowercases - * all others. - * - * The titlecase break iterator can be provided to customize for arbitrary - * styles, using rules and dictionaries beyond the standard iterators. - * It may be more efficient to always provide an iterator to avoid - * opening and closing one for each string. - * The standard titlecase iterator for the root locale implements the - * algorithm of Unicode TR 21. - * - * This function uses only the setText(), first() and next() methods of the - * provided break iterator. - * - * @param titleIter A break iterator to find the first characters of words - * that are to be titlecased. - * If none is provided (0), then a standard titlecase - * break iterator is opened. - * Otherwise the provided iterator is set to the string's text. - * @return A reference to this. - * @stable ICU 2.1 - */ - UnicodeString &toTitle(BreakIterator *titleIter); - - /** - * Titlecase this string. - * - * Casing is locale-dependent and context-sensitive. - * Titlecasing uses a break iterator to find the first characters of words - * that are to be titlecased. It titlecases those characters and lowercases - * all others. - * - * The titlecase break iterator can be provided to customize for arbitrary - * styles, using rules and dictionaries beyond the standard iterators. - * It may be more efficient to always provide an iterator to avoid - * opening and closing one for each string. - * The standard titlecase iterator for the root locale implements the - * algorithm of Unicode TR 21. - * - * This function uses only the setText(), first() and next() methods of the - * provided break iterator. - * - * @param titleIter A break iterator to find the first characters of words - * that are to be titlecased. - * If none is provided (0), then a standard titlecase - * break iterator is opened. - * Otherwise the provided iterator is set to the string's text. - * @param locale The locale to consider. - * @return A reference to this. - * @stable ICU 2.1 - */ - UnicodeString &toTitle(BreakIterator *titleIter, const Locale &locale); - - /** - * Titlecase this string, with options. - * - * Casing is locale-dependent and context-sensitive. - * Titlecasing uses a break iterator to find the first characters of words - * that are to be titlecased. It titlecases those characters and lowercases - * all others. (This can be modified with options.) - * - * The titlecase break iterator can be provided to customize for arbitrary - * styles, using rules and dictionaries beyond the standard iterators. - * It may be more efficient to always provide an iterator to avoid - * opening and closing one for each string. - * The standard titlecase iterator for the root locale implements the - * algorithm of Unicode TR 21. - * - * This function uses only the setText(), first() and next() methods of the - * provided break iterator. - * - * @param titleIter A break iterator to find the first characters of words - * that are to be titlecased. - * If none is provided (0), then a standard titlecase - * break iterator is opened. - * Otherwise the provided iterator is set to the string's text. - * @param locale The locale to consider. - * @param options Options bit set, see ucasemap_open(). - * @return A reference to this. - * @see U_TITLECASE_NO_LOWERCASE - * @see U_TITLECASE_NO_BREAK_ADJUSTMENT - * @see ucasemap_open - * @draft ICU 3.8 - */ - UnicodeString &toTitle(BreakIterator *titleIter, const Locale &locale, uint32_t options); - -#endif - - /** - * Case-fold the characters in this string. - * Case-folding is locale-independent and not context-sensitive, - * but there is an option for whether to include or exclude mappings for dotted I - * and dotless i that are marked with 'I' in CaseFolding.txt. - * The result may be longer or shorter than the original. - * - * @param options Either U_FOLD_CASE_DEFAULT or U_FOLD_CASE_EXCLUDE_SPECIAL_I - * @return A reference to this. - * @stable ICU 2.0 - */ - UnicodeString &foldCase(uint32_t options=0 /*U_FOLD_CASE_DEFAULT*/); - - //======================================== - // Access to the internal buffer - //======================================== - - /** - * Get a read/write pointer to the internal buffer. - * The buffer is guaranteed to be large enough for at least minCapacity UChars, - * writable, and is still owned by the UnicodeString object. - * Calls to getBuffer(minCapacity) must not be nested, and - * must be matched with calls to releaseBuffer(newLength). - * If the string buffer was read-only or shared, - * then it will be reallocated and copied. - * - * An attempted nested call will return 0, and will not further modify the - * state of the UnicodeString object. - * It also returns 0 if the string is bogus. - * - * The actual capacity of the string buffer may be larger than minCapacity. - * getCapacity() returns the actual capacity. - * For many operations, the full capacity should be used to avoid reallocations. - * - * While the buffer is "open" between getBuffer(minCapacity) - * and releaseBuffer(newLength), the following applies: - * - The string length is set to 0. - * - Any read API call on the UnicodeString object will behave like on a 0-length string. - * - Any write API call on the UnicodeString object is disallowed and will have no effect. - * - You can read from and write to the returned buffer. - * - The previous string contents will still be in the buffer; - * if you want to use it, then you need to call length() before getBuffer(minCapacity). - * If the length() was greater than minCapacity, then any contents after minCapacity - * may be lost. - * The buffer contents is not NUL-terminated by getBuffer(). - * If length()<getCapacity() then you can terminate it by writing a NUL - * at index length(). - * - You must call releaseBuffer(newLength) before and in order to - * return to normal UnicodeString operation. - * - * @param minCapacity the minimum number of UChars that are to be available - * in the buffer, starting at the returned pointer; - * default to the current string capacity if minCapacity==-1 - * @return a writable pointer to the internal string buffer, - * or 0 if an error occurs (nested calls, out of memory) - * - * @see releaseBuffer - * @see getTerminatedBuffer() - * @stable ICU 2.0 - */ - UChar *getBuffer(int32_t minCapacity); - - /** - * Release a read/write buffer on a UnicodeString object with an - * "open" getBuffer(minCapacity). - * This function must be called in a matched pair with getBuffer(minCapacity). - * releaseBuffer(newLength) must be called if and only if a getBuffer(minCapacity) is "open". - * - * It will set the string length to newLength, at most to the current capacity. - * If newLength==-1 then it will set the length according to the - * first NUL in the buffer, or to the capacity if there is no NUL. - * - * After calling releaseBuffer(newLength) the UnicodeString is back to normal operation. - * - * @param newLength the new length of the UnicodeString object; - * defaults to the current capacity if newLength is greater than that; - * if newLength==-1, it defaults to u_strlen(buffer) but not more than - * the current capacity of the string - * - * @see getBuffer(int32_t minCapacity) - * @stable ICU 2.0 - */ - void releaseBuffer(int32_t newLength=-1); - - /** - * Get a read-only pointer to the internal buffer. - * This can be called at any time on a valid UnicodeString. - * - * It returns 0 if the string is bogus, or - * during an "open" getBuffer(minCapacity). - * - * It can be called as many times as desired. - * The pointer that it returns will remain valid until the UnicodeString object is modified, - * at which time the pointer is semantically invalidated and must not be used any more. - * - * The capacity of the buffer can be determined with getCapacity(). - * The part after length() may or may not be initialized and valid, - * depending on the history of the UnicodeString object. - * - * The buffer contents is (probably) not NUL-terminated. - * You can check if it is with - * <code>(s.length()<s.getCapacity() && buffer[s.length()]==0)</code>. - * (See getTerminatedBuffer().) - * - * The buffer may reside in read-only memory. Its contents must not - * be modified. - * - * @return a read-only pointer to the internal string buffer, - * or 0 if the string is empty or bogus - * - * @see getBuffer(int32_t minCapacity) - * @see getTerminatedBuffer() - * @stable ICU 2.0 - */ - inline const UChar *getBuffer() const; - - /** - * Get a read-only pointer to the internal buffer, - * making sure that it is NUL-terminated. - * This can be called at any time on a valid UnicodeString. - * - * It returns 0 if the string is bogus, or - * during an "open" getBuffer(minCapacity), or if the buffer cannot - * be NUL-terminated (because memory allocation failed). - * - * It can be called as many times as desired. - * The pointer that it returns will remain valid until the UnicodeString object is modified, - * at which time the pointer is semantically invalidated and must not be used any more. - * - * The capacity of the buffer can be determined with getCapacity(). - * The part after length()+1 may or may not be initialized and valid, - * depending on the history of the UnicodeString object. - * - * The buffer contents is guaranteed to be NUL-terminated. - * getTerminatedBuffer() may reallocate the buffer if a terminating NUL - * is written. - * For this reason, this function is not const, unlike getBuffer(). - * Note that a UnicodeString may also contain NUL characters as part of its contents. - * - * The buffer may reside in read-only memory. Its contents must not - * be modified. - * - * @return a read-only pointer to the internal string buffer, - * or 0 if the string is empty or bogus - * - * @see getBuffer(int32_t minCapacity) - * @see getBuffer() - * @stable ICU 2.2 - */ - inline const UChar *getTerminatedBuffer(); - - //======================================== - // Constructors - //======================================== - - /** Construct an empty UnicodeString. - * @stable ICU 2.0 - */ - UnicodeString(); - - /** - * Construct a UnicodeString with capacity to hold <TT>capacity</TT> UChars - * @param capacity the number of UChars this UnicodeString should hold - * before a resize is necessary; if count is greater than 0 and count - * code points c take up more space than capacity, then capacity is adjusted - * accordingly. - * @param c is used to initially fill the string - * @param count specifies how many code points c are to be written in the - * string - * @stable ICU 2.0 - */ - UnicodeString(int32_t capacity, UChar32 c, int32_t count); - - /** - * Single UChar (code unit) constructor. - * @param ch the character to place in the UnicodeString - * @stable ICU 2.0 - */ - UnicodeString(UChar ch); - - /** - * Single UChar32 (code point) constructor. - * @param ch the character to place in the UnicodeString - * @stable ICU 2.0 - */ - UnicodeString(UChar32 ch); - - /** - * UChar* constructor. - * @param text The characters to place in the UnicodeString. <TT>text</TT> - * must be NULL (U+0000) terminated. - * @stable ICU 2.0 - */ - UnicodeString(const UChar *text); - - /** - * UChar* constructor. - * @param text The characters to place in the UnicodeString. - * @param textLength The number of Unicode characters in <TT>text</TT> - * to copy. - * @stable ICU 2.0 - */ - UnicodeString(const UChar *text, - int32_t textLength); - - /** - * Readonly-aliasing UChar* constructor. - * The text will be used for the UnicodeString object, but - * it will not be released when the UnicodeString is destroyed. - * This has copy-on-write semantics: - * When the string is modified, then the buffer is first copied into - * newly allocated memory. - * The aliased buffer is never modified. - * In an assignment to another UnicodeString, the text will be aliased again, - * so that both strings then alias the same readonly-text. - * - * @param isTerminated specifies if <code>text</code> is <code>NUL</code>-terminated. - * This must be true if <code>textLength==-1</code>. - * @param text The characters to alias for the UnicodeString. - * @param textLength The number of Unicode characters in <code>text</code> to alias. - * If -1, then this constructor will determine the length - * by calling <code>u_strlen()</code>. - * @stable ICU 2.0 - */ - UnicodeString(UBool isTerminated, - const UChar *text, - int32_t textLength); - - /** - * Writable-aliasing UChar* constructor. - * The text will be used for the UnicodeString object, but - * it will not be released when the UnicodeString is destroyed. - * This has write-through semantics: - * For as long as the capacity of the buffer is sufficient, write operations - * will directly affect the buffer. When more capacity is necessary, then - * a new buffer will be allocated and the contents copied as with regularly - * constructed strings. - * In an assignment to another UnicodeString, the buffer will be copied. - * The extract(UChar *dst) function detects whether the dst pointer is the same - * as the string buffer itself and will in this case not copy the contents. - * - * @param buffer The characters to alias for the UnicodeString. - * @param buffLength The number of Unicode characters in <code>buffer</code> to alias. - * @param buffCapacity The size of <code>buffer</code> in UChars. - * @stable ICU 2.0 - */ - UnicodeString(UChar *buffer, int32_t buffLength, int32_t buffCapacity); - -#if !UCONFIG_NO_CONVERSION - - /** - * char* constructor. - * @param codepageData an array of bytes, null-terminated - * @param codepage the encoding of <TT>codepageData</TT>. The special - * value 0 for <TT>codepage</TT> indicates that the text is in the - * platform's default codepage. - * - * If <code>codepage</code> is an empty string (<code>""</code>), - * then a simple conversion is performed on the codepage-invariant - * subset ("invariant characters") of the platform encoding. See utypes.h. - * Recommendation: For invariant-character strings use the constructor - * UnicodeString(const char *src, int32_t length, enum EInvariant inv) - * because it avoids object code dependencies of UnicodeString on - * the conversion code. - * - * @stable ICU 2.0 - */ - UnicodeString(const char *codepageData, - const char *codepage = 0); - - /** - * char* constructor. - * @param codepageData an array of bytes. - * @param dataLength The number of bytes in <TT>codepageData</TT>. - * @param codepage the encoding of <TT>codepageData</TT>. The special - * value 0 for <TT>codepage</TT> indicates that the text is in the - * platform's default codepage. - * If <code>codepage</code> is an empty string (<code>""</code>), - * then a simple conversion is performed on the codepage-invariant - * subset ("invariant characters") of the platform encoding. See utypes.h. - * Recommendation: For invariant-character strings use the constructor - * UnicodeString(const char *src, int32_t length, enum EInvariant inv) - * because it avoids object code dependencies of UnicodeString on - * the conversion code. - * - * @stable ICU 2.0 - */ - UnicodeString(const char *codepageData, - int32_t dataLength, - const char *codepage = 0); - - /** - * char * / UConverter constructor. - * This constructor uses an existing UConverter object to - * convert the codepage string to Unicode and construct a UnicodeString - * from that. - * - * The converter is reset at first. - * If the error code indicates a failure before this constructor is called, - * or if an error occurs during conversion or construction, - * then the string will be bogus. - * - * This function avoids the overhead of opening and closing a converter if - * multiple strings are constructed. - * - * @param src input codepage string - * @param srcLength length of the input string, can be -1 for NUL-terminated strings - * @param cnv converter object (ucnv_resetToUnicode() will be called), - * can be NULL for the default converter - * @param errorCode normal ICU error code - * @stable ICU 2.0 - */ - UnicodeString( - const char *src, int32_t srcLength, - UConverter *cnv, - UErrorCode &errorCode); - -#endif - - /** - * Constructs a Unicode string from an invariant-character char * string. - * About invariant characters see utypes.h. - * This constructor has no runtime dependency on conversion code and is - * therefore recommended over ones taking a charset name string - * (where the empty string "" indicates invariant-character conversion). - * - * Use the macro US_INV as the third, signature-distinguishing parameter. - * - * For example: - * \code - * void fn(const char *s) { - * UnicodeString ustr(s, -1, US_INV); - * // use ustr ... - * } - * \endcode - * - * @param src String using only invariant characters. - * @param length Length of src, or -1 if NUL-terminated. - * @param inv Signature-distinguishing paramater, use US_INV. - * - * @see US_INV - * @stable ICU 3.2 - */ - UnicodeString(const char *src, int32_t length, enum EInvariant inv); - - - /** - * Copy constructor. - * @param that The UnicodeString object to copy. - * @stable ICU 2.0 - */ - UnicodeString(const UnicodeString& that); - - /** - * 'Substring' constructor from tail of source string. - * @param src The UnicodeString object to copy. - * @param srcStart The offset into <tt>src</tt> at which to start copying. - * @stable ICU 2.2 - */ - UnicodeString(const UnicodeString& src, int32_t srcStart); - - /** - * 'Substring' constructor from subrange of source string. - * @param src The UnicodeString object to copy. - * @param srcStart The offset into <tt>src</tt> at which to start copying. - * @param srcLength The number of characters from <tt>src</tt> to copy. - * @stable ICU 2.2 - */ - UnicodeString(const UnicodeString& src, int32_t srcStart, int32_t srcLength); - - /** - * Clone this object, an instance of a subclass of Replaceable. - * Clones can be used concurrently in multiple threads. - * If a subclass does not implement clone(), or if an error occurs, - * then NULL is returned. - * The clone functions in all subclasses return a pointer to a Replaceable - * because some compilers do not support covariant (same-as-this) - * return types; cast to the appropriate subclass if necessary. - * The caller must delete the clone. - * - * @return a clone of this object - * - * @see Replaceable::clone - * @see getDynamicClassID - * @stable ICU 2.6 - */ - virtual Replaceable *clone() const; - - /** Destructor. - * @stable ICU 2.0 - */ - virtual ~UnicodeString(); - - - /* Miscellaneous operations */ - - /** - * Unescape a string of characters and return a string containing - * the result. The following escape sequences are recognized: - * - * \\uhhhh 4 hex digits; h in [0-9A-Fa-f] - * \\Uhhhhhhhh 8 hex digits - * \\xhh 1-2 hex digits - * \\ooo 1-3 octal digits; o in [0-7] - * \\cX control-X; X is masked with 0x1F - * - * as well as the standard ANSI C escapes: - * - * \\a => U+0007, \\b => U+0008, \\t => U+0009, \\n => U+000A, - * \\v => U+000B, \\f => U+000C, \\r => U+000D, \\e => U+001B, - * \\" => U+0022, \\' => U+0027, \\? => U+003F, \\\\ => U+005C - * - * Anything else following a backslash is generically escaped. For - * example, "[a\\-z]" returns "[a-z]". - * - * If an escape sequence is ill-formed, this method returns an empty - * string. An example of an ill-formed sequence is "\\u" followed by - * fewer than 4 hex digits. - * - * This function is similar to u_unescape() but not identical to it. - * The latter takes a source char*, so it does escape recognition - * and also invariant conversion. - * - * @return a string with backslash escapes interpreted, or an - * empty string on error. - * @see UnicodeString#unescapeAt() - * @see u_unescape() - * @see u_unescapeAt() - * @stable ICU 2.0 - */ - UnicodeString unescape() const; - - /** - * Unescape a single escape sequence and return the represented - * character. See unescape() for a listing of the recognized escape - * sequences. The character at offset-1 is assumed (without - * checking) to be a backslash. If the escape sequence is - * ill-formed, or the offset is out of range, (UChar32)0xFFFFFFFF is - * returned. - * - * @param offset an input output parameter. On input, it is the - * offset into this string where the escape sequence is located, - * after the initial backslash. On output, it is advanced after the - * last character parsed. On error, it is not advanced at all. - * @return the character represented by the escape sequence at - * offset, or (UChar32)0xFFFFFFFF on error. - * @see UnicodeString#unescape() - * @see u_unescape() - * @see u_unescapeAt() - * @stable ICU 2.0 - */ - UChar32 unescapeAt(int32_t &offset) const; - - /** - * ICU "poor man's RTTI", returns a UClassID for this class. - * - * @stable ICU 2.2 - */ - static UClassID U_EXPORT2 getStaticClassID(); - - /** - * ICU "poor man's RTTI", returns a UClassID for the actual class. - * - * @stable ICU 2.2 - */ - virtual UClassID getDynamicClassID() const; - - //======================================== - // Implementation methods - //======================================== - -protected: - /** - * Implement Replaceable::getLength() (see jitterbug 1027). - * @stable ICU 2.4 - */ - virtual int32_t getLength() const; - - /** - * The change in Replaceable to use virtual getCharAt() allows - * UnicodeString::charAt() to be inline again (see jitterbug 709). - * @stable ICU 2.4 - */ - virtual UChar getCharAt(int32_t offset) const; - - /** - * The change in Replaceable to use virtual getChar32At() allows - * UnicodeString::char32At() to be inline again (see jitterbug 709). - * @stable ICU 2.4 - */ - virtual UChar32 getChar32At(int32_t offset) const; - -private: - - inline int8_t - doCompare(int32_t start, - int32_t length, - const UnicodeString& srcText, - int32_t srcStart, - int32_t srcLength) const; - - int8_t doCompare(int32_t start, - int32_t length, - const UChar *srcChars, - int32_t srcStart, - int32_t srcLength) const; - - inline int8_t - doCompareCodePointOrder(int32_t start, - int32_t length, - const UnicodeString& srcText, - int32_t srcStart, - int32_t srcLength) const; - - int8_t doCompareCodePointOrder(int32_t start, - int32_t length, - const UChar *srcChars, - int32_t srcStart, - int32_t srcLength) const; - - inline int8_t - doCaseCompare(int32_t start, - int32_t length, - const UnicodeString &srcText, - int32_t srcStart, - int32_t srcLength, - uint32_t options) const; - - int8_t - doCaseCompare(int32_t start, - int32_t length, - const UChar *srcChars, - int32_t srcStart, - int32_t srcLength, - uint32_t options) const; - - int32_t doIndexOf(UChar c, - int32_t start, - int32_t length) const; - - int32_t doIndexOf(UChar32 c, - int32_t start, - int32_t length) const; - - int32_t doLastIndexOf(UChar c, - int32_t start, - int32_t length) const; - - int32_t doLastIndexOf(UChar32 c, - int32_t start, - int32_t length) const; - - void doExtract(int32_t start, - int32_t length, - UChar *dst, - int32_t dstStart) const; - - inline void doExtract(int32_t start, - int32_t length, - UnicodeString& target) const; - - inline UChar doCharAt(int32_t offset) const; - - UnicodeString& doReplace(int32_t start, - int32_t length, - const UnicodeString& srcText, - int32_t srcStart, - int32_t srcLength); - - UnicodeString& doReplace(int32_t start, - int32_t length, - const UChar *srcChars, - int32_t srcStart, - int32_t srcLength); - - UnicodeString& doReverse(int32_t start, - int32_t length); - - // calculate hash code - int32_t doHashCode(void) const; - - // get pointer to start of array - inline UChar* getArrayStart(void); - inline const UChar* getArrayStart(void) const; - - // allocate the array; result may be fStackBuffer - // sets refCount to 1 if appropriate - // sets fArray, fCapacity, and fFlags - // returns boolean for success or failure - UBool allocate(int32_t capacity); - - // release the array if owned - void releaseArray(void); - - // turn a bogus string into an empty one - void unBogus(); - - // implements assigment operator, copy constructor, and fastCopyFrom() - UnicodeString ©From(const UnicodeString &src, UBool fastCopy=FALSE); - - // Pin start and limit to acceptable values. - inline void pinIndex(int32_t& start) const; - inline void pinIndices(int32_t& start, - int32_t& length) const; - -#if !UCONFIG_NO_CONVERSION - - /* Internal extract() using UConverter. */ - int32_t doExtract(int32_t start, int32_t length, - char *dest, int32_t destCapacity, - UConverter *cnv, - UErrorCode &errorCode) const; - - /* - * Real constructor for converting from codepage data. - * It assumes that it is called with !fRefCounted. - * - * If <code>codepage==0</code>, then the default converter - * is used for the platform encoding. - * If <code>codepage</code> is an empty string (<code>""</code>), - * then a simple conversion is performed on the codepage-invariant - * subset ("invariant characters") of the platform encoding. See utypes.h. - */ - void doCodepageCreate(const char *codepageData, - int32_t dataLength, - const char *codepage); - - /* - * Worker function for creating a UnicodeString from - * a codepage string using a UConverter. - */ - void - doCodepageCreate(const char *codepageData, - int32_t dataLength, - UConverter *converter, - UErrorCode &status); - -#endif - - /* - * This function is called when write access to the array - * is necessary. - * - * We need to make a copy of the array if - * the buffer is read-only, or - * the buffer is refCounted (shared), and refCount>1, or - * the buffer is too small. - * - * Return FALSE if memory could not be allocated. - */ - UBool cloneArrayIfNeeded(int32_t newCapacity = -1, - int32_t growCapacity = -1, - UBool doCopyArray = TRUE, - int32_t **pBufferToDelete = 0, - UBool forceClone = FALSE); - - // common function for case mappings - UnicodeString & - caseMap(BreakIterator *titleIter, - const char *locale, - uint32_t options, - int32_t toWhichCase); - - // ref counting - void addRef(void); - int32_t removeRef(void); - int32_t refCount(void) const; - - // constants - enum { - US_STACKBUF_SIZE=7, // Size of stack buffer for small strings - kInvalidUChar=0xffff, // invalid UChar index - kGrowSize=128, // grow size for this buffer - kInvalidHashCode=0, // invalid hash code - kEmptyHashCode=1, // hash code for empty string - - // bit flag values for fFlags - kIsBogus=1, // this string is bogus, i.e., not valid or NULL - kUsingStackBuffer=2,// fArray==fStackBuffer - kRefCounted=4, // there is a refCount field before the characters in fArray - kBufferIsReadonly=8,// do not write to this buffer - kOpenGetBuffer=16, // getBuffer(minCapacity) was called (is "open"), - // and releaseBuffer(newLength) must be called - - // combined values for convenience - kShortString=kUsingStackBuffer, - kLongString=kRefCounted, - kReadonlyAlias=kBufferIsReadonly, - kWritableAlias=0 - }; - - friend class StringCharacterIterator; - friend class StringThreadTest; - - /* - * The following are all the class fields that are stored - * in each UnicodeString object. - * Note that UnicodeString has virtual functions, - * therefore there is an implicit vtable pointer - * as the first real field. - * The fields should be aligned such that no padding is - * necessary, mostly by having larger types first. - * On 32-bit machines, the size should be 32 bytes, - * on 64-bit machines (8-byte pointers), it should be 40 bytes. - */ - // (implicit) *vtable; - int32_t fLength; // number of characters in fArray - int32_t fCapacity; // sizeof fArray - UChar *fArray; // the Unicode data - uint16_t fFlags; // bit flags: see constants above - UChar fStackBuffer [ US_STACKBUF_SIZE ]; // buffer for small strings - -}; - -/** - * Create a new UnicodeString with the concatenation of two others. - * - * @param s1 The first string to be copied to the new one. - * @param s2 The second string to be copied to the new one, after s1. - * @return UnicodeString(s1).append(s2) - * @stable ICU 2.8 - */ -U_COMMON_API UnicodeString U_EXPORT2 -operator+ (const UnicodeString &s1, const UnicodeString &s2); - -//======================================== -// Inline members -//======================================== - -//======================================== -// Privates -//======================================== - -inline void -UnicodeString::pinIndex(int32_t& start) const -{ - // pin index - if(start < 0) { - start = 0; - } else if(start > fLength) { - start = fLength; - } -} - -inline void -UnicodeString::pinIndices(int32_t& start, - int32_t& _length) const -{ - // pin indices - if(start < 0) { - start = 0; - } else if(start > fLength) { - start = fLength; - } - if(_length < 0) { - _length = 0; - } else if(_length > (fLength - start)) { - _length = (fLength - start); - } -} - -inline UChar* -UnicodeString::getArrayStart() -{ return fArray; } - -inline const UChar* -UnicodeString::getArrayStart() const -{ return fArray; } - -//======================================== -// Read-only implementation methods -//======================================== -inline int32_t -UnicodeString::length() const -{ return fLength; } - -inline int32_t -UnicodeString::getCapacity() const -{ return fCapacity; } - -inline int32_t -UnicodeString::hashCode() const -{ return doHashCode(); } - -inline UBool -UnicodeString::isBogus() const -{ return (UBool)(fFlags & kIsBogus); } - -inline const UChar * -UnicodeString::getBuffer() const { - if(!(fFlags&(kIsBogus|kOpenGetBuffer))) { - return fArray; - } else { - return 0; - } -} - -//======================================== -// Read-only alias methods -//======================================== -inline int8_t -UnicodeString::doCompare(int32_t start, - int32_t length, - const UnicodeString& srcText, - int32_t srcStart, - int32_t srcLength) const -{ - if(srcText.isBogus()) { - return (int8_t)!isBogus(); // 0 if both are bogus, 1 otherwise - } else { - srcText.pinIndices(srcStart, srcLength); - return doCompare(start, length, srcText.fArray, srcStart, srcLength); - } -} - -inline UBool -UnicodeString::operator== (const UnicodeString& text) const -{ - if(isBogus()) { - return text.isBogus(); - } else { - return - !text.isBogus() && - fLength == text.fLength && - doCompare(0, fLength, text, 0, text.fLength) == 0; - } -} - -inline UBool -UnicodeString::operator!= (const UnicodeString& text) const -{ return (! operator==(text)); } - -inline UBool -UnicodeString::operator> (const UnicodeString& text) const -{ return doCompare(0, fLength, text, 0, text.fLength) == 1; } - -inline UBool -UnicodeString::operator< (const UnicodeString& text) const -{ return doCompare(0, fLength, text, 0, text.fLength) == -1; } - -inline UBool -UnicodeString::operator>= (const UnicodeString& text) const -{ return doCompare(0, fLength, text, 0, text.fLength) != -1; } - -inline UBool -UnicodeString::operator<= (const UnicodeString& text) const -{ return doCompare(0, fLength, text, 0, text.fLength) != 1; } - -inline int8_t -UnicodeString::compare(const UnicodeString& text) const -{ return doCompare(0, fLength, text, 0, text.fLength); } - -inline int8_t -UnicodeString::compare(int32_t start, - int32_t _length, - const UnicodeString& srcText) const -{ return doCompare(start, _length, srcText, 0, srcText.fLength); } - -inline int8_t -UnicodeString::compare(const UChar *srcChars, - int32_t srcLength) const -{ return doCompare(0, fLength, srcChars, 0, srcLength); } - -inline int8_t -UnicodeString::compare(int32_t start, - int32_t _length, - const UnicodeString& srcText, - int32_t srcStart, - int32_t srcLength) const -{ return doCompare(start, _length, srcText, srcStart, srcLength); } - -inline int8_t -UnicodeString::compare(int32_t start, - int32_t _length, - const UChar *srcChars) const -{ return doCompare(start, _length, srcChars, 0, _length); } - -inline int8_t -UnicodeString::compare(int32_t start, - int32_t _length, - const UChar *srcChars, - int32_t srcStart, - int32_t srcLength) const -{ return doCompare(start, _length, srcChars, srcStart, srcLength); } - -inline int8_t -UnicodeString::compareBetween(int32_t start, - int32_t limit, - const UnicodeString& srcText, - int32_t srcStart, - int32_t srcLimit) const -{ return doCompare(start, limit - start, - srcText, srcStart, srcLimit - srcStart); } - -inline int8_t -UnicodeString::doCompareCodePointOrder(int32_t start, - int32_t length, - const UnicodeString& srcText, - int32_t srcStart, - int32_t srcLength) const -{ - if(srcText.isBogus()) { - return (int8_t)!isBogus(); // 0 if both are bogus, 1 otherwise - } else { - srcText.pinIndices(srcStart, srcLength); - return doCompareCodePointOrder(start, length, srcText.fArray, srcStart, srcLength); - } -} - -inline int8_t -UnicodeString::compareCodePointOrder(const UnicodeString& text) const -{ return doCompareCodePointOrder(0, fLength, text, 0, text.fLength); } - -inline int8_t -UnicodeString::compareCodePointOrder(int32_t start, - int32_t _length, - const UnicodeString& srcText) const -{ return doCompareCodePointOrder(start, _length, srcText, 0, srcText.fLength); } - -inline int8_t -UnicodeString::compareCodePointOrder(const UChar *srcChars, - int32_t srcLength) const -{ return doCompareCodePointOrder(0, fLength, srcChars, 0, srcLength); } - -inline int8_t -UnicodeString::compareCodePointOrder(int32_t start, - int32_t _length, - const UnicodeString& srcText, - int32_t srcStart, - int32_t srcLength) const -{ return doCompareCodePointOrder(start, _length, srcText, srcStart, srcLength); } - -inline int8_t -UnicodeString::compareCodePointOrder(int32_t start, - int32_t _length, - const UChar *srcChars) const -{ return doCompareCodePointOrder(start, _length, srcChars, 0, _length); } - -inline int8_t -UnicodeString::compareCodePointOrder(int32_t start, - int32_t _length, - const UChar *srcChars, - int32_t srcStart, - int32_t srcLength) const -{ return doCompareCodePointOrder(start, _length, srcChars, srcStart, srcLength); } - -inline int8_t -UnicodeString::compareCodePointOrderBetween(int32_t start, - int32_t limit, - const UnicodeString& srcText, - int32_t srcStart, - int32_t srcLimit) const -{ return doCompareCodePointOrder(start, limit - start, - srcText, srcStart, srcLimit - srcStart); } - -inline int8_t -UnicodeString::doCaseCompare(int32_t start, - int32_t length, - const UnicodeString &srcText, - int32_t srcStart, - int32_t srcLength, - uint32_t options) const -{ - if(srcText.isBogus()) { - return (int8_t)!isBogus(); // 0 if both are bogus, 1 otherwise - } else { - srcText.pinIndices(srcStart, srcLength); - return doCaseCompare(start, length, srcText.fArray, srcStart, srcLength, options); - } -} - -inline int8_t -UnicodeString::caseCompare(const UnicodeString &text, uint32_t options) const { - return doCaseCompare(0, fLength, text, 0, text.fLength, options); -} - -inline int8_t -UnicodeString::caseCompare(int32_t start, - int32_t _length, - const UnicodeString &srcText, - uint32_t options) const { - return doCaseCompare(start, _length, srcText, 0, srcText.fLength, options); -} - -inline int8_t -UnicodeString::caseCompare(const UChar *srcChars, - int32_t srcLength, - uint32_t options) const { - return doCaseCompare(0, fLength, srcChars, 0, srcLength, options); -} - -inline int8_t -UnicodeString::caseCompare(int32_t start, - int32_t _length, - const UnicodeString &srcText, - int32_t srcStart, - int32_t srcLength, - uint32_t options) const { - return doCaseCompare(start, _length, srcText, srcStart, srcLength, options); -} - -inline int8_t -UnicodeString::caseCompare(int32_t start, - int32_t _length, - const UChar *srcChars, - uint32_t options) const { - return doCaseCompare(start, _length, srcChars, 0, _length, options); -} - -inline int8_t -UnicodeString::caseCompare(int32_t start, - int32_t _length, - const UChar *srcChars, - int32_t srcStart, - int32_t srcLength, - uint32_t options) const { - return doCaseCompare(start, _length, srcChars, srcStart, srcLength, options); -} - -inline int8_t -UnicodeString::caseCompareBetween(int32_t start, - int32_t limit, - const UnicodeString &srcText, - int32_t srcStart, - int32_t srcLimit, - uint32_t options) const { - return doCaseCompare(start, limit - start, srcText, srcStart, srcLimit - srcStart, options); -} - -inline int32_t -UnicodeString::indexOf(const UnicodeString& srcText, - int32_t srcStart, - int32_t srcLength, - int32_t start, - int32_t _length) const -{ - if(!srcText.isBogus()) { - srcText.pinIndices(srcStart, srcLength); - if(srcLength > 0) { - return indexOf(srcText.getArrayStart(), srcStart, srcLength, start, _length); - } - } - return -1; -} - -inline int32_t -UnicodeString::indexOf(const UnicodeString& text) const -{ return indexOf(text, 0, text.fLength, 0, fLength); } - -inline int32_t -UnicodeString::indexOf(const UnicodeString& text, - int32_t start) const { - pinIndex(start); - return indexOf(text, 0, text.fLength, start, fLength - start); -} - -inline int32_t -UnicodeString::indexOf(const UnicodeString& text, - int32_t start, - int32_t _length) const -{ return indexOf(text, 0, text.fLength, start, _length); } - -inline int32_t -UnicodeString::indexOf(const UChar *srcChars, - int32_t srcLength, - int32_t start) const { - pinIndex(start); - return indexOf(srcChars, 0, srcLength, start, fLength - start); -} - -inline int32_t -UnicodeString::indexOf(const UChar *srcChars, - int32_t srcLength, - int32_t start, - int32_t _length) const -{ return indexOf(srcChars, 0, srcLength, start, _length); } - -inline int32_t -UnicodeString::indexOf(UChar c, - int32_t start, - int32_t _length) const -{ return doIndexOf(c, start, _length); } - -inline int32_t -UnicodeString::indexOf(UChar32 c, - int32_t start, - int32_t _length) const -{ return doIndexOf(c, start, _length); } - -inline int32_t -UnicodeString::indexOf(UChar c) const -{ return doIndexOf(c, 0, fLength); } - -inline int32_t -UnicodeString::indexOf(UChar32 c) const -{ return indexOf(c, 0, fLength); } - -inline int32_t -UnicodeString::indexOf(UChar c, - int32_t start) const { - pinIndex(start); - return doIndexOf(c, start, fLength - start); -} - -inline int32_t -UnicodeString::indexOf(UChar32 c, - int32_t start) const { - pinIndex(start); - return indexOf(c, start, fLength - start); -} - -inline int32_t -UnicodeString::lastIndexOf(const UChar *srcChars, - int32_t srcLength, - int32_t start, - int32_t _length) const -{ return lastIndexOf(srcChars, 0, srcLength, start, _length); } - -inline int32_t -UnicodeString::lastIndexOf(const UChar *srcChars, - int32_t srcLength, - int32_t start) const { - pinIndex(start); - return lastIndexOf(srcChars, 0, srcLength, start, fLength - start); -} - -inline int32_t -UnicodeString::lastIndexOf(const UnicodeString& srcText, - int32_t srcStart, - int32_t srcLength, - int32_t start, - int32_t _length) const -{ - if(!srcText.isBogus()) { - srcText.pinIndices(srcStart, srcLength); - if(srcLength > 0) { - return lastIndexOf(srcText.getArrayStart(), srcStart, srcLength, start, _length); - } - } - return -1; -} - -inline int32_t -UnicodeString::lastIndexOf(const UnicodeString& text, - int32_t start, - int32_t _length) const -{ return lastIndexOf(text, 0, text.fLength, start, _length); } - -inline int32_t -UnicodeString::lastIndexOf(const UnicodeString& text, - int32_t start) const { - pinIndex(start); - return lastIndexOf(text, 0, text.fLength, start, fLength - start); -} - -inline int32_t -UnicodeString::lastIndexOf(const UnicodeString& text) const -{ return lastIndexOf(text, 0, text.fLength, 0, fLength); } - -inline int32_t -UnicodeString::lastIndexOf(UChar c, - int32_t start, - int32_t _length) const -{ return doLastIndexOf(c, start, _length); } - -inline int32_t -UnicodeString::lastIndexOf(UChar32 c, - int32_t start, - int32_t _length) const { - return doLastIndexOf(c, start, _length); -} - -inline int32_t -UnicodeString::lastIndexOf(UChar c) const -{ return doLastIndexOf(c, 0, fLength); } - -inline int32_t -UnicodeString::lastIndexOf(UChar32 c) const { - return lastIndexOf(c, 0, fLength); -} - -inline int32_t -UnicodeString::lastIndexOf(UChar c, - int32_t start) const { - pinIndex(start); - return doLastIndexOf(c, start, fLength - start); -} - -inline int32_t -UnicodeString::lastIndexOf(UChar32 c, - int32_t start) const { - pinIndex(start); - return lastIndexOf(c, start, fLength - start); -} - -inline UBool -UnicodeString::startsWith(const UnicodeString& text) const -{ return compare(0, text.fLength, text, 0, text.fLength) == 0; } - -inline UBool -UnicodeString::startsWith(const UnicodeString& srcText, - int32_t srcStart, - int32_t srcLength) const -{ return doCompare(0, srcLength, srcText, srcStart, srcLength) == 0; } - -inline UBool -UnicodeString::startsWith(const UChar *srcChars, - int32_t srcLength) const -{ return doCompare(0, srcLength, srcChars, 0, srcLength) == 0; } - -inline UBool -UnicodeString::startsWith(const UChar *srcChars, - int32_t srcStart, - int32_t srcLength) const -{ return doCompare(0, srcLength, srcChars, srcStart, srcLength) == 0;} - -inline UBool -UnicodeString::endsWith(const UnicodeString& text) const -{ return doCompare(fLength - text.fLength, text.fLength, - text, 0, text.fLength) == 0; } - -inline UBool -UnicodeString::endsWith(const UnicodeString& srcText, - int32_t srcStart, - int32_t srcLength) const { - srcText.pinIndices(srcStart, srcLength); - return doCompare(fLength - srcLength, srcLength, - srcText, srcStart, srcLength) == 0; -} - -inline UBool -UnicodeString::endsWith(const UChar *srcChars, - int32_t srcLength) const { - if(srcLength < 0) { - srcLength = u_strlen(srcChars); - } - return doCompare(fLength - srcLength, srcLength, - srcChars, 0, srcLength) == 0; -} - -inline UBool -UnicodeString::endsWith(const UChar *srcChars, - int32_t srcStart, - int32_t srcLength) const { - if(srcLength < 0) { - srcLength = u_strlen(srcChars + srcStart); - } - return doCompare(fLength - srcLength, srcLength, - srcChars, srcStart, srcLength) == 0; -} - -//======================================== -// replace -//======================================== -inline UnicodeString& -UnicodeString::replace(int32_t start, - int32_t _length, - const UnicodeString& srcText) -{ return doReplace(start, _length, srcText, 0, srcText.fLength); } - -inline UnicodeString& -UnicodeString::replace(int32_t start, - int32_t _length, - const UnicodeString& srcText, - int32_t srcStart, - int32_t srcLength) -{ return doReplace(start, _length, srcText, srcStart, srcLength); } - -inline UnicodeString& -UnicodeString::replace(int32_t start, - int32_t _length, - const UChar *srcChars, - int32_t srcLength) -{ return doReplace(start, _length, srcChars, 0, srcLength); } - -inline UnicodeString& -UnicodeString::replace(int32_t start, - int32_t _length, - const UChar *srcChars, - int32_t srcStart, - int32_t srcLength) -{ return doReplace(start, _length, srcChars, srcStart, srcLength); } - -inline UnicodeString& -UnicodeString::replace(int32_t start, - int32_t _length, - UChar srcChar) -{ return doReplace(start, _length, &srcChar, 0, 1); } - -inline UnicodeString& -UnicodeString::replace(int32_t start, - int32_t _length, - UChar32 srcChar) { - UChar buffer[U16_MAX_LENGTH]; - int32_t count = 0; - UBool isError = FALSE; - U16_APPEND(buffer, count, U16_MAX_LENGTH, srcChar, isError); - return doReplace(start, _length, buffer, 0, count); -} - -inline UnicodeString& -UnicodeString::replaceBetween(int32_t start, - int32_t limit, - const UnicodeString& srcText) -{ return doReplace(start, limit - start, srcText, 0, srcText.fLength); } - -inline UnicodeString& -UnicodeString::replaceBetween(int32_t start, - int32_t limit, - const UnicodeString& srcText, - int32_t srcStart, - int32_t srcLimit) -{ return doReplace(start, limit - start, srcText, srcStart, srcLimit - srcStart); } - -inline UnicodeString& -UnicodeString::findAndReplace(const UnicodeString& oldText, - const UnicodeString& newText) -{ return findAndReplace(0, fLength, oldText, 0, oldText.fLength, - newText, 0, newText.fLength); } - -inline UnicodeString& -UnicodeString::findAndReplace(int32_t start, - int32_t _length, - const UnicodeString& oldText, - const UnicodeString& newText) -{ return findAndReplace(start, _length, oldText, 0, oldText.fLength, - newText, 0, newText.fLength); } - -// ============================ -// extract -// ============================ -inline void -UnicodeString::doExtract(int32_t start, - int32_t _length, - UnicodeString& target) const -{ target.replace(0, target.fLength, *this, start, _length); } - -inline void -UnicodeString::extract(int32_t start, - int32_t _length, - UChar *target, - int32_t targetStart) const -{ doExtract(start, _length, target, targetStart); } - -inline void -UnicodeString::extract(int32_t start, - int32_t _length, - UnicodeString& target) const -{ doExtract(start, _length, target); } - -#if !UCONFIG_NO_CONVERSION - -inline int32_t -UnicodeString::extract(int32_t start, - int32_t _length, - char *dst, - const char *codepage) const - -{ - // This dstSize value will be checked explicitly - return extract(start, _length, dst, dst!=0 ? 0xffffffff : 0, codepage); -} - -#endif - -inline void -UnicodeString::extractBetween(int32_t start, - int32_t limit, - UChar *dst, - int32_t dstStart) const { - pinIndex(start); - pinIndex(limit); - doExtract(start, limit - start, dst, dstStart); -} - -inline UChar -UnicodeString::doCharAt(int32_t offset) const -{ - if((uint32_t)offset < (uint32_t)fLength) { - return fArray[offset]; - } else { - return kInvalidUChar; - } -} - -inline UChar -UnicodeString::charAt(int32_t offset) const -{ return doCharAt(offset); } - -inline UChar -UnicodeString::operator[] (int32_t offset) const -{ return doCharAt(offset); } - -inline UChar32 -UnicodeString::char32At(int32_t offset) const -{ - if((uint32_t)offset < (uint32_t)fLength) { - UChar32 c; - U16_GET(fArray, 0, offset, fLength, c); - return c; - } else { - return kInvalidUChar; - } -} - -inline int32_t -UnicodeString::getChar32Start(int32_t offset) const { - if((uint32_t)offset < (uint32_t)fLength) { - U16_SET_CP_START(fArray, 0, offset); - return offset; - } else { - return 0; - } -} - -inline int32_t -UnicodeString::getChar32Limit(int32_t offset) const { - if((uint32_t)offset < (uint32_t)fLength) { - U16_SET_CP_LIMIT(fArray, 0, offset, fLength); - return offset; - } else { - return fLength; - } -} - -inline UBool -UnicodeString::isEmpty() const { - return fLength == 0; -} - -//======================================== -// Write implementation methods -//======================================== -inline const UChar * -UnicodeString::getTerminatedBuffer() { - if(fFlags&(kIsBogus|kOpenGetBuffer)) { - return 0; - } else if(fLength<fCapacity && fArray[fLength]==0) { - return fArray; - } else if(cloneArrayIfNeeded(fLength+1)) { - fArray[fLength]=0; - return fArray; - } else { - return 0; - } -} - -inline UnicodeString& -UnicodeString::operator= (UChar ch) -{ return doReplace(0, fLength, &ch, 0, 1); } - -inline UnicodeString& -UnicodeString::operator= (UChar32 ch) -{ return replace(0, fLength, ch); } - -inline UnicodeString& -UnicodeString::setTo(const UnicodeString& srcText, - int32_t srcStart, - int32_t srcLength) -{ - unBogus(); - return doReplace(0, fLength, srcText, srcStart, srcLength); -} - -inline UnicodeString& -UnicodeString::setTo(const UnicodeString& srcText, - int32_t srcStart) -{ - unBogus(); - srcText.pinIndex(srcStart); - return doReplace(0, fLength, srcText, srcStart, srcText.fLength - srcStart); -} - -inline UnicodeString& -UnicodeString::setTo(const UnicodeString& srcText) -{ - unBogus(); - return doReplace(0, fLength, srcText, 0, srcText.fLength); -} - -inline UnicodeString& -UnicodeString::setTo(const UChar *srcChars, - int32_t srcLength) -{ - unBogus(); - return doReplace(0, fLength, srcChars, 0, srcLength); -} - -inline UnicodeString& -UnicodeString::setTo(UChar srcChar) -{ - unBogus(); - return doReplace(0, fLength, &srcChar, 0, 1); -} - -inline UnicodeString& -UnicodeString::setTo(UChar32 srcChar) -{ - unBogus(); - return replace(0, fLength, srcChar); -} - -inline UnicodeString& -UnicodeString::append(const UnicodeString& srcText, - int32_t srcStart, - int32_t srcLength) -{ return doReplace(fLength, 0, srcText, srcStart, srcLength); } - -inline UnicodeString& -UnicodeString::append(const UnicodeString& srcText) -{ return doReplace(fLength, 0, srcText, 0, srcText.fLength); } - -inline UnicodeString& -UnicodeString::append(const UChar *srcChars, - int32_t srcStart, - int32_t srcLength) -{ return doReplace(fLength, 0, srcChars, srcStart, srcLength); } - -inline UnicodeString& -UnicodeString::append(const UChar *srcChars, - int32_t srcLength) -{ return doReplace(fLength, 0, srcChars, 0, srcLength); } - -inline UnicodeString& -UnicodeString::append(UChar srcChar) -{ return doReplace(fLength, 0, &srcChar, 0, 1); } - -inline UnicodeString& -UnicodeString::append(UChar32 srcChar) { - UChar buffer[U16_MAX_LENGTH]; - int32_t _length = 0; - UBool isError = FALSE; - U16_APPEND(buffer, _length, U16_MAX_LENGTH, srcChar, isError); - return doReplace(fLength, 0, buffer, 0, _length); -} - -inline UnicodeString& -UnicodeString::operator+= (UChar ch) -{ return doReplace(fLength, 0, &ch, 0, 1); } - -inline UnicodeString& -UnicodeString::operator+= (UChar32 ch) { - return append(ch); -} - -inline UnicodeString& -UnicodeString::operator+= (const UnicodeString& srcText) -{ return doReplace(fLength, 0, srcText, 0, srcText.fLength); } - -inline UnicodeString& -UnicodeString::insert(int32_t start, - const UnicodeString& srcText, - int32_t srcStart, - int32_t srcLength) -{ return doReplace(start, 0, srcText, srcStart, srcLength); } - -inline UnicodeString& -UnicodeString::insert(int32_t start, - const UnicodeString& srcText) -{ return doReplace(start, 0, srcText, 0, srcText.fLength); } - -inline UnicodeString& -UnicodeString::insert(int32_t start, - const UChar *srcChars, - int32_t srcStart, - int32_t srcLength) -{ return doReplace(start, 0, srcChars, srcStart, srcLength); } - -inline UnicodeString& -UnicodeString::insert(int32_t start, - const UChar *srcChars, - int32_t srcLength) -{ return doReplace(start, 0, srcChars, 0, srcLength); } - -inline UnicodeString& -UnicodeString::insert(int32_t start, - UChar srcChar) -{ return doReplace(start, 0, &srcChar, 0, 1); } - -inline UnicodeString& -UnicodeString::insert(int32_t start, - UChar32 srcChar) -{ return replace(start, 0, srcChar); } - - -inline UnicodeString& -UnicodeString::remove() -{ - // remove() of a bogus string makes the string empty and non-bogus - if(isBogus()) { - unBogus(); - } else { - fLength = 0; - } - return *this; -} - -inline UnicodeString& -UnicodeString::remove(int32_t start, - int32_t _length) -{ - if(start <= 0 && _length == INT32_MAX) { - // remove(guaranteed everything) of a bogus string makes the string empty and non-bogus - return remove(); - } - return doReplace(start, _length, NULL, 0, 0); -} - -inline UnicodeString& -UnicodeString::removeBetween(int32_t start, - int32_t limit) -{ return doReplace(start, limit - start, NULL, 0, 0); } - -inline UBool -UnicodeString::truncate(int32_t targetLength) -{ - if(isBogus() && targetLength == 0) { - // truncate(0) of a bogus string makes the string empty and non-bogus - unBogus(); - return FALSE; - } else if((uint32_t)targetLength < (uint32_t)fLength) { - fLength = targetLength; - return TRUE; - } else { - return FALSE; - } -} - -inline UnicodeString& -UnicodeString::reverse() -{ return doReverse(0, fLength); } - -inline UnicodeString& -UnicodeString::reverse(int32_t start, - int32_t _length) -{ return doReverse(start, _length); } - -U_NAMESPACE_END - -#endif diff --git a/jni/EastAsianWidth/unicode/unorm.h b/jni/EastAsianWidth/unicode/unorm.h deleted file mode 100644 index c22b808..0000000 --- a/jni/EastAsianWidth/unicode/unorm.h +++ /dev/null @@ -1,576 +0,0 @@ -/* -******************************************************************************* -* Copyright (c) 1996-2007, International Business Machines Corporation -* and others. All Rights Reserved. -******************************************************************************* -* File unorm.h -* -* Created by: Vladimir Weinstein 12052000 -* -* Modification history : -* -* Date Name Description -* 02/01/01 synwee Added normalization quickcheck enum and method. -*/ -#ifndef UNORM_H -#define UNORM_H - -#include "unicode/utypes.h" - -#if !UCONFIG_NO_NORMALIZATION - -#include "unicode/uiter.h" - -/** - * \file - * \brief C API: Unicode Normalization - * - * <h2>Unicode normalization API</h2> - * - * <code>unorm_normalize</code> transforms Unicode text into an equivalent composed or - * decomposed form, allowing for easier sorting and searching of text. - * <code>unorm_normalize</code> supports the standard normalization forms described in - * <a href="http://www.unicode.org/unicode/reports/tr15/" target="unicode"> - * Unicode Standard Annex #15: Unicode Normalization Forms</a>. - * - * Characters with accents or other adornments can be encoded in - * several different ways in Unicode. For example, take the character A-acute. - * In Unicode, this can be encoded as a single character (the - * "composed" form): - * - * \code - * 00C1 LATIN CAPITAL LETTER A WITH ACUTE - * \endcode - * - * or as two separate characters (the "decomposed" form): - * - * \code - * 0041 LATIN CAPITAL LETTER A - * 0301 COMBINING ACUTE ACCENT - * \endcode - * - * To a user of your program, however, both of these sequences should be - * treated as the same "user-level" character "A with acute accent". When you are searching or - * comparing text, you must ensure that these two sequences are treated - * equivalently. In addition, you must handle characters with more than one - * accent. Sometimes the order of a character's combining accents is - * significant, while in other cases accent sequences in different orders are - * really equivalent. - * - * Similarly, the string "ffi" can be encoded as three separate letters: - * - * \code - * 0066 LATIN SMALL LETTER F - * 0066 LATIN SMALL LETTER F - * 0069 LATIN SMALL LETTER I - * \endcode - * - * or as the single character - * - * \code - * FB03 LATIN SMALL LIGATURE FFI - * \endcode - * - * The ffi ligature is not a distinct semantic character, and strictly speaking - * it shouldn't be in Unicode at all, but it was included for compatibility - * with existing character sets that already provided it. The Unicode standard - * identifies such characters by giving them "compatibility" decompositions - * into the corresponding semantic characters. When sorting and searching, you - * will often want to use these mappings. - * - * <code>unorm_normalize</code> helps solve these problems by transforming text into the - * canonical composed and decomposed forms as shown in the first example above. - * In addition, you can have it perform compatibility decompositions so that - * you can treat compatibility characters the same as their equivalents. - * Finally, <code>unorm_normalize</code> rearranges accents into the proper canonical - * order, so that you do not have to worry about accent rearrangement on your - * own. - * - * Form FCD, "Fast C or D", is also designed for collation. - * It allows to work on strings that are not necessarily normalized - * with an algorithm (like in collation) that works under "canonical closure", i.e., it treats precomposed - * characters and their decomposed equivalents the same. - * - * It is not a normalization form because it does not provide for uniqueness of representation. Multiple strings - * may be canonically equivalent (their NFDs are identical) and may all conform to FCD without being identical - * themselves. - * - * The form is defined such that the "raw decomposition", the recursive canonical decomposition of each character, - * results in a string that is canonically ordered. This means that precomposed characters are allowed for as long - * as their decompositions do not need canonical reordering. - * - * Its advantage for a process like collation is that all NFD and most NFC texts - and many unnormalized texts - - * already conform to FCD and do not need to be normalized (NFD) for such a process. The FCD quick check will - * return UNORM_YES for most strings in practice. - * - * unorm_normalize(UNORM_FCD) may be implemented with UNORM_NFD. - * - * For more details on FCD see the collation design document: - * http://source.icu-project.org/repos/icu/icuhtml/trunk/design/collation/ICU_collation_design.htm - * - * ICU collation performs either NFD or FCD normalization automatically if normalization - * is turned on for the collator object. - * Beyond collation and string search, normalized strings may be useful for string equivalence comparisons, - * transliteration/transcription, unique representations, etc. - * - * The W3C generally recommends to exchange texts in NFC. - * Note also that most legacy character encodings use only precomposed forms and often do not - * encode any combining marks by themselves. For conversion to such character encodings the - * Unicode text needs to be normalized to NFC. - * For more usage examples, see the Unicode Standard Annex. - */ - -/** - * Constants for normalization modes. - * @stable ICU 2.0 - */ -typedef enum { - /** No decomposition/composition. @stable ICU 2.0 */ - UNORM_NONE = 1, - /** Canonical decomposition. @stable ICU 2.0 */ - UNORM_NFD = 2, - /** Compatibility decomposition. @stable ICU 2.0 */ - UNORM_NFKD = 3, - /** Canonical decomposition followed by canonical composition. @stable ICU 2.0 */ - UNORM_NFC = 4, - /** Default normalization. @stable ICU 2.0 */ - UNORM_DEFAULT = UNORM_NFC, - /** Compatibility decomposition followed by canonical composition. @stable ICU 2.0 */ - UNORM_NFKC =5, - /** "Fast C or D" form. @stable ICU 2.0 */ - UNORM_FCD = 6, - - /** One more than the highest normalization mode constant. @stable ICU 2.0 */ - UNORM_MODE_COUNT -} UNormalizationMode; - -/** - * Constants for options flags for normalization. - * Use 0 for default options, - * including normalization according to the Unicode version - * that is currently supported by ICU (see u_getUnicodeVersion). - * @stable ICU 2.6 - */ -enum { - /** - * Options bit set value to select Unicode 3.2 normalization - * (except NormalizationCorrections). - * At most one Unicode version can be selected at a time. - * @stable ICU 2.6 - */ - UNORM_UNICODE_3_2=0x20 -}; - -/** - * Lowest-order bit number of unorm_compare() options bits corresponding to - * normalization options bits. - * - * The options parameter for unorm_compare() uses most bits for - * itself and for various comparison and folding flags. - * The most significant bits, however, are shifted down and passed on - * to the normalization implementation. - * (That is, from unorm_compare(..., options, ...), - * options>>UNORM_COMPARE_NORM_OPTIONS_SHIFT will be passed on to the - * internal normalization functions.) - * - * @see unorm_compare - * @stable ICU 2.6 - */ -#define UNORM_COMPARE_NORM_OPTIONS_SHIFT 20 - -/** - * Normalize a string. - * The string will be normalized according the specified normalization mode - * and options. - * The source and result buffers must not be the same, nor overlap. - * - * @param source The string to normalize. - * @param sourceLength The length of source, or -1 if NUL-terminated. - * @param mode The normalization mode; one of UNORM_NONE, - * UNORM_NFD, UNORM_NFC, UNORM_NFKC, UNORM_NFKD, UNORM_DEFAULT. - * @param options The normalization options, ORed together (0 for no options). - * @param result A pointer to a buffer to receive the result string. - * The result string is NUL-terminated if possible. - * @param resultLength The maximum size of result. - * @param status A pointer to a UErrorCode to receive any errors. - * @return The total buffer size needed; if greater than resultLength, - * the output was truncated, and the error code is set to U_BUFFER_OVERFLOW_ERROR. - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -unorm_normalize(const UChar *source, int32_t sourceLength, - UNormalizationMode mode, int32_t options, - UChar *result, int32_t resultLength, - UErrorCode *status); -#endif -/** - * Result values for unorm_quickCheck(). - * For details see Unicode Technical Report 15. - * @stable ICU 2.0 - */ -typedef enum UNormalizationCheckResult { - /** - * Indicates that string is not in the normalized format - */ - UNORM_NO, - /** - * Indicates that string is in the normalized format - */ - UNORM_YES, - /** - * Indicates that string cannot be determined if it is in the normalized - * format without further thorough checks. - */ - UNORM_MAYBE -} UNormalizationCheckResult; -#if !UCONFIG_NO_NORMALIZATION -/** - * Performing quick check on a string, to quickly determine if the string is - * in a particular normalization format. - * Three types of result can be returned UNORM_YES, UNORM_NO or - * UNORM_MAYBE. Result UNORM_YES indicates that the argument - * string is in the desired normalized format, UNORM_NO determines that - * argument string is not in the desired normalized format. A - * UNORM_MAYBE result indicates that a more thorough check is required, - * the user may have to put the string in its normalized form and compare the - * results. - * - * @param source string for determining if it is in a normalized format - * @param sourcelength length of source to test, or -1 if NUL-terminated - * @param mode which normalization form to test for - * @param status a pointer to a UErrorCode to receive any errors - * @return UNORM_YES, UNORM_NO or UNORM_MAYBE - * - * @see unorm_isNormalized - * @stable ICU 2.0 - */ -U_STABLE UNormalizationCheckResult U_EXPORT2 -unorm_quickCheck(const UChar *source, int32_t sourcelength, - UNormalizationMode mode, - UErrorCode *status); - -/** - * Performing quick check on a string; same as unorm_quickCheck but - * takes an extra options parameter like most normalization functions. - * - * @param src String that is to be tested if it is in a normalization format. - * @param srcLength Length of source to test, or -1 if NUL-terminated. - * @param mode Which normalization form to test for. - * @param options The normalization options, ORed together (0 for no options). - * @param pErrorCode ICU error code in/out parameter. - * Must fulfill U_SUCCESS before the function call. - * @return UNORM_YES, UNORM_NO or UNORM_MAYBE - * - * @see unorm_quickCheck - * @see unorm_isNormalized - * @stable ICU 2.6 - */ -U_STABLE UNormalizationCheckResult U_EXPORT2 -unorm_quickCheckWithOptions(const UChar *src, int32_t srcLength, - UNormalizationMode mode, int32_t options, - UErrorCode *pErrorCode); - -/** - * Test if a string is in a given normalization form. - * This is semantically equivalent to source.equals(normalize(source, mode)) . - * - * Unlike unorm_quickCheck(), this function returns a definitive result, - * never a "maybe". - * For NFD, NFKD, and FCD, both functions work exactly the same. - * For NFC and NFKC where quickCheck may return "maybe", this function will - * perform further tests to arrive at a TRUE/FALSE result. - * - * @param src String that is to be tested if it is in a normalization format. - * @param srcLength Length of source to test, or -1 if NUL-terminated. - * @param mode Which normalization form to test for. - * @param pErrorCode ICU error code in/out parameter. - * Must fulfill U_SUCCESS before the function call. - * @return Boolean value indicating whether the source string is in the - * "mode" normalization form. - * - * @see unorm_quickCheck - * @stable ICU 2.2 - */ -U_STABLE UBool U_EXPORT2 -unorm_isNormalized(const UChar *src, int32_t srcLength, - UNormalizationMode mode, - UErrorCode *pErrorCode); - -/** - * Test if a string is in a given normalization form; same as unorm_isNormalized but - * takes an extra options parameter like most normalization functions. - * - * @param src String that is to be tested if it is in a normalization format. - * @param srcLength Length of source to test, or -1 if NUL-terminated. - * @param mode Which normalization form to test for. - * @param options The normalization options, ORed together (0 for no options). - * @param pErrorCode ICU error code in/out parameter. - * Must fulfill U_SUCCESS before the function call. - * @return Boolean value indicating whether the source string is in the - * "mode/options" normalization form. - * - * @see unorm_quickCheck - * @see unorm_isNormalized - * @stable ICU 2.6 - */ -U_STABLE UBool U_EXPORT2 -unorm_isNormalizedWithOptions(const UChar *src, int32_t srcLength, - UNormalizationMode mode, int32_t options, - UErrorCode *pErrorCode); - -/** - * Iterative normalization forward. - * This function (together with unorm_previous) is somewhat - * similar to the C++ Normalizer class (see its non-static functions). - * - * Iterative normalization is useful when only a small portion of a longer - * string/text needs to be processed. - * - * For example, the likelihood may be high that processing the first 10% of some - * text will be sufficient to find certain data. - * Another example: When one wants to concatenate two normalized strings and get a - * normalized result, it is much more efficient to normalize just a small part of - * the result around the concatenation place instead of re-normalizing everything. - * - * The input text is an instance of the C character iteration API UCharIterator. - * It may wrap around a simple string, a CharacterIterator, a Replaceable, or any - * other kind of text object. - * - * If a buffer overflow occurs, then the caller needs to reset the iterator to the - * old index and call the function again with a larger buffer - if the caller cares - * for the actual output. - * Regardless of the output buffer, the iterator will always be moved to the next - * normalization boundary. - * - * This function (like unorm_previous) serves two purposes: - * - * 1) To find the next boundary so that the normalization of the part of the text - * from the current position to that boundary does not affect and is not affected - * by the part of the text beyond that boundary. - * - * 2) To normalize the text up to the boundary. - * - * The second step is optional, per the doNormalize parameter. - * It is omitted for operations like string concatenation, where the two adjacent - * string ends need to be normalized together. - * In such a case, the output buffer will just contain a copy of the text up to the - * boundary. - * - * pNeededToNormalize is an output-only parameter. Its output value is only defined - * if normalization was requested (doNormalize) and successful (especially, no - * buffer overflow). - * It is useful for operations like a normalizing transliterator, where one would - * not want to replace a piece of text if it is not modified. - * - * If doNormalize==TRUE and pNeededToNormalize!=NULL then *pNeeded... is set TRUE - * if the normalization was necessary. - * - * If doNormalize==FALSE then *pNeededToNormalize will be set to FALSE. - * - * If the buffer overflows, then *pNeededToNormalize will be undefined; - * essentially, whenever U_FAILURE is true (like in buffer overflows), this result - * will be undefined. - * - * @param src The input text in the form of a C character iterator. - * @param dest The output buffer; can be NULL if destCapacity==0 for pure preflighting. - * @param destCapacity The number of UChars that fit into dest. - * @param mode The normalization mode. - * @param options The normalization options, ORed together (0 for no options). - * @param doNormalize Indicates if the source text up to the next boundary - * is to be normalized (TRUE) or just copied (FALSE). - * @param pNeededToNormalize Output flag indicating if the normalization resulted in - * different text from the input. - * Not defined if an error occurs including buffer overflow. - * Always FALSE if !doNormalize. - * @param pErrorCode ICU error code in/out parameter. - * Must fulfill U_SUCCESS before the function call. - * @return Length of output (number of UChars) when successful or buffer overflow. - * - * @see unorm_previous - * @see unorm_normalize - * - * @stable ICU 2.1 - */ -U_STABLE int32_t U_EXPORT2 -unorm_next(UCharIterator *src, - UChar *dest, int32_t destCapacity, - UNormalizationMode mode, int32_t options, - UBool doNormalize, UBool *pNeededToNormalize, - UErrorCode *pErrorCode); - -/** - * Iterative normalization backward. - * This function (together with unorm_next) is somewhat - * similar to the C++ Normalizer class (see its non-static functions). - * For all details see unorm_next. - * - * @param src The input text in the form of a C character iterator. - * @param dest The output buffer; can be NULL if destCapacity==0 for pure preflighting. - * @param destCapacity The number of UChars that fit into dest. - * @param mode The normalization mode. - * @param options The normalization options, ORed together (0 for no options). - * @param doNormalize Indicates if the source text up to the next boundary - * is to be normalized (TRUE) or just copied (FALSE). - * @param pNeededToNormalize Output flag indicating if the normalization resulted in - * different text from the input. - * Not defined if an error occurs including buffer overflow. - * Always FALSE if !doNormalize. - * @param pErrorCode ICU error code in/out parameter. - * Must fulfill U_SUCCESS before the function call. - * @return Length of output (number of UChars) when successful or buffer overflow. - * - * @see unorm_next - * @see unorm_normalize - * - * @stable ICU 2.1 - */ -U_STABLE int32_t U_EXPORT2 -unorm_previous(UCharIterator *src, - UChar *dest, int32_t destCapacity, - UNormalizationMode mode, int32_t options, - UBool doNormalize, UBool *pNeededToNormalize, - UErrorCode *pErrorCode); - -/** - * Concatenate normalized strings, making sure that the result is normalized as well. - * - * If both the left and the right strings are in - * the normalization form according to "mode/options", - * then the result will be - * - * \code - * dest=normalize(left+right, mode, options) - * \endcode - * - * With the input strings already being normalized, - * this function will use unorm_next() and unorm_previous() - * to find the adjacent end pieces of the input strings. - * Only the concatenation of these end pieces will be normalized and - * then concatenated with the remaining parts of the input strings. - * - * It is allowed to have dest==left to avoid copying the entire left string. - * - * @param left Left source string, may be same as dest. - * @param leftLength Length of left source string, or -1 if NUL-terminated. - * @param right Right source string. Must not be the same as dest, nor overlap. - * @param rightLength Length of right source string, or -1 if NUL-terminated. - * @param dest The output buffer; can be NULL if destCapacity==0 for pure preflighting. - * @param destCapacity The number of UChars that fit into dest. - * @param mode The normalization mode. - * @param options The normalization options, ORed together (0 for no options). - * @param pErrorCode ICU error code in/out parameter. - * Must fulfill U_SUCCESS before the function call. - * @return Length of output (number of UChars) when successful or buffer overflow. - * - * @see unorm_normalize - * @see unorm_next - * @see unorm_previous - * - * @stable ICU 2.1 - */ -U_STABLE int32_t U_EXPORT2 -unorm_concatenate(const UChar *left, int32_t leftLength, - const UChar *right, int32_t rightLength, - UChar *dest, int32_t destCapacity, - UNormalizationMode mode, int32_t options, - UErrorCode *pErrorCode); - -/** - * Option bit for unorm_compare: - * Both input strings are assumed to fulfill FCD conditions. - * @stable ICU 2.2 - */ -#define UNORM_INPUT_IS_FCD 0x20000 - -/** - * Option bit for unorm_compare: - * Perform case-insensitive comparison. - * @stable ICU 2.2 - */ -#define U_COMPARE_IGNORE_CASE 0x10000 - -#ifndef U_COMPARE_CODE_POINT_ORDER -/* see also unistr.h and ustring.h */ -/** - * Option bit for u_strCaseCompare, u_strcasecmp, unorm_compare, etc: - * Compare strings in code point order instead of code unit order. - * @stable ICU 2.2 - */ -#define U_COMPARE_CODE_POINT_ORDER 0x8000 -#endif - -/** - * Compare two strings for canonical equivalence. - * Further options include case-insensitive comparison and - * code point order (as opposed to code unit order). - * - * Canonical equivalence between two strings is defined as their normalized - * forms (NFD or NFC) being identical. - * This function compares strings incrementally instead of normalizing - * (and optionally case-folding) both strings entirely, - * improving performance significantly. - * - * Bulk normalization is only necessary if the strings do not fulfill the FCD - * conditions. Only in this case, and only if the strings are relatively long, - * is memory allocated temporarily. - * For FCD strings and short non-FCD strings there is no memory allocation. - * - * Semantically, this is equivalent to - * strcmp[CodePointOrder](NFD(foldCase(NFD(s1))), NFD(foldCase(NFD(s2)))) - * where code point order and foldCase are all optional. - * - * UAX 21 2.5 Caseless Matching specifies that for a canonical caseless match - * the case folding must be performed first, then the normalization. - * - * @param s1 First source string. - * @param length1 Length of first source string, or -1 if NUL-terminated. - * - * @param s2 Second source string. - * @param length2 Length of second source string, or -1 if NUL-terminated. - * - * @param options A bit set of options: - * - U_FOLD_CASE_DEFAULT or 0 is used for default options: - * Case-sensitive comparison in code unit order, and the input strings - * are quick-checked for FCD. - * - * - UNORM_INPUT_IS_FCD - * Set if the caller knows that both s1 and s2 fulfill the FCD conditions. - * If not set, the function will quickCheck for FCD - * and normalize if necessary. - * - * - U_COMPARE_CODE_POINT_ORDER - * Set to choose code point order instead of code unit order - * (see u_strCompare for details). - * - * - U_COMPARE_IGNORE_CASE - * Set to compare strings case-insensitively using case folding, - * instead of case-sensitively. - * If set, then the following case folding options are used. - * - * - Options as used with case-insensitive comparisons, currently: - * - * - U_FOLD_CASE_EXCLUDE_SPECIAL_I - * (see u_strCaseCompare for details) - * - * - regular normalization options shifted left by UNORM_COMPARE_NORM_OPTIONS_SHIFT - * - * @param pErrorCode ICU error code in/out parameter. - * Must fulfill U_SUCCESS before the function call. - * @return <0 or 0 or >0 as usual for string comparisons - * - * @see unorm_normalize - * @see UNORM_FCD - * @see u_strCompare - * @see u_strCaseCompare - * - * @stable ICU 2.2 - */ -U_STABLE int32_t U_EXPORT2 -unorm_compare(const UChar *s1, int32_t length1, - const UChar *s2, int32_t length2, - uint32_t options, - UErrorCode *pErrorCode); - -#endif /* #if !UCONFIG_NO_NORMALIZATION */ - -#endif diff --git a/jni/EastAsianWidth/unicode/uobject.h b/jni/EastAsianWidth/unicode/uobject.h deleted file mode 100644 index 3d8b96e..0000000 --- a/jni/EastAsianWidth/unicode/uobject.h +++ /dev/null @@ -1,308 +0,0 @@ -/* -****************************************************************************** -* -* Copyright (C) 2002-2007, International Business Machines -* Corporation and others. All Rights Reserved. -* -****************************************************************************** -* file name: uobject.h -* encoding: US-ASCII -* tab size: 8 (not used) -* indentation:4 -* -* created on: 2002jun26 -* created by: Markus W. Scherer -*/ - -#ifndef __UOBJECT_H__ -#define __UOBJECT_H__ - -#include "unicode/utypes.h" - -U_NAMESPACE_BEGIN - -/** - * \file - * \brief C++ API: Common ICU base class UObject. - */ - -/** U_OVERRIDE_CXX_ALLOCATION - Define this to override operator new and - * delete in UMemory. Enabled by default for ICU. - * - * Enabling forces all allocation of ICU object types to use ICU's - * memory allocation. On Windows, this allows the ICU DLL to be used by - * applications that statically link the C Runtime library, meaning that - * the app and ICU will be using different heaps. - * - * @stable ICU 2.2 - */ -#ifndef U_OVERRIDE_CXX_ALLOCATION -#define U_OVERRIDE_CXX_ALLOCATION 1 -#endif - -/** U_HAVE_PLACEMENT_NEW - Define this to define the placement new and - * delete in UMemory for STL. - * - * @stable ICU 2.6 - */ -#ifndef U_HAVE_PLACEMENT_NEW -#define U_HAVE_PLACEMENT_NEW 1 -#endif - - -/** U_HAVE_DEBUG_LOCATION_NEW - Define this to define the MFC debug - * version of the operator new. - * - * @stable ICU 3.4 - */ -#ifndef U_HAVE_DEBUG_LOCATION_NEW -#define U_HAVE_DEBUG_LOCATION_NEW 0 -#endif - -/** - * UMemory is the common ICU base class. - * All other ICU C++ classes are derived from UMemory (starting with ICU 2.4). - * - * This is primarily to make it possible and simple to override the - * C++ memory management by adding new/delete operators to this base class. - * - * To override ALL ICU memory management, including that from plain C code, - * replace the allocation functions declared in cmemory.h - * - * UMemory does not contain any virtual functions. - * Common "boilerplate" functions are defined in UObject. - * - * @stable ICU 2.4 - */ -class U_COMMON_API UMemory { -public: - -#if U_OVERRIDE_CXX_ALLOCATION - /** - * Override for ICU4C C++ memory management. - * simple, non-class types are allocated using the macros in common/cmemory.h - * (uprv_malloc(), uprv_free(), uprv_realloc()); - * they or something else could be used here to implement C++ new/delete - * for ICU4C C++ classes - * @stable ICU 2.4 - */ - static void * U_EXPORT2 operator new(size_t size); - - /** - * Override for ICU4C C++ memory management. - * See new(). - * @stable ICU 2.4 - */ - static void * U_EXPORT2 operator new[](size_t size); - - /** - * Override for ICU4C C++ memory management. - * simple, non-class types are allocated using the macros in common/cmemory.h - * (uprv_malloc(), uprv_free(), uprv_realloc()); - * they or something else could be used here to implement C++ new/delete - * for ICU4C C++ classes - * @stable ICU 2.4 - */ - static void U_EXPORT2 operator delete(void *p); - - /** - * Override for ICU4C C++ memory management. - * See delete(). - * @stable ICU 2.4 - */ - static void U_EXPORT2 operator delete[](void *p); - -#if U_HAVE_PLACEMENT_NEW - /** - * Override for ICU4C C++ memory management for STL. - * See new(). - * @stable ICU 2.6 - */ - static inline void * U_EXPORT2 operator new(size_t, void *ptr) { return ptr; } - - /** - * Override for ICU4C C++ memory management for STL. - * See delete(). - * @stable ICU 2.6 - */ - static inline void U_EXPORT2 operator delete(void *, void *) {} -#endif /* U_HAVE_PLACEMENT_NEW */ -#if U_HAVE_DEBUG_LOCATION_NEW - /** - * This method overrides the MFC debug version of the operator new - * - * @param size The requested memory size - * @param file The file where the allocation was requested - * @param line The line where the allocation was requested - */ - static void * U_EXPORT2 operator new(size_t size, const char* file, int line); - /** - * This method provides a matching delete for the MFC debug new - * - * @param p The pointer to the allocated memory - * @param file The file where the allocation was requested - * @param line The line where the allocation was requested - */ - static void U_EXPORT2 operator delete(void* p, const char* file, int line); -#endif /* U_HAVE_DEBUG_LOCATION_NEW */ -#endif /* U_OVERRIDE_CXX_ALLOCATION */ - - /* - * Assignment operator not declared. The compiler will provide one - * which does nothing since this class does not contain any data members. - * API/code coverage may show the assignment operator as present and - * untested - ignore. - * Subclasses need this assignment operator if they use compiler-provided - * assignment operators of their own. An alternative to not declaring one - * here would be to declare and empty-implement a protected or public one. - UMemory &UMemory::operator=(const UMemory &); - */ -}; - -/** - * UObject is the common ICU "boilerplate" class. - * UObject inherits UMemory (starting with ICU 2.4), - * and all other public ICU C++ classes - * are derived from UObject (starting with ICU 2.2). - * - * UObject contains common virtual functions like for ICU's "poor man's RTTI". - * It does not contain default implementations of virtual methods - * like getDynamicClassID to allow derived classes such as Format - * to declare these as pure virtual. - * - * The clone() function is not available in UObject because it is not - * implemented by all ICU classes. - * Many ICU services provide a clone() function for their class trees, - * defined on the service's C++ base class, and all subclasses within that - * service class tree return a pointer to the service base class - * (which itself is a subclass of UObject). - * This is because some compilers do not support covariant (same-as-this) - * return types; cast to the appropriate subclass if necessary. - * - * @stable ICU 2.2 - */ -class U_COMMON_API UObject : public UMemory { -public: - /** - * Destructor. - * - * @stable ICU 2.2 - */ - virtual ~UObject(); - - /** - * ICU4C "poor man's RTTI", returns a UClassID for the actual ICU class. - * - * @stable ICU 2.2 - */ - virtual UClassID getDynamicClassID() const = 0; - -protected: - // the following functions are protected to prevent instantiation and - // direct use of UObject itself - - // default constructor - // commented out because UObject is abstract (see getDynamicClassID) - // inline UObject() {} - - // copy constructor - // commented out because UObject is abstract (see getDynamicClassID) - // inline UObject(const UObject &other) {} - -#if 0 - // TODO Sometime in the future. Implement operator==(). - // (This comment inserted in 2.2) - // some or all of the following "boilerplate" functions may be made public - // in a future ICU4C release when all subclasses implement them - - // assignment operator - // (not virtual, see "Taligent's Guide to Designing Programs" pp.73..74) - // commented out because the implementation is the same as a compiler's default - // UObject &operator=(const UObject &other) { return *this; } - - // comparison operators - virtual inline UBool operator==(const UObject &other) const { return this==&other; } - inline UBool operator!=(const UObject &other) const { return !operator==(other); } - - // clone() commented out from the base class: - // some compilers do not support co-variant return types - // (i.e., subclasses would have to return UObject * as well, instead of SubClass *) - // see also UObject class documentation. - // virtual UObject *clone() const; -#endif - - /* - * Assignment operator not declared. The compiler will provide one - * which does nothing since this class does not contain any data members. - * API/code coverage may show the assignment operator as present and - * untested - ignore. - * Subclasses need this assignment operator if they use compiler-provided - * assignment operators of their own. An alternative to not declaring one - * here would be to declare and empty-implement a protected or public one. - UObject &UObject::operator=(const UObject &); - */ - -// Future implementation for RTTI that support subtyping. [alan] -// -// public: -// /** -// * @internal -// */ -// static UClassID getStaticClassID(); -// -// /** -// * @internal -// */ -// UBool instanceOf(UClassID type) const; -}; - -/** - * This is a simple macro to add ICU RTTI to an ICU object implementation. - * This does not go into the header. This should only be used in *.cpp files. - * - * @param myClass The name of the class that needs RTTI defined. - * @internal - */ -#define UOBJECT_DEFINE_RTTI_IMPLEMENTATION(myClass) \ - UClassID U_EXPORT2 myClass::getStaticClassID() { \ - static char classID = 0; \ - return (UClassID)&classID; \ - } \ - UClassID myClass::getDynamicClassID() const \ - { return myClass::getStaticClassID(); } - - -/** - * This macro adds ICU RTTI to an ICU abstract class implementation. - * This macro should be invoked in *.cpp files. The corresponding - * header should declare getStaticClassID. - * - * @param myClass The name of the class that needs RTTI defined. - * @internal - */ -#define UOBJECT_DEFINE_ABSTRACT_RTTI_IMPLEMENTATION(myClass) \ - UClassID U_EXPORT2 myClass::getStaticClassID() { \ - static char classID = 0; \ - return (UClassID)&classID; \ - } - -// /** -// * This macro adds ICU RTTI to an ICU concrete class implementation. -// * This macro should be invoked in *.cpp files. The corresponding -// * header should declare getDynamicClassID and getStaticClassID. -// * -// * @param myClass The name of the class that needs RTTI defined. -// * @param myParent The name of the myClass's parent. -// * @internal -// */ -/*#define UOBJECT_DEFINE_RTTI_IMPLEMENTATION(myClass, myParent) \ - UOBJECT_DEFINE_ABSTRACT_RTTI_IMPLEMENTATION(myClass, myParent) \ - UClassID myClass::getDynamicClassID() const { \ - return myClass::getStaticClassID(); \ - } -*/ - - -U_NAMESPACE_END - -#endif diff --git a/jni/EastAsianWidth/unicode/uobslete.h b/jni/EastAsianWidth/unicode/uobslete.h deleted file mode 100644 index 4897533..0000000 --- a/jni/EastAsianWidth/unicode/uobslete.h +++ /dev/null @@ -1,32 +0,0 @@ -/* -******************************************************************************* -* Copyright (C) 2004-2007, International Business Machines -* Corporation and others. All Rights Reserved. -******************************************************************************* -* -* file name: -* encoding: US-ASCII -* tab size: 8 (not used) -* indentation:4 -* -* Created by: genheaders.pl, a perl script written by Ram Viswanadha -* -* Contains data for commenting out APIs. -* Gets included by umachine.h -* -* THIS FILE IS MACHINE-GENERATED, DON'T PLAY WITH IT IF YOU DON'T KNOW WHAT -* YOU ARE DOING, OTHERWISE VERY BAD THINGS WILL HAPPEN! -*/ - -#ifndef UOBSLETE_H -#define UOBSLETE_H - -#ifdef U_HIDE_OBSOLETE_API - -# if U_DISABLE_RENAMING -# else -# endif /* U_DISABLE_RENAMING */ - -#endif /* U_HIDE_OBSOLETE_API */ -#endif /* UOBSLETE_H */ - diff --git a/jni/EastAsianWidth/unicode/urename.h b/jni/EastAsianWidth/unicode/urename.h deleted file mode 100644 index 8a2b5c3..0000000 --- a/jni/EastAsianWidth/unicode/urename.h +++ /dev/null @@ -1,1730 +0,0 @@ -/* -******************************************************************************* -* Copyright (C) 2002-2007, International Business Machines -* Corporation and others. All Rights Reserved. -******************************************************************************* -* -* file name: urename.h -* encoding: US-ASCII -* tab size: 8 (not used) -* indentation:4 -* -* Created by: Perl script written by Vladimir Weinstein -* -* Contains data for renaming ICU exports. -* Gets included by umachine.h -* -* THIS FILE IS MACHINE-GENERATED, DON'T PLAY WITH IT IF YOU DON'T KNOW WHAT -* YOU ARE DOING, OTHERWISE VERY BAD THINGS WILL HAPPEN! -*/ - -#ifndef URENAME_H -#define URENAME_H - -/* Uncomment the following line to disable renaming on platforms - that do not use Autoconf. */ -/* #define U_DISABLE_RENAMING 1 */ - -#if !U_DISABLE_RENAMING - -/* C exports renaming data */ - -#define T_CString_int64ToString T_CString_int64ToString_3_8 -#define T_CString_integerToString T_CString_integerToString_3_8 -#define T_CString_stricmp T_CString_stricmp_3_8 -#define T_CString_stringToInteger T_CString_stringToInteger_3_8 -#define T_CString_strnicmp T_CString_strnicmp_3_8 -#define T_CString_toLowerCase T_CString_toLowerCase_3_8 -#define T_CString_toUpperCase T_CString_toUpperCase_3_8 -#define UCNV_FROM_U_CALLBACK_ESCAPE UCNV_FROM_U_CALLBACK_ESCAPE_3_8 -#define UCNV_FROM_U_CALLBACK_SKIP UCNV_FROM_U_CALLBACK_SKIP_3_8 -#define UCNV_FROM_U_CALLBACK_STOP UCNV_FROM_U_CALLBACK_STOP_3_8 -#define UCNV_FROM_U_CALLBACK_SUBSTITUTE UCNV_FROM_U_CALLBACK_SUBSTITUTE_3_8 -#define UCNV_TO_U_CALLBACK_ESCAPE UCNV_TO_U_CALLBACK_ESCAPE_3_8 -#define UCNV_TO_U_CALLBACK_SKIP UCNV_TO_U_CALLBACK_SKIP_3_8 -#define UCNV_TO_U_CALLBACK_STOP UCNV_TO_U_CALLBACK_STOP_3_8 -#define UCNV_TO_U_CALLBACK_SUBSTITUTE UCNV_TO_U_CALLBACK_SUBSTITUTE_3_8 -#define UDataMemory_createNewInstance UDataMemory_createNewInstance_3_8 -#define UDataMemory_init UDataMemory_init_3_8 -#define UDataMemory_isLoaded UDataMemory_isLoaded_3_8 -#define UDataMemory_normalizeDataPointer UDataMemory_normalizeDataPointer_3_8 -#define UDataMemory_setData UDataMemory_setData_3_8 -#define UDatamemory_assign UDatamemory_assign_3_8 -#define _ASCIIData _ASCIIData_3_8 -#define _Bocu1Data _Bocu1Data_3_8 -#define _CESU8Data _CESU8Data_3_8 -#define _HZData _HZData_3_8 -#define _IMAPData _IMAPData_3_8 -#define _ISCIIData _ISCIIData_3_8 -#define _ISO2022Data _ISO2022Data_3_8 -#define _LMBCSData1 _LMBCSData1_3_8 -#define _LMBCSData11 _LMBCSData11_3_8 -#define _LMBCSData16 _LMBCSData16_3_8 -#define _LMBCSData17 _LMBCSData17_3_8 -#define _LMBCSData18 _LMBCSData18_3_8 -#define _LMBCSData19 _LMBCSData19_3_8 -#define _LMBCSData2 _LMBCSData2_3_8 -#define _LMBCSData3 _LMBCSData3_3_8 -#define _LMBCSData4 _LMBCSData4_3_8 -#define _LMBCSData5 _LMBCSData5_3_8 -#define _LMBCSData6 _LMBCSData6_3_8 -#define _LMBCSData8 _LMBCSData8_3_8 -#define _Latin1Data _Latin1Data_3_8 -#define _MBCSData _MBCSData_3_8 -#define _SCSUData _SCSUData_3_8 -#define _UTF16BEData _UTF16BEData_3_8 -#define _UTF16Data _UTF16Data_3_8 -#define _UTF16LEData _UTF16LEData_3_8 -#define _UTF32BEData _UTF32BEData_3_8 -#define _UTF32Data _UTF32Data_3_8 -#define _UTF32LEData _UTF32LEData_3_8 -#define _UTF7Data _UTF7Data_3_8 -#define _UTF8Data _UTF8Data_3_8 -#define cmemory_cleanup cmemory_cleanup_3_8 -#define cmemory_inUse cmemory_inUse_3_8 -#define le_close le_close_3_8 -#define le_create le_create_3_8 -#define le_getCharIndices le_getCharIndices_3_8 -#define le_getCharIndicesWithBase le_getCharIndicesWithBase_3_8 -#define le_getGlyphCount le_getGlyphCount_3_8 -#define le_getGlyphPosition le_getGlyphPosition_3_8 -#define le_getGlyphPositions le_getGlyphPositions_3_8 -#define le_getGlyphs le_getGlyphs_3_8 -#define le_layoutChars le_layoutChars_3_8 -#define le_reset le_reset_3_8 -#define locale_getKeywords locale_getKeywords_3_8 -#define locale_get_default locale_get_default_3_8 -#define locale_set_default locale_set_default_3_8 -#define pl_addFontRun pl_addFontRun_3_8 -#define pl_addLocaleRun pl_addLocaleRun_3_8 -#define pl_addValueRun pl_addValueRun_3_8 -#define pl_close pl_close_3_8 -#define pl_closeFontRuns pl_closeFontRuns_3_8 -#define pl_closeLine pl_closeLine_3_8 -#define pl_closeLocaleRuns pl_closeLocaleRuns_3_8 -#define pl_closeValueRuns pl_closeValueRuns_3_8 -#define pl_countLineRuns pl_countLineRuns_3_8 -#define pl_create pl_create_3_8 -#define pl_getAscent pl_getAscent_3_8 -#define pl_getDescent pl_getDescent_3_8 -#define pl_getFontRunCount pl_getFontRunCount_3_8 -#define pl_getFontRunFont pl_getFontRunFont_3_8 -#define pl_getFontRunLastLimit pl_getFontRunLastLimit_3_8 -#define pl_getFontRunLimit pl_getFontRunLimit_3_8 -#define pl_getLeading pl_getLeading_3_8 -#define pl_getLineAscent pl_getLineAscent_3_8 -#define pl_getLineDescent pl_getLineDescent_3_8 -#define pl_getLineLeading pl_getLineLeading_3_8 -#define pl_getLineVisualRun pl_getLineVisualRun_3_8 -#define pl_getLineWidth pl_getLineWidth_3_8 -#define pl_getLocaleRunCount pl_getLocaleRunCount_3_8 -#define pl_getLocaleRunLastLimit pl_getLocaleRunLastLimit_3_8 -#define pl_getLocaleRunLimit pl_getLocaleRunLimit_3_8 -#define pl_getLocaleRunLocale pl_getLocaleRunLocale_3_8 -#define pl_getParagraphLevel pl_getParagraphLevel_3_8 -#define pl_getTextDirection pl_getTextDirection_3_8 -#define pl_getValueRunCount pl_getValueRunCount_3_8 -#define pl_getValueRunLastLimit pl_getValueRunLastLimit_3_8 -#define pl_getValueRunLimit pl_getValueRunLimit_3_8 -#define pl_getValueRunValue pl_getValueRunValue_3_8 -#define pl_getVisualRunAscent pl_getVisualRunAscent_3_8 -#define pl_getVisualRunDescent pl_getVisualRunDescent_3_8 -#define pl_getVisualRunDirection pl_getVisualRunDirection_3_8 -#define pl_getVisualRunFont pl_getVisualRunFont_3_8 -#define pl_getVisualRunGlyphCount pl_getVisualRunGlyphCount_3_8 -#define pl_getVisualRunGlyphToCharMap pl_getVisualRunGlyphToCharMap_3_8 -#define pl_getVisualRunGlyphs pl_getVisualRunGlyphs_3_8 -#define pl_getVisualRunLeading pl_getVisualRunLeading_3_8 -#define pl_getVisualRunPositions pl_getVisualRunPositions_3_8 -#define pl_isComplex pl_isComplex_3_8 -#define pl_nextLine pl_nextLine_3_8 -#define pl_openEmptyFontRuns pl_openEmptyFontRuns_3_8 -#define pl_openEmptyLocaleRuns pl_openEmptyLocaleRuns_3_8 -#define pl_openEmptyValueRuns pl_openEmptyValueRuns_3_8 -#define pl_openFontRuns pl_openFontRuns_3_8 -#define pl_openLocaleRuns pl_openLocaleRuns_3_8 -#define pl_openValueRuns pl_openValueRuns_3_8 -#define pl_reflow pl_reflow_3_8 -#define pl_resetFontRuns pl_resetFontRuns_3_8 -#define pl_resetLocaleRuns pl_resetLocaleRuns_3_8 -#define pl_resetValueRuns pl_resetValueRuns_3_8 -#define res_countArrayItems res_countArrayItems_3_8 -#define res_findResource res_findResource_3_8 -#define res_getAlias res_getAlias_3_8 -#define res_getArrayItem res_getArrayItem_3_8 -#define res_getBinary res_getBinary_3_8 -#define res_getIntVector res_getIntVector_3_8 -#define res_getResource res_getResource_3_8 -#define res_getString res_getString_3_8 -#define res_getTableItemByIndex res_getTableItemByIndex_3_8 -#define res_getTableItemByKey res_getTableItemByKey_3_8 -#define res_load res_load_3_8 -#define res_unload res_unload_3_8 -#define transliterator_cleanup transliterator_cleanup_3_8 -#define triedict_swap triedict_swap_3_8 -#define u_UCharsToChars u_UCharsToChars_3_8 -#define u_austrcpy u_austrcpy_3_8 -#define u_austrncpy u_austrncpy_3_8 -#define u_catclose u_catclose_3_8 -#define u_catgets u_catgets_3_8 -#define u_catopen u_catopen_3_8 -#define u_charAge u_charAge_3_8 -#define u_charDigitValue u_charDigitValue_3_8 -#define u_charDirection u_charDirection_3_8 -#define u_charFromName u_charFromName_3_8 -#define u_charMirror u_charMirror_3_8 -#define u_charName u_charName_3_8 -#define u_charType u_charType_3_8 -#define u_charsToUChars u_charsToUChars_3_8 -#define u_cleanup u_cleanup_3_8 -#define u_countChar32 u_countChar32_3_8 -#define u_digit u_digit_3_8 -#define u_enumCharNames u_enumCharNames_3_8 -#define u_enumCharTypes u_enumCharTypes_3_8 -#define u_errorName u_errorName_3_8 -#define u_fclose u_fclose_3_8 -#define u_feof u_feof_3_8 -#define u_fflush u_fflush_3_8 -#define u_fgetConverter u_fgetConverter_3_8 -#define u_fgetc u_fgetc_3_8 -#define u_fgetcodepage u_fgetcodepage_3_8 -#define u_fgetcx u_fgetcx_3_8 -#define u_fgetfile u_fgetfile_3_8 -#define u_fgetlocale u_fgetlocale_3_8 -#define u_fgets u_fgets_3_8 -#define u_file_read u_file_read_3_8 -#define u_file_write u_file_write_3_8 -#define u_file_write_flush u_file_write_flush_3_8 -#define u_finit u_finit_3_8 -#define u_foldCase u_foldCase_3_8 -#define u_fopen u_fopen_3_8 -#define u_forDigit u_forDigit_3_8 -#define u_formatMessage u_formatMessage_3_8 -#define u_formatMessageWithError u_formatMessageWithError_3_8 -#define u_fprintf u_fprintf_3_8 -#define u_fprintf_u u_fprintf_u_3_8 -#define u_fputc u_fputc_3_8 -#define u_fputs u_fputs_3_8 -#define u_frewind u_frewind_3_8 -#define u_fscanf u_fscanf_3_8 -#define u_fscanf_u u_fscanf_u_3_8 -#define u_fsetcodepage u_fsetcodepage_3_8 -#define u_fsetlocale u_fsetlocale_3_8 -#define u_fsettransliterator u_fsettransliterator_3_8 -#define u_fstropen u_fstropen_3_8 -#define u_fungetc u_fungetc_3_8 -#define u_getCombiningClass u_getCombiningClass_3_8 -#define u_getDataDirectory u_getDataDirectory_3_8 -#define u_getDefaultConverter u_getDefaultConverter_3_8 -#define u_getFC_NFKC_Closure u_getFC_NFKC_Closure_3_8 -#define u_getISOComment u_getISOComment_3_8 -#define u_getIntPropertyMaxValue u_getIntPropertyMaxValue_3_8 -#define u_getIntPropertyMinValue u_getIntPropertyMinValue_3_8 -#define u_getIntPropertyValue u_getIntPropertyValue_3_8 -#define u_getNumericValue u_getNumericValue_3_8 -#define u_getPropertyEnum u_getPropertyEnum_3_8 -#define u_getPropertyName u_getPropertyName_3_8 -#define u_getPropertyValueEnum u_getPropertyValueEnum_3_8 -#define u_getPropertyValueName u_getPropertyValueName_3_8 -#define u_getUnicodeProperties u_getUnicodeProperties_3_8 -#define u_getUnicodeVersion u_getUnicodeVersion_3_8 -#define u_getVersion u_getVersion_3_8 -#define u_growBufferFromStatic u_growBufferFromStatic_3_8 -#define u_hasBinaryProperty u_hasBinaryProperty_3_8 -#define u_init u_init_3_8 -#define u_isIDIgnorable u_isIDIgnorable_3_8 -#define u_isIDPart u_isIDPart_3_8 -#define u_isIDStart u_isIDStart_3_8 -#define u_isISOControl u_isISOControl_3_8 -#define u_isJavaIDPart u_isJavaIDPart_3_8 -#define u_isJavaIDStart u_isJavaIDStart_3_8 -#define u_isJavaSpaceChar u_isJavaSpaceChar_3_8 -#define u_isMirrored u_isMirrored_3_8 -#define u_isUAlphabetic u_isUAlphabetic_3_8 -#define u_isULowercase u_isULowercase_3_8 -#define u_isUUppercase u_isUUppercase_3_8 -#define u_isUWhiteSpace u_isUWhiteSpace_3_8 -#define u_isWhitespace u_isWhitespace_3_8 -#define u_isalnum u_isalnum_3_8 -#define u_isalnumPOSIX u_isalnumPOSIX_3_8 -#define u_isalpha u_isalpha_3_8 -#define u_isbase u_isbase_3_8 -#define u_isblank u_isblank_3_8 -#define u_iscntrl u_iscntrl_3_8 -#define u_isdefined u_isdefined_3_8 -#define u_isdigit u_isdigit_3_8 -#define u_isgraph u_isgraph_3_8 -#define u_isgraphPOSIX u_isgraphPOSIX_3_8 -#define u_islower u_islower_3_8 -#define u_isprint u_isprint_3_8 -#define u_isprintPOSIX u_isprintPOSIX_3_8 -#define u_ispunct u_ispunct_3_8 -#define u_isspace u_isspace_3_8 -#define u_istitle u_istitle_3_8 -#define u_isupper u_isupper_3_8 -#define u_isxdigit u_isxdigit_3_8 -#define u_lengthOfIdenticalLevelRun u_lengthOfIdenticalLevelRun_3_8 -#define u_locbund_close u_locbund_close_3_8 -#define u_locbund_getNumberFormat u_locbund_getNumberFormat_3_8 -#define u_locbund_init u_locbund_init_3_8 -#define u_memcasecmp u_memcasecmp_3_8 -#define u_memchr u_memchr_3_8 -#define u_memchr32 u_memchr32_3_8 -#define u_memcmp u_memcmp_3_8 -#define u_memcmpCodePointOrder u_memcmpCodePointOrder_3_8 -#define u_memcpy u_memcpy_3_8 -#define u_memmove u_memmove_3_8 -#define u_memrchr u_memrchr_3_8 -#define u_memrchr32 u_memrchr32_3_8 -#define u_memset u_memset_3_8 -#define u_parseMessage u_parseMessage_3_8 -#define u_parseMessageWithError u_parseMessageWithError_3_8 -#define u_printf_parse u_printf_parse_3_8 -#define u_releaseDefaultConverter u_releaseDefaultConverter_3_8 -#define u_scanf_parse u_scanf_parse_3_8 -#define u_setAtomicIncDecFunctions u_setAtomicIncDecFunctions_3_8 -#define u_setDataDirectory u_setDataDirectory_3_8 -#define u_setMemoryFunctions u_setMemoryFunctions_3_8 -#define u_setMutexFunctions u_setMutexFunctions_3_8 -#define u_shapeArabic u_shapeArabic_3_8 -#define u_snprintf u_snprintf_3_8 -#define u_snprintf_u u_snprintf_u_3_8 -#define u_sprintf u_sprintf_3_8 -#define u_sprintf_u u_sprintf_u_3_8 -#define u_sscanf u_sscanf_3_8 -#define u_sscanf_u u_sscanf_u_3_8 -#define u_strCaseCompare u_strCaseCompare_3_8 -#define u_strCompare u_strCompare_3_8 -#define u_strCompareIter u_strCompareIter_3_8 -#define u_strFindFirst u_strFindFirst_3_8 -#define u_strFindLast u_strFindLast_3_8 -#define u_strFoldCase u_strFoldCase_3_8 -#define u_strFromPunycode u_strFromPunycode_3_8 -#define u_strFromUTF32 u_strFromUTF32_3_8 -#define u_strFromUTF8 u_strFromUTF8_3_8 -#define u_strFromUTF8Lenient u_strFromUTF8Lenient_3_8 -#define u_strFromUTF8WithSub u_strFromUTF8WithSub_3_8 -#define u_strFromWCS u_strFromWCS_3_8 -#define u_strHasMoreChar32Than u_strHasMoreChar32Than_3_8 -#define u_strToLower u_strToLower_3_8 -#define u_strToPunycode u_strToPunycode_3_8 -#define u_strToTitle u_strToTitle_3_8 -#define u_strToUTF32 u_strToUTF32_3_8 -#define u_strToUTF8 u_strToUTF8_3_8 -#define u_strToUTF8WithSub u_strToUTF8WithSub_3_8 -#define u_strToUpper u_strToUpper_3_8 -#define u_strToWCS u_strToWCS_3_8 -#define u_strcasecmp u_strcasecmp_3_8 -#define u_strcat u_strcat_3_8 -#define u_strchr u_strchr_3_8 -#define u_strchr32 u_strchr32_3_8 -#define u_strcmp u_strcmp_3_8 -#define u_strcmpCodePointOrder u_strcmpCodePointOrder_3_8 -#define u_strcmpFold u_strcmpFold_3_8 -#define u_strcpy u_strcpy_3_8 -#define u_strcspn u_strcspn_3_8 -#define u_strlen u_strlen_3_8 -#define u_strncasecmp u_strncasecmp_3_8 -#define u_strncat u_strncat_3_8 -#define u_strncmp u_strncmp_3_8 -#define u_strncmpCodePointOrder u_strncmpCodePointOrder_3_8 -#define u_strncpy u_strncpy_3_8 -#define u_strpbrk u_strpbrk_3_8 -#define u_strrchr u_strrchr_3_8 -#define u_strrchr32 u_strrchr32_3_8 -#define u_strrstr u_strrstr_3_8 -#define u_strspn u_strspn_3_8 -#define u_strstr u_strstr_3_8 -#define u_strtok_r u_strtok_r_3_8 -#define u_terminateChars u_terminateChars_3_8 -#define u_terminateUChar32s u_terminateUChar32s_3_8 -#define u_terminateUChars u_terminateUChars_3_8 -#define u_terminateWChars u_terminateWChars_3_8 -#define u_tolower u_tolower_3_8 -#define u_totitle u_totitle_3_8 -#define u_toupper u_toupper_3_8 -#define u_uastrcpy u_uastrcpy_3_8 -#define u_uastrncpy u_uastrncpy_3_8 -#define u_unescape u_unescape_3_8 -#define u_unescapeAt u_unescapeAt_3_8 -#define u_versionFromString u_versionFromString_3_8 -#define u_versionToString u_versionToString_3_8 -#define u_vformatMessage u_vformatMessage_3_8 -#define u_vformatMessageWithError u_vformatMessageWithError_3_8 -#define u_vfprintf u_vfprintf_3_8 -#define u_vfprintf_u u_vfprintf_u_3_8 -#define u_vfscanf u_vfscanf_3_8 -#define u_vfscanf_u u_vfscanf_u_3_8 -#define u_vparseMessage u_vparseMessage_3_8 -#define u_vparseMessageWithError u_vparseMessageWithError_3_8 -#define u_vsnprintf u_vsnprintf_3_8 -#define u_vsnprintf_u u_vsnprintf_u_3_8 -#define u_vsprintf u_vsprintf_3_8 -#define u_vsprintf_u u_vsprintf_u_3_8 -#define u_vsscanf u_vsscanf_3_8 -#define u_vsscanf_u u_vsscanf_u_3_8 -#define u_writeDiff u_writeDiff_3_8 -#define u_writeIdenticalLevelRun u_writeIdenticalLevelRun_3_8 -#define u_writeIdenticalLevelRunTwoChars u_writeIdenticalLevelRunTwoChars_3_8 -#define ubidi_addPropertyStarts ubidi_addPropertyStarts_3_8 -#define ubidi_close ubidi_close_3_8 -#define ubidi_closeProps ubidi_closeProps_3_8 -#define ubidi_countParagraphs ubidi_countParagraphs_3_8 -#define ubidi_countRuns ubidi_countRuns_3_8 -#define ubidi_getClass ubidi_getClass_3_8 -#define ubidi_getClassCallback ubidi_getClassCallback_3_8 -#define ubidi_getCustomizedClass ubidi_getCustomizedClass_3_8 -#define ubidi_getDirection ubidi_getDirection_3_8 -#define ubidi_getDummy ubidi_getDummy_3_8 -#define ubidi_getJoiningGroup ubidi_getJoiningGroup_3_8 -#define ubidi_getJoiningType ubidi_getJoiningType_3_8 -#define ubidi_getLength ubidi_getLength_3_8 -#define ubidi_getLevelAt ubidi_getLevelAt_3_8 -#define ubidi_getLevels ubidi_getLevels_3_8 -#define ubidi_getLogicalIndex ubidi_getLogicalIndex_3_8 -#define ubidi_getLogicalMap ubidi_getLogicalMap_3_8 -#define ubidi_getLogicalRun ubidi_getLogicalRun_3_8 -#define ubidi_getMaxValue ubidi_getMaxValue_3_8 -#define ubidi_getMemory ubidi_getMemory_3_8 -#define ubidi_getMirror ubidi_getMirror_3_8 -#define ubidi_getParaLevel ubidi_getParaLevel_3_8 -#define ubidi_getParagraph ubidi_getParagraph_3_8 -#define ubidi_getParagraphByIndex ubidi_getParagraphByIndex_3_8 -#define ubidi_getProcessedLength ubidi_getProcessedLength_3_8 -#define ubidi_getReorderingMode ubidi_getReorderingMode_3_8 -#define ubidi_getReorderingOptions ubidi_getReorderingOptions_3_8 -#define ubidi_getResultLength ubidi_getResultLength_3_8 -#define ubidi_getRuns ubidi_getRuns_3_8 -#define ubidi_getSingleton ubidi_getSingleton_3_8 -#define ubidi_getText ubidi_getText_3_8 -#define ubidi_getVisualIndex ubidi_getVisualIndex_3_8 -#define ubidi_getVisualMap ubidi_getVisualMap_3_8 -#define ubidi_getVisualRun ubidi_getVisualRun_3_8 -#define ubidi_invertMap ubidi_invertMap_3_8 -#define ubidi_isBidiControl ubidi_isBidiControl_3_8 -#define ubidi_isInverse ubidi_isInverse_3_8 -#define ubidi_isJoinControl ubidi_isJoinControl_3_8 -#define ubidi_isMirrored ubidi_isMirrored_3_8 -#define ubidi_isOrderParagraphsLTR ubidi_isOrderParagraphsLTR_3_8 -#define ubidi_open ubidi_open_3_8 -#define ubidi_openSized ubidi_openSized_3_8 -#define ubidi_orderParagraphsLTR ubidi_orderParagraphsLTR_3_8 -#define ubidi_reorderLogical ubidi_reorderLogical_3_8 -#define ubidi_reorderVisual ubidi_reorderVisual_3_8 -#define ubidi_setClassCallback ubidi_setClassCallback_3_8 -#define ubidi_setInverse ubidi_setInverse_3_8 -#define ubidi_setLine ubidi_setLine_3_8 -#define ubidi_setPara ubidi_setPara_3_8 -#define ubidi_setReorderingMode ubidi_setReorderingMode_3_8 -#define ubidi_setReorderingOptions ubidi_setReorderingOptions_3_8 -#define ubidi_writeReordered ubidi_writeReordered_3_8 -#define ubidi_writeReverse ubidi_writeReverse_3_8 -#define ublock_getCode ublock_getCode_3_8 -#define ubrk_close ubrk_close_3_8 -#define ubrk_countAvailable ubrk_countAvailable_3_8 -#define ubrk_current ubrk_current_3_8 -#define ubrk_first ubrk_first_3_8 -#define ubrk_following ubrk_following_3_8 -#define ubrk_getAvailable ubrk_getAvailable_3_8 -#define ubrk_getLocaleByType ubrk_getLocaleByType_3_8 -#define ubrk_getRuleStatus ubrk_getRuleStatus_3_8 -#define ubrk_getRuleStatusVec ubrk_getRuleStatusVec_3_8 -#define ubrk_isBoundary ubrk_isBoundary_3_8 -#define ubrk_last ubrk_last_3_8 -#define ubrk_next ubrk_next_3_8 -#define ubrk_open ubrk_open_3_8 -#define ubrk_openRules ubrk_openRules_3_8 -#define ubrk_preceding ubrk_preceding_3_8 -#define ubrk_previous ubrk_previous_3_8 -#define ubrk_safeClone ubrk_safeClone_3_8 -#define ubrk_setText ubrk_setText_3_8 -#define ubrk_setUText ubrk_setUText_3_8 -#define ubrk_swap ubrk_swap_3_8 -#define ucal_add ucal_add_3_8 -#define ucal_clear ucal_clear_3_8 -#define ucal_clearField ucal_clearField_3_8 -#define ucal_close ucal_close_3_8 -#define ucal_countAvailable ucal_countAvailable_3_8 -#define ucal_equivalentTo ucal_equivalentTo_3_8 -#define ucal_get ucal_get_3_8 -#define ucal_getAttribute ucal_getAttribute_3_8 -#define ucal_getAvailable ucal_getAvailable_3_8 -#define ucal_getDSTSavings ucal_getDSTSavings_3_8 -#define ucal_getDefaultTimeZone ucal_getDefaultTimeZone_3_8 -#define ucal_getGregorianChange ucal_getGregorianChange_3_8 -#define ucal_getLimit ucal_getLimit_3_8 -#define ucal_getLocaleByType ucal_getLocaleByType_3_8 -#define ucal_getMillis ucal_getMillis_3_8 -#define ucal_getNow ucal_getNow_3_8 -#define ucal_getTZDataVersion ucal_getTZDataVersion_3_8 -#define ucal_getTimeZoneDisplayName ucal_getTimeZoneDisplayName_3_8 -#define ucal_inDaylightTime ucal_inDaylightTime_3_8 -#define ucal_isSet ucal_isSet_3_8 -#define ucal_open ucal_open_3_8 -#define ucal_openCountryTimeZones ucal_openCountryTimeZones_3_8 -#define ucal_openTimeZones ucal_openTimeZones_3_8 -#define ucal_roll ucal_roll_3_8 -#define ucal_set ucal_set_3_8 -#define ucal_setAttribute ucal_setAttribute_3_8 -#define ucal_setDate ucal_setDate_3_8 -#define ucal_setDateTime ucal_setDateTime_3_8 -#define ucal_setDefaultTimeZone ucal_setDefaultTimeZone_3_8 -#define ucal_setGregorianChange ucal_setGregorianChange_3_8 -#define ucal_setMillis ucal_setMillis_3_8 -#define ucal_setTimeZone ucal_setTimeZone_3_8 -#define ucase_addCaseClosure ucase_addCaseClosure_3_8 -#define ucase_addPropertyStarts ucase_addPropertyStarts_3_8 -#define ucase_addStringCaseClosure ucase_addStringCaseClosure_3_8 -#define ucase_close ucase_close_3_8 -#define ucase_fold ucase_fold_3_8 -#define ucase_getCaseLocale ucase_getCaseLocale_3_8 -#define ucase_getDummy ucase_getDummy_3_8 -#define ucase_getSingleton ucase_getSingleton_3_8 -#define ucase_getType ucase_getType_3_8 -#define ucase_getTypeOrIgnorable ucase_getTypeOrIgnorable_3_8 -#define ucase_hasBinaryProperty ucase_hasBinaryProperty_3_8 -#define ucase_isCaseSensitive ucase_isCaseSensitive_3_8 -#define ucase_isSoftDotted ucase_isSoftDotted_3_8 -#define ucase_toFullFolding ucase_toFullFolding_3_8 -#define ucase_toFullLower ucase_toFullLower_3_8 -#define ucase_toFullTitle ucase_toFullTitle_3_8 -#define ucase_toFullUpper ucase_toFullUpper_3_8 -#define ucase_tolower ucase_tolower_3_8 -#define ucase_totitle ucase_totitle_3_8 -#define ucase_toupper ucase_toupper_3_8 -#define ucasemap_close ucasemap_close_3_8 -#define ucasemap_getBreakIterator ucasemap_getBreakIterator_3_8 -#define ucasemap_getLocale ucasemap_getLocale_3_8 -#define ucasemap_getOptions ucasemap_getOptions_3_8 -#define ucasemap_open ucasemap_open_3_8 -#define ucasemap_setBreakIterator ucasemap_setBreakIterator_3_8 -#define ucasemap_setLocale ucasemap_setLocale_3_8 -#define ucasemap_setOptions ucasemap_setOptions_3_8 -#define ucasemap_toTitle ucasemap_toTitle_3_8 -#define ucasemap_utf8FoldCase ucasemap_utf8FoldCase_3_8 -#define ucasemap_utf8ToLower ucasemap_utf8ToLower_3_8 -#define ucasemap_utf8ToTitle ucasemap_utf8ToTitle_3_8 -#define ucasemap_utf8ToUpper ucasemap_utf8ToUpper_3_8 -#define uchar_addPropertyStarts uchar_addPropertyStarts_3_8 -#define uchar_getHST uchar_getHST_3_8 -#define uchar_swapNames uchar_swapNames_3_8 -#define ucln_common_registerCleanup ucln_common_registerCleanup_3_8 -#define ucln_i18n_registerCleanup ucln_i18n_registerCleanup_3_8 -#define ucln_io_registerCleanup ucln_io_registerCleanup_3_8 -#define ucln_lib_cleanup ucln_lib_cleanup_3_8 -#define ucln_registerCleanup ucln_registerCleanup_3_8 -#define ucnv_MBCSFromUChar32 ucnv_MBCSFromUChar32_3_8 -#define ucnv_MBCSFromUnicodeWithOffsets ucnv_MBCSFromUnicodeWithOffsets_3_8 -#define ucnv_MBCSGetType ucnv_MBCSGetType_3_8 -#define ucnv_MBCSGetUnicodeSetForBytes ucnv_MBCSGetUnicodeSetForBytes_3_8 -#define ucnv_MBCSGetUnicodeSetForUnicode ucnv_MBCSGetUnicodeSetForUnicode_3_8 -#define ucnv_MBCSIsLeadByte ucnv_MBCSIsLeadByte_3_8 -#define ucnv_MBCSSimpleGetNextUChar ucnv_MBCSSimpleGetNextUChar_3_8 -#define ucnv_MBCSToUnicodeWithOffsets ucnv_MBCSToUnicodeWithOffsets_3_8 -#define ucnv_bld_countAvailableConverters ucnv_bld_countAvailableConverters_3_8 -#define ucnv_bld_getAvailableConverter ucnv_bld_getAvailableConverter_3_8 -#define ucnv_cbFromUWriteBytes ucnv_cbFromUWriteBytes_3_8 -#define ucnv_cbFromUWriteSub ucnv_cbFromUWriteSub_3_8 -#define ucnv_cbFromUWriteUChars ucnv_cbFromUWriteUChars_3_8 -#define ucnv_cbToUWriteSub ucnv_cbToUWriteSub_3_8 -#define ucnv_cbToUWriteUChars ucnv_cbToUWriteUChars_3_8 -#define ucnv_close ucnv_close_3_8 -#define ucnv_compareNames ucnv_compareNames_3_8 -#define ucnv_convert ucnv_convert_3_8 -#define ucnv_convertEx ucnv_convertEx_3_8 -#define ucnv_countAliases ucnv_countAliases_3_8 -#define ucnv_countAvailable ucnv_countAvailable_3_8 -#define ucnv_countStandards ucnv_countStandards_3_8 -#define ucnv_createAlgorithmicConverter ucnv_createAlgorithmicConverter_3_8 -#define ucnv_createConverter ucnv_createConverter_3_8 -#define ucnv_createConverterFromPackage ucnv_createConverterFromPackage_3_8 -#define ucnv_createConverterFromSharedData ucnv_createConverterFromSharedData_3_8 -#define ucnv_detectUnicodeSignature ucnv_detectUnicodeSignature_3_8 -#define ucnv_extContinueMatchFromU ucnv_extContinueMatchFromU_3_8 -#define ucnv_extContinueMatchToU ucnv_extContinueMatchToU_3_8 -#define ucnv_extGetUnicodeSet ucnv_extGetUnicodeSet_3_8 -#define ucnv_extInitialMatchFromU ucnv_extInitialMatchFromU_3_8 -#define ucnv_extInitialMatchToU ucnv_extInitialMatchToU_3_8 -#define ucnv_extSimpleMatchFromU ucnv_extSimpleMatchFromU_3_8 -#define ucnv_extSimpleMatchToU ucnv_extSimpleMatchToU_3_8 -#define ucnv_fixFileSeparator ucnv_fixFileSeparator_3_8 -#define ucnv_flushCache ucnv_flushCache_3_8 -#define ucnv_fromAlgorithmic ucnv_fromAlgorithmic_3_8 -#define ucnv_fromUChars ucnv_fromUChars_3_8 -#define ucnv_fromUCountPending ucnv_fromUCountPending_3_8 -#define ucnv_fromUWriteBytes ucnv_fromUWriteBytes_3_8 -#define ucnv_fromUnicode ucnv_fromUnicode_3_8 -#define ucnv_fromUnicode_UTF8 ucnv_fromUnicode_UTF8_3_8 -#define ucnv_fromUnicode_UTF8_OFFSETS_LOGIC ucnv_fromUnicode_UTF8_OFFSETS_LOGIC_3_8 -#define ucnv_getAlias ucnv_getAlias_3_8 -#define ucnv_getAliases ucnv_getAliases_3_8 -#define ucnv_getAvailableName ucnv_getAvailableName_3_8 -#define ucnv_getCCSID ucnv_getCCSID_3_8 -#define ucnv_getCanonicalName ucnv_getCanonicalName_3_8 -#define ucnv_getCompleteUnicodeSet ucnv_getCompleteUnicodeSet_3_8 -#define ucnv_getDefaultName ucnv_getDefaultName_3_8 -#define ucnv_getDisplayName ucnv_getDisplayName_3_8 -#define ucnv_getFromUCallBack ucnv_getFromUCallBack_3_8 -#define ucnv_getInvalidChars ucnv_getInvalidChars_3_8 -#define ucnv_getInvalidUChars ucnv_getInvalidUChars_3_8 -#define ucnv_getMaxCharSize ucnv_getMaxCharSize_3_8 -#define ucnv_getMinCharSize ucnv_getMinCharSize_3_8 -#define ucnv_getName ucnv_getName_3_8 -#define ucnv_getNextUChar ucnv_getNextUChar_3_8 -#define ucnv_getNonSurrogateUnicodeSet ucnv_getNonSurrogateUnicodeSet_3_8 -#define ucnv_getPlatform ucnv_getPlatform_3_8 -#define ucnv_getStandard ucnv_getStandard_3_8 -#define ucnv_getStandardName ucnv_getStandardName_3_8 -#define ucnv_getStarters ucnv_getStarters_3_8 -#define ucnv_getSubstChars ucnv_getSubstChars_3_8 -#define ucnv_getToUCallBack ucnv_getToUCallBack_3_8 -#define ucnv_getType ucnv_getType_3_8 -#define ucnv_getUnicodeSet ucnv_getUnicodeSet_3_8 -#define ucnv_incrementRefCount ucnv_incrementRefCount_3_8 -#define ucnv_io_countKnownConverters ucnv_io_countKnownConverters_3_8 -#define ucnv_io_getConverterName ucnv_io_getConverterName_3_8 -#define ucnv_io_stripASCIIForCompare ucnv_io_stripASCIIForCompare_3_8 -#define ucnv_io_stripEBCDICForCompare ucnv_io_stripEBCDICForCompare_3_8 -#define ucnv_isAmbiguous ucnv_isAmbiguous_3_8 -#define ucnv_load ucnv_load_3_8 -#define ucnv_loadSharedData ucnv_loadSharedData_3_8 -#define ucnv_open ucnv_open_3_8 -#define ucnv_openAllNames ucnv_openAllNames_3_8 -#define ucnv_openCCSID ucnv_openCCSID_3_8 -#define ucnv_openPackage ucnv_openPackage_3_8 -#define ucnv_openStandardNames ucnv_openStandardNames_3_8 -#define ucnv_openU ucnv_openU_3_8 -#define ucnv_reset ucnv_reset_3_8 -#define ucnv_resetFromUnicode ucnv_resetFromUnicode_3_8 -#define ucnv_resetToUnicode ucnv_resetToUnicode_3_8 -#define ucnv_safeClone ucnv_safeClone_3_8 -#define ucnv_setDefaultName ucnv_setDefaultName_3_8 -#define ucnv_setFallback ucnv_setFallback_3_8 -#define ucnv_setFromUCallBack ucnv_setFromUCallBack_3_8 -#define ucnv_setSubstChars ucnv_setSubstChars_3_8 -#define ucnv_setSubstString ucnv_setSubstString_3_8 -#define ucnv_setToUCallBack ucnv_setToUCallBack_3_8 -#define ucnv_swap ucnv_swap_3_8 -#define ucnv_swapAliases ucnv_swapAliases_3_8 -#define ucnv_toAlgorithmic ucnv_toAlgorithmic_3_8 -#define ucnv_toUChars ucnv_toUChars_3_8 -#define ucnv_toUCountPending ucnv_toUCountPending_3_8 -#define ucnv_toUWriteCodePoint ucnv_toUWriteCodePoint_3_8 -#define ucnv_toUWriteUChars ucnv_toUWriteUChars_3_8 -#define ucnv_toUnicode ucnv_toUnicode_3_8 -#define ucnv_unload ucnv_unload_3_8 -#define ucnv_unloadSharedDataIfReady ucnv_unloadSharedDataIfReady_3_8 -#define ucnv_usesFallback ucnv_usesFallback_3_8 -#define ucol_allocWeights ucol_allocWeights_3_8 -#define ucol_assembleTailoringTable ucol_assembleTailoringTable_3_8 -#define ucol_calcSortKey ucol_calcSortKey_3_8 -#define ucol_calcSortKeySimpleTertiary ucol_calcSortKeySimpleTertiary_3_8 -#define ucol_cloneBinary ucol_cloneBinary_3_8 -#define ucol_cloneRuleData ucol_cloneRuleData_3_8 -#define ucol_close ucol_close_3_8 -#define ucol_closeElements ucol_closeElements_3_8 -#define ucol_collatorToIdentifier ucol_collatorToIdentifier_3_8 -#define ucol_countAvailable ucol_countAvailable_3_8 -#define ucol_createElements ucol_createElements_3_8 -#define ucol_doCE ucol_doCE_3_8 -#define ucol_equal ucol_equal_3_8 -#define ucol_equals ucol_equals_3_8 -#define ucol_forgetUCA ucol_forgetUCA_3_8 -#define ucol_getAttribute ucol_getAttribute_3_8 -#define ucol_getAttributeOrDefault ucol_getAttributeOrDefault_3_8 -#define ucol_getAvailable ucol_getAvailable_3_8 -#define ucol_getBound ucol_getBound_3_8 -#define ucol_getCEGenerator ucol_getCEGenerator_3_8 -#define ucol_getCEStrengthDifference ucol_getCEStrengthDifference_3_8 -#define ucol_getContractions ucol_getContractions_3_8 -#define ucol_getContractionsAndExpansions ucol_getContractionsAndExpansions_3_8 -#define ucol_getDisplayName ucol_getDisplayName_3_8 -#define ucol_getFirstCE ucol_getFirstCE_3_8 -#define ucol_getFunctionalEquivalent ucol_getFunctionalEquivalent_3_8 -#define ucol_getKeywordValues ucol_getKeywordValues_3_8 -#define ucol_getKeywords ucol_getKeywords_3_8 -#define ucol_getLocale ucol_getLocale_3_8 -#define ucol_getLocaleByType ucol_getLocaleByType_3_8 -#define ucol_getMaxExpansion ucol_getMaxExpansion_3_8 -#define ucol_getNextCE ucol_getNextCE_3_8 -#define ucol_getNextGenerated ucol_getNextGenerated_3_8 -#define ucol_getOffset ucol_getOffset_3_8 -#define ucol_getPrevCE ucol_getPrevCE_3_8 -#define ucol_getRules ucol_getRules_3_8 -#define ucol_getRulesEx ucol_getRulesEx_3_8 -#define ucol_getShortDefinitionString ucol_getShortDefinitionString_3_8 -#define ucol_getSimpleCEGenerator ucol_getSimpleCEGenerator_3_8 -#define ucol_getSortKey ucol_getSortKey_3_8 -#define ucol_getSortKeySize ucol_getSortKeySize_3_8 -#define ucol_getSortKeyWithAllocation ucol_getSortKeyWithAllocation_3_8 -#define ucol_getStrength ucol_getStrength_3_8 -#define ucol_getTailoredSet ucol_getTailoredSet_3_8 -#define ucol_getUCAVersion ucol_getUCAVersion_3_8 -#define ucol_getUnsafeSet ucol_getUnsafeSet_3_8 -#define ucol_getVariableTop ucol_getVariableTop_3_8 -#define ucol_getVersion ucol_getVersion_3_8 -#define ucol_greater ucol_greater_3_8 -#define ucol_greaterOrEqual ucol_greaterOrEqual_3_8 -#define ucol_identifierToShortString ucol_identifierToShortString_3_8 -#define ucol_initBuffers ucol_initBuffers_3_8 -#define ucol_initCollator ucol_initCollator_3_8 -#define ucol_initInverseUCA ucol_initInverseUCA_3_8 -#define ucol_initUCA ucol_initUCA_3_8 -#define ucol_inv_getGapPositions ucol_inv_getGapPositions_3_8 -#define ucol_inv_getNextCE ucol_inv_getNextCE_3_8 -#define ucol_inv_getPrevCE ucol_inv_getPrevCE_3_8 -#define ucol_isTailored ucol_isTailored_3_8 -#define ucol_keyHashCode ucol_keyHashCode_3_8 -#define ucol_mergeSortkeys ucol_mergeSortkeys_3_8 -#define ucol_next ucol_next_3_8 -#define ucol_nextSortKeyPart ucol_nextSortKeyPart_3_8 -#define ucol_nextWeight ucol_nextWeight_3_8 -#define ucol_normalizeShortDefinitionString ucol_normalizeShortDefinitionString_3_8 -#define ucol_open ucol_open_3_8 -#define ucol_openAvailableLocales ucol_openAvailableLocales_3_8 -#define ucol_openBinary ucol_openBinary_3_8 -#define ucol_openElements ucol_openElements_3_8 -#define ucol_openFromIdentifier ucol_openFromIdentifier_3_8 -#define ucol_openFromShortString ucol_openFromShortString_3_8 -#define ucol_openRules ucol_openRules_3_8 -#define ucol_open_internal ucol_open_internal_3_8 -#define ucol_prepareShortStringOpen ucol_prepareShortStringOpen_3_8 -#define ucol_previous ucol_previous_3_8 -#define ucol_primaryOrder ucol_primaryOrder_3_8 -#define ucol_prv_getSpecialCE ucol_prv_getSpecialCE_3_8 -#define ucol_prv_getSpecialPrevCE ucol_prv_getSpecialPrevCE_3_8 -#define ucol_reset ucol_reset_3_8 -#define ucol_restoreVariableTop ucol_restoreVariableTop_3_8 -#define ucol_safeClone ucol_safeClone_3_8 -#define ucol_secondaryOrder ucol_secondaryOrder_3_8 -#define ucol_setAttribute ucol_setAttribute_3_8 -#define ucol_setOffset ucol_setOffset_3_8 -#define ucol_setOptionsFromHeader ucol_setOptionsFromHeader_3_8 -#define ucol_setReqValidLocales ucol_setReqValidLocales_3_8 -#define ucol_setStrength ucol_setStrength_3_8 -#define ucol_setText ucol_setText_3_8 -#define ucol_setVariableTop ucol_setVariableTop_3_8 -#define ucol_shortStringToIdentifier ucol_shortStringToIdentifier_3_8 -#define ucol_strcoll ucol_strcoll_3_8 -#define ucol_strcollIter ucol_strcollIter_3_8 -#define ucol_swap ucol_swap_3_8 -#define ucol_swapBinary ucol_swapBinary_3_8 -#define ucol_swapInverseUCA ucol_swapInverseUCA_3_8 -#define ucol_tertiaryOrder ucol_tertiaryOrder_3_8 -#define ucol_tok_assembleTokenList ucol_tok_assembleTokenList_3_8 -#define ucol_tok_closeTokenList ucol_tok_closeTokenList_3_8 -#define ucol_tok_getNextArgument ucol_tok_getNextArgument_3_8 -#define ucol_tok_initTokenList ucol_tok_initTokenList_3_8 -#define ucol_tok_parseNextToken ucol_tok_parseNextToken_3_8 -#define ucol_updateInternalState ucol_updateInternalState_3_8 -#define ucsdet_close ucsdet_close_3_8 -#define ucsdet_detect ucsdet_detect_3_8 -#define ucsdet_detectAll ucsdet_detectAll_3_8 -#define ucsdet_enableInputFilter ucsdet_enableInputFilter_3_8 -#define ucsdet_getAllDetectableCharsets ucsdet_getAllDetectableCharsets_3_8 -#define ucsdet_getConfidence ucsdet_getConfidence_3_8 -#define ucsdet_getLanguage ucsdet_getLanguage_3_8 -#define ucsdet_getName ucsdet_getName_3_8 -#define ucsdet_getUChars ucsdet_getUChars_3_8 -#define ucsdet_isInputFilterEnabled ucsdet_isInputFilterEnabled_3_8 -#define ucsdet_open ucsdet_open_3_8 -#define ucsdet_setDeclaredEncoding ucsdet_setDeclaredEncoding_3_8 -#define ucsdet_setText ucsdet_setText_3_8 -#define ucurr_forLocale ucurr_forLocale_3_8 -#define ucurr_getDefaultFractionDigits ucurr_getDefaultFractionDigits_3_8 -#define ucurr_getName ucurr_getName_3_8 -#define ucurr_getRoundingIncrement ucurr_getRoundingIncrement_3_8 -#define ucurr_openISOCurrencies ucurr_openISOCurrencies_3_8 -#define ucurr_register ucurr_register_3_8 -#define ucurr_unregister ucurr_unregister_3_8 -#define udat_applyPattern udat_applyPattern_3_8 -#define udat_clone udat_clone_3_8 -#define udat_close udat_close_3_8 -#define udat_countAvailable udat_countAvailable_3_8 -#define udat_countSymbols udat_countSymbols_3_8 -#define udat_format udat_format_3_8 -#define udat_get2DigitYearStart udat_get2DigitYearStart_3_8 -#define udat_getAvailable udat_getAvailable_3_8 -#define udat_getCalendar udat_getCalendar_3_8 -#define udat_getLocaleByType udat_getLocaleByType_3_8 -#define udat_getNumberFormat udat_getNumberFormat_3_8 -#define udat_getSymbols udat_getSymbols_3_8 -#define udat_isLenient udat_isLenient_3_8 -#define udat_open udat_open_3_8 -#define udat_parse udat_parse_3_8 -#define udat_parseCalendar udat_parseCalendar_3_8 -#define udat_set2DigitYearStart udat_set2DigitYearStart_3_8 -#define udat_setCalendar udat_setCalendar_3_8 -#define udat_setLenient udat_setLenient_3_8 -#define udat_setNumberFormat udat_setNumberFormat_3_8 -#define udat_setSymbols udat_setSymbols_3_8 -#define udat_toPattern udat_toPattern_3_8 -#define udata_checkCommonData udata_checkCommonData_3_8 -#define udata_close udata_close_3_8 -#define udata_closeSwapper udata_closeSwapper_3_8 -#define udata_getHeaderSize udata_getHeaderSize_3_8 -#define udata_getInfo udata_getInfo_3_8 -#define udata_getInfoSize udata_getInfoSize_3_8 -#define udata_getLength udata_getLength_3_8 -#define udata_getMemory udata_getMemory_3_8 -#define udata_getRawMemory udata_getRawMemory_3_8 -#define udata_open udata_open_3_8 -#define udata_openChoice udata_openChoice_3_8 -#define udata_openSwapper udata_openSwapper_3_8 -#define udata_openSwapperForInputData udata_openSwapperForInputData_3_8 -#define udata_printError udata_printError_3_8 -#define udata_readInt16 udata_readInt16_3_8 -#define udata_readInt32 udata_readInt32_3_8 -#define udata_setAppData udata_setAppData_3_8 -#define udata_setCommonData udata_setCommonData_3_8 -#define udata_setFileAccess udata_setFileAccess_3_8 -#define udata_swapDataHeader udata_swapDataHeader_3_8 -#define udata_swapInvStringBlock udata_swapInvStringBlock_3_8 -#define udatpg_addPattern udatpg_addPattern_3_8 -#define udatpg_clone udatpg_clone_3_8 -#define udatpg_close udatpg_close_3_8 -#define udatpg_getAppendItemFormat udatpg_getAppendItemFormat_3_8 -#define udatpg_getAppendItemName udatpg_getAppendItemName_3_8 -#define udatpg_getBaseSkeleton udatpg_getBaseSkeleton_3_8 -#define udatpg_getBestPattern udatpg_getBestPattern_3_8 -#define udatpg_getDateTimeFormat udatpg_getDateTimeFormat_3_8 -#define udatpg_getDecimal udatpg_getDecimal_3_8 -#define udatpg_getPatternForSkeleton udatpg_getPatternForSkeleton_3_8 -#define udatpg_getSkeleton udatpg_getSkeleton_3_8 -#define udatpg_open udatpg_open_3_8 -#define udatpg_openBaseSkeletons udatpg_openBaseSkeletons_3_8 -#define udatpg_openEmpty udatpg_openEmpty_3_8 -#define udatpg_openSkeletons udatpg_openSkeletons_3_8 -#define udatpg_replaceFieldTypes udatpg_replaceFieldTypes_3_8 -#define udatpg_setAppendItemFormat udatpg_setAppendItemFormat_3_8 -#define udatpg_setAppendItemName udatpg_setAppendItemName_3_8 -#define udatpg_setDateTimeFormat udatpg_setDateTimeFormat_3_8 -#define udatpg_setDecimal udatpg_setDecimal_3_8 -#define uenum_close uenum_close_3_8 -#define uenum_count uenum_count_3_8 -#define uenum_next uenum_next_3_8 -#define uenum_nextDefault uenum_nextDefault_3_8 -#define uenum_openCharStringsEnumeration uenum_openCharStringsEnumeration_3_8 -#define uenum_openStringEnumeration uenum_openStringEnumeration_3_8 -#define uenum_reset uenum_reset_3_8 -#define uenum_unext uenum_unext_3_8 -#define uenum_unextDefault uenum_unextDefault_3_8 -#define ufile_close_translit ufile_close_translit_3_8 -#define ufile_fill_uchar_buffer ufile_fill_uchar_buffer_3_8 -#define ufile_flush_translit ufile_flush_translit_3_8 -#define ufile_getch ufile_getch_3_8 -#define ufile_getch32 ufile_getch32_3_8 -#define ufmt_64tou ufmt_64tou_3_8 -#define ufmt_defaultCPToUnicode ufmt_defaultCPToUnicode_3_8 -#define ufmt_digitvalue ufmt_digitvalue_3_8 -#define ufmt_isdigit ufmt_isdigit_3_8 -#define ufmt_ptou ufmt_ptou_3_8 -#define ufmt_uto64 ufmt_uto64_3_8 -#define ufmt_utop ufmt_utop_3_8 -#define uhash_close uhash_close_3_8 -#define uhash_compareCaselessUnicodeString uhash_compareCaselessUnicodeString_3_8 -#define uhash_compareChars uhash_compareChars_3_8 -#define uhash_compareIChars uhash_compareIChars_3_8 -#define uhash_compareLong uhash_compareLong_3_8 -#define uhash_compareUChars uhash_compareUChars_3_8 -#define uhash_compareUnicodeString uhash_compareUnicodeString_3_8 -#define uhash_count uhash_count_3_8 -#define uhash_deleteHashtable uhash_deleteHashtable_3_8 -#define uhash_deleteUVector uhash_deleteUVector_3_8 -#define uhash_deleteUnicodeString uhash_deleteUnicodeString_3_8 -#define uhash_equals uhash_equals_3_8 -#define uhash_find uhash_find_3_8 -#define uhash_freeBlock uhash_freeBlock_3_8 -#define uhash_get uhash_get_3_8 -#define uhash_geti uhash_geti_3_8 -#define uhash_hashCaselessUnicodeString uhash_hashCaselessUnicodeString_3_8 -#define uhash_hashChars uhash_hashChars_3_8 -#define uhash_hashIChars uhash_hashIChars_3_8 -#define uhash_hashLong uhash_hashLong_3_8 -#define uhash_hashUChars uhash_hashUChars_3_8 -#define uhash_hashUCharsN uhash_hashUCharsN_3_8 -#define uhash_hashUnicodeString uhash_hashUnicodeString_3_8 -#define uhash_iget uhash_iget_3_8 -#define uhash_igeti uhash_igeti_3_8 -#define uhash_init uhash_init_3_8 -#define uhash_iput uhash_iput_3_8 -#define uhash_iputi uhash_iputi_3_8 -#define uhash_iremove uhash_iremove_3_8 -#define uhash_iremovei uhash_iremovei_3_8 -#define uhash_nextElement uhash_nextElement_3_8 -#define uhash_open uhash_open_3_8 -#define uhash_openSize uhash_openSize_3_8 -#define uhash_put uhash_put_3_8 -#define uhash_puti uhash_puti_3_8 -#define uhash_remove uhash_remove_3_8 -#define uhash_removeAll uhash_removeAll_3_8 -#define uhash_removeElement uhash_removeElement_3_8 -#define uhash_removei uhash_removei_3_8 -#define uhash_setKeyComparator uhash_setKeyComparator_3_8 -#define uhash_setKeyDeleter uhash_setKeyDeleter_3_8 -#define uhash_setKeyHasher uhash_setKeyHasher_3_8 -#define uhash_setResizePolicy uhash_setResizePolicy_3_8 -#define uhash_setValueComparator uhash_setValueComparator_3_8 -#define uhash_setValueDeleter uhash_setValueDeleter_3_8 -#define uhst_addPropertyStarts uhst_addPropertyStarts_3_8 -#define uidna_IDNToASCII uidna_IDNToASCII_3_8 -#define uidna_IDNToUnicode uidna_IDNToUnicode_3_8 -#define uidna_compare uidna_compare_3_8 -#define uidna_toASCII uidna_toASCII_3_8 -#define uidna_toUnicode uidna_toUnicode_3_8 -#define uiter_current32 uiter_current32_3_8 -#define uiter_getState uiter_getState_3_8 -#define uiter_next32 uiter_next32_3_8 -#define uiter_previous32 uiter_previous32_3_8 -#define uiter_setCharacterIterator uiter_setCharacterIterator_3_8 -#define uiter_setReplaceable uiter_setReplaceable_3_8 -#define uiter_setState uiter_setState_3_8 -#define uiter_setString uiter_setString_3_8 -#define uiter_setUTF16BE uiter_setUTF16BE_3_8 -#define uiter_setUTF8 uiter_setUTF8_3_8 -#define uloc_acceptLanguage uloc_acceptLanguage_3_8 -#define uloc_acceptLanguageFromHTTP uloc_acceptLanguageFromHTTP_3_8 -#define uloc_canonicalize uloc_canonicalize_3_8 -#define uloc_countAvailable uloc_countAvailable_3_8 -#define uloc_getAvailable uloc_getAvailable_3_8 -#define uloc_getBaseName uloc_getBaseName_3_8 -#define uloc_getCountry uloc_getCountry_3_8 -#define uloc_getDefault uloc_getDefault_3_8 -#define uloc_getDisplayCountry uloc_getDisplayCountry_3_8 -#define uloc_getDisplayKeyword uloc_getDisplayKeyword_3_8 -#define uloc_getDisplayKeywordValue uloc_getDisplayKeywordValue_3_8 -#define uloc_getDisplayLanguage uloc_getDisplayLanguage_3_8 -#define uloc_getDisplayName uloc_getDisplayName_3_8 -#define uloc_getDisplayScript uloc_getDisplayScript_3_8 -#define uloc_getDisplayVariant uloc_getDisplayVariant_3_8 -#define uloc_getISO3Country uloc_getISO3Country_3_8 -#define uloc_getISO3Language uloc_getISO3Language_3_8 -#define uloc_getISOCountries uloc_getISOCountries_3_8 -#define uloc_getISOLanguages uloc_getISOLanguages_3_8 -#define uloc_getKeywordValue uloc_getKeywordValue_3_8 -#define uloc_getLCID uloc_getLCID_3_8 -#define uloc_getLanguage uloc_getLanguage_3_8 -#define uloc_getLocaleForLCID uloc_getLocaleForLCID_3_8 -#define uloc_getName uloc_getName_3_8 -#define uloc_getParent uloc_getParent_3_8 -#define uloc_getScript uloc_getScript_3_8 -#define uloc_getVariant uloc_getVariant_3_8 -#define uloc_openKeywordList uloc_openKeywordList_3_8 -#define uloc_openKeywords uloc_openKeywords_3_8 -#define uloc_setDefault uloc_setDefault_3_8 -#define uloc_setKeywordValue uloc_setKeywordValue_3_8 -#define ulocdata_close ulocdata_close_3_8 -#define ulocdata_getDelimiter ulocdata_getDelimiter_3_8 -#define ulocdata_getExemplarSet ulocdata_getExemplarSet_3_8 -#define ulocdata_getMeasurementSystem ulocdata_getMeasurementSystem_3_8 -#define ulocdata_getNoSubstitute ulocdata_getNoSubstitute_3_8 -#define ulocdata_getPaperSize ulocdata_getPaperSize_3_8 -#define ulocdata_open ulocdata_open_3_8 -#define ulocdata_setNoSubstitute ulocdata_setNoSubstitute_3_8 -#define umsg_applyPattern umsg_applyPattern_3_8 -#define umsg_autoQuoteApostrophe umsg_autoQuoteApostrophe_3_8 -#define umsg_clone umsg_clone_3_8 -#define umsg_close umsg_close_3_8 -#define umsg_format umsg_format_3_8 -#define umsg_getLocale umsg_getLocale_3_8 -#define umsg_open umsg_open_3_8 -#define umsg_parse umsg_parse_3_8 -#define umsg_setLocale umsg_setLocale_3_8 -#define umsg_toPattern umsg_toPattern_3_8 -#define umsg_vformat umsg_vformat_3_8 -#define umsg_vparse umsg_vparse_3_8 -#define umtx_atomic_dec umtx_atomic_dec_3_8 -#define umtx_atomic_inc umtx_atomic_inc_3_8 -#define umtx_cleanup umtx_cleanup_3_8 -#define umtx_destroy umtx_destroy_3_8 -#define umtx_init umtx_init_3_8 -#define umtx_lock umtx_lock_3_8 -#define umtx_unlock umtx_unlock_3_8 -#define unorm_addPropertyStarts unorm_addPropertyStarts_3_8 -#define unorm_closeIter unorm_closeIter_3_8 -#define unorm_compare unorm_compare_3_8 -#define unorm_compose unorm_compose_3_8 -#define unorm_concatenate unorm_concatenate_3_8 -#define unorm_decompose unorm_decompose_3_8 -#define unorm_getCanonStartSet unorm_getCanonStartSet_3_8 -#define unorm_getCanonicalDecomposition unorm_getCanonicalDecomposition_3_8 -#define unorm_getDecomposition unorm_getDecomposition_3_8 -#define unorm_getFCD16FromCodePoint unorm_getFCD16FromCodePoint_3_8 -#define unorm_getFCDTrie unorm_getFCDTrie_3_8 -#define unorm_getNX unorm_getNX_3_8 -#define unorm_getQuickCheck unorm_getQuickCheck_3_8 -#define unorm_getUnicodeVersion unorm_getUnicodeVersion_3_8 -#define unorm_haveData unorm_haveData_3_8 -#define unorm_internalIsFullCompositionExclusion unorm_internalIsFullCompositionExclusion_3_8 -#define unorm_internalNormalize unorm_internalNormalize_3_8 -#define unorm_internalNormalizeWithNX unorm_internalNormalizeWithNX_3_8 -#define unorm_internalQuickCheck unorm_internalQuickCheck_3_8 -#define unorm_isCanonSafeStart unorm_isCanonSafeStart_3_8 -#define unorm_isNFSkippable unorm_isNFSkippable_3_8 -#define unorm_isNormalized unorm_isNormalized_3_8 -#define unorm_isNormalizedWithOptions unorm_isNormalizedWithOptions_3_8 -#define unorm_next unorm_next_3_8 -#define unorm_normalize unorm_normalize_3_8 -#define unorm_openIter unorm_openIter_3_8 -#define unorm_previous unorm_previous_3_8 -#define unorm_quickCheck unorm_quickCheck_3_8 -#define unorm_quickCheckWithOptions unorm_quickCheckWithOptions_3_8 -#define unorm_setIter unorm_setIter_3_8 -#define unum_applyPattern unum_applyPattern_3_8 -#define unum_clone unum_clone_3_8 -#define unum_close unum_close_3_8 -#define unum_countAvailable unum_countAvailable_3_8 -#define unum_format unum_format_3_8 -#define unum_formatDouble unum_formatDouble_3_8 -#define unum_formatDoubleCurrency unum_formatDoubleCurrency_3_8 -#define unum_formatInt64 unum_formatInt64_3_8 -#define unum_getAttribute unum_getAttribute_3_8 -#define unum_getAvailable unum_getAvailable_3_8 -#define unum_getDoubleAttribute unum_getDoubleAttribute_3_8 -#define unum_getLocaleByType unum_getLocaleByType_3_8 -#define unum_getSymbol unum_getSymbol_3_8 -#define unum_getTextAttribute unum_getTextAttribute_3_8 -#define unum_open unum_open_3_8 -#define unum_parse unum_parse_3_8 -#define unum_parseDouble unum_parseDouble_3_8 -#define unum_parseDoubleCurrency unum_parseDoubleCurrency_3_8 -#define unum_parseInt64 unum_parseInt64_3_8 -#define unum_setAttribute unum_setAttribute_3_8 -#define unum_setDoubleAttribute unum_setDoubleAttribute_3_8 -#define unum_setSymbol unum_setSymbol_3_8 -#define unum_setTextAttribute unum_setTextAttribute_3_8 -#define unum_toPattern unum_toPattern_3_8 -#define upname_swap upname_swap_3_8 -#define uprops_getSource uprops_getSource_3_8 -#define upropsvec_addPropertyStarts upropsvec_addPropertyStarts_3_8 -#define uprv_asciiFromEbcdic uprv_asciiFromEbcdic_3_8 -#define uprv_asciitolower uprv_asciitolower_3_8 -#define uprv_ceil uprv_ceil_3_8 -#define uprv_cnttab_addContraction uprv_cnttab_addContraction_3_8 -#define uprv_cnttab_changeContraction uprv_cnttab_changeContraction_3_8 -#define uprv_cnttab_changeLastCE uprv_cnttab_changeLastCE_3_8 -#define uprv_cnttab_clone uprv_cnttab_clone_3_8 -#define uprv_cnttab_close uprv_cnttab_close_3_8 -#define uprv_cnttab_constructTable uprv_cnttab_constructTable_3_8 -#define uprv_cnttab_findCE uprv_cnttab_findCE_3_8 -#define uprv_cnttab_findCP uprv_cnttab_findCP_3_8 -#define uprv_cnttab_getCE uprv_cnttab_getCE_3_8 -#define uprv_cnttab_insertContraction uprv_cnttab_insertContraction_3_8 -#define uprv_cnttab_isTailored uprv_cnttab_isTailored_3_8 -#define uprv_cnttab_open uprv_cnttab_open_3_8 -#define uprv_cnttab_setContraction uprv_cnttab_setContraction_3_8 -#define uprv_compareASCIIPropertyNames uprv_compareASCIIPropertyNames_3_8 -#define uprv_compareEBCDICPropertyNames uprv_compareEBCDICPropertyNames_3_8 -#define uprv_compareInvAscii uprv_compareInvAscii_3_8 -#define uprv_compareInvEbcdic uprv_compareInvEbcdic_3_8 -#define uprv_convertToLCID uprv_convertToLCID_3_8 -#define uprv_convertToPosix uprv_convertToPosix_3_8 -#define uprv_copyAscii uprv_copyAscii_3_8 -#define uprv_copyEbcdic uprv_copyEbcdic_3_8 -#define uprv_ebcdicFromAscii uprv_ebcdicFromAscii_3_8 -#define uprv_ebcdictolower uprv_ebcdictolower_3_8 -#define uprv_fabs uprv_fabs_3_8 -#define uprv_floor uprv_floor_3_8 -#define uprv_fmax uprv_fmax_3_8 -#define uprv_fmin uprv_fmin_3_8 -#define uprv_fmod uprv_fmod_3_8 -#define uprv_free uprv_free_3_8 -#define uprv_getCharNameCharacters uprv_getCharNameCharacters_3_8 -#define uprv_getDefaultCodepage uprv_getDefaultCodepage_3_8 -#define uprv_getDefaultLocaleID uprv_getDefaultLocaleID_3_8 -#define uprv_getInfinity uprv_getInfinity_3_8 -#define uprv_getMaxCharNameLength uprv_getMaxCharNameLength_3_8 -#define uprv_getMaxValues uprv_getMaxValues_3_8 -#define uprv_getNaN uprv_getNaN_3_8 -#define uprv_getStaticCurrencyName uprv_getStaticCurrencyName_3_8 -#define uprv_getUTCtime uprv_getUTCtime_3_8 -#define uprv_haveProperties uprv_haveProperties_3_8 -#define uprv_init_collIterate uprv_init_collIterate_3_8 -#define uprv_int32Comparator uprv_int32Comparator_3_8 -#define uprv_isInfinite uprv_isInfinite_3_8 -#define uprv_isInvariantString uprv_isInvariantString_3_8 -#define uprv_isInvariantUString uprv_isInvariantUString_3_8 -#define uprv_isNaN uprv_isNaN_3_8 -#define uprv_isNegativeInfinity uprv_isNegativeInfinity_3_8 -#define uprv_isPositiveInfinity uprv_isPositiveInfinity_3_8 -#define uprv_isRuleWhiteSpace uprv_isRuleWhiteSpace_3_8 -#define uprv_itou uprv_itou_3_8 -#define uprv_log uprv_log_3_8 -#define uprv_malloc uprv_malloc_3_8 -#define uprv_mapFile uprv_mapFile_3_8 -#define uprv_max uprv_max_3_8 -#define uprv_maximumPtr uprv_maximumPtr_3_8 -#define uprv_maxMantissa uprv_maxMantissa_3_8 -#define uprv_min uprv_min_3_8 -#define uprv_modf uprv_modf_3_8 -#define uprv_openRuleWhiteSpaceSet uprv_openRuleWhiteSpaceSet_3_8 -#define uprv_parseCurrency uprv_parseCurrency_3_8 -#define uprv_pathIsAbsolute uprv_pathIsAbsolute_3_8 -#define uprv_pow uprv_pow_3_8 -#define uprv_pow10 uprv_pow10_3_8 -#define uprv_realloc uprv_realloc_3_8 -#define uprv_round uprv_round_3_8 -#define uprv_sortArray uprv_sortArray_3_8 -#define uprv_strCompare uprv_strCompare_3_8 -#define uprv_strdup uprv_strdup_3_8 -#define uprv_strndup uprv_strndup_3_8 -#define uprv_syntaxError uprv_syntaxError_3_8 -#define uprv_timezone uprv_timezone_3_8 -#define uprv_toupper uprv_toupper_3_8 -#define uprv_trunc uprv_trunc_3_8 -#define uprv_tzname uprv_tzname_3_8 -#define uprv_tzset uprv_tzset_3_8 -#define uprv_uca_addAnElement uprv_uca_addAnElement_3_8 -#define uprv_uca_assembleTable uprv_uca_assembleTable_3_8 -#define uprv_uca_canonicalClosure uprv_uca_canonicalClosure_3_8 -#define uprv_uca_cloneTempTable uprv_uca_cloneTempTable_3_8 -#define uprv_uca_closeTempTable uprv_uca_closeTempTable_3_8 -#define uprv_uca_getCodePointFromRaw uprv_uca_getCodePointFromRaw_3_8 -#define uprv_uca_getImplicitFromRaw uprv_uca_getImplicitFromRaw_3_8 -#define uprv_uca_getRawFromCodePoint uprv_uca_getRawFromCodePoint_3_8 -#define uprv_uca_getRawFromImplicit uprv_uca_getRawFromImplicit_3_8 -#define uprv_uca_initImplicitConstants uprv_uca_initImplicitConstants_3_8 -#define uprv_uca_initTempTable uprv_uca_initTempTable_3_8 -#define uprv_uint16Comparator uprv_uint16Comparator_3_8 -#define uprv_uint32Comparator uprv_uint32Comparator_3_8 -#define uprv_unmapFile uprv_unmapFile_3_8 -#define uregex_appendReplacement uregex_appendReplacement_3_8 -#define uregex_appendTail uregex_appendTail_3_8 -#define uregex_clone uregex_clone_3_8 -#define uregex_close uregex_close_3_8 -#define uregex_end uregex_end_3_8 -#define uregex_find uregex_find_3_8 -#define uregex_findNext uregex_findNext_3_8 -#define uregex_flags uregex_flags_3_8 -#define uregex_getText uregex_getText_3_8 -#define uregex_group uregex_group_3_8 -#define uregex_groupCount uregex_groupCount_3_8 -#define uregex_lookingAt uregex_lookingAt_3_8 -#define uregex_matches uregex_matches_3_8 -#define uregex_open uregex_open_3_8 -#define uregex_openC uregex_openC_3_8 -#define uregex_pattern uregex_pattern_3_8 -#define uregex_replaceAll uregex_replaceAll_3_8 -#define uregex_replaceFirst uregex_replaceFirst_3_8 -#define uregex_reset uregex_reset_3_8 -#define uregex_setText uregex_setText_3_8 -#define uregex_split uregex_split_3_8 -#define uregex_start uregex_start_3_8 -#define ures_clone ures_clone_3_8 -#define ures_close ures_close_3_8 -#define ures_copyResb ures_copyResb_3_8 -#define ures_countArrayItems ures_countArrayItems_3_8 -#define ures_equal ures_equal_3_8 -#define ures_findResource ures_findResource_3_8 -#define ures_findSubResource ures_findSubResource_3_8 -#define ures_getBinary ures_getBinary_3_8 -#define ures_getByIndex ures_getByIndex_3_8 -#define ures_getByKey ures_getByKey_3_8 -#define ures_getByKeyWithFallback ures_getByKeyWithFallback_3_8 -#define ures_getFunctionalEquivalent ures_getFunctionalEquivalent_3_8 -#define ures_getInt ures_getInt_3_8 -#define ures_getIntVector ures_getIntVector_3_8 -#define ures_getKey ures_getKey_3_8 -#define ures_getKeywordValues ures_getKeywordValues_3_8 -#define ures_getLocale ures_getLocale_3_8 -#define ures_getLocaleByType ures_getLocaleByType_3_8 -#define ures_getName ures_getName_3_8 -#define ures_getNextResource ures_getNextResource_3_8 -#define ures_getNextString ures_getNextString_3_8 -#define ures_getParentBundle ures_getParentBundle_3_8 -#define ures_getSize ures_getSize_3_8 -#define ures_getString ures_getString_3_8 -#define ures_getStringByIndex ures_getStringByIndex_3_8 -#define ures_getStringByKey ures_getStringByKey_3_8 -#define ures_getStringByKeyWithFallback ures_getStringByKeyWithFallback_3_8 -#define ures_getType ures_getType_3_8 -#define ures_getUInt ures_getUInt_3_8 -#define ures_getUTF8String ures_getUTF8String_3_8 -#define ures_getUTF8StringByIndex ures_getUTF8StringByIndex_3_8 -#define ures_getUTF8StringByKey ures_getUTF8StringByKey_3_8 -#define ures_getVersion ures_getVersion_3_8 -#define ures_getVersionNumber ures_getVersionNumber_3_8 -#define ures_hasNext ures_hasNext_3_8 -#define ures_initStackObject ures_initStackObject_3_8 -#define ures_open ures_open_3_8 -#define ures_openAvailableLocales ures_openAvailableLocales_3_8 -#define ures_openDirect ures_openDirect_3_8 -#define ures_openFillIn ures_openFillIn_3_8 -#define ures_openU ures_openU_3_8 -#define ures_resetIterator ures_resetIterator_3_8 -#define ures_swap ures_swap_3_8 -#define uscript_closeRun uscript_closeRun_3_8 -#define uscript_getCode uscript_getCode_3_8 -#define uscript_getName uscript_getName_3_8 -#define uscript_getScript uscript_getScript_3_8 -#define uscript_getShortName uscript_getShortName_3_8 -#define uscript_nextRun uscript_nextRun_3_8 -#define uscript_openRun uscript_openRun_3_8 -#define uscript_resetRun uscript_resetRun_3_8 -#define uscript_setRunText uscript_setRunText_3_8 -#define usearch_close usearch_close_3_8 -#define usearch_first usearch_first_3_8 -#define usearch_following usearch_following_3_8 -#define usearch_getAttribute usearch_getAttribute_3_8 -#define usearch_getBreakIterator usearch_getBreakIterator_3_8 -#define usearch_getCollator usearch_getCollator_3_8 -#define usearch_getMatchedLength usearch_getMatchedLength_3_8 -#define usearch_getMatchedStart usearch_getMatchedStart_3_8 -#define usearch_getMatchedText usearch_getMatchedText_3_8 -#define usearch_getOffset usearch_getOffset_3_8 -#define usearch_getPattern usearch_getPattern_3_8 -#define usearch_getText usearch_getText_3_8 -#define usearch_handleNextCanonical usearch_handleNextCanonical_3_8 -#define usearch_handleNextExact usearch_handleNextExact_3_8 -#define usearch_handlePreviousCanonical usearch_handlePreviousCanonical_3_8 -#define usearch_handlePreviousExact usearch_handlePreviousExact_3_8 -#define usearch_last usearch_last_3_8 -#define usearch_next usearch_next_3_8 -#define usearch_open usearch_open_3_8 -#define usearch_openFromCollator usearch_openFromCollator_3_8 -#define usearch_preceding usearch_preceding_3_8 -#define usearch_previous usearch_previous_3_8 -#define usearch_reset usearch_reset_3_8 -#define usearch_setAttribute usearch_setAttribute_3_8 -#define usearch_setBreakIterator usearch_setBreakIterator_3_8 -#define usearch_setCollator usearch_setCollator_3_8 -#define usearch_setOffset usearch_setOffset_3_8 -#define usearch_setPattern usearch_setPattern_3_8 -#define usearch_setText usearch_setText_3_8 -#define uset_add uset_add_3_8 -#define uset_addAll uset_addAll_3_8 -#define uset_addAllCodePoints uset_addAllCodePoints_3_8 -#define uset_addRange uset_addRange_3_8 -#define uset_addString uset_addString_3_8 -#define uset_applyIntPropertyValue uset_applyIntPropertyValue_3_8 -#define uset_applyPattern uset_applyPattern_3_8 -#define uset_applyPropertyAlias uset_applyPropertyAlias_3_8 -#define uset_charAt uset_charAt_3_8 -#define uset_clear uset_clear_3_8 -#define uset_clone uset_clone_3_8 -#define uset_cloneAsThawed uset_cloneAsThawed_3_8 -#define uset_close uset_close_3_8 -#define uset_compact uset_compact_3_8 -#define uset_complement uset_complement_3_8 -#define uset_complementAll uset_complementAll_3_8 -#define uset_contains uset_contains_3_8 -#define uset_containsAll uset_containsAll_3_8 -#define uset_containsAllCodePoints uset_containsAllCodePoints_3_8 -#define uset_containsNone uset_containsNone_3_8 -#define uset_containsRange uset_containsRange_3_8 -#define uset_containsSome uset_containsSome_3_8 -#define uset_containsString uset_containsString_3_8 -#define uset_equals uset_equals_3_8 -#define uset_freeze uset_freeze_3_8 -#define uset_getItem uset_getItem_3_8 -#define uset_getItemCount uset_getItemCount_3_8 -#define uset_getSerializedRange uset_getSerializedRange_3_8 -#define uset_getSerializedRangeCount uset_getSerializedRangeCount_3_8 -#define uset_getSerializedSet uset_getSerializedSet_3_8 -#define uset_indexOf uset_indexOf_3_8 -#define uset_isEmpty uset_isEmpty_3_8 -#define uset_isFrozen uset_isFrozen_3_8 -#define uset_open uset_open_3_8 -#define uset_openPattern uset_openPattern_3_8 -#define uset_openPatternOptions uset_openPatternOptions_3_8 -#define uset_remove uset_remove_3_8 -#define uset_removeAll uset_removeAll_3_8 -#define uset_removeRange uset_removeRange_3_8 -#define uset_removeString uset_removeString_3_8 -#define uset_resemblesPattern uset_resemblesPattern_3_8 -#define uset_retain uset_retain_3_8 -#define uset_retainAll uset_retainAll_3_8 -#define uset_serialize uset_serialize_3_8 -#define uset_serializedContains uset_serializedContains_3_8 -#define uset_set uset_set_3_8 -#define uset_setSerializedToOne uset_setSerializedToOne_3_8 -#define uset_size uset_size_3_8 -#define uset_span uset_span_3_8 -#define uset_spanBack uset_spanBack_3_8 -#define uset_spanBackUTF8 uset_spanBackUTF8_3_8 -#define uset_spanUTF8 uset_spanUTF8_3_8 -#define uset_toPattern uset_toPattern_3_8 -#define usprep_close usprep_close_3_8 -#define usprep_open usprep_open_3_8 -#define usprep_prepare usprep_prepare_3_8 -#define usprep_swap usprep_swap_3_8 -#define ustr_foldCase ustr_foldCase_3_8 -#define ustr_toLower ustr_toLower_3_8 -#define ustr_toTitle ustr_toTitle_3_8 -#define ustr_toUpper ustr_toUpper_3_8 -#define utext_char32At utext_char32At_3_8 -#define utext_clone utext_clone_3_8 -#define utext_close utext_close_3_8 -#define utext_copy utext_copy_3_8 -#define utext_current32 utext_current32_3_8 -#define utext_equals utext_equals_3_8 -#define utext_extract utext_extract_3_8 -#define utext_freeze utext_freeze_3_8 -#define utext_getNativeIndex utext_getNativeIndex_3_8 -#define utext_getPreviousNativeIndex utext_getPreviousNativeIndex_3_8 -#define utext_hasMetaData utext_hasMetaData_3_8 -#define utext_isLengthExpensive utext_isLengthExpensive_3_8 -#define utext_isWritable utext_isWritable_3_8 -#define utext_moveIndex32 utext_moveIndex32_3_8 -#define utext_nativeLength utext_nativeLength_3_8 -#define utext_next32 utext_next32_3_8 -#define utext_next32From utext_next32From_3_8 -#define utext_openCharacterIterator utext_openCharacterIterator_3_8 -#define utext_openConstUnicodeString utext_openConstUnicodeString_3_8 -#define utext_openReplaceable utext_openReplaceable_3_8 -#define utext_openUChars utext_openUChars_3_8 -#define utext_openUTF8 utext_openUTF8_3_8 -#define utext_openUnicodeString utext_openUnicodeString_3_8 -#define utext_previous32 utext_previous32_3_8 -#define utext_previous32From utext_previous32From_3_8 -#define utext_replace utext_replace_3_8 -#define utext_setNativeIndex utext_setNativeIndex_3_8 -#define utext_setup utext_setup_3_8 -#define utf8_appendCharSafeBody utf8_appendCharSafeBody_3_8 -#define utf8_back1SafeBody utf8_back1SafeBody_3_8 -#define utf8_countTrailBytes utf8_countTrailBytes_3_8 -#define utf8_nextCharSafeBody utf8_nextCharSafeBody_3_8 -#define utf8_prevCharSafeBody utf8_prevCharSafeBody_3_8 -#define utmscale_fromInt64 utmscale_fromInt64_3_8 -#define utmscale_getTimeScaleValue utmscale_getTimeScaleValue_3_8 -#define utmscale_toInt64 utmscale_toInt64_3_8 -#define utrace_cleanup utrace_cleanup_3_8 -#define utrace_data utrace_data_3_8 -#define utrace_entry utrace_entry_3_8 -#define utrace_exit utrace_exit_3_8 -#define utrace_format utrace_format_3_8 -#define utrace_functionName utrace_functionName_3_8 -#define utrace_getFunctions utrace_getFunctions_3_8 -#define utrace_getLevel utrace_getLevel_3_8 -#define utrace_level utrace_level_3_8 -#define utrace_setFunctions utrace_setFunctions_3_8 -#define utrace_setLevel utrace_setLevel_3_8 -#define utrace_vformat utrace_vformat_3_8 -#define utrans_clone utrans_clone_3_8 -#define utrans_close utrans_close_3_8 -#define utrans_countAvailableIDs utrans_countAvailableIDs_3_8 -#define utrans_getAvailableID utrans_getAvailableID_3_8 -#define utrans_getID utrans_getID_3_8 -#define utrans_getUnicodeID utrans_getUnicodeID_3_8 -#define utrans_open utrans_open_3_8 -#define utrans_openIDs utrans_openIDs_3_8 -#define utrans_openInverse utrans_openInverse_3_8 -#define utrans_openU utrans_openU_3_8 -#define utrans_register utrans_register_3_8 -#define utrans_rep_caseContextIterator utrans_rep_caseContextIterator_3_8 -#define utrans_setFilter utrans_setFilter_3_8 -#define utrans_stripRules utrans_stripRules_3_8 -#define utrans_trans utrans_trans_3_8 -#define utrans_transIncremental utrans_transIncremental_3_8 -#define utrans_transIncrementalUChars utrans_transIncrementalUChars_3_8 -#define utrans_transUChars utrans_transUChars_3_8 -#define utrans_unregister utrans_unregister_3_8 -#define utrans_unregisterID utrans_unregisterID_3_8 -#define utrie_clone utrie_clone_3_8 -#define utrie_close utrie_close_3_8 -#define utrie_defaultGetFoldingOffset utrie_defaultGetFoldingOffset_3_8 -#define utrie_enum utrie_enum_3_8 -#define utrie_get32 utrie_get32_3_8 -#define utrie_getData utrie_getData_3_8 -#define utrie_open utrie_open_3_8 -#define utrie_serialize utrie_serialize_3_8 -#define utrie_set32 utrie_set32_3_8 -#define utrie_setRange32 utrie_setRange32_3_8 -#define utrie_swap utrie_swap_3_8 -#define utrie_unserialize utrie_unserialize_3_8 -#define utrie_unserializeDummy utrie_unserializeDummy_3_8 -/* C++ class names renaming defines */ - -#ifdef XP_CPLUSPLUS -#if !U_HAVE_NAMESPACE - -#define AbsoluteValueSubstitution AbsoluteValueSubstitution_3_8 -#define AlternateSubstitutionSubtable AlternateSubstitutionSubtable_3_8 -#define AnchorTable AnchorTable_3_8 -#define AnnualTimeZoneRule AnnualTimeZoneRule_3_8 -#define AnyTransliterator AnyTransliterator_3_8 -#define ArabicOpenTypeLayoutEngine ArabicOpenTypeLayoutEngine_3_8 -#define ArabicShaping ArabicShaping_3_8 -#define BMPSet BMPSet_3_8 -#define BasicCalendarFactory BasicCalendarFactory_3_8 -#define BasicTimeZone BasicTimeZone_3_8 -#define BinarySearchLookupTable BinarySearchLookupTable_3_8 -#define BreakIterator BreakIterator_3_8 -#define BuddhistCalendar BuddhistCalendar_3_8 -#define BuildCompactTrieHorizontalNode BuildCompactTrieHorizontalNode_3_8 -#define BuildCompactTrieNode BuildCompactTrieNode_3_8 -#define BuildCompactTrieVerticalNode BuildCompactTrieVerticalNode_3_8 -#define CFactory CFactory_3_8 -#define Calendar Calendar_3_8 -#define CalendarAstronomer CalendarAstronomer_3_8 -#define CalendarCache CalendarCache_3_8 -#define CalendarData CalendarData_3_8 -#define CalendarService CalendarService_3_8 -#define CanonMarkFilter CanonMarkFilter_3_8 -#define CanonShaping CanonShaping_3_8 -#define CanonicalIterator CanonicalIterator_3_8 -#define CaseMapTransliterator CaseMapTransliterator_3_8 -#define ChainingContextualSubstitutionFormat1Subtable ChainingContextualSubstitutionFormat1Subtable_3_8 -#define ChainingContextualSubstitutionFormat2Subtable ChainingContextualSubstitutionFormat2Subtable_3_8 -#define ChainingContextualSubstitutionFormat3Subtable ChainingContextualSubstitutionFormat3Subtable_3_8 -#define ChainingContextualSubstitutionSubtable ChainingContextualSubstitutionSubtable_3_8 -#define CharSubstitutionFilter CharSubstitutionFilter_3_8 -#define CharacterIterator CharacterIterator_3_8 -#define CharsetDetector CharsetDetector_3_8 -#define CharsetMatch CharsetMatch_3_8 -#define CharsetRecog_2022 CharsetRecog_2022_3_8 -#define CharsetRecog_2022CN CharsetRecog_2022CN_3_8 -#define CharsetRecog_2022JP CharsetRecog_2022JP_3_8 -#define CharsetRecog_2022KR CharsetRecog_2022KR_3_8 -#define CharsetRecog_8859_1 CharsetRecog_8859_1_3_8 -#define CharsetRecog_8859_1_da CharsetRecog_8859_1_da_3_8 -#define CharsetRecog_8859_1_de CharsetRecog_8859_1_de_3_8 -#define CharsetRecog_8859_1_en CharsetRecog_8859_1_en_3_8 -#define CharsetRecog_8859_1_es CharsetRecog_8859_1_es_3_8 -#define CharsetRecog_8859_1_fr CharsetRecog_8859_1_fr_3_8 -#define CharsetRecog_8859_1_it CharsetRecog_8859_1_it_3_8 -#define CharsetRecog_8859_1_nl CharsetRecog_8859_1_nl_3_8 -#define CharsetRecog_8859_1_no CharsetRecog_8859_1_no_3_8 -#define CharsetRecog_8859_1_pt CharsetRecog_8859_1_pt_3_8 -#define CharsetRecog_8859_1_sv CharsetRecog_8859_1_sv_3_8 -#define CharsetRecog_8859_2 CharsetRecog_8859_2_3_8 -#define CharsetRecog_8859_2_cs CharsetRecog_8859_2_cs_3_8 -#define CharsetRecog_8859_2_hu CharsetRecog_8859_2_hu_3_8 -#define CharsetRecog_8859_2_pl CharsetRecog_8859_2_pl_3_8 -#define CharsetRecog_8859_2_ro CharsetRecog_8859_2_ro_3_8 -#define CharsetRecog_8859_5 CharsetRecog_8859_5_3_8 -#define CharsetRecog_8859_5_ru CharsetRecog_8859_5_ru_3_8 -#define CharsetRecog_8859_6 CharsetRecog_8859_6_3_8 -#define CharsetRecog_8859_6_ar CharsetRecog_8859_6_ar_3_8 -#define CharsetRecog_8859_7 CharsetRecog_8859_7_3_8 -#define CharsetRecog_8859_7_el CharsetRecog_8859_7_el_3_8 -#define CharsetRecog_8859_8 CharsetRecog_8859_8_3_8 -#define CharsetRecog_8859_8_I_he CharsetRecog_8859_8_I_he_3_8 -#define CharsetRecog_8859_8_he CharsetRecog_8859_8_he_3_8 -#define CharsetRecog_8859_9 CharsetRecog_8859_9_3_8 -#define CharsetRecog_8859_9_tr CharsetRecog_8859_9_tr_3_8 -#define CharsetRecog_KOI8_R CharsetRecog_KOI8_R_3_8 -#define CharsetRecog_UTF8 CharsetRecog_UTF8_3_8 -#define CharsetRecog_UTF_16_BE CharsetRecog_UTF_16_BE_3_8 -#define CharsetRecog_UTF_16_LE CharsetRecog_UTF_16_LE_3_8 -#define CharsetRecog_UTF_32 CharsetRecog_UTF_32_3_8 -#define CharsetRecog_UTF_32_BE CharsetRecog_UTF_32_BE_3_8 -#define CharsetRecog_UTF_32_LE CharsetRecog_UTF_32_LE_3_8 -#define CharsetRecog_Unicode CharsetRecog_Unicode_3_8 -#define CharsetRecog_big5 CharsetRecog_big5_3_8 -#define CharsetRecog_euc CharsetRecog_euc_3_8 -#define CharsetRecog_euc_jp CharsetRecog_euc_jp_3_8 -#define CharsetRecog_euc_kr CharsetRecog_euc_kr_3_8 -#define CharsetRecog_gb_18030 CharsetRecog_gb_18030_3_8 -#define CharsetRecog_mbcs CharsetRecog_mbcs_3_8 -#define CharsetRecog_sbcs CharsetRecog_sbcs_3_8 -#define CharsetRecog_sjis CharsetRecog_sjis_3_8 -#define CharsetRecog_windows_1251 CharsetRecog_windows_1251_3_8 -#define CharsetRecog_windows_1256 CharsetRecog_windows_1256_3_8 -#define CharsetRecognizer CharsetRecognizer_3_8 -#define ChoiceFormat ChoiceFormat_3_8 -#define ClassDefFormat1Table ClassDefFormat1Table_3_8 -#define ClassDefFormat2Table ClassDefFormat2Table_3_8 -#define ClassDefinitionTable ClassDefinitionTable_3_8 -#define CollationElementIterator CollationElementIterator_3_8 -#define CollationKey CollationKey_3_8 -#define CollationLocaleListEnumeration CollationLocaleListEnumeration_3_8 -#define Collator Collator_3_8 -#define CollatorFactory CollatorFactory_3_8 -#define CompactTrieDictionary CompactTrieDictionary_3_8 -#define CompactTrieEnumeration CompactTrieEnumeration_3_8 -#define CompoundTransliterator CompoundTransliterator_3_8 -#define ContextualGlyphSubstitutionProcessor ContextualGlyphSubstitutionProcessor_3_8 -#define ContextualSubstitutionBase ContextualSubstitutionBase_3_8 -#define ContextualSubstitutionFormat1Subtable ContextualSubstitutionFormat1Subtable_3_8 -#define ContextualSubstitutionFormat2Subtable ContextualSubstitutionFormat2Subtable_3_8 -#define ContextualSubstitutionFormat3Subtable ContextualSubstitutionFormat3Subtable_3_8 -#define ContextualSubstitutionSubtable ContextualSubstitutionSubtable_3_8 -#define CoverageFormat1Table CoverageFormat1Table_3_8 -#define CoverageFormat2Table CoverageFormat2Table_3_8 -#define CoverageTable CoverageTable_3_8 -#define CurrencyAmount CurrencyAmount_3_8 -#define CurrencyFormat CurrencyFormat_3_8 -#define CurrencyUnit CurrencyUnit_3_8 -#define CursiveAttachmentSubtable CursiveAttachmentSubtable_3_8 -#define DTRedundantEnumeration DTRedundantEnumeration_3_8 -#define DTSkeletonEnumeration DTSkeletonEnumeration_3_8 -#define DateFormat DateFormat_3_8 -#define DateFormatSymbols DateFormatSymbols_3_8 -#define DateTimeMatcher DateTimeMatcher_3_8 -#define DateTimePatternGenerator DateTimePatternGenerator_3_8 -#define DateTimeRule DateTimeRule_3_8 -#define DecimalFormat DecimalFormat_3_8 -#define DecimalFormatSymbols DecimalFormatSymbols_3_8 -#define DefaultCalendarFactory DefaultCalendarFactory_3_8 -#define DefaultCharMapper DefaultCharMapper_3_8 -#define DeviceTable DeviceTable_3_8 -#define DictionaryBreakEngine DictionaryBreakEngine_3_8 -#define DigitList DigitList_3_8 -#define DistanceInfo DistanceInfo_3_8 -#define Entry Entry_3_8 -#define EnumToOffset EnumToOffset_3_8 -#define EscapeTransliterator EscapeTransliterator_3_8 -#define EventListener EventListener_3_8 -#define ExtensionSubtable ExtensionSubtable_3_8 -#define FeatureListTable FeatureListTable_3_8 -#define FieldPosition FieldPosition_3_8 -#define FontRuns FontRuns_3_8 -#define Format Format_3_8 -#define Format1AnchorTable Format1AnchorTable_3_8 -#define Format2AnchorTable Format2AnchorTable_3_8 -#define Format3AnchorTable Format3AnchorTable_3_8 -#define FormatParser FormatParser_3_8 -#define Formattable Formattable_3_8 -#define ForwardCharacterIterator ForwardCharacterIterator_3_8 -#define FractionalPartSubstitution FractionalPartSubstitution_3_8 -#define FunctionReplacer FunctionReplacer_3_8 -#define GDEFMarkFilter GDEFMarkFilter_3_8 -#define GXLayoutEngine GXLayoutEngine_3_8 -#define GlyphDefinitionTableHeader GlyphDefinitionTableHeader_3_8 -#define GlyphIterator GlyphIterator_3_8 -#define GlyphLookupTableHeader GlyphLookupTableHeader_3_8 -#define GlyphPositionAdjustments GlyphPositionAdjustments_3_8 -#define GlyphPositioningLookupProcessor GlyphPositioningLookupProcessor_3_8 -#define GlyphPositioningTableHeader GlyphPositioningTableHeader_3_8 -#define GlyphSubstitutionLookupProcessor GlyphSubstitutionLookupProcessor_3_8 -#define GlyphSubstitutionTableHeader GlyphSubstitutionTableHeader_3_8 -#define Grego Grego_3_8 -#define GregorianCalendar GregorianCalendar_3_8 -#define HanOpenTypeLayoutEngine HanOpenTypeLayoutEngine_3_8 -#define HangulOpenTypeLayoutEngine HangulOpenTypeLayoutEngine_3_8 -#define HebrewCalendar HebrewCalendar_3_8 -#define ICUBreakIteratorFactory ICUBreakIteratorFactory_3_8 -#define ICUBreakIteratorService ICUBreakIteratorService_3_8 -#define ICUCollatorFactory ICUCollatorFactory_3_8 -#define ICUCollatorService ICUCollatorService_3_8 -#define ICULanguageBreakFactory ICULanguageBreakFactory_3_8 -#define ICULocaleService ICULocaleService_3_8 -#define ICUNotifier ICUNotifier_3_8 -#define ICUNumberFormatFactory ICUNumberFormatFactory_3_8 -#define ICUNumberFormatService ICUNumberFormatService_3_8 -#define ICUResourceBundleFactory ICUResourceBundleFactory_3_8 -#define ICUService ICUService_3_8 -#define ICUServiceFactory ICUServiceFactory_3_8 -#define ICUServiceKey ICUServiceKey_3_8 -#define ICU_Utility ICU_Utility_3_8 -#define IndianCalendar IndianCalendar_3_8 -#define IndicClassTable IndicClassTable_3_8 -#define IndicOpenTypeLayoutEngine IndicOpenTypeLayoutEngine_3_8 -#define IndicRearrangementProcessor IndicRearrangementProcessor_3_8 -#define IndicReordering IndicReordering_3_8 -#define InitialTimeZoneRule InitialTimeZoneRule_3_8 -#define InputText InputText_3_8 -#define IntegralPartSubstitution IntegralPartSubstitution_3_8 -#define IslamicCalendar IslamicCalendar_3_8 -#define IteratedChar IteratedChar_3_8 -#define JapaneseCalendar JapaneseCalendar_3_8 -#define KernTable KernTable_3_8 -#define KeywordEnumeration KeywordEnumeration_3_8 -#define KhmerClassTable KhmerClassTable_3_8 -#define KhmerOpenTypeLayoutEngine KhmerOpenTypeLayoutEngine_3_8 -#define KhmerReordering KhmerReordering_3_8 -#define LECharMapper LECharMapper_3_8 -#define LEFontInstance LEFontInstance_3_8 -#define LEGlyphFilter LEGlyphFilter_3_8 -#define LEGlyphStorage LEGlyphStorage_3_8 -#define LEInsertionCallback LEInsertionCallback_3_8 -#define LEInsertionList LEInsertionList_3_8 -#define LXUtilities LXUtilities_3_8 -#define LanguageBreakEngine LanguageBreakEngine_3_8 -#define LanguageBreakFactory LanguageBreakFactory_3_8 -#define LayoutEngine LayoutEngine_3_8 -#define LigatureSubstitutionProcessor LigatureSubstitutionProcessor_3_8 -#define LigatureSubstitutionSubtable LigatureSubstitutionSubtable_3_8 -#define LocDataParser LocDataParser_3_8 -#define Locale Locale_3_8 -#define LocaleBased LocaleBased_3_8 -#define LocaleKey LocaleKey_3_8 -#define LocaleKeyFactory LocaleKeyFactory_3_8 -#define LocaleRuns LocaleRuns_3_8 -#define LocaleUtility LocaleUtility_3_8 -#define LocalizationInfo LocalizationInfo_3_8 -#define LookupListTable LookupListTable_3_8 -#define LookupProcessor LookupProcessor_3_8 -#define LookupSubtable LookupSubtable_3_8 -#define LookupTable LookupTable_3_8 -#define LowercaseTransliterator LowercaseTransliterator_3_8 -#define MPreFixups MPreFixups_3_8 -#define MarkArray MarkArray_3_8 -#define MarkToBasePositioningSubtable MarkToBasePositioningSubtable_3_8 -#define MarkToLigaturePositioningSubtable MarkToLigaturePositioningSubtable_3_8 -#define MarkToMarkPositioningSubtable MarkToMarkPositioningSubtable_3_8 -#define Math Math_3_8 -#define Measure Measure_3_8 -#define MeasureFormat MeasureFormat_3_8 -#define MeasureUnit MeasureUnit_3_8 -#define MessageFormat MessageFormat_3_8 -#define MessageFormatAdapter MessageFormatAdapter_3_8 -#define ModulusSubstitution ModulusSubstitution_3_8 -#define MoonRiseSetCoordFunc MoonRiseSetCoordFunc_3_8 -#define MoonTimeAngleFunc MoonTimeAngleFunc_3_8 -#define MorphSubtableHeader MorphSubtableHeader_3_8 -#define MorphTableHeader MorphTableHeader_3_8 -#define MultipleSubstitutionSubtable MultipleSubstitutionSubtable_3_8 -#define MultiplierSubstitution MultiplierSubstitution_3_8 -#define MutableTrieDictionary MutableTrieDictionary_3_8 -#define MutableTrieEnumeration MutableTrieEnumeration_3_8 -#define NFFactory NFFactory_3_8 -#define NFRule NFRule_3_8 -#define NFRuleSet NFRuleSet_3_8 -#define NFSubstitution NFSubstitution_3_8 -#define NGramParser NGramParser_3_8 -#define NameToEnum NameToEnum_3_8 -#define NameUnicodeTransliterator NameUnicodeTransliterator_3_8 -#define NonContextualGlyphSubstitutionProcessor NonContextualGlyphSubstitutionProcessor_3_8 -#define NonContiguousEnumToOffset NonContiguousEnumToOffset_3_8 -#define NormalizationTransliterator NormalizationTransliterator_3_8 -#define Normalizer Normalizer_3_8 -#define NullSubstitution NullSubstitution_3_8 -#define NullTransliterator NullTransliterator_3_8 -#define NumberFormat NumberFormat_3_8 -#define NumberFormatFactory NumberFormatFactory_3_8 -#define NumeratorSubstitution NumeratorSubstitution_3_8 -#define OlsonTimeZone OlsonTimeZone_3_8 -#define OpenTypeLayoutEngine OpenTypeLayoutEngine_3_8 -#define OpenTypeUtilities OpenTypeUtilities_3_8 -#define PairPositioningFormat1Subtable PairPositioningFormat1Subtable_3_8 -#define PairPositioningFormat2Subtable PairPositioningFormat2Subtable_3_8 -#define PairPositioningSubtable PairPositioningSubtable_3_8 -#define ParagraphLayout ParagraphLayout_3_8 -#define ParseData ParseData_3_8 -#define ParsePosition ParsePosition_3_8 -#define PatternMap PatternMap_3_8 -#define PatternMapIterator PatternMapIterator_3_8 -#define PersianCalendar PersianCalendar_3_8 -#define PropertyAliases PropertyAliases_3_8 -#define PtnElem PtnElem_3_8 -#define PtnSkeleton PtnSkeleton_3_8 -#define Quantifier Quantifier_3_8 -#define RBBIDataWrapper RBBIDataWrapper_3_8 -#define RBBINode RBBINode_3_8 -#define RBBIRuleBuilder RBBIRuleBuilder_3_8 -#define RBBIRuleScanner RBBIRuleScanner_3_8 -#define RBBISetBuilder RBBISetBuilder_3_8 -#define RBBIStateDescriptor RBBIStateDescriptor_3_8 -#define RBBISymbolTable RBBISymbolTable_3_8 -#define RBBISymbolTableEntry RBBISymbolTableEntry_3_8 -#define RBBITableBuilder RBBITableBuilder_3_8 -#define RangeDescriptor RangeDescriptor_3_8 -#define RegexCompile RegexCompile_3_8 -#define RegexMatcher RegexMatcher_3_8 -#define RegexPattern RegexPattern_3_8 -#define RegexStaticSets RegexStaticSets_3_8 -#define RelativeDateFormat RelativeDateFormat_3_8 -#define RemoveTransliterator RemoveTransliterator_3_8 -#define Replaceable Replaceable_3_8 -#define ReplaceableGlue ReplaceableGlue_3_8 -#define ResourceBundle ResourceBundle_3_8 -#define RiseSetCoordFunc RiseSetCoordFunc_3_8 -#define RuleBasedBreakIterator RuleBasedBreakIterator_3_8 -#define RuleBasedCollator RuleBasedCollator_3_8 -#define RuleBasedNumberFormat RuleBasedNumberFormat_3_8 -#define RuleBasedTimeZone RuleBasedTimeZone_3_8 -#define RuleBasedTransliterator RuleBasedTransliterator_3_8 -#define RuleCharacterIterator RuleCharacterIterator_3_8 -#define RuleHalf RuleHalf_3_8 -#define RunArray RunArray_3_8 -#define SameValueSubstitution SameValueSubstitution_3_8 -#define ScriptListTable ScriptListTable_3_8 -#define ScriptRunIterator ScriptRunIterator_3_8 -#define ScriptTable ScriptTable_3_8 -#define SearchIterator SearchIterator_3_8 -#define SegmentArrayProcessor SegmentArrayProcessor_3_8 -#define SegmentSingleProcessor SegmentSingleProcessor_3_8 -#define ServiceEnumeration ServiceEnumeration_3_8 -#define ServiceListener ServiceListener_3_8 -#define SimpleArrayProcessor SimpleArrayProcessor_3_8 -#define SimpleDateFormat SimpleDateFormat_3_8 -#define SimpleFactory SimpleFactory_3_8 -#define SimpleLocaleKeyFactory SimpleLocaleKeyFactory_3_8 -#define SimpleNumberFormatFactory SimpleNumberFormatFactory_3_8 -#define SimpleTimeZone SimpleTimeZone_3_8 -#define SinglePositioningFormat1Subtable SinglePositioningFormat1Subtable_3_8 -#define SinglePositioningFormat2Subtable SinglePositioningFormat2Subtable_3_8 -#define SinglePositioningSubtable SinglePositioningSubtable_3_8 -#define SingleSubstitutionFormat1Subtable SingleSubstitutionFormat1Subtable_3_8 -#define SingleSubstitutionFormat2Subtable SingleSubstitutionFormat2Subtable_3_8 -#define SingleSubstitutionSubtable SingleSubstitutionSubtable_3_8 -#define SingleTableProcessor SingleTableProcessor_3_8 -#define Spec Spec_3_8 -#define StateTableProcessor StateTableProcessor_3_8 -#define StringCharacterIterator StringCharacterIterator_3_8 -#define StringEnumeration StringEnumeration_3_8 -#define StringLocalizationInfo StringLocalizationInfo_3_8 -#define StringMatcher StringMatcher_3_8 -#define StringPair StringPair_3_8 -#define StringReplacer StringReplacer_3_8 -#define StringSearch StringSearch_3_8 -#define StyleRuns StyleRuns_3_8 -#define SubstitutionLookup SubstitutionLookup_3_8 -#define SubtableProcessor SubtableProcessor_3_8 -#define SunTimeAngleFunc SunTimeAngleFunc_3_8 -#define SymbolTable SymbolTable_3_8 -#define TZEnumeration TZEnumeration_3_8 -#define TaiwanCalendar TaiwanCalendar_3_8 -#define TernaryNode TernaryNode_3_8 -#define ThaiBreakEngine ThaiBreakEngine_3_8 -#define ThaiLayoutEngine ThaiLayoutEngine_3_8 -#define ThaiShaping ThaiShaping_3_8 -#define TibetanClassTable TibetanClassTable_3_8 -#define TibetanOpenTypeLayoutEngine TibetanOpenTypeLayoutEngine_3_8 -#define TibetanReordering TibetanReordering_3_8 -#define TimeArrayTimeZoneRule TimeArrayTimeZoneRule_3_8 -#define TimeZone TimeZone_3_8 -#define TimeZoneKeysEnumeration TimeZoneKeysEnumeration_3_8 -#define TimeZoneRule TimeZoneRule_3_8 -#define TimeZoneTransition TimeZoneTransition_3_8 -#define TitlecaseTransliterator TitlecaseTransliterator_3_8 -#define TransliterationRule TransliterationRule_3_8 -#define TransliterationRuleData TransliterationRuleData_3_8 -#define TransliterationRuleSet TransliterationRuleSet_3_8 -#define Transliterator Transliterator_3_8 -#define TransliteratorAlias TransliteratorAlias_3_8 -#define TransliteratorIDParser TransliteratorIDParser_3_8 -#define TransliteratorParser TransliteratorParser_3_8 -#define TransliteratorRegistry TransliteratorRegistry_3_8 -#define TrieWordDictionary TrieWordDictionary_3_8 -#define TrimmedArrayProcessor TrimmedArrayProcessor_3_8 -#define UCharCharacterIterator UCharCharacterIterator_3_8 -#define ULocRuns ULocRuns_3_8 -#define UMemory UMemory_3_8 -#define UObject UObject_3_8 -#define URegularExpression URegularExpression_3_8 -#define UStack UStack_3_8 -#define UStringEnumeration UStringEnumeration_3_8 -#define UVector UVector_3_8 -#define UVector32 UVector32_3_8 -#define UnescapeTransliterator UnescapeTransliterator_3_8 -#define UnhandledEngine UnhandledEngine_3_8 -#define UnicodeArabicOpenTypeLayoutEngine UnicodeArabicOpenTypeLayoutEngine_3_8 -#define UnicodeFilter UnicodeFilter_3_8 -#define UnicodeFunctor UnicodeFunctor_3_8 -#define UnicodeMatcher UnicodeMatcher_3_8 -#define UnicodeNameTransliterator UnicodeNameTransliterator_3_8 -#define UnicodeReplacer UnicodeReplacer_3_8 -#define UnicodeSet UnicodeSet_3_8 -#define UnicodeSetIterator UnicodeSetIterator_3_8 -#define UnicodeSetStringSpan UnicodeSetStringSpan_3_8 -#define UnicodeString UnicodeString_3_8 -#define UppercaseTransliterator UppercaseTransliterator_3_8 -#define VTZReader VTZReader_3_8 -#define VTZWriter VTZWriter_3_8 -#define VTimeZone VTimeZone_3_8 -#define ValueRecord ValueRecord_3_8 -#define ValueRuns ValueRuns_3_8 -#define locale_set_default_internal locale_set_default_internal_3_8 -#define util64_fromDouble util64_fromDouble_3_8 -#define util64_pow util64_pow_3_8 -#define util64_tou util64_tou_3_8 - -#endif -#endif - -#endif - -#endif diff --git a/jni/EastAsianWidth/unicode/urep.h b/jni/EastAsianWidth/unicode/urep.h deleted file mode 100644 index 57b547c..0000000 --- a/jni/EastAsianWidth/unicode/urep.h +++ /dev/null @@ -1,155 +0,0 @@ -/* -****************************************************************************** -* Copyright (C) 1997-2005, International Business Machines -* Corporation and others. All Rights Reserved. -****************************************************************************** -* Date Name Description -* 06/23/00 aliu Creation. -****************************************************************************** -*/ - -#ifndef __UREP_H -#define __UREP_H - -#include "unicode/utypes.h" - -U_CDECL_BEGIN - -/******************************************************************** - * General Notes - ******************************************************************** - * TODO - * Add usage scenario - * Add test code - * Talk about pinning - * Talk about "can truncate result if out of memory" - */ - -/******************************************************************** - * Data Structures - ********************************************************************/ -/** - * \file - * \brief C API: Callbacks for UReplacebale - */ -/** - * An opaque replaceable text object. This will be manipulated only - * through the caller-supplied UReplaceableFunctor struct. Related - * to the C++ class Replaceable. - * This is currently only used in the Transliterator C API, see utrans.h . - * @stable ICU 2.0 - */ -typedef void* UReplaceable; - -/** - * A set of function pointers that transliterators use to manipulate a - * UReplaceable. The caller should supply the required functions to - * manipulate their text appropriately. Related to the C++ class - * Replaceable. - * @stable ICU 2.0 - */ -typedef struct UReplaceableCallbacks { - - /** - * Function pointer that returns the number of UChar code units in - * this text. - * - * @param rep A pointer to "this" UReplaceable object. - * @return The length of the text. - * @stable ICU 2.0 - */ - int32_t (*length)(const UReplaceable* rep); - - /** - * Function pointer that returns a UChar code units at the given - * offset into this text; 0 <= offset < n, where n is the value - * returned by (*length)(rep). See unistr.h for a description of - * charAt() vs. char32At(). - * - * @param rep A pointer to "this" UReplaceable object. - * @param offset The index at which to fetch the UChar (code unit). - * @return The UChar (code unit) at offset, or U+FFFF if the offset is out of bounds. - * @stable ICU 2.0 - */ - UChar (*charAt)(const UReplaceable* rep, - int32_t offset); - - /** - * Function pointer that returns a UChar32 code point at the given - * offset into this text. See unistr.h for a description of - * charAt() vs. char32At(). - * - * @param rep A pointer to "this" UReplaceable object. - * @param offset The index at which to fetch the UChar32 (code point). - * @return The UChar32 (code point) at offset, or U+FFFF if the offset is out of bounds. - * @stable ICU 2.0 - */ - UChar32 (*char32At)(const UReplaceable* rep, - int32_t offset); - - /** - * Function pointer that replaces text between start and limit in - * this text with the given text. Attributes (out of band info) - * should be retained. - * - * @param rep A pointer to "this" UReplaceable object. - * @param start the starting index of the text to be replaced, - * inclusive. - * @param limit the ending index of the text to be replaced, - * exclusive. - * @param text the new text to replace the UChars from - * start..limit-1. - * @param textLength the number of UChars at text, or -1 if text - * is null-terminated. - * @stable ICU 2.0 - */ - void (*replace)(UReplaceable* rep, - int32_t start, - int32_t limit, - const UChar* text, - int32_t textLength); - - /** - * Function pointer that copies the characters in the range - * [<tt>start</tt>, <tt>limit</tt>) into the array <tt>dst</tt>. - * - * @param rep A pointer to "this" UReplaceable object. - * @param start offset of first character which will be copied - * into the array - * @param limit offset immediately following the last character to - * be copied - * @param dst array in which to copy characters. The length of - * <tt>dst</tt> must be at least <tt>(limit - start)</tt>. - * @stable ICU 2.1 - */ - void (*extract)(UReplaceable* rep, - int32_t start, - int32_t limit, - UChar* dst); - - /** - * Function pointer that copies text between start and limit in - * this text to another index in the text. Attributes (out of - * band info) should be retained. After this call, there will be - * (at least) two copies of the characters originally located at - * start..limit-1. - * - * @param rep A pointer to "this" UReplaceable object. - * @param start the starting index of the text to be copied, - * inclusive. - * @param limit the ending index of the text to be copied, - * exclusive. - * @param dest the index at which the copy of the UChars should be - * inserted. - * @stable ICU 2.0 - */ - void (*copy)(UReplaceable* rep, - int32_t start, - int32_t limit, - int32_t dest); - -} UReplaceableCallbacks; - -U_CDECL_END - -#endif diff --git a/jni/EastAsianWidth/unicode/ures.h b/jni/EastAsianWidth/unicode/ures.h deleted file mode 100644 index 9cc2e89..0000000 --- a/jni/EastAsianWidth/unicode/ures.h +++ /dev/null @@ -1,871 +0,0 @@ -/* -********************************************************************** -* Copyright (C) 1997-2007, International Business Machines -* Corporation and others. All Rights Reserved. -********************************************************************** -* -* File URES.H (formerly CRESBUND.H) -* -* Modification History: -* -* Date Name Description -* 04/01/97 aliu Creation. -* 02/22/99 damiba overhaul. -* 04/04/99 helena Fixed internal header inclusion. -* 04/15/99 Madhu Updated Javadoc -* 06/14/99 stephen Removed functions taking a filename suffix. -* 07/20/99 stephen Language-independent ypedef to void* -* 11/09/99 weiv Added ures_getLocale() -* 06/24/02 weiv Added support for resource sharing -****************************************************************************** -*/ - -#ifndef URES_H -#define URES_H - -#include "unicode/utypes.h" -#include "unicode/uloc.h" - -/** - * \file - * \brief C API: Resource Bundle - * - * <h2>C API: Resource Bundle</h2> - * - * C API representing a collection of resource information pertaining to a given - * locale. A resource bundle provides a way of accessing locale- specific information in - * a data file. You create a resource bundle that manages the resources for a given - * locale and then ask it for individual resources. - * <P> - * Resource bundles in ICU4C are currently defined using text files which conform to the following - * <a href="http://source.icu-project.org/repos/icu/icuhtml/trunk/design/bnf_rb.txt">BNF definition</a>. - * More on resource bundle concepts and syntax can be found in the - * <a href="http://icu-project.org/userguide/ResourceManagement.html">Users Guide</a>. - * <P> - */ - -/** - * UResourceBundle is an opaque type for handles for resource bundles in C APIs. - * @stable ICU 2.0 - */ -struct UResourceBundle; - -/** - * @stable ICU 2.0 - */ -typedef struct UResourceBundle UResourceBundle; - -/** - * Numeric constants for types of resource items. - * @see ures_getType - * @stable ICU 2.0 - */ -typedef enum { - /** Resource type constant for "no resource". @stable ICU 2.6 */ - URES_NONE=-1, - - /** Resource type constant for 16-bit Unicode strings. @stable ICU 2.6 */ - URES_STRING=0, - - /** Resource type constant for binary data. @stable ICU 2.6 */ - URES_BINARY=1, - - /** Resource type constant for tables of key-value pairs. @stable ICU 2.6 */ - URES_TABLE=2, - - /** - * Resource type constant for aliases; - * internally stores a string which identifies the actual resource - * storing the data (can be in a different resource bundle). - * Resolved internally before delivering the actual resource through the API. - * @stable ICU 2.6 - */ - URES_ALIAS=3, - -#ifndef U_HIDE_INTERNAL_API - - /** - * Internal use only. - * Alternative resource type constant for tables of key-value pairs. - * Never returned by ures_getType(). - * @internal - */ - URES_TABLE32=4, - -#endif /* U_HIDE_INTERNAL_API */ - - /** - * Resource type constant for a single 28-bit integer, interpreted as - * signed or unsigned by the ures_getInt() or ures_getUInt() function. - * @see ures_getInt - * @see ures_getUInt - * @stable ICU 2.6 - */ - URES_INT=7, - - /** Resource type constant for arrays of resources. @stable ICU 2.6 */ - URES_ARRAY=8, - - /** - * Resource type constant for vectors of 32-bit integers. - * @see ures_getIntVector - * @stable ICU 2.6 - */ - URES_INT_VECTOR = 14, -#ifndef U_HIDE_DEPRECATED_API - /** @deprecated ICU 2.6 Use the URES_ constant instead. */ - RES_NONE=URES_NONE, - /** @deprecated ICU 2.6 Use the URES_ constant instead. */ - RES_STRING=URES_STRING, - /** @deprecated ICU 2.6 Use the URES_ constant instead. */ - RES_BINARY=URES_BINARY, - /** @deprecated ICU 2.6 Use the URES_ constant instead. */ - RES_TABLE=URES_TABLE, - /** @deprecated ICU 2.6 Use the URES_ constant instead. */ - RES_ALIAS=URES_ALIAS, - /** @deprecated ICU 2.6 Use the URES_ constant instead. */ - RES_INT=URES_INT, - /** @deprecated ICU 2.6 Use the URES_ constant instead. */ - RES_ARRAY=URES_ARRAY, - /** @deprecated ICU 2.6 Use the URES_ constant instead. */ - RES_INT_VECTOR=URES_INT_VECTOR, - /** @deprecated ICU 2.6 Not used. */ - RES_RESERVED=15, -#endif /* U_HIDE_DEPRECATED_API */ - - URES_LIMIT = 16 -} UResType; - -/* - * Functions to create and destroy resource bundles. - */ - -/** - * Opens a UResourceBundle, from which users can extract strings by using - * their corresponding keys. - * Note that the caller is responsible of calling <TT>ures_close</TT> on each succesfully - * opened resource bundle. - * @param packageName The packageName and locale together point to an ICU udata object, - * as defined by <code> udata_open( packageName, "res", locale, err) </code> - * or equivalent. Typically, packageName will refer to a (.dat) file, or to - * a package registered with udata_setAppData(). Using a full file or directory - * pathname for packageName is deprecated. If NULL, ICU data will be used. - * @param locale specifies the locale for which we want to open the resource - * if NULL, the default locale will be used. If strlen(locale) == 0 - * root locale will be used. - * - * @param status fills in the outgoing error code. - * The UErrorCode err parameter is used to return status information to the user. To - * check whether the construction succeeded or not, you should check the value of - * U_SUCCESS(err). If you wish more detailed information, you can check for - * informational status results which still indicate success. U_USING_FALLBACK_WARNING - * indicates that a fall back locale was used. For example, 'de_CH' was requested, - * but nothing was found there, so 'de' was used. U_USING_DEFAULT_WARNING indicates that - * the default locale data or root locale data was used; neither the requested locale - * nor any of its fall back locales could be found. Please see the users guide for more - * information on this topic. - * @return a newly allocated resource bundle. - * @see ures_close - * @stable ICU 2.0 - */ -U_STABLE UResourceBundle* U_EXPORT2 -ures_open(const char* packageName, - const char* locale, - UErrorCode* status); - - -/** This function does not care what kind of localeID is passed in. It simply opens a bundle with - * that name. Fallback mechanism is disabled for the new bundle. If the requested bundle contains - * an %%ALIAS directive, the results are undefined. - * @param packageName The packageName and locale together point to an ICU udata object, - * as defined by <code> udata_open( packageName, "res", locale, err) </code> - * or equivalent. Typically, packageName will refer to a (.dat) file, or to - * a package registered with udata_setAppData(). Using a full file or directory - * pathname for packageName is deprecated. If NULL, ICU data will be used. - * @param locale specifies the locale for which we want to open the resource - * if NULL, the default locale will be used. If strlen(locale) == 0 - * root locale will be used. - * - * @param status fills in the outgoing error code. Either U_ZERO_ERROR or U_MISSING_RESOURCE_ERROR - * @return a newly allocated resource bundle or NULL if it doesn't exist. - * @see ures_close - * @stable ICU 2.0 - */ -U_STABLE UResourceBundle* U_EXPORT2 -ures_openDirect(const char* packageName, - const char* locale, - UErrorCode* status); - -/** - * Same as ures_open() but takes a const UChar *path. - * This path will be converted to char * using the default converter, - * then ures_open() is called. - * - * @param packageName The packageName and locale together point to an ICU udata object, - * as defined by <code> udata_open( packageName, "res", locale, err) </code> - * or equivalent. Typically, packageName will refer to a (.dat) file, or to - * a package registered with udata_setAppData(). Using a full file or directory - * pathname for packageName is deprecated. If NULL, ICU data will be used. - * @param locale specifies the locale for which we want to open the resource - * if NULL, the default locale will be used. If strlen(locale) == 0 - * root locale will be used. - * @param status fills in the outgoing error code. - * @return a newly allocated resource bundle. - * @see ures_open - * @stable ICU 2.0 - */ -U_STABLE UResourceBundle* U_EXPORT2 -ures_openU(const UChar* packageName, - const char* locale, - UErrorCode* status); - -/** - * Returns the number of strings/arrays in resource bundles. - * Better to use ures_getSize, as this function will be deprecated. - * - *@param resourceBundle resource bundle containing the desired strings - *@param resourceKey key tagging the resource - *@param err fills in the outgoing error code - * could be <TT>U_MISSING_RESOURCE_ERROR</TT> if the key is not found - * could be a non-failing error - * e.g.: <TT>U_USING_FALLBACK_WARNING</TT>,<TT>U_USING_FALLBACK_WARNING </TT> - *@return: for <STRONG>Arrays</STRONG>: returns the number of resources in the array - * <STRONG>Tables</STRONG>: returns the number of resources in the table - * <STRONG>single string</STRONG>: returns 1 - *@see ures_getSize - * @deprecated ICU 2.8 User ures_getSize instead - */ -U_DEPRECATED int32_t U_EXPORT2 -ures_countArrayItems(const UResourceBundle* resourceBundle, - const char* resourceKey, - UErrorCode* err); -/** - * Close a resource bundle, all pointers returned from the various ures_getXXX calls - * on this particular bundle should be considered invalid henceforth. - * - * @param resourceBundle a pointer to a resourceBundle struct. Can be NULL. - * @see ures_open - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 -ures_close(UResourceBundle* resourceBundle); - -/** - * Return the version number associated with this ResourceBundle as a string. Please - * use ures_getVersion as this function is going to be deprecated. - * - * @param resourceBundle The resource bundle for which the version is checked. - * @return A version number string as specified in the resource bundle or its parent. - * The caller does not own this string. - * @see ures_getVersion - * @deprecated ICU 2.8 Use ures_getVersion instead. - */ -U_DEPRECATED const char* U_EXPORT2 -ures_getVersionNumber(const UResourceBundle* resourceBundle); - -/** - * Return the version number associated with this ResourceBundle as an - * UVersionInfo array. - * - * @param resB The resource bundle for which the version is checked. - * @param versionInfo A UVersionInfo array that is filled with the version number - * as specified in the resource bundle or its parent. - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 -ures_getVersion(const UResourceBundle* resB, - UVersionInfo versionInfo); - -/** - * Return the name of the Locale associated with this ResourceBundle. This API allows - * you to query for the real locale of the resource. For example, if you requested - * "en_US_CALIFORNIA" and only "en_US" bundle exists, "en_US" will be returned. - * For subresources, the locale where this resource comes from will be returned. - * If fallback has occured, getLocale will reflect this. - * - * @param resourceBundle resource bundle in question - * @param status just for catching illegal arguments - * @return A Locale name - * @deprecated ICU 2.8 Use ures_getLocaleByType instead. - */ -U_DEPRECATED const char* U_EXPORT2 -ures_getLocale(const UResourceBundle* resourceBundle, - UErrorCode* status); - - -/** - * Return the name of the Locale associated with this ResourceBundle. - * You can choose between requested, valid and real locale. - * - * @param resourceBundle resource bundle in question - * @param type You can choose between requested, valid and actual - * locale. For description see the definition of - * ULocDataLocaleType in uloc.h - * @param status just for catching illegal arguments - * @return A Locale name - * @stable ICU 2.8 - */ -U_STABLE const char* U_EXPORT2 -ures_getLocaleByType(const UResourceBundle* resourceBundle, - ULocDataLocaleType type, - UErrorCode* status); - - -/** - * Same as ures_open() but uses the fill-in parameter instead of allocating - * a bundle, if r!=NULL. - * TODO need to revisit usefulness of this function - * and usage model for fillIn parameters without knowing sizeof(UResourceBundle) - * @param r The resourcebundle to open - * @param packageName The packageName and locale together point to an ICU udata object, - * as defined by <code> udata_open( packageName, "res", locale, err) </code> - * or equivalent. Typically, packageName will refer to a (.dat) file, or to - * a package registered with udata_setAppData(). Using a full file or directory - * pathname for packageName is deprecated. If NULL, ICU data will be used. - * @param localeID specifies the locale for which we want to open the resource - * @param status The error code - * @return a newly allocated resource bundle or NULL if it doesn't exist. - * @internal - */ -U_INTERNAL void U_EXPORT2 -ures_openFillIn(UResourceBundle *r, - const char* packageName, - const char* localeID, - UErrorCode* status); - -/** - * Returns a string from a string resource type - * - * @param resourceBundle a string resource - * @param len fills in the length of resulting string - * @param status fills in the outgoing error code - * could be <TT>U_MISSING_RESOURCE_ERROR</TT> if the key is not found - * Always check the value of status. Don't count on returning NULL. - * could be a non-failing error - * e.g.: <TT>U_USING_FALLBACK_WARNING</TT>,<TT>U_USING_DEFAULT_WARNING </TT> - * @return a pointer to a zero-terminated UChar array which lives in a memory mapped/DLL file. - * @see ures_getBinary - * @see ures_getIntVector - * @see ures_getInt - * @see ures_getUInt - * @stable ICU 2.0 - */ -U_STABLE const UChar* U_EXPORT2 -ures_getString(const UResourceBundle* resourceBundle, - int32_t* len, - UErrorCode* status); - -/** - * Returns a UTF-8 string from a string resource. - * The UTF-8 string may be returnable directly as a pointer, or - * it may need to be copied, or transformed from UTF-16 using u_strToUTF8() - * or equivalent. - * - * If forceCopy==TRUE, then the string is always written to the dest buffer - * and dest is returned. - * - * If forceCopy==FALSE, then the string is returned as a pointer if possible, - * without needing a dest buffer (it can be NULL). If the string needs to be - * copied or transformed, then it may be placed into dest at an arbitrary offset. - * - * If the string is to be written to dest, then U_BUFFER_OVERFLOW_ERROR and - * U_STRING_NOT_TERMINATED_WARNING are set if appropriate, as usual. - * - * If the string is transformed from UTF-16, then a conversion error may occur - * if an unpaired surrogate is encountered. If the function is successful, then - * the output UTF-8 string is always well-formed. - * - * @param resB Resource bundle. - * @param dest Destination buffer. Can be NULL only if capacity=*length==0. - * @param length Input: Capacity of destination buffer. - * Output: Actual length of the UTF-8 string, not counting the - * terminating NUL, even in case of U_BUFFER_OVERFLOW_ERROR. - * Can be NULL, meaning capacity=0 and the string length is not - * returned to the caller. - * @param forceCopy If TRUE, then the output string will always be written to - * dest, with U_BUFFER_OVERFLOW_ERROR and - * U_STRING_NOT_TERMINATED_WARNING set if appropriate. - * If FALSE, then the dest buffer may or may not contain a - * copy of the string. dest may or may not be modified. - * If a copy needs to be written, then the UErrorCode parameter - * indicates overflow etc. as usual. - * @param status Pointer to a standard ICU error code. Its input value must - * pass the U_SUCCESS() test, or else the function returns - * immediately. Check for U_FAILURE() on output or use with - * function chaining. (See User Guide for details.) - * @return The pointer to the UTF-8 string. It may be dest, or at some offset - * from dest (only if !forceCopy), or in unrelated memory. - * Always NUL-terminated unless the string was written to dest and - * length==capacity (in which case U_STRING_NOT_TERMINATED_WARNING is set). - * - * @see ures_getString - * @see u_strToUTF8 - * @stable ICU 3.6 - */ -U_STABLE const char * U_EXPORT2 -ures_getUTF8String(const UResourceBundle *resB, - char *dest, int32_t *length, - UBool forceCopy, - UErrorCode *status); - -/** - * Returns a binary data from a binary resource. - * - * @param resourceBundle a string resource - * @param len fills in the length of resulting byte chunk - * @param status fills in the outgoing error code - * could be <TT>U_MISSING_RESOURCE_ERROR</TT> if the key is not found - * Always check the value of status. Don't count on returning NULL. - * could be a non-failing error - * e.g.: <TT>U_USING_FALLBACK_WARNING</TT>,<TT>U_USING_DEFAULT_WARNING </TT> - * @return a pointer to a chuck of unsigned bytes which live in a memory mapped/DLL file. - * @see ures_getString - * @see ures_getIntVector - * @see ures_getInt - * @see ures_getUInt - * @stable ICU 2.0 - */ -U_STABLE const uint8_t* U_EXPORT2 -ures_getBinary(const UResourceBundle* resourceBundle, - int32_t* len, - UErrorCode* status); - -/** - * Returns a 32 bit integer array from a resource. - * - * @param resourceBundle an int vector resource - * @param len fills in the length of resulting byte chunk - * @param status fills in the outgoing error code - * could be <TT>U_MISSING_RESOURCE_ERROR</TT> if the key is not found - * Always check the value of status. Don't count on returning NULL. - * could be a non-failing error - * e.g.: <TT>U_USING_FALLBACK_WARNING</TT>,<TT>U_USING_DEFAULT_WARNING </TT> - * @return a pointer to a chunk of unsigned bytes which live in a memory mapped/DLL file. - * @see ures_getBinary - * @see ures_getString - * @see ures_getInt - * @see ures_getUInt - * @stable ICU 2.0 - */ -U_STABLE const int32_t* U_EXPORT2 -ures_getIntVector(const UResourceBundle* resourceBundle, - int32_t* len, - UErrorCode* status); - -/** - * Returns an unsigned integer from a resource. - * This integer is originally 28 bits. - * - * @param resourceBundle a string resource - * @param status fills in the outgoing error code - * could be <TT>U_MISSING_RESOURCE_ERROR</TT> if the key is not found - * could be a non-failing error - * e.g.: <TT>U_USING_FALLBACK_WARNING</TT>,<TT>U_USING_DEFAULT_WARNING </TT> - * @return an integer value - * @see ures_getInt - * @see ures_getIntVector - * @see ures_getBinary - * @see ures_getString - * @stable ICU 2.0 - */ -U_STABLE uint32_t U_EXPORT2 -ures_getUInt(const UResourceBundle* resourceBundle, - UErrorCode *status); - -/** - * Returns a signed integer from a resource. - * This integer is originally 28 bit and the sign gets propagated. - * - * @param resourceBundle a string resource - * @param status fills in the outgoing error code - * could be <TT>U_MISSING_RESOURCE_ERROR</TT> if the key is not found - * could be a non-failing error - * e.g.: <TT>U_USING_FALLBACK_WARNING</TT>,<TT>U_USING_DEFAULT_WARNING </TT> - * @return an integer value - * @see ures_getUInt - * @see ures_getIntVector - * @see ures_getBinary - * @see ures_getString - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -ures_getInt(const UResourceBundle* resourceBundle, - UErrorCode *status); - -/** - * Returns the size of a resource. Size for scalar types is always 1, - * and for vector/table types is the number of child resources. - * @warning Integer array is treated as a scalar type. There are no - * APIs to access individual members of an integer array. It - * is always returned as a whole. - * @param resourceBundle a resource - * @return number of resources in a given resource. - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -ures_getSize(const UResourceBundle *resourceBundle); - -/** - * Returns the type of a resource. Available types are defined in enum UResType - * - * @param resourceBundle a resource - * @return type of the given resource. - * @see UResType - * @stable ICU 2.0 - */ -U_STABLE UResType U_EXPORT2 -ures_getType(const UResourceBundle *resourceBundle); - -/** - * Returns the key associated with a given resource. Not all the resources have a key - only - * those that are members of a table. - * - * @param resourceBundle a resource - * @return a key associated to this resource, or NULL if it doesn't have a key - * @stable ICU 2.0 - */ -U_STABLE const char * U_EXPORT2 -ures_getKey(const UResourceBundle *resourceBundle); - -/* ITERATION API - This API provides means for iterating through a resource -*/ - -/** - * Resets the internal context of a resource so that iteration starts from the first element. - * - * @param resourceBundle a resource - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 -ures_resetIterator(UResourceBundle *resourceBundle); - -/** - * Checks whether the given resource has another element to iterate over. - * - * @param resourceBundle a resource - * @return TRUE if there are more elements, FALSE if there is no more elements - * @stable ICU 2.0 - */ -U_STABLE UBool U_EXPORT2 -ures_hasNext(const UResourceBundle *resourceBundle); - -/** - * Returns the next resource in a given resource or NULL if there are no more resources - * to iterate over. Features a fill-in parameter. - * - * @param resourceBundle a resource - * @param fillIn if NULL a new UResourceBundle struct is allocated and must be closed by the caller. - * Alternatively, you can supply a struct to be filled by this function. - * @param status fills in the outgoing error code. You may still get a non NULL result even if an - * error occured. Check status instead. - * @return a pointer to a UResourceBundle struct. If fill in param was NULL, caller must close it - * @stable ICU 2.0 - */ -U_STABLE UResourceBundle* U_EXPORT2 -ures_getNextResource(UResourceBundle *resourceBundle, - UResourceBundle *fillIn, - UErrorCode *status); - -/** - * Returns the next string in a given resource or NULL if there are no more resources - * to iterate over. - * - * @param resourceBundle a resource - * @param len fill in length of the string - * @param key fill in for key associated with this string. NULL if no key - * @param status fills in the outgoing error code. If an error occured, we may return NULL, but don't - * count on it. Check status instead! - * @return a pointer to a zero-terminated UChar array which lives in a memory mapped/DLL file. - * @stable ICU 2.0 - */ -U_STABLE const UChar* U_EXPORT2 -ures_getNextString(UResourceBundle *resourceBundle, - int32_t* len, - const char ** key, - UErrorCode *status); - -/** - * Returns the resource in a given resource at the specified index. Features a fill-in parameter. - * - * @param resourceBundle the resource bundle from which to get a sub-resource - * @param indexR an index to the wanted resource. - * @param fillIn if NULL a new UResourceBundle struct is allocated and must be closed by the caller. - * Alternatively, you can supply a struct to be filled by this function. - * @param status fills in the outgoing error code. Don't count on NULL being returned if an error has - * occured. Check status instead. - * @return a pointer to a UResourceBundle struct. If fill in param was NULL, caller must close it - * @stable ICU 2.0 - */ -U_STABLE UResourceBundle* U_EXPORT2 -ures_getByIndex(const UResourceBundle *resourceBundle, - int32_t indexR, - UResourceBundle *fillIn, - UErrorCode *status); - -/** - * Returns the string in a given resource at the specified index. - * - * @param resourceBundle a resource - * @param indexS an index to the wanted string. - * @param len fill in length of the string - * @param status fills in the outgoing error code. If an error occured, we may return NULL, but don't - * count on it. Check status instead! - * @return a pointer to a zero-terminated UChar array which lives in a memory mapped/DLL file. - * @stable ICU 2.0 - */ -U_STABLE const UChar* U_EXPORT2 -ures_getStringByIndex(const UResourceBundle *resourceBundle, - int32_t indexS, - int32_t* len, - UErrorCode *status); - -/** - * Returns a UTF-8 string from a resource at the specified index. - * The UTF-8 string may be returnable directly as a pointer, or - * it may need to be copied, or transformed from UTF-16 using u_strToUTF8() - * or equivalent. - * - * If forceCopy==TRUE, then the string is always written to the dest buffer - * and dest is returned. - * - * If forceCopy==FALSE, then the string is returned as a pointer if possible, - * without needing a dest buffer (it can be NULL). If the string needs to be - * copied or transformed, then it may be placed into dest at an arbitrary offset. - * - * If the string is to be written to dest, then U_BUFFER_OVERFLOW_ERROR and - * U_STRING_NOT_TERMINATED_WARNING are set if appropriate, as usual. - * - * If the string is transformed from UTF-16, then a conversion error may occur - * if an unpaired surrogate is encountered. If the function is successful, then - * the output UTF-8 string is always well-formed. - * - * @param resB Resource bundle. - * @param index An index to the wanted string. - * @param dest Destination buffer. Can be NULL only if capacity=*length==0. - * @param pLength Input: Capacity of destination buffer. - * Output: Actual length of the UTF-8 string, not counting the - * terminating NUL, even in case of U_BUFFER_OVERFLOW_ERROR. - * Can be NULL, meaning capacity=0 and the string length is not - * returned to the caller. - * @param forceCopy If TRUE, then the output string will always be written to - * dest, with U_BUFFER_OVERFLOW_ERROR and - * U_STRING_NOT_TERMINATED_WARNING set if appropriate. - * If FALSE, then the dest buffer may or may not contain a - * copy of the string. dest may or may not be modified. - * If a copy needs to be written, then the UErrorCode parameter - * indicates overflow etc. as usual. - * @param status Pointer to a standard ICU error code. Its input value must - * pass the U_SUCCESS() test, or else the function returns - * immediately. Check for U_FAILURE() on output or use with - * function chaining. (See User Guide for details.) - * @return The pointer to the UTF-8 string. It may be dest, or at some offset - * from dest (only if !forceCopy), or in unrelated memory. - * Always NUL-terminated unless the string was written to dest and - * length==capacity (in which case U_STRING_NOT_TERMINATED_WARNING is set). - * - * @see ures_getStringByIndex - * @see u_strToUTF8 - * @stable ICU 3.6 - */ -U_STABLE const char * U_EXPORT2 -ures_getUTF8StringByIndex(const UResourceBundle *resB, - int32_t index, - char *dest, int32_t *pLength, - UBool forceCopy, - UErrorCode *status); - -/** - * Returns a resource in a given resource that has a given key. This procedure works only with table - * resources. Features a fill-in parameter. - * - * @param resourceBundle a resource - * @param key a key associated with the wanted resource - * @param fillIn if NULL a new UResourceBundle struct is allocated and must be closed by the caller. - * Alternatively, you can supply a struct to be filled by this function. - * @param status fills in the outgoing error code. - * @return a pointer to a UResourceBundle struct. If fill in param was NULL, caller must close it - * @stable ICU 2.0 - */ -U_STABLE UResourceBundle* U_EXPORT2 -ures_getByKey(const UResourceBundle *resourceBundle, - const char* key, - UResourceBundle *fillIn, - UErrorCode *status); - -/** - * Returns a string in a given resource that has a given key. This procedure works only with table - * resources. - * - * @param resB a resource - * @param key a key associated with the wanted string - * @param len fill in length of the string - * @param status fills in the outgoing error code. If an error occured, we may return NULL, but don't - * count on it. Check status instead! - * @return a pointer to a zero-terminated UChar array which lives in a memory mapped/DLL file. - * @stable ICU 2.0 - */ -U_STABLE const UChar* U_EXPORT2 -ures_getStringByKey(const UResourceBundle *resB, - const char* key, - int32_t* len, - UErrorCode *status); - -/** - * Returns a UTF-8 string from a resource and a key. - * This function works only with table resources. - * - * The UTF-8 string may be returnable directly as a pointer, or - * it may need to be copied, or transformed from UTF-16 using u_strToUTF8() - * or equivalent. - * - * If forceCopy==TRUE, then the string is always written to the dest buffer - * and dest is returned. - * - * If forceCopy==FALSE, then the string is returned as a pointer if possible, - * without needing a dest buffer (it can be NULL). If the string needs to be - * copied or transformed, then it may be placed into dest at an arbitrary offset. - * - * If the string is to be written to dest, then U_BUFFER_OVERFLOW_ERROR and - * U_STRING_NOT_TERMINATED_WARNING are set if appropriate, as usual. - * - * If the string is transformed from UTF-16, then a conversion error may occur - * if an unpaired surrogate is encountered. If the function is successful, then - * the output UTF-8 string is always well-formed. - * - * @param resB Resource bundle. - * @param key A key associated with the wanted resource - * @param dest Destination buffer. Can be NULL only if capacity=*length==0. - * @param pLength Input: Capacity of destination buffer. - * Output: Actual length of the UTF-8 string, not counting the - * terminating NUL, even in case of U_BUFFER_OVERFLOW_ERROR. - * Can be NULL, meaning capacity=0 and the string length is not - * returned to the caller. - * @param forceCopy If TRUE, then the output string will always be written to - * dest, with U_BUFFER_OVERFLOW_ERROR and - * U_STRING_NOT_TERMINATED_WARNING set if appropriate. - * If FALSE, then the dest buffer may or may not contain a - * copy of the string. dest may or may not be modified. - * If a copy needs to be written, then the UErrorCode parameter - * indicates overflow etc. as usual. - * @param status Pointer to a standard ICU error code. Its input value must - * pass the U_SUCCESS() test, or else the function returns - * immediately. Check for U_FAILURE() on output or use with - * function chaining. (See User Guide for details.) - * @return The pointer to the UTF-8 string. It may be dest, or at some offset - * from dest (only if !forceCopy), or in unrelated memory. - * Always NUL-terminated unless the string was written to dest and - * length==capacity (in which case U_STRING_NOT_TERMINATED_WARNING is set). - * - * @see ures_getStringByKey - * @see u_strToUTF8 - * @stable ICU 3.6 - */ -U_STABLE const char * U_EXPORT2 -ures_getUTF8StringByKey(const UResourceBundle *resB, - const char *key, - char *dest, int32_t *pLength, - UBool forceCopy, - UErrorCode *status); - -#ifdef XP_CPLUSPLUS -#include "unicode/unistr.h" - -U_NAMESPACE_BEGIN -/** - * returns a string from a string resource type - * - * @param resB a resource - * @param status: fills in the outgoing error code - * could be <TT>U_MISSING_RESOURCE_ERROR</TT> if the key is not found - * could be a non-failing error - * e.g.: <TT>U_USING_FALLBACK_WARNING</TT>,<TT>U_USING_DEFAULT_WARNING </TT> - * @return a UnicodeString object. If there is an error, string is bogus - * @stable ICU 2.0 - */ -inline UnicodeString -ures_getUnicodeString(const UResourceBundle *resB, - UErrorCode* status) -{ - int32_t len = 0; - const UChar *r = ures_getString(resB, &len, status); - return UnicodeString(TRUE, r, len); -} - -/** - * Returns the next string in a resource or NULL if there are no more resources - * to iterate over. - * - * @param resB a resource - * @param key fill in for key associated with this string - * @param status fills in the outgoing error code - * @return an UnicodeString object. - * @stable ICU 2.0 - */ -inline UnicodeString -ures_getNextUnicodeString(UResourceBundle *resB, - const char ** key, - UErrorCode* status) -{ - int32_t len = 0; - const UChar* r = ures_getNextString(resB, &len, key, status); - return UnicodeString(TRUE, r, len); -} - -/** - * Returns the string in a given resource at the specified index. - * - * @param resB a resource - * @param index an index to the wanted string. - * @param status fills in the outgoing error code - * @return an UnicodeString object. If there is an error, string is bogus - * @stable ICU 2.0 - */ -inline UnicodeString -ures_getUnicodeStringByIndex(const UResourceBundle *resB, - int32_t indexS, - UErrorCode* status) -{ - int32_t len = 0; - const UChar* r = ures_getStringByIndex(resB, indexS, &len, status); - return UnicodeString(TRUE, r, len); -} - -/** - * Returns a string in a resource that has a given key. This procedure works only with table - * resources. - * - * @param resB a resource - * @param key a key associated with the wanted string - * @param status fills in the outgoing error code - * @return an UnicodeString object. If there is an error, string is bogus - * @stable ICU 2.0 - */ -inline UnicodeString -ures_getUnicodeStringByKey(const UResourceBundle *resB, - const char* key, - UErrorCode* status) -{ - int32_t len = 0; - const UChar* r = ures_getStringByKey(resB, key, &len, status); - return UnicodeString(TRUE, r, len); -} - -U_NAMESPACE_END - -#endif - -/** - * Create a string enumerator, owned by the caller, of all locales located within - * the specified resource tree. - * @param packageName name of the tree, such as (NULL) or U_ICUDATA_ALIAS or or "ICUDATA-coll" - * This call is similar to uloc_getAvailable(). - * @param status error code - * @stable ICU 3.2 - */ -U_STABLE UEnumeration* U_EXPORT2 -ures_openAvailableLocales(const char *packageName, UErrorCode *status); - - -#endif /*_URES*/ -/*eof*/ diff --git a/jni/EastAsianWidth/unicode/uscript.h b/jni/EastAsianWidth/unicode/uscript.h deleted file mode 100644 index 6aebc68..0000000 --- a/jni/EastAsianWidth/unicode/uscript.h +++ /dev/null @@ -1,238 +0,0 @@ -/* - ********************************************************************** - * Copyright (C) 1997-2007, International Business Machines - * Corporation and others. All Rights Reserved. - ********************************************************************** - * - * File USCRIPT.H - * - * Modification History: - * - * Date Name Description - * 07/06/2001 Ram Creation. - ****************************************************************************** - */ - -#ifndef USCRIPT_H -#define USCRIPT_H -#include "unicode/utypes.h" - -/** - * \file - * \brief C API: Unicode Script Information - */ - -/** - * Constants for ISO 15924 script codes. - * - * Many of these script codes - those from Unicode's ScriptNames.txt - - * are character property values for Unicode's Script property. - * See UAX #24 Script Names (http://www.unicode.org/reports/tr24/). - * - * Starting with ICU 3.6, constants for most ISO 15924 script codes - * are included (currently excluding private-use codes Qaaa..Qabx). - * For scripts for which there are codes in ISO 15924 but which are not - * used in the Unicode Character Database (UCD), there are no Unicode characters - * associated with those scripts. - * - * For example, there are no characters that have a UCD script code of - * Hans or Hant. All Han ideographs have the Hani script code. - * The Hans and Hant script codes are used with CLDR data. - * - * ISO 15924 script codes are included for use with CLDR and similar. - * - * @stable ICU 2.2 - */ -typedef enum UScriptCode { - USCRIPT_INVALID_CODE = -1, - USCRIPT_COMMON = 0 , /* Zyyy */ - USCRIPT_INHERITED = 1, /* Qaai */ - USCRIPT_ARABIC = 2, /* Arab */ - USCRIPT_ARMENIAN = 3, /* Armn */ - USCRIPT_BENGALI = 4, /* Beng */ - USCRIPT_BOPOMOFO = 5, /* Bopo */ - USCRIPT_CHEROKEE = 6, /* Cher */ - USCRIPT_COPTIC = 7, /* Copt */ - USCRIPT_CYRILLIC = 8, /* Cyrl */ - USCRIPT_DESERET = 9, /* Dsrt */ - USCRIPT_DEVANAGARI = 10, /* Deva */ - USCRIPT_ETHIOPIC = 11, /* Ethi */ - USCRIPT_GEORGIAN = 12, /* Geor */ - USCRIPT_GOTHIC = 13, /* Goth */ - USCRIPT_GREEK = 14, /* Grek */ - USCRIPT_GUJARATI = 15, /* Gujr */ - USCRIPT_GURMUKHI = 16, /* Guru */ - USCRIPT_HAN = 17, /* Hani */ - USCRIPT_HANGUL = 18, /* Hang */ - USCRIPT_HEBREW = 19, /* Hebr */ - USCRIPT_HIRAGANA = 20, /* Hira */ - USCRIPT_KANNADA = 21, /* Knda */ - USCRIPT_KATAKANA = 22, /* Kana */ - USCRIPT_KHMER = 23, /* Khmr */ - USCRIPT_LAO = 24, /* Laoo */ - USCRIPT_LATIN = 25, /* Latn */ - USCRIPT_MALAYALAM = 26, /* Mlym */ - USCRIPT_MONGOLIAN = 27, /* Mong */ - USCRIPT_MYANMAR = 28, /* Mymr */ - USCRIPT_OGHAM = 29, /* Ogam */ - USCRIPT_OLD_ITALIC = 30, /* Ital */ - USCRIPT_ORIYA = 31, /* Orya */ - USCRIPT_RUNIC = 32, /* Runr */ - USCRIPT_SINHALA = 33, /* Sinh */ - USCRIPT_SYRIAC = 34, /* Syrc */ - USCRIPT_TAMIL = 35, /* Taml */ - USCRIPT_TELUGU = 36, /* Telu */ - USCRIPT_THAANA = 37, /* Thaa */ - USCRIPT_THAI = 38, /* Thai */ - USCRIPT_TIBETAN = 39, /* Tibt */ - /** Canadian_Aboriginal script. @stable ICU 2.6 */ - USCRIPT_CANADIAN_ABORIGINAL = 40, /* Cans */ - /** Canadian_Aboriginal script (alias). @stable ICU 2.2 */ - USCRIPT_UCAS = USCRIPT_CANADIAN_ABORIGINAL, - USCRIPT_YI = 41, /* Yiii */ - USCRIPT_TAGALOG = 42, /* Tglg */ - USCRIPT_HANUNOO = 43, /* Hano */ - USCRIPT_BUHID = 44, /* Buhd */ - USCRIPT_TAGBANWA = 45, /* Tagb */ - - /* New scripts in Unicode 4 @stable ICU 2.6 */ - USCRIPT_BRAILLE = 46, /* Brai */ - USCRIPT_CYPRIOT = 47, /* Cprt */ - USCRIPT_LIMBU = 48, /* Limb */ - USCRIPT_LINEAR_B = 49, /* Linb */ - USCRIPT_OSMANYA = 50, /* Osma */ - USCRIPT_SHAVIAN = 51, /* Shaw */ - USCRIPT_TAI_LE = 52, /* Tale */ - USCRIPT_UGARITIC = 53, /* Ugar */ - - /** New script code in Unicode 4.0.1 @stable ICU 3.0 */ - USCRIPT_KATAKANA_OR_HIRAGANA = 54,/*Hrkt */ - - /* New scripts in Unicode 4.1 @stable ICU 3.4 */ - USCRIPT_BUGINESE = 55, /* Bugi */ - USCRIPT_GLAGOLITIC = 56, /* Glag */ - USCRIPT_KHAROSHTHI = 57, /* Khar */ - USCRIPT_SYLOTI_NAGRI = 58, /* Sylo */ - USCRIPT_NEW_TAI_LUE = 59, /* Talu */ - USCRIPT_TIFINAGH = 60, /* Tfng */ - USCRIPT_OLD_PERSIAN = 61, /* Xpeo */ - - /* New script codes from ISO 15924 @stable ICU 3.6 */ - USCRIPT_BALINESE = 62, /* Bali */ - USCRIPT_BATAK = 63, /* Batk */ - USCRIPT_BLISSYMBOLS = 64, /* Blis */ - USCRIPT_BRAHMI = 65, /* Brah */ - USCRIPT_CHAM = 66, /* Cham */ - USCRIPT_CIRTH = 67, /* Cirt */ - USCRIPT_OLD_CHURCH_SLAVONIC_CYRILLIC = 68, /* Cyrs */ - USCRIPT_DEMOTIC_EGYPTIAN = 69, /* Egyd */ - USCRIPT_HIERATIC_EGYPTIAN = 70, /* Egyh */ - USCRIPT_EGYPTIAN_HIEROGLYPHS = 71, /* Egyp */ - USCRIPT_KHUTSURI = 72, /* Geok */ - USCRIPT_SIMPLIFIED_HAN = 73, /* Hans */ - USCRIPT_TRADITIONAL_HAN = 74, /* Hant */ - USCRIPT_PAHAWH_HMONG = 75, /* Hmng */ - USCRIPT_OLD_HUNGARIAN = 76, /* Hung */ - USCRIPT_HARAPPAN_INDUS = 77, /* Inds */ - USCRIPT_JAVANESE = 78, /* Java */ - USCRIPT_KAYAH_LI = 79, /* Kali */ - USCRIPT_LATIN_FRAKTUR = 80, /* Latf */ - USCRIPT_LATIN_GAELIC = 81, /* Latg */ - USCRIPT_LEPCHA = 82, /* Lepc */ - USCRIPT_LINEAR_A = 83, /* Lina */ - USCRIPT_MANDAEAN = 84, /* Mand */ - USCRIPT_MAYAN_HIEROGLYPHS = 85, /* Maya */ - USCRIPT_MEROITIC = 86, /* Mero */ - USCRIPT_NKO = 87, /* Nkoo */ - USCRIPT_ORKHON = 88, /* Orkh */ - USCRIPT_OLD_PERMIC = 89, /* Perm */ - USCRIPT_PHAGS_PA = 90, /* Phag */ - USCRIPT_PHOENICIAN = 91, /* Phnx */ - USCRIPT_PHONETIC_POLLARD = 92, /* Plrd */ - USCRIPT_RONGORONGO = 93, /* Roro */ - USCRIPT_SARATI = 94, /* Sara */ - USCRIPT_ESTRANGELO_SYRIAC = 95, /* Syre */ - USCRIPT_WESTERN_SYRIAC = 96, /* Syrj */ - USCRIPT_EASTERN_SYRIAC = 97, /* Syrn */ - USCRIPT_TENGWAR = 98, /* Teng */ - USCRIPT_VAI = 99, /* Vaii */ - USCRIPT_VISIBLE_SPEECH = 100, /* Visp */ - USCRIPT_CUNEIFORM = 101,/* Xsux */ - USCRIPT_UNWRITTEN_LANGUAGES = 102,/* Zxxx */ - USCRIPT_UNKNOWN = 103,/* Zzzz */ /* Unknown="Code for uncoded script", for unassigned code points */ - - /* New script codes from ISO 15924 @draft ICU 3.8 */ - USCRIPT_CARIAN = 104,/* Cari */ - USCRIPT_JAPANESE = 105,/* Jpan */ - USCRIPT_LANNA = 106,/* Lana */ - USCRIPT_LYCIAN = 107,/* Lyci */ - USCRIPT_LYDIAN = 108,/* Lydi */ - USCRIPT_OL_CHIKI = 109,/* Olck */ - USCRIPT_REJANG = 110,/* Rjng */ - USCRIPT_SAURASHTRA = 111,/* Saur */ - USCRIPT_SIGN_WRITING = 112,/* Sgnw */ - USCRIPT_SUNDANESE = 113,/* Sund */ - USCRIPT_MOON = 114,/* Moon */ - USCRIPT_MEITEI_MAYEK = 115,/* Mtei */ - - /* Private use codes from Qaaa - Qabx are not supported*/ - USCRIPT_CODE_LIMIT = 116 -} UScriptCode; - -/** - * Gets script codes associated with the given locale or ISO 15924 abbreviation or name. - * Fills in USCRIPT_MALAYALAM given "Malayam" OR "Mlym". - * Fills in USCRIPT_LATIN given "en" OR "en_US" - * If required capacity is greater than capacity of the destination buffer then the error code - * is set to U_BUFFER_OVERFLOW_ERROR and the required capacity is returned - * - * <p>Note: To search by short or long script alias only, use - * u_getPropertyValueEnum(UCHAR_SCRIPT, alias) instead. This does - * a fast lookup with no access of the locale data. - * @param nameOrAbbrOrLocale name of the script, as given in - * PropertyValueAliases.txt, or ISO 15924 code or locale - * @param fillIn the UScriptCode buffer to fill in the script code - * @param capacity the capacity (size) fo UScriptCode buffer passed in. - * @param err the error status code. - * @return The number of script codes filled in the buffer passed in - * @stable ICU 2.4 - */ -U_STABLE int32_t U_EXPORT2 -uscript_getCode(const char* nameOrAbbrOrLocale,UScriptCode* fillIn,int32_t capacity,UErrorCode *err); - -/** - * Gets a script name associated with the given script code. - * Returns "Malayam" given USCRIPT_MALAYALAM - * @param scriptCode UScriptCode enum - * @return script long name as given in - * PropertyValueAliases.txt, or NULL if scriptCode is invalid - * @stable ICU 2.4 - */ -U_STABLE const char* U_EXPORT2 -uscript_getName(UScriptCode scriptCode); - -/** - * Gets a script name associated with the given script code. - * Returns "Mlym" given USCRIPT_MALAYALAM - * @param scriptCode UScriptCode enum - * @return script abbreviated name as given in - * PropertyValueAliases.txt, or NULL if scriptCode is invalid - * @stable ICU 2.4 - */ -U_STABLE const char* U_EXPORT2 -uscript_getShortName(UScriptCode scriptCode); - -/** - * Gets the script code associated with the given codepoint. - * Returns USCRIPT_MALAYALAM given 0x0D02 - * @param codepoint UChar32 codepoint - * @param err the error status code. - * @return The UScriptCode, or 0 if codepoint is invalid - * @stable ICU 2.4 - */ -U_STABLE UScriptCode U_EXPORT2 -uscript_getScript(UChar32 codepoint, UErrorCode *err); - -#endif - - diff --git a/jni/EastAsianWidth/unicode/uset.h b/jni/EastAsianWidth/unicode/uset.h deleted file mode 100644 index 8232ff9..0000000 --- a/jni/EastAsianWidth/unicode/uset.h +++ /dev/null @@ -1,1055 +0,0 @@ -/* -******************************************************************************* -* -* Copyright (C) 2002-2007, International Business Machines -* Corporation and others. All Rights Reserved. -* -******************************************************************************* -* file name: uset.h -* encoding: US-ASCII -* tab size: 8 (not used) -* indentation:4 -* -* created on: 2002mar07 -* created by: Markus W. Scherer -* -* C version of UnicodeSet. -*/ - - -/** - * \file - * \brief C API: Unicode Set - * - * <p>This is a C wrapper around the C++ UnicodeSet class.</p> - */ - -#ifndef __USET_H__ -#define __USET_H__ - -#include "unicode/utypes.h" -#include "unicode/uchar.h" - -#ifndef UCNV_H -struct USet; -/** - * A UnicodeSet. Use the uset_* API to manipulate. Create with - * uset_open*, and destroy with uset_close. - * @stable ICU 2.4 - */ -typedef struct USet USet; -#endif - -/** - * Bitmask values to be passed to uset_openPatternOptions() or - * uset_applyPattern() taking an option parameter. - * @stable ICU 2.4 - */ -enum { - /** - * Ignore white space within patterns unless quoted or escaped. - * @stable ICU 2.4 - */ - USET_IGNORE_SPACE = 1, - - /** - * Enable case insensitive matching. E.g., "[ab]" with this flag - * will match 'a', 'A', 'b', and 'B'. "[^ab]" with this flag will - * match all except 'a', 'A', 'b', and 'B'. This performs a full - * closure over case mappings, e.g. U+017F for s. - * - * The resulting set is a superset of the input for the code points but - * not for the strings. - * It performs a case mapping closure of the code points and adds - * full case folding strings for the code points, and reduces strings of - * the original set to their full case folding equivalents. - * - * This is designed for case-insensitive matches, for example - * in regular expressions. The full code point case closure allows checking of - * an input character directly against the closure set. - * Strings are matched by comparing the case-folded form from the closure - * set with an incremental case folding of the string in question. - * - * The closure set will also contain single code points if the original - * set contained case-equivalent strings (like U+00DF for "ss" or "Ss" etc.). - * This is not necessary (that is, redundant) for the above matching method - * but results in the same closure sets regardless of whether the original - * set contained the code point or a string. - * - * @stable ICU 2.4 - */ - USET_CASE_INSENSITIVE = 2, - - /** - * Enable case insensitive matching. E.g., "[ab]" with this flag - * will match 'a', 'A', 'b', and 'B'. "[^ab]" with this flag will - * match all except 'a', 'A', 'b', and 'B'. This adds the lower-, - * title-, and uppercase mappings as well as the case folding - * of each existing element in the set. - * @stable ICU 3.2 - */ - USET_ADD_CASE_MAPPINGS = 4, - - /** - * Enough for any single-code point set - * @internal - */ - USET_SERIALIZED_STATIC_ARRAY_CAPACITY=8 -}; - -#ifndef U_HIDE_DRAFT_API - -/** - * Argument values for whether span() and similar functions continue while - * the current character is contained vs. not contained in the set. - * - * The functionality is straightforward for sets with only single code points, - * without strings (which is the common case): - * - USET_SPAN_CONTAINED and USET_SPAN_SIMPLE - * work the same. - * - span() and spanBack() partition any string the same way when - * alternating between span(USET_SPAN_NOT_CONTAINED) and - * span(either "contained" condition). - * - Using a complemented (inverted) set and the opposite span conditions - * yields the same results. - * - * When a set contains multi-code point strings, then these statements may not - * be true, depending on the strings in the set (for example, whether they - * overlap with each other) and the string that is processed. - * For a set with strings: - * - The complement of the set contains the opposite set of code points, - * but the same set of strings. - * Therefore, complementing both the set and the span conditions - * may yield different results. - * - When starting spans at different positions in a string - * (span(s, ...) vs. span(s+1, ...)) the ends of the spans may be different - * because a set string may start before the later position. - * - span(USET_SPAN_SIMPLE) may be shorter than - * span(USET_SPAN_CONTAINED) because it will not recursively try - * all possible paths. - * For example, with a set which contains the three strings "xy", "xya" and "ax", - * span("xyax", USET_SPAN_CONTAINED) will return 4 but - * span("xyax", USET_SPAN_SIMPLE) will return 3. - * span(USET_SPAN_SIMPLE) will never be longer than - * span(USET_SPAN_CONTAINED). - * - With either "contained" condition, span() and spanBack() may partition - * a string in different ways. - * For example, with a set which contains the two strings "ab" and "ba", - * and when processing the string "aba", - * span() will yield contained/not-contained boundaries of { 0, 2, 3 } - * while spanBack() will yield boundaries of { 0, 1, 3 }. - * - * Note: If it is important to get the same boundaries whether iterating forward - * or backward through a string, then either only span() should be used and - * the boundaries cached for backward operation, or an ICU BreakIterator - * could be used. - * - * Note: Unpaired surrogates are treated like surrogate code points. - * Similarly, set strings match only on code point boundaries, - * never in the middle of a surrogate pair. - * Illegal UTF-8 sequences are treated like U+FFFD. - * When processing UTF-8 strings, malformed set strings - * (strings with unpaired surrogates which cannot be converted to UTF-8) - * are ignored. - * - * @draft ICU 3.8 - */ -typedef enum USetSpanCondition { - /** - * Continue a span() while there is no set element at the current position. - * Stops before the first set element (character or string). - * (For code points only, this is like while contains(current)==FALSE). - * - * When span() returns, the substring between where it started and the position - * it returned consists only of characters that are not in the set, - * and none of its strings overlap with the span. - * - * @draft ICU 3.8 - */ - USET_SPAN_NOT_CONTAINED = 0, - /** - * Continue a span() while there is a set element at the current position. - * (For characters only, this is like while contains(current)==TRUE). - * - * When span() returns, the substring between where it started and the position - * it returned consists only of set elements (characters or strings) that are in the set. - * - * If a set contains strings, then the span will be the longest substring - * matching any of the possible concatenations of set elements (characters or strings). - * (There must be a single, non-overlapping concatenation of characters or strings.) - * This is equivalent to a POSIX regular expression for (OR of each set element)*. - * - * @draft ICU 3.8 - */ - USET_SPAN_CONTAINED = 1, - /** - * Continue a span() while there is a set element at the current position. - * (For characters only, this is like while contains(current)==TRUE). - * - * When span() returns, the substring between where it started and the position - * it returned consists only of set elements (characters or strings) that are in the set. - * - * If a set only contains single characters, then this is the same - * as USET_SPAN_CONTAINED. - * - * If a set contains strings, then the span will be the longest substring - * with a match at each position with the longest single set element (character or string). - * - * Use this span condition together with other longest-match algorithms, - * such as ICU converters (ucnv_getUnicodeSet()). - * - * @draft ICU 3.8 - */ - USET_SPAN_SIMPLE = 2, - /** - * One more than the last span condition. - * @draft ICU 3.8 - */ - USET_SPAN_CONDITION_COUNT -} USetSpanCondition; - -#endif /* U_HIDE_DRAFT_API */ - -/** - * A serialized form of a Unicode set. Limited manipulations are - * possible directly on a serialized set. See below. - * @stable ICU 2.4 - */ -typedef struct USerializedSet { - /** - * The serialized Unicode Set. - * @stable ICU 2.4 - */ - const uint16_t *array; - /** - * The length of the array that contains BMP characters. - * @stable ICU 2.4 - */ - int32_t bmpLength; - /** - * The total length of the array. - * @stable ICU 2.4 - */ - int32_t length; - /** - * A small buffer for the array to reduce memory allocations. - * @stable ICU 2.4 - */ - uint16_t staticArray[USET_SERIALIZED_STATIC_ARRAY_CAPACITY]; -} USerializedSet; - -/********************************************************************* - * USet API - *********************************************************************/ - -/** - * Creates a USet object that contains the range of characters - * start..end, inclusive. - * @param start first character of the range, inclusive - * @param end last character of the range, inclusive - * @return a newly created USet. The caller must call uset_close() on - * it when done. - * @stable ICU 2.4 - */ -U_STABLE USet* U_EXPORT2 -uset_open(UChar32 start, UChar32 end); - -/** - * Creates a set from the given pattern. See the UnicodeSet class - * description for the syntax of the pattern language. - * @param pattern a string specifying what characters are in the set - * @param patternLength the length of the pattern, or -1 if null - * terminated - * @param ec the error code - * @stable ICU 2.4 - */ -U_STABLE USet* U_EXPORT2 -uset_openPattern(const UChar* pattern, int32_t patternLength, - UErrorCode* ec); - -/** - * Creates a set from the given pattern. See the UnicodeSet class - * description for the syntax of the pattern language. - * @param pattern a string specifying what characters are in the set - * @param patternLength the length of the pattern, or -1 if null - * terminated - * @param options bitmask for options to apply to the pattern. - * Valid options are USET_IGNORE_SPACE and USET_CASE_INSENSITIVE. - * @param ec the error code - * @stable ICU 2.4 - */ -U_STABLE USet* U_EXPORT2 -uset_openPatternOptions(const UChar* pattern, int32_t patternLength, - uint32_t options, - UErrorCode* ec); - -/** - * Disposes of the storage used by a USet object. This function should - * be called exactly once for objects returned by uset_open(). - * @param set the object to dispose of - * @stable ICU 2.4 - */ -U_STABLE void U_EXPORT2 -uset_close(USet* set); - -/** - * Returns a copy of this object. - * If this set is frozen, then the clone will be frozen as well. - * Use uset_cloneAsThawed() for a mutable clone of a frozen set. - * @param set the original set - * @return the newly allocated copy of the set - * @see uset_cloneAsThawed - * @draft ICU 3.8 - */ -U_DRAFT USet * U_EXPORT2 -uset_clone(const USet *set); - -/** - * Determines whether the set has been frozen (made immutable) or not. - * See the ICU4J Freezable interface for details. - * @param set the set - * @return TRUE/FALSE for whether the set has been frozen - * @see uset_freeze - * @see uset_cloneAsThawed - * @draft ICU 3.8 - */ -U_DRAFT UBool U_EXPORT2 -uset_isFrozen(const USet *set); - -/** - * Freeze the set (make it immutable). - * Once frozen, it cannot be unfrozen and is therefore thread-safe - * until it is deleted. - * See the ICU4J Freezable interface for details. - * Freezing the set may also make some operations faster, for example - * uset_contains() and uset_span(). - * A frozen set will not be modified. (It remains frozen.) - * @param set the set - * @return the same set, now frozen - * @see uset_isFrozen - * @see uset_cloneAsThawed - * @draft ICU 3.8 - */ -U_DRAFT void U_EXPORT2 -uset_freeze(USet *set); - -/** - * Clone the set and make the clone mutable. - * See the ICU4J Freezable interface for details. - * @param set the set - * @return the mutable clone - * @see uset_freeze - * @see uset_isFrozen - * @see uset_clone - * @draft ICU 3.8 - */ -U_DRAFT USet * U_EXPORT2 -uset_cloneAsThawed(const USet *set); - -/** - * Causes the USet object to represent the range <code>start - end</code>. - * If <code>start > end</code> then this USet is set to an empty range. - * A frozen set will not be modified. - * @param set the object to set to the given range - * @param start first character in the set, inclusive - * @param end last character in the set, inclusive - * @stable ICU 3.2 - */ -U_STABLE void U_EXPORT2 -uset_set(USet* set, - UChar32 start, UChar32 end); - -/** - * Modifies the set to represent the set specified by the given - * pattern. See the UnicodeSet class description for the syntax of - * the pattern language. See also the User Guide chapter about UnicodeSet. - * <em>Empties the set passed before applying the pattern.</em> - * A frozen set will not be modified. - * @param set The set to which the pattern is to be applied. - * @param pattern A pointer to UChar string specifying what characters are in the set. - * The character at pattern[0] must be a '['. - * @param patternLength The length of the UChar string. -1 if NUL terminated. - * @param options A bitmask for options to apply to the pattern. - * Valid options are USET_IGNORE_SPACE and USET_CASE_INSENSITIVE. - * @param status Returns an error if the pattern cannot be parsed. - * @return Upon successful parse, the value is either - * the index of the character after the closing ']' - * of the parsed pattern. - * If the status code indicates failure, then the return value - * is the index of the error in the source. - * - * @stable ICU 2.8 - */ -U_STABLE int32_t U_EXPORT2 -uset_applyPattern(USet *set, - const UChar *pattern, int32_t patternLength, - uint32_t options, - UErrorCode *status); - -/** - * Modifies the set to contain those code points which have the given value - * for the given binary or enumerated property, as returned by - * u_getIntPropertyValue. Prior contents of this set are lost. - * A frozen set will not be modified. - * - * @param set the object to contain the code points defined by the property - * - * @param prop a property in the range UCHAR_BIN_START..UCHAR_BIN_LIMIT-1 - * or UCHAR_INT_START..UCHAR_INT_LIMIT-1 - * or UCHAR_MASK_START..UCHAR_MASK_LIMIT-1. - * - * @param value a value in the range u_getIntPropertyMinValue(prop).. - * u_getIntPropertyMaxValue(prop), with one exception. If prop is - * UCHAR_GENERAL_CATEGORY_MASK, then value should not be a UCharCategory, but - * rather a mask value produced by U_GET_GC_MASK(). This allows grouped - * categories such as [:L:] to be represented. - * - * @param ec error code input/output parameter - * - * @stable ICU 3.2 - */ -U_STABLE void U_EXPORT2 -uset_applyIntPropertyValue(USet* set, - UProperty prop, int32_t value, UErrorCode* ec); - -/** - * Modifies the set to contain those code points which have the - * given value for the given property. Prior contents of this - * set are lost. - * A frozen set will not be modified. - * - * @param set the object to contain the code points defined by the given - * property and value alias - * - * @param prop a string specifying a property alias, either short or long. - * The name is matched loosely. See PropertyAliases.txt for names and a - * description of loose matching. If the value string is empty, then this - * string is interpreted as either a General_Category value alias, a Script - * value alias, a binary property alias, or a special ID. Special IDs are - * matched loosely and correspond to the following sets: - * - * "ANY" = [\\u0000-\\U0010FFFF], - * "ASCII" = [\\u0000-\\u007F], - * "Assigned" = [:^Cn:]. - * - * @param propLength the length of the prop, or -1 if NULL - * - * @param value a string specifying a value alias, either short or long. - * The name is matched loosely. See PropertyValueAliases.txt for names - * and a description of loose matching. In addition to aliases listed, - * numeric values and canonical combining classes may be expressed - * numerically, e.g., ("nv", "0.5") or ("ccc", "220"). The value string - * may also be empty. - * - * @param valueLength the length of the value, or -1 if NULL - * - * @param ec error code input/output parameter - * - * @stable ICU 3.2 - */ -U_STABLE void U_EXPORT2 -uset_applyPropertyAlias(USet* set, - const UChar *prop, int32_t propLength, - const UChar *value, int32_t valueLength, - UErrorCode* ec); - -/** - * Return true if the given position, in the given pattern, appears - * to be the start of a UnicodeSet pattern. - * - * @param pattern a string specifying the pattern - * @param patternLength the length of the pattern, or -1 if NULL - * @param pos the given position - * @stable ICU 3.2 - */ -U_STABLE UBool U_EXPORT2 -uset_resemblesPattern(const UChar *pattern, int32_t patternLength, - int32_t pos); - -/** - * Returns a string representation of this set. If the result of - * calling this function is passed to a uset_openPattern(), it - * will produce another set that is equal to this one. - * @param set the set - * @param result the string to receive the rules, may be NULL - * @param resultCapacity the capacity of result, may be 0 if result is NULL - * @param escapeUnprintable if TRUE then convert unprintable - * character to their hex escape representations, \\uxxxx or - * \\Uxxxxxxxx. Unprintable characters are those other than - * U+000A, U+0020..U+007E. - * @param ec error code. - * @return length of string, possibly larger than resultCapacity - * @stable ICU 2.4 - */ -U_STABLE int32_t U_EXPORT2 -uset_toPattern(const USet* set, - UChar* result, int32_t resultCapacity, - UBool escapeUnprintable, - UErrorCode* ec); - -/** - * Adds the given character to the given USet. After this call, - * uset_contains(set, c) will return TRUE. - * A frozen set will not be modified. - * @param set the object to which to add the character - * @param c the character to add - * @stable ICU 2.4 - */ -U_STABLE void U_EXPORT2 -uset_add(USet* set, UChar32 c); - -/** - * Adds all of the elements in the specified set to this set if - * they're not already present. This operation effectively - * modifies this set so that its value is the <i>union</i> of the two - * sets. The behavior of this operation is unspecified if the specified - * collection is modified while the operation is in progress. - * A frozen set will not be modified. - * - * @param set the object to which to add the set - * @param additionalSet the source set whose elements are to be added to this set. - * @stable ICU 2.6 - */ -U_STABLE void U_EXPORT2 -uset_addAll(USet* set, const USet *additionalSet); - -/** - * Adds the given range of characters to the given USet. After this call, - * uset_contains(set, start, end) will return TRUE. - * A frozen set will not be modified. - * @param set the object to which to add the character - * @param start the first character of the range to add, inclusive - * @param end the last character of the range to add, inclusive - * @stable ICU 2.2 - */ -U_STABLE void U_EXPORT2 -uset_addRange(USet* set, UChar32 start, UChar32 end); - -/** - * Adds the given string to the given USet. After this call, - * uset_containsString(set, str, strLen) will return TRUE. - * A frozen set will not be modified. - * @param set the object to which to add the character - * @param str the string to add - * @param strLen the length of the string or -1 if null terminated. - * @stable ICU 2.4 - */ -U_STABLE void U_EXPORT2 -uset_addString(USet* set, const UChar* str, int32_t strLen); - -/** - * Adds each of the characters in this string to the set. Thus "ch" => {"c", "h"} - * If this set already any particular character, it has no effect on that character. - * A frozen set will not be modified. - * @param set the object to which to add the character - * @param str the source string - * @param strLen the length of the string or -1 if null terminated. - * @stable ICU 3.4 - */ -U_STABLE void U_EXPORT2 -uset_addAllCodePoints(USet* set, const UChar *str, int32_t strLen); - -/** - * Removes the given character from the given USet. After this call, - * uset_contains(set, c) will return FALSE. - * A frozen set will not be modified. - * @param set the object from which to remove the character - * @param c the character to remove - * @stable ICU 2.4 - */ -U_STABLE void U_EXPORT2 -uset_remove(USet* set, UChar32 c); - -/** - * Removes the given range of characters from the given USet. After this call, - * uset_contains(set, start, end) will return FALSE. - * A frozen set will not be modified. - * @param set the object to which to add the character - * @param start the first character of the range to remove, inclusive - * @param end the last character of the range to remove, inclusive - * @stable ICU 2.2 - */ -U_STABLE void U_EXPORT2 -uset_removeRange(USet* set, UChar32 start, UChar32 end); - -/** - * Removes the given string to the given USet. After this call, - * uset_containsString(set, str, strLen) will return FALSE. - * A frozen set will not be modified. - * @param set the object to which to add the character - * @param str the string to remove - * @param strLen the length of the string or -1 if null terminated. - * @stable ICU 2.4 - */ -U_STABLE void U_EXPORT2 -uset_removeString(USet* set, const UChar* str, int32_t strLen); - -/** - * Removes from this set all of its elements that are contained in the - * specified set. This operation effectively modifies this - * set so that its value is the <i>asymmetric set difference</i> of - * the two sets. - * A frozen set will not be modified. - * @param set the object from which the elements are to be removed - * @param removeSet the object that defines which elements will be - * removed from this set - * @stable ICU 3.2 - */ -U_STABLE void U_EXPORT2 -uset_removeAll(USet* set, const USet* removeSet); - -/** - * Retain only the elements in this set that are contained in the - * specified range. If <code>start > end</code> then an empty range is - * retained, leaving the set empty. This is equivalent to - * a boolean logic AND, or a set INTERSECTION. - * A frozen set will not be modified. - * - * @param set the object for which to retain only the specified range - * @param start first character, inclusive, of range to be retained - * to this set. - * @param end last character, inclusive, of range to be retained - * to this set. - * @stable ICU 3.2 - */ -U_STABLE void U_EXPORT2 -uset_retain(USet* set, UChar32 start, UChar32 end); - -/** - * Retains only the elements in this set that are contained in the - * specified set. In other words, removes from this set all of - * its elements that are not contained in the specified set. This - * operation effectively modifies this set so that its value is - * the <i>intersection</i> of the two sets. - * A frozen set will not be modified. - * - * @param set the object on which to perform the retain - * @param retain set that defines which elements this set will retain - * @stable ICU 3.2 - */ -U_STABLE void U_EXPORT2 -uset_retainAll(USet* set, const USet* retain); - -/** - * Reallocate this objects internal structures to take up the least - * possible space, without changing this object's value. - * A frozen set will not be modified. - * - * @param set the object on which to perfrom the compact - * @stable ICU 3.2 - */ -U_STABLE void U_EXPORT2 -uset_compact(USet* set); - -/** - * Inverts this set. This operation modifies this set so that - * its value is its complement. This operation does not affect - * the multicharacter strings, if any. - * A frozen set will not be modified. - * @param set the set - * @stable ICU 2.4 - */ -U_STABLE void U_EXPORT2 -uset_complement(USet* set); - -/** - * Complements in this set all elements contained in the specified - * set. Any character in the other set will be removed if it is - * in this set, or will be added if it is not in this set. - * A frozen set will not be modified. - * - * @param set the set with which to complement - * @param complement set that defines which elements will be xor'ed - * from this set. - * @stable ICU 3.2 - */ -U_STABLE void U_EXPORT2 -uset_complementAll(USet* set, const USet* complement); - -/** - * Removes all of the elements from this set. This set will be - * empty after this call returns. - * A frozen set will not be modified. - * @param set the set - * @stable ICU 2.4 - */ -U_STABLE void U_EXPORT2 -uset_clear(USet* set); - -/** - * Returns TRUE if the given USet contains no characters and no - * strings. - * @param set the set - * @return true if set is empty - * @stable ICU 2.4 - */ -U_STABLE UBool U_EXPORT2 -uset_isEmpty(const USet* set); - -/** - * Returns TRUE if the given USet contains the given character. - * This function works faster with a frozen set. - * @param set the set - * @param c The codepoint to check for within the set - * @return true if set contains c - * @stable ICU 2.4 - */ -U_STABLE UBool U_EXPORT2 -uset_contains(const USet* set, UChar32 c); - -/** - * Returns TRUE if the given USet contains all characters c - * where start <= c && c <= end. - * @param set the set - * @param start the first character of the range to test, inclusive - * @param end the last character of the range to test, inclusive - * @return TRUE if set contains the range - * @stable ICU 2.2 - */ -U_STABLE UBool U_EXPORT2 -uset_containsRange(const USet* set, UChar32 start, UChar32 end); - -/** - * Returns TRUE if the given USet contains the given string. - * @param set the set - * @param str the string - * @param strLen the length of the string or -1 if null terminated. - * @return true if set contains str - * @stable ICU 2.4 - */ -U_STABLE UBool U_EXPORT2 -uset_containsString(const USet* set, const UChar* str, int32_t strLen); - -/** - * Returns the index of the given character within this set, where - * the set is ordered by ascending code point. If the character - * is not in this set, return -1. The inverse of this method is - * <code>charAt()</code>. - * @param set the set - * @param c the character to obtain the index for - * @return an index from 0..size()-1, or -1 - * @stable ICU 3.2 - */ -U_STABLE int32_t U_EXPORT2 -uset_indexOf(const USet* set, UChar32 c); - -/** - * Returns the character at the given index within this set, where - * the set is ordered by ascending code point. If the index is - * out of range, return (UChar32)-1. The inverse of this method is - * <code>indexOf()</code>. - * @param set the set - * @param index an index from 0..size()-1 to obtain the char for - * @return the character at the given index, or (UChar32)-1. - * @stable ICU 3.2 - */ -U_STABLE UChar32 U_EXPORT2 -uset_charAt(const USet* set, int32_t index); - -/** - * Returns the number of characters and strings contained in the given - * USet. - * @param set the set - * @return a non-negative integer counting the characters and strings - * contained in set - * @stable ICU 2.4 - */ -U_STABLE int32_t U_EXPORT2 -uset_size(const USet* set); - -/** - * Returns the number of items in this set. An item is either a range - * of characters or a single multicharacter string. - * @param set the set - * @return a non-negative integer counting the character ranges - * and/or strings contained in set - * @stable ICU 2.4 - */ -U_STABLE int32_t U_EXPORT2 -uset_getItemCount(const USet* set); - -/** - * Returns an item of this set. An item is either a range of - * characters or a single multicharacter string. - * @param set the set - * @param itemIndex a non-negative integer in the range 0.. - * uset_getItemCount(set)-1 - * @param start pointer to variable to receive first character - * in range, inclusive - * @param end pointer to variable to receive last character in range, - * inclusive - * @param str buffer to receive the string, may be NULL - * @param strCapacity capacity of str, or 0 if str is NULL - * @param ec error code - * @return the length of the string (>= 2), or 0 if the item is a - * range, in which case it is the range *start..*end, or -1 if - * itemIndex is out of range - * @stable ICU 2.4 - */ -U_STABLE int32_t U_EXPORT2 -uset_getItem(const USet* set, int32_t itemIndex, - UChar32* start, UChar32* end, - UChar* str, int32_t strCapacity, - UErrorCode* ec); - -/** - * Returns true if set1 contains all the characters and strings - * of set2. It answers the question, 'Is set1 a superset of set2?' - * @param set1 set to be checked for containment - * @param set2 set to be checked for containment - * @return true if the test condition is met - * @stable ICU 3.2 - */ -U_STABLE UBool U_EXPORT2 -uset_containsAll(const USet* set1, const USet* set2); - -/** - * Returns true if this set contains all the characters - * of the given string. This is does not check containment of grapheme - * clusters, like uset_containsString. - * @param set set of characters to be checked for containment - * @param str string containing codepoints to be checked for containment - * @param strLen the length of the string or -1 if null terminated. - * @return true if the test condition is met - * @stable ICU 3.4 - */ -U_STABLE UBool U_EXPORT2 -uset_containsAllCodePoints(const USet* set, const UChar *str, int32_t strLen); - -/** - * Returns true if set1 contains none of the characters and strings - * of set2. It answers the question, 'Is set1 a disjoint set of set2?' - * @param set1 set to be checked for containment - * @param set2 set to be checked for containment - * @return true if the test condition is met - * @stable ICU 3.2 - */ -U_STABLE UBool U_EXPORT2 -uset_containsNone(const USet* set1, const USet* set2); - -/** - * Returns true if set1 contains some of the characters and strings - * of set2. It answers the question, 'Does set1 and set2 have an intersection?' - * @param set1 set to be checked for containment - * @param set2 set to be checked for containment - * @return true if the test condition is met - * @stable ICU 3.2 - */ -U_STABLE UBool U_EXPORT2 -uset_containsSome(const USet* set1, const USet* set2); - -/** - * Returns the length of the initial substring of the input string which - * consists only of characters and strings that are contained in this set - * (USET_SPAN_CONTAINED, USET_SPAN_SIMPLE), - * or only of characters and strings that are not contained - * in this set (USET_SPAN_NOT_CONTAINED). - * See USetSpanCondition for details. - * Similar to the strspn() C library function. - * Unpaired surrogates are treated according to contains() of their surrogate code points. - * This function works faster with a frozen set and with a non-negative string length argument. - * @param set the set - * @param s start of the string - * @param length of the string; can be -1 for NUL-terminated - * @param spanCondition specifies the containment condition - * @return the length of the initial substring according to the spanCondition; - * 0 if the start of the string does not fit the spanCondition - * @draft ICU 3.8 - * @see USetSpanCondition - */ -U_DRAFT int32_t U_EXPORT2 -uset_span(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition); - -/** - * Returns the start of the trailing substring of the input string which - * consists only of characters and strings that are contained in this set - * (USET_SPAN_CONTAINED, USET_SPAN_SIMPLE), - * or only of characters and strings that are not contained - * in this set (USET_SPAN_NOT_CONTAINED). - * See USetSpanCondition for details. - * Unpaired surrogates are treated according to contains() of their surrogate code points. - * This function works faster with a frozen set and with a non-negative string length argument. - * @param set the set - * @param s start of the string - * @param length of the string; can be -1 for NUL-terminated - * @param spanCondition specifies the containment condition - * @return the start of the trailing substring according to the spanCondition; - * the string length if the end of the string does not fit the spanCondition - * @draft ICU 3.8 - * @see USetSpanCondition - */ -U_DRAFT int32_t U_EXPORT2 -uset_spanBack(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition); - -/** - * Returns the length of the initial substring of the input string which - * consists only of characters and strings that are contained in this set - * (USET_SPAN_CONTAINED, USET_SPAN_SIMPLE), - * or only of characters and strings that are not contained - * in this set (USET_SPAN_NOT_CONTAINED). - * See USetSpanCondition for details. - * Similar to the strspn() C library function. - * Malformed byte sequences are treated according to contains(0xfffd). - * This function works faster with a frozen set and with a non-negative string length argument. - * @param set the set - * @param s start of the string (UTF-8) - * @param length of the string; can be -1 for NUL-terminated - * @param spanCondition specifies the containment condition - * @return the length of the initial substring according to the spanCondition; - * 0 if the start of the string does not fit the spanCondition - * @draft ICU 3.8 - * @see USetSpanCondition - */ -U_DRAFT int32_t U_EXPORT2 -uset_spanUTF8(const USet *set, const char *s, int32_t length, USetSpanCondition spanCondition); - -/** - * Returns the start of the trailing substring of the input string which - * consists only of characters and strings that are contained in this set - * (USET_SPAN_CONTAINED, USET_SPAN_SIMPLE), - * or only of characters and strings that are not contained - * in this set (USET_SPAN_NOT_CONTAINED). - * See USetSpanCondition for details. - * Malformed byte sequences are treated according to contains(0xfffd). - * This function works faster with a frozen set and with a non-negative string length argument. - * @param set the set - * @param s start of the string (UTF-8) - * @param length of the string; can be -1 for NUL-terminated - * @param spanCondition specifies the containment condition - * @return the start of the trailing substring according to the spanCondition; - * the string length if the end of the string does not fit the spanCondition - * @draft ICU 3.8 - * @see USetSpanCondition - */ -U_DRAFT int32_t U_EXPORT2 -uset_spanBackUTF8(const USet *set, const char *s, int32_t length, USetSpanCondition spanCondition); - -/** - * Returns true if set1 contains all of the characters and strings - * of set2, and vis versa. It answers the question, 'Is set1 equal to set2?' - * @param set1 set to be checked for containment - * @param set2 set to be checked for containment - * @return true if the test condition is met - * @stable ICU 3.2 - */ -U_STABLE UBool U_EXPORT2 -uset_equals(const USet* set1, const USet* set2); - -/********************************************************************* - * Serialized set API - *********************************************************************/ - -/** - * Serializes this set into an array of 16-bit integers. Serialization - * (currently) only records the characters in the set; multicharacter - * strings are ignored. - * - * The array - * has following format (each line is one 16-bit integer): - * - * length = (n+2*m) | (m!=0?0x8000:0) - * bmpLength = n; present if m!=0 - * bmp[0] - * bmp[1] - * ... - * bmp[n-1] - * supp-high[0] - * supp-low[0] - * supp-high[1] - * supp-low[1] - * ... - * supp-high[m-1] - * supp-low[m-1] - * - * The array starts with a header. After the header are n bmp - * code points, then m supplementary code points. Either n or m - * or both may be zero. n+2*m is always <= 0x7FFF. - * - * If there are no supplementary characters (if m==0) then the - * header is one 16-bit integer, 'length', with value n. - * - * If there are supplementary characters (if m!=0) then the header - * is two 16-bit integers. The first, 'length', has value - * (n+2*m)|0x8000. The second, 'bmpLength', has value n. - * - * After the header the code points are stored in ascending order. - * Supplementary code points are stored as most significant 16 - * bits followed by least significant 16 bits. - * - * @param set the set - * @param dest pointer to buffer of destCapacity 16-bit integers. - * May be NULL only if destCapacity is zero. - * @param destCapacity size of dest, or zero. Must not be negative. - * @param pErrorCode pointer to the error code. Will be set to - * U_INDEX_OUTOFBOUNDS_ERROR if n+2*m > 0x7FFF. Will be set to - * U_BUFFER_OVERFLOW_ERROR if n+2*m+(m!=0?2:1) > destCapacity. - * @return the total length of the serialized format, including - * the header, that is, n+2*m+(m!=0?2:1), or 0 on error other - * than U_BUFFER_OVERFLOW_ERROR. - * @stable ICU 2.4 - */ -U_STABLE int32_t U_EXPORT2 -uset_serialize(const USet* set, uint16_t* dest, int32_t destCapacity, UErrorCode* pErrorCode); - -/** - * Given a serialized array, fill in the given serialized set object. - * @param fillSet pointer to result - * @param src pointer to start of array - * @param srcLength length of array - * @return true if the given array is valid, otherwise false - * @stable ICU 2.4 - */ -U_STABLE UBool U_EXPORT2 -uset_getSerializedSet(USerializedSet* fillSet, const uint16_t* src, int32_t srcLength); - -/** - * Set the USerializedSet to contain the given character (and nothing - * else). - * @param fillSet pointer to result - * @param c The codepoint to set - * @stable ICU 2.4 - */ -U_STABLE void U_EXPORT2 -uset_setSerializedToOne(USerializedSet* fillSet, UChar32 c); - -/** - * Returns TRUE if the given USerializedSet contains the given - * character. - * @param set the serialized set - * @param c The codepoint to check for within the set - * @return true if set contains c - * @stable ICU 2.4 - */ -U_STABLE UBool U_EXPORT2 -uset_serializedContains(const USerializedSet* set, UChar32 c); - -/** - * Returns the number of disjoint ranges of characters contained in - * the given serialized set. Ignores any strings contained in the - * set. - * @param set the serialized set - * @return a non-negative integer counting the character ranges - * contained in set - * @stable ICU 2.4 - */ -U_STABLE int32_t U_EXPORT2 -uset_getSerializedRangeCount(const USerializedSet* set); - -/** - * Returns a range of characters contained in the given serialized - * set. - * @param set the serialized set - * @param rangeIndex a non-negative integer in the range 0.. - * uset_getSerializedRangeCount(set)-1 - * @param pStart pointer to variable to receive first character - * in range, inclusive - * @param pEnd pointer to variable to receive last character in range, - * inclusive - * @return true if rangeIndex is valid, otherwise false - * @stable ICU 2.4 - */ -U_STABLE UBool U_EXPORT2 -uset_getSerializedRange(const USerializedSet* set, int32_t rangeIndex, - UChar32* pStart, UChar32* pEnd); - -#endif diff --git a/jni/EastAsianWidth/unicode/usetiter.h b/jni/EastAsianWidth/unicode/usetiter.h deleted file mode 100644 index defa75c..0000000 --- a/jni/EastAsianWidth/unicode/usetiter.h +++ /dev/null @@ -1,318 +0,0 @@ -/* -********************************************************************** -* Copyright (c) 2002-2006, International Business Machines -* Corporation and others. All Rights Reserved. -********************************************************************** -*/ -#ifndef USETITER_H -#define USETITER_H - -#include "unicode/utypes.h" -#include "unicode/uobject.h" -#include "unicode/unistr.h" - -/** - * \file - * \brief C++ API: UnicodeSetIterator iterates over the contents of a UnicodeSet. - */ - -U_NAMESPACE_BEGIN - -class UnicodeSet; -class UnicodeString; - -/** - * - * UnicodeSetIterator iterates over the contents of a UnicodeSet. It - * iterates over either code points or code point ranges. After all - * code points or ranges have been returned, it returns the - * multicharacter strings of the UnicodSet, if any. - * - * This class is not intended to be subclassed. Consider any fields - * or methods declared as "protected" to be private. The use of - * protected in this class is an artifact of history. - * - * <p>To iterate over code points and strings, use a loop like this: - * <pre> - * UnicodeSetIterator it(set); - * while (set.next()) { - * processItem(set.getString()); - * } - * </pre> - * <p>Each item in the set is accessed as a string. Set elements - * consisting of single code points are returned as strings containing - * just the one code point. - * - * <p>To iterate over code point ranges, instead of individual code points, - * use a loop like this: - * <pre> - * UnicodeSetIterator it(set); - * while (it.nextRange()) { - * if (it.isString()) { - * processString(it.getString()); - * } else { - * processCodepointRange(it.getCodepoint(), it.getCodepointEnd()); - * } - * } - * </pre> - * @author M. Davis - * @stable ICU 2.4 - */ -class U_COMMON_API UnicodeSetIterator : public UObject { - - protected: - - /** - * Value of <tt>codepoint</tt> if the iterator points to a string. - * If <tt>codepoint == IS_STRING</tt>, then examine - * <tt>string</tt> for the current iteration result. - * @stable ICU 2.4 - */ - enum { IS_STRING = -1 }; - - /** - * Current code point, or the special value <tt>IS_STRING</tt>, if - * the iterator points to a string. - * @stable ICU 2.4 - */ - UChar32 codepoint; - - /** - * When iterating over ranges using <tt>nextRange()</tt>, - * <tt>codepointEnd</tt> contains the inclusive end of the - * iteration range, if <tt>codepoint != IS_STRING</tt>. If - * iterating over code points using <tt>next()</tt>, or if - * <tt>codepoint == IS_STRING</tt>, then the value of - * <tt>codepointEnd</tt> is undefined. - * @stable ICU 2.4 - */ - UChar32 codepointEnd; - - /** - * If <tt>codepoint == IS_STRING</tt>, then <tt>string</tt> points - * to the current string. If <tt>codepoint != IS_STRING</tt>, the - * value of <tt>string</tt> is undefined. - * @stable ICU 2.4 - */ - const UnicodeString* string; - - public: - - /** - * Create an iterator over the given set. The iterator is valid - * only so long as <tt>set</tt> is valid. - * @param set set to iterate over - * @stable ICU 2.4 - */ - UnicodeSetIterator(const UnicodeSet& set); - - /** - * Create an iterator over nothing. <tt>next()</tt> and - * <tt>nextRange()</tt> return false. This is a convenience - * constructor allowing the target to be set later. - * @stable ICU 2.4 - */ - UnicodeSetIterator(); - - /** - * Destructor. - * @stable ICU 2.4 - */ - virtual ~UnicodeSetIterator(); - - /** - * Returns true if the current element is a string. If so, the - * caller can retrieve it with <tt>getString()</tt>. If this - * method returns false, the current element is a code point or - * code point range, depending on whether <tt>next()</tt> or - * <tt>nextRange()</tt> was called. - * Elements of types string and codepoint can both be retrieved - * with the function <tt>getString()</tt>. - * Elements of type codepoint can also be retrieved with - * <tt>getCodepoint()</tt>. - * For ranges, <tt>getCodepoint()</tt> returns the starting codepoint - * of the range, and <tt>getCodepointEnd()</tt> returns the end - * of the range. - * @stable ICU 2.4 - */ - inline UBool isString() const; - - /** - * Returns the current code point, if <tt>isString()</tt> returned - * false. Otherwise returns an undefined result. - * @stable ICU 2.4 - */ - inline UChar32 getCodepoint() const; - - /** - * Returns the end of the current code point range, if - * <tt>isString()</tt> returned false and <tt>nextRange()</tt> was - * called. Otherwise returns an undefined result. - * @stable ICU 2.4 - */ - inline UChar32 getCodepointEnd() const; - - /** - * Returns the current string, if <tt>isString()</tt> returned - * true. If the current iteration item is a code point, a UnicodeString - * containing that single code point is returned. - * - * Ownership of the returned string remains with the iterator. - * The string is guaranteed to remain valid only until the iterator is - * advanced to the next item, or until the iterator is deleted. - * - * @stable ICU 2.4 - */ - const UnicodeString& getString(); - - /** - * Advances the iteration position to the next element in the set, - * which can be either a single code point or a string. - * If there are no more elements in the set, return false. - * - * <p> - * If <tt>isString() == TRUE</tt>, the value is a - * string, otherwise the value is a - * single code point. Elements of either type can be retrieved - * with the function <tt>getString()</tt>, while elements of - * consisting of a single code point can be retrieved with - * <tt>getCodepoint()</tt> - * - * <p>The order of iteration is all code points in sorted order, - * followed by all strings sorted order. Do not mix - * calls to <tt>next()</tt> and <tt>nextRange()</tt> without - * calling <tt>reset()</tt> between them. The results of doing so - * are undefined. - * - * @return true if there was another element in the set. - * @stable ICU 2.4 - */ - UBool next(); - - /** - * Returns the next element in the set, either a code point range - * or a string. If there are no more elements in the set, return - * false. If <tt>isString() == TRUE</tt>, the value is a - * string and can be accessed with <tt>getString()</tt>. Otherwise the value is a - * range of one or more code points from <tt>getCodepoint()</tt> to - * <tt>getCodepointeEnd()</tt> inclusive. - * - * <p>The order of iteration is all code points ranges in sorted - * order, followed by all strings sorted order. Ranges are - * disjoint and non-contiguous. The value returned from <tt>getString()</tt> - * is undefined unless <tt>isString() == TRUE</tt>. Do not mix calls to - * <tt>next()</tt> and <tt>nextRange()</tt> without calling - * <tt>reset()</tt> between them. The results of doing so are - * undefined. - * - * @return true if there was another element in the set. - * @stable ICU 2.4 - */ - UBool nextRange(); - - /** - * Sets this iterator to visit the elements of the given set and - * resets it to the start of that set. The iterator is valid only - * so long as <tt>set</tt> is valid. - * @param set the set to iterate over. - * @stable ICU 2.4 - */ - void reset(const UnicodeSet& set); - - /** - * Resets this iterator to the start of the set. - * @stable ICU 2.4 - */ - void reset(); - - /** - * ICU "poor man's RTTI", returns a UClassID for this class. - * - * @stable ICU 2.4 - */ - static UClassID U_EXPORT2 getStaticClassID(); - - /** - * ICU "poor man's RTTI", returns a UClassID for the actual class. - * - * @stable ICU 2.4 - */ - virtual UClassID getDynamicClassID() const; - - // ======================= PRIVATES =========================== - - protected: - - // endElement and nextElements are really UChar32's, but we keep - // them as signed int32_t's so we can do comparisons with - // endElement set to -1. Leave them as int32_t's. - /** The set - * @stable ICU 2.4 - */ - const UnicodeSet* set; - /** End range - * @stable ICU 2.4 - */ - int32_t endRange; - /** Range - * @stable ICU 2.4 - */ - int32_t range; - /** End element - * @stable ICU 2.4 - */ - int32_t endElement; - /** Next element - * @stable ICU 2.4 - */ - int32_t nextElement; - //UBool abbreviated; - /** Next string - * @stable ICU 2.4 - */ - int32_t nextString; - /** String count - * @stable ICU 2.4 - */ - int32_t stringCount; - - /** - * Points to the string to use when the caller asks for a - * string and the current iteration item is a code point, not a string. - * @internal - */ - UnicodeString *cpString; - - /** Copy constructor. Disallowed. - * @stable ICU 2.4 - */ - UnicodeSetIterator(const UnicodeSetIterator&); // disallow - - /** Assignment operator. Disallowed. - * @stable ICU 2.4 - */ - UnicodeSetIterator& operator=(const UnicodeSetIterator&); // disallow - - /** Load range - * @stable ICU 2.4 - */ - virtual void loadRange(int32_t range); - -}; - -inline UBool UnicodeSetIterator::isString() const { - return codepoint == (UChar32)IS_STRING; -} - -inline UChar32 UnicodeSetIterator::getCodepoint() const { - return codepoint; -} - -inline UChar32 UnicodeSetIterator::getCodepointEnd() const { - return codepointEnd; -} - - -U_NAMESPACE_END - -#endif diff --git a/jni/EastAsianWidth/unicode/ushape.h b/jni/EastAsianWidth/unicode/ushape.h deleted file mode 100644 index f165e14..0000000 --- a/jni/EastAsianWidth/unicode/ushape.h +++ /dev/null @@ -1,263 +0,0 @@ -/* -****************************************************************************** -* -* Copyright (C) 2000-2007, International Business Machines -* Corporation and others. All Rights Reserved. -* -****************************************************************************** -* file name: ushape.h -* encoding: US-ASCII -* tab size: 8 (not used) -* indentation:4 -* -* created on: 2000jun29 -* created by: Markus W. Scherer -*/ - -#ifndef __USHAPE_H__ -#define __USHAPE_H__ - -#include "unicode/utypes.h" - -/** - * \file - * \brief C API: Arabic shaping - * - */ - -/** - * Shape Arabic text on a character basis. - * - * <p>This function performs basic operations for "shaping" Arabic text. It is most - * useful for use with legacy data formats and legacy display technology - * (simple terminals). All operations are performed on Unicode characters.</p> - * - * <p>Text-based shaping means that some character code points in the text are - * replaced by others depending on the context. It transforms one kind of text - * into another. In comparison, modern displays for Arabic text select - * appropriate, context-dependent font glyphs for each text element, which means - * that they transform text into a glyph vector.</p> - * - * <p>Text transformations are necessary when modern display technology is not - * available or when text needs to be transformed to or from legacy formats that - * use "shaped" characters. Since the Arabic script is cursive, connecting - * adjacent letters to each other, computers select images for each letter based - * on the surrounding letters. This usually results in four images per Arabic - * letter: initial, middle, final, and isolated forms. In Unicode, on the other - * hand, letters are normally stored abstract, and a display system is expected - * to select the necessary glyphs. (This makes searching and other text - * processing easier because the same letter has only one code.) It is possible - * to mimic this with text transformations because there are characters in - * Unicode that are rendered as letters with a specific shape - * (or cursive connectivity). They were included for interoperability with - * legacy systems and codepages, and for unsophisticated display systems.</p> - * - * <p>A second kind of text transformations is supported for Arabic digits: - * For compatibility with legacy codepages that only include European digits, - * it is possible to replace one set of digits by another, changing the - * character code points. These operations can be performed for either - * Arabic-Indic Digits (U+0660...U+0669) or Eastern (Extended) Arabic-Indic - * digits (U+06f0...U+06f9).</p> - * - * <p>Some replacements may result in more or fewer characters (code points). - * By default, this means that the destination buffer may receive text with a - * length different from the source length. Some legacy systems rely on the - * length of the text to be constant. They expect extra spaces to be added - * or consumed either next to the affected character or at the end of the - * text.</p> - * - * <p>For details about the available operations, see the description of the - * <code>U_SHAPE_...</code> options.</p> - * - * @param source The input text. - * - * @param sourceLength The number of UChars in <code>source</code>. - * - * @param dest The destination buffer that will receive the results of the - * requested operations. It may be <code>NULL</code> only if - * <code>destSize</code> is 0. The source and destination must not - * overlap. - * - * @param destSize The size (capacity) of the destination buffer in UChars. - * If <code>destSize</code> is 0, then no output is produced, - * but the necessary buffer size is returned ("preflighting"). - * - * @param options This is a 32-bit set of flags that specify the operations - * that are performed on the input text. If no error occurs, - * then the result will always be written to the destination - * buffer. - * - * @param pErrorCode must be a valid pointer to an error code value, - * which must not indicate a failure before the function call. - * - * @return The number of UChars written to the destination buffer. - * If an error occured, then no output was written, or it may be - * incomplete. If <code>U_BUFFER_OVERFLOW_ERROR</code> is set, then - * the return value indicates the necessary destination buffer size. - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -u_shapeArabic(const UChar *source, int32_t sourceLength, - UChar *dest, int32_t destSize, - uint32_t options, - UErrorCode *pErrorCode); - -/** - * Memory option: allow the result to have a different length than the source. - * @stable ICU 2.0 - */ -#define U_SHAPE_LENGTH_GROW_SHRINK 0 - -/** - * Memory option: the result must have the same length as the source. - * If more room is necessary, then try to consume spaces next to modified characters. - * @stable ICU 2.0 - */ -#define U_SHAPE_LENGTH_FIXED_SPACES_NEAR 1 - -/** - * Memory option: the result must have the same length as the source. - * If more room is necessary, then try to consume spaces at the end of the text. - * @stable ICU 2.0 - */ -#define U_SHAPE_LENGTH_FIXED_SPACES_AT_END 2 - -/** - * Memory option: the result must have the same length as the source. - * If more room is necessary, then try to consume spaces at the beginning of the text. - * @stable ICU 2.0 - */ -#define U_SHAPE_LENGTH_FIXED_SPACES_AT_BEGINNING 3 - -/** Bit mask for memory options. @stable ICU 2.0 */ -#define U_SHAPE_LENGTH_MASK 3 - - -/** Direction indicator: the source is in logical (keyboard) order. @stable ICU 2.0 */ -#define U_SHAPE_TEXT_DIRECTION_LOGICAL 0 - -/** - * Direction indicator: - * the source is in visual LTR order, - * the leftmost displayed character stored first. - * @stable ICU 2.0 - */ -#define U_SHAPE_TEXT_DIRECTION_VISUAL_LTR 4 - -/** Bit mask for direction indicators. @stable ICU 2.0 */ -#define U_SHAPE_TEXT_DIRECTION_MASK 4 - - -/** Letter shaping option: do not perform letter shaping. @stable ICU 2.0 */ -#define U_SHAPE_LETTERS_NOOP 0 - -/** Letter shaping option: replace abstract letter characters by "shaped" ones. @stable ICU 2.0 */ -#define U_SHAPE_LETTERS_SHAPE 8 - -/** Letter shaping option: replace "shaped" letter characters by abstract ones. @stable ICU 2.0 */ -#define U_SHAPE_LETTERS_UNSHAPE 0x10 - -/** - * Letter shaping option: replace abstract letter characters by "shaped" ones. - * The only difference with U_SHAPE_LETTERS_SHAPE is that Tashkeel letters - * are always "shaped" into the isolated form instead of the medial form - * (selecting code points from the Arabic Presentation Forms-B block). - * @stable ICU 2.0 - */ -#define U_SHAPE_LETTERS_SHAPE_TASHKEEL_ISOLATED 0x18 - -/** Bit mask for letter shaping options. @stable ICU 2.0 */ -#define U_SHAPE_LETTERS_MASK 0x18 - - -/** Digit shaping option: do not perform digit shaping. @stable ICU 2.0 */ -#define U_SHAPE_DIGITS_NOOP 0 - -/** - * Digit shaping option: - * Replace European digits (U+0030...) by Arabic-Indic digits. - * @stable ICU 2.0 - */ -#define U_SHAPE_DIGITS_EN2AN 0x20 - -/** - * Digit shaping option: - * Replace Arabic-Indic digits by European digits (U+0030...). - * @stable ICU 2.0 - */ -#define U_SHAPE_DIGITS_AN2EN 0x40 - -/** - * Digit shaping option: - * Replace European digits (U+0030...) by Arabic-Indic digits if the most recent - * strongly directional character is an Arabic letter - * (<code>u_charDirection()</code> result <code>U_RIGHT_TO_LEFT_ARABIC</code> [AL]).<br> - * The direction of "preceding" depends on the direction indicator option. - * For the first characters, the preceding strongly directional character - * (initial state) is assumed to be not an Arabic letter - * (it is <code>U_LEFT_TO_RIGHT</code> [L] or <code>U_RIGHT_TO_LEFT</code> [R]). - * @stable ICU 2.0 - */ -#define U_SHAPE_DIGITS_ALEN2AN_INIT_LR 0x60 - -/** - * Digit shaping option: - * Replace European digits (U+0030...) by Arabic-Indic digits if the most recent - * strongly directional character is an Arabic letter - * (<code>u_charDirection()</code> result <code>U_RIGHT_TO_LEFT_ARABIC</code> [AL]).<br> - * The direction of "preceding" depends on the direction indicator option. - * For the first characters, the preceding strongly directional character - * (initial state) is assumed to be an Arabic letter. - * @stable ICU 2.0 - */ -#define U_SHAPE_DIGITS_ALEN2AN_INIT_AL 0x80 - -/** Not a valid option value. May be replaced by a new option. @stable ICU 2.0 */ -#define U_SHAPE_DIGITS_RESERVED 0xa0 - -/** Bit mask for digit shaping options. @stable ICU 2.0 */ -#define U_SHAPE_DIGITS_MASK 0xe0 - - -/** Digit type option: Use Arabic-Indic digits (U+0660...U+0669). @stable ICU 2.0 */ -#define U_SHAPE_DIGIT_TYPE_AN 0 - -/** Digit type option: Use Eastern (Extended) Arabic-Indic digits (U+06f0...U+06f9). @stable ICU 2.0 */ -#define U_SHAPE_DIGIT_TYPE_AN_EXTENDED 0x100 - -/** Not a valid option value. May be replaced by a new option. @stable ICU 2.0 */ -#define U_SHAPE_DIGIT_TYPE_RESERVED 0x200 - -/** Bit mask for digit type options. @stable ICU 2.0 */ -#define U_SHAPE_DIGIT_TYPE_MASK 0x3f00 - -/** - * Tashkeel aggregation option: - * Replaces any combination of U+0651 with one of - * U+064C, U+064D, U+064E, U+064F, U+0650 with - * U+FC5E, U+FC5F, U+FC60, U+FC61, U+FC62 consecutively. - * @stable ICU 3.6 - */ -#define U_SHAPE_AGGREGATE_TASHKEEL 0x4000 -/** Tashkeel aggregation option: do not aggregate tashkeels. @stable ICU 3.6 */ -#define U_SHAPE_AGGREGATE_TASHKEEL_NOOP 0 -/** Bit mask for tashkeel aggregation. @stable ICU 3.6 */ -#define U_SHAPE_AGGREGATE_TASHKEEL_MASK 0x4000 - -/** - * Presentation form option: - * Don't replace Arabic Presentation Forms-A and Arabic Presentation Forms-B - * characters with 0+06xx characters, before shaping. - * @stable ICU 3.6 - */ -#define U_SHAPE_PRESERVE_PRESENTATION 0x8000 -/** Presentation form option: - * Replace Arabic Presentation Forms-A and Arabic Presentationo Forms-B with - * their unshaped correspondants in range 0+06xx, before shaping. - * @stable ICU 3.6 - */ -#define U_SHAPE_PRESERVE_PRESENTATION_NOOP 0 -/** Bit mask for preserve presentation form. @stable ICU 3.6 */ -#define U_SHAPE_PRESERVE_PRESENTATION_MASK 0x8000 - -#endif diff --git a/jni/EastAsianWidth/unicode/usprep.h b/jni/EastAsianWidth/unicode/usprep.h deleted file mode 100644 index c7e75a5..0000000 --- a/jni/EastAsianWidth/unicode/usprep.h +++ /dev/null @@ -1,156 +0,0 @@ -/* - ******************************************************************************* - * - * Copyright (C) 2003-2006, International Business Machines - * Corporation and others. All Rights Reserved. - * - ******************************************************************************* - * file name: usprep.h - * encoding: US-ASCII - * tab size: 8 (not used) - * indentation:4 - * - * created on: 2003jul2 - * created by: Ram Viswanadha - */ - -#ifndef __USPREP_H__ -#define __USPREP_H__ - -/** - * \file - * \brief C API: Implements the StringPrep algorithm. - */ - -#include "unicode/utypes.h" -/** - * - * StringPrep API implements the StingPrep framework as described by RFC 3454. - * StringPrep prepares Unicode strings for use in network protocols. - * Profiles of StingPrep are set of rules and data according to with the - * Unicode Strings are prepared. Each profiles contains tables which describe - * how a code point should be treated. The tables are broadly classied into - * <ul> - * <li> Unassinged Table: Contains code points that are unassigned - * in the Unicode Version supported by StringPrep. Currently - * RFC 3454 supports Unicode 3.2. </li> - * <li> Prohibited Table: Contains code points that are prohibted from - * the output of the StringPrep processing function. </li> - * <li> Mapping Table: Contains code ponts that are deleted from the output or case mapped. </li> - * </ul> - * - * The procedure for preparing Unicode strings: - * <ol> - * <li> Map: For each character in the input, check if it has a mapping - * and, if so, replace it with its mapping. </li> - * <li> Normalize: Possibly normalize the result of step 1 using Unicode - * normalization. </li> - * <li> Prohibit: Check for any characters that are not allowed in the - * output. If any are found, return an error.</li> - * <li> Check bidi: Possibly check for right-to-left characters, and if - * any are found, make sure that the whole string satisfies the - * requirements for bidirectional strings. If the string does not - * satisfy the requirements for bidirectional strings, return an - * error. </li> - * </ol> - * @author Ram Viswanadha - */ -#if !UCONFIG_NO_IDNA - -#include "unicode/parseerr.h" - -/** - * The StringPrep profile - * @stable ICU 2.8 - */ -typedef struct UStringPrepProfile UStringPrepProfile; - - -/** - * Option to prohibit processing of unassigned code points in the input - * - * @see usprep_prepare - * @stable ICU 2.8 - */ -#define USPREP_DEFAULT 0x0000 - -/** - * Option to allow processing of unassigned code points in the input - * - * @see usprep_prepare - * @stable ICU 2.8 - */ -#define USPREP_ALLOW_UNASSIGNED 0x0001 - - -/** - * Creates a StringPrep profile from the data file. - * - * @param path string containing the full path pointing to the directory - * where the profile reside followed by the package name - * e.g. "/usr/resource/my_app/profiles/mydata" on a Unix system. - * if NULL, ICU default data files will be used. - * @param fileName name of the profile file to be opened - * @param status ICU error code in/out parameter. Must not be NULL. - * Must fulfill U_SUCCESS before the function call. - * @return Pointer to UStringPrepProfile that is opened. Should be closed by - * calling usprep_close() - * @see usprep_close() - * @stable ICU 2.8 - */ -U_STABLE UStringPrepProfile* U_EXPORT2 -usprep_open(const char* path, - const char* fileName, - UErrorCode* status); - - -/** - * Closes the profile - * @param profile The profile to close - * @stable ICU 2.8 - */ -U_STABLE void U_EXPORT2 -usprep_close(UStringPrepProfile* profile); - - -/** - * Prepare the input buffer for use in applications with the given profile. This operation maps, normalizes(NFKC), - * checks for prohited and BiDi characters in the order defined by RFC 3454 - * depending on the options specified in the profile. - * - * @param prep The profile to use - * @param src Pointer to UChar buffer containing the string to prepare - * @param srcLength Number of characters in the source string - * @param dest Pointer to the destination buffer to receive the output - * @param destCapacity The capacity of destination array - * @param options A bit set of options: - * - * - USPREP_NONE Prohibit processing of unassigned code points in the input - * - * - USPREP_ALLOW_UNASSIGNED Treat the unassigned code points are in the input - * as normal Unicode code points. - * - * @param parseError Pointer to UParseError struct to receive information on position - * of error if an error is encountered. Can be NULL. - * @param status ICU in/out error code parameter. - * U_INVALID_CHAR_FOUND if src contains - * unmatched single surrogates. - * U_INDEX_OUTOFBOUNDS_ERROR if src contains - * too many code points. - * U_BUFFER_OVERFLOW_ERROR if destCapacity is not enough - * @return The number of UChars in the destination buffer - * @stable ICU 2.8 - */ - -U_STABLE int32_t U_EXPORT2 -usprep_prepare( const UStringPrepProfile* prep, - const UChar* src, int32_t srcLength, - UChar* dest, int32_t destCapacity, - int32_t options, - UParseError* parseError, - UErrorCode* status ); - - -#endif /* #if !UCONFIG_NO_IDNA */ - -#endif diff --git a/jni/EastAsianWidth/unicode/ustring.h b/jni/EastAsianWidth/unicode/ustring.h deleted file mode 100644 index f6a7947..0000000 --- a/jni/EastAsianWidth/unicode/ustring.h +++ /dev/null @@ -1,1478 +0,0 @@ -/* -********************************************************************** -* Copyright (C) 1998-2007, International Business Machines -* Corporation and others. All Rights Reserved. -********************************************************************** -* -* File ustring.h -* -* Modification History: -* -* Date Name Description -* 12/07/98 bertrand Creation. -****************************************************************************** -*/ - -#ifndef USTRING_H -#define USTRING_H - -#include "unicode/utypes.h" -#include "unicode/putil.h" -#include "unicode/uiter.h" - -/** Simple declaration for u_strToTitle() to avoid including unicode/ubrk.h. @stable ICU 2.1*/ -#ifndef UBRK_TYPEDEF_UBREAK_ITERATOR -# define UBRK_TYPEDEF_UBREAK_ITERATOR - typedef void UBreakIterator; -#endif - -/** - * \file - * \brief C API: Unicode string handling functions - * - * These C API functions provide general Unicode string handling. - * - * Some functions are equivalent in name, signature, and behavior to the ANSI C <string.h> - * functions. (For example, they do not check for bad arguments like NULL string pointers.) - * In some cases, only the thread-safe variant of such a function is implemented here - * (see u_strtok_r()). - * - * Other functions provide more Unicode-specific functionality like locale-specific - * upper/lower-casing and string comparison in code point order. - * - * ICU uses 16-bit Unicode (UTF-16) in the form of arrays of UChar code units. - * UTF-16 encodes each Unicode code point with either one or two UChar code units. - * (This is the default form of Unicode, and a forward-compatible extension of the original, - * fixed-width form that was known as UCS-2. UTF-16 superseded UCS-2 with Unicode 2.0 - * in 1996.) - * - * Some APIs accept a 32-bit UChar32 value for a single code point. - * - * ICU also handles 16-bit Unicode text with unpaired surrogates. - * Such text is not well-formed UTF-16. - * Code-point-related functions treat unpaired surrogates as surrogate code points, - * i.e., as separate units. - * - * Although UTF-16 is a variable-width encoding form (like some legacy multi-byte encodings), - * it is much more efficient even for random access because the code unit values - * for single-unit characters vs. lead units vs. trail units are completely disjoint. - * This means that it is easy to determine character (code point) boundaries from - * random offsets in the string. - * - * Unicode (UTF-16) string processing is optimized for the single-unit case. - * Although it is important to support supplementary characters - * (which use pairs of lead/trail code units called "surrogates"), - * their occurrence is rare. Almost all characters in modern use require only - * a single UChar code unit (i.e., their code point values are <=0xffff). - * - * For more details see the User Guide Strings chapter (http://icu-project.org/userguide/strings.html). - * For a discussion of the handling of unpaired surrogates see also - * Jitterbug 2145 and its icu mailing list proposal on 2002-sep-18. - */ - -/** -* \defgroup ustring_ustrlen - */ -/*@{*/ -/** - * Determine the length of an array of UChar. - * - * @param s The array of UChars, NULL (U+0000) terminated. - * @return The number of UChars in <code>chars</code>, minus the terminator. - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -u_strlen(const UChar *s); -/*@}*/ - -/** - * Count Unicode code points in the length UChar code units of the string. - * A code point may occupy either one or two UChar code units. - * Counting code points involves reading all code units. - * - * This functions is basically the inverse of the U16_FWD_N() macro (see utf.h). - * - * @param s The input string. - * @param length The number of UChar code units to be checked, or -1 to count all - * code points before the first NUL (U+0000). - * @return The number of code points in the specified code units. - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -u_countChar32(const UChar *s, int32_t length); - -/** - * Check if the string contains more Unicode code points than a certain number. - * This is more efficient than counting all code points in the entire string - * and comparing that number with a threshold. - * This function may not need to scan the string at all if the length is known - * (not -1 for NUL-termination) and falls within a certain range, and - * never needs to count more than 'number+1' code points. - * Logically equivalent to (u_countChar32(s, length)>number). - * A Unicode code point may occupy either one or two UChar code units. - * - * @param s The input string. - * @param length The length of the string, or -1 if it is NUL-terminated. - * @param number The number of code points in the string is compared against - * the 'number' parameter. - * @return Boolean value for whether the string contains more Unicode code points - * than 'number'. Same as (u_countChar32(s, length)>number). - * @stable ICU 2.4 - */ -U_STABLE UBool U_EXPORT2 -u_strHasMoreChar32Than(const UChar *s, int32_t length, int32_t number); - -/** - * Concatenate two ustrings. Appends a copy of <code>src</code>, - * including the null terminator, to <code>dst</code>. The initial copied - * character from <code>src</code> overwrites the null terminator in <code>dst</code>. - * - * @param dst The destination string. - * @param src The source string. - * @return A pointer to <code>dst</code>. - * @stable ICU 2.0 - */ -U_STABLE UChar* U_EXPORT2 -u_strcat(UChar *dst, - const UChar *src); - -/** - * Concatenate two ustrings. - * Appends at most <code>n</code> characters from <code>src</code> to <code>dst</code>. - * Adds a terminating NUL. - * If src is too long, then only <code>n-1</code> characters will be copied - * before the terminating NUL. - * If <code>n<=0</code> then dst is not modified. - * - * @param dst The destination string. - * @param src The source string. - * @param n The maximum number of characters to compare. - * @return A pointer to <code>dst</code>. - * @stable ICU 2.0 - */ -U_STABLE UChar* U_EXPORT2 -u_strncat(UChar *dst, - const UChar *src, - int32_t n); - -/** - * Find the first occurrence of a substring in a string. - * The substring is found at code point boundaries. - * That means that if the substring begins with - * a trail surrogate or ends with a lead surrogate, - * then it is found only if these surrogates stand alone in the text. - * Otherwise, the substring edge units would be matched against - * halves of surrogate pairs. - * - * @param s The string to search (NUL-terminated). - * @param substring The substring to find (NUL-terminated). - * @return A pointer to the first occurrence of <code>substring</code> in <code>s</code>, - * or <code>s</code> itself if the <code>substring</code> is empty, - * or <code>NULL</code> if <code>substring</code> is not in <code>s</code>. - * @stable ICU 2.0 - * - * @see u_strrstr - * @see u_strFindFirst - * @see u_strFindLast - */ -U_STABLE UChar * U_EXPORT2 -u_strstr(const UChar *s, const UChar *substring); - -/** - * Find the first occurrence of a substring in a string. - * The substring is found at code point boundaries. - * That means that if the substring begins with - * a trail surrogate or ends with a lead surrogate, - * then it is found only if these surrogates stand alone in the text. - * Otherwise, the substring edge units would be matched against - * halves of surrogate pairs. - * - * @param s The string to search. - * @param length The length of s (number of UChars), or -1 if it is NUL-terminated. - * @param substring The substring to find (NUL-terminated). - * @param subLength The length of substring (number of UChars), or -1 if it is NUL-terminated. - * @return A pointer to the first occurrence of <code>substring</code> in <code>s</code>, - * or <code>s</code> itself if the <code>substring</code> is empty, - * or <code>NULL</code> if <code>substring</code> is not in <code>s</code>. - * @stable ICU 2.4 - * - * @see u_strstr - * @see u_strFindLast - */ -U_STABLE UChar * U_EXPORT2 -u_strFindFirst(const UChar *s, int32_t length, const UChar *substring, int32_t subLength); - -/** - * Find the first occurrence of a BMP code point in a string. - * A surrogate code point is found only if its match in the text is not - * part of a surrogate pair. - * A NUL character is found at the string terminator. - * - * @param s The string to search (NUL-terminated). - * @param c The BMP code point to find. - * @return A pointer to the first occurrence of <code>c</code> in <code>s</code> - * or <code>NULL</code> if <code>c</code> is not in <code>s</code>. - * @stable ICU 2.0 - * - * @see u_strchr32 - * @see u_memchr - * @see u_strstr - * @see u_strFindFirst - */ -U_STABLE UChar * U_EXPORT2 -u_strchr(const UChar *s, UChar c); - -/** - * Find the first occurrence of a code point in a string. - * A surrogate code point is found only if its match in the text is not - * part of a surrogate pair. - * A NUL character is found at the string terminator. - * - * @param s The string to search (NUL-terminated). - * @param c The code point to find. - * @return A pointer to the first occurrence of <code>c</code> in <code>s</code> - * or <code>NULL</code> if <code>c</code> is not in <code>s</code>. - * @stable ICU 2.0 - * - * @see u_strchr - * @see u_memchr32 - * @see u_strstr - * @see u_strFindFirst - */ -U_STABLE UChar * U_EXPORT2 -u_strchr32(const UChar *s, UChar32 c); - -/** - * Find the last occurrence of a substring in a string. - * The substring is found at code point boundaries. - * That means that if the substring begins with - * a trail surrogate or ends with a lead surrogate, - * then it is found only if these surrogates stand alone in the text. - * Otherwise, the substring edge units would be matched against - * halves of surrogate pairs. - * - * @param s The string to search (NUL-terminated). - * @param substring The substring to find (NUL-terminated). - * @return A pointer to the last occurrence of <code>substring</code> in <code>s</code>, - * or <code>s</code> itself if the <code>substring</code> is empty, - * or <code>NULL</code> if <code>substring</code> is not in <code>s</code>. - * @stable ICU 2.4 - * - * @see u_strstr - * @see u_strFindFirst - * @see u_strFindLast - */ -U_STABLE UChar * U_EXPORT2 -u_strrstr(const UChar *s, const UChar *substring); - -/** - * Find the last occurrence of a substring in a string. - * The substring is found at code point boundaries. - * That means that if the substring begins with - * a trail surrogate or ends with a lead surrogate, - * then it is found only if these surrogates stand alone in the text. - * Otherwise, the substring edge units would be matched against - * halves of surrogate pairs. - * - * @param s The string to search. - * @param length The length of s (number of UChars), or -1 if it is NUL-terminated. - * @param substring The substring to find (NUL-terminated). - * @param subLength The length of substring (number of UChars), or -1 if it is NUL-terminated. - * @return A pointer to the last occurrence of <code>substring</code> in <code>s</code>, - * or <code>s</code> itself if the <code>substring</code> is empty, - * or <code>NULL</code> if <code>substring</code> is not in <code>s</code>. - * @stable ICU 2.4 - * - * @see u_strstr - * @see u_strFindLast - */ -U_STABLE UChar * U_EXPORT2 -u_strFindLast(const UChar *s, int32_t length, const UChar *substring, int32_t subLength); - -/** - * Find the last occurrence of a BMP code point in a string. - * A surrogate code point is found only if its match in the text is not - * part of a surrogate pair. - * A NUL character is found at the string terminator. - * - * @param s The string to search (NUL-terminated). - * @param c The BMP code point to find. - * @return A pointer to the last occurrence of <code>c</code> in <code>s</code> - * or <code>NULL</code> if <code>c</code> is not in <code>s</code>. - * @stable ICU 2.4 - * - * @see u_strrchr32 - * @see u_memrchr - * @see u_strrstr - * @see u_strFindLast - */ -U_STABLE UChar * U_EXPORT2 -u_strrchr(const UChar *s, UChar c); - -/** - * Find the last occurrence of a code point in a string. - * A surrogate code point is found only if its match in the text is not - * part of a surrogate pair. - * A NUL character is found at the string terminator. - * - * @param s The string to search (NUL-terminated). - * @param c The code point to find. - * @return A pointer to the last occurrence of <code>c</code> in <code>s</code> - * or <code>NULL</code> if <code>c</code> is not in <code>s</code>. - * @stable ICU 2.4 - * - * @see u_strrchr - * @see u_memchr32 - * @see u_strrstr - * @see u_strFindLast - */ -U_STABLE UChar * U_EXPORT2 -u_strrchr32(const UChar *s, UChar32 c); - -/** - * Locates the first occurrence in the string <code>string</code> of any of the characters - * in the string <code>matchSet</code>. - * Works just like C's strpbrk but with Unicode. - * - * @param string The string in which to search, NUL-terminated. - * @param matchSet A NUL-terminated string defining a set of code points - * for which to search in the text string. - * @return A pointer to the character in <code>string</code> that matches one of the - * characters in <code>matchSet</code>, or NULL if no such character is found. - * @stable ICU 2.0 - */ -U_STABLE UChar * U_EXPORT2 -u_strpbrk(const UChar *string, const UChar *matchSet); - -/** - * Returns the number of consecutive characters in <code>string</code>, - * beginning with the first, that do not occur somewhere in <code>matchSet</code>. - * Works just like C's strcspn but with Unicode. - * - * @param string The string in which to search, NUL-terminated. - * @param matchSet A NUL-terminated string defining a set of code points - * for which to search in the text string. - * @return The number of initial characters in <code>string</code> that do not - * occur in <code>matchSet</code>. - * @see u_strspn - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -u_strcspn(const UChar *string, const UChar *matchSet); - -/** - * Returns the number of consecutive characters in <code>string</code>, - * beginning with the first, that occur somewhere in <code>matchSet</code>. - * Works just like C's strspn but with Unicode. - * - * @param string The string in which to search, NUL-terminated. - * @param matchSet A NUL-terminated string defining a set of code points - * for which to search in the text string. - * @return The number of initial characters in <code>string</code> that do - * occur in <code>matchSet</code>. - * @see u_strcspn - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -u_strspn(const UChar *string, const UChar *matchSet); - -/** - * The string tokenizer API allows an application to break a string into - * tokens. Unlike strtok(), the saveState (the current pointer within the - * original string) is maintained in saveState. In the first call, the - * argument src is a pointer to the string. In subsequent calls to - * return successive tokens of that string, src must be specified as - * NULL. The value saveState is set by this function to maintain the - * function's position within the string, and on each subsequent call - * you must give this argument the same variable. This function does - * handle surrogate pairs. This function is similar to the strtok_r() - * the POSIX Threads Extension (1003.1c-1995) version. - * - * @param src String containing token(s). This string will be modified. - * After the first call to u_strtok_r(), this argument must - * be NULL to get to the next token. - * @param delim Set of delimiter characters (Unicode code points). - * @param saveState The current pointer within the original string, - * which is set by this function. The saveState - * parameter should the address of a local variable of type - * UChar *. (i.e. defined "Uhar *myLocalSaveState" and use - * &myLocalSaveState for this parameter). - * @return A pointer to the next token found in src, or NULL - * when there are no more tokens. - * @stable ICU 2.0 - */ -U_STABLE UChar * U_EXPORT2 -u_strtok_r(UChar *src, - const UChar *delim, - UChar **saveState); - -/** - * Compare two Unicode strings for bitwise equality (code unit order). - * - * @param s1 A string to compare. - * @param s2 A string to compare. - * @return 0 if <code>s1</code> and <code>s2</code> are bitwise equal; a negative - * value if <code>s1</code> is bitwise less than <code>s2,</code>; a positive - * value if <code>s1</code> is bitwise greater than <code>s2</code>. - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -u_strcmp(const UChar *s1, - const UChar *s2); - -/** - * Compare two Unicode strings in code point order. - * See u_strCompare for details. - * - * @param s1 A string to compare. - * @param s2 A string to compare. - * @return a negative/zero/positive integer corresponding to whether - * the first string is less than/equal to/greater than the second one - * in code point order - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -u_strcmpCodePointOrder(const UChar *s1, const UChar *s2); - -/** - * Compare two Unicode strings (binary order). - * - * The comparison can be done in code unit order or in code point order. - * They differ only in UTF-16 when - * comparing supplementary code points (U+10000..U+10ffff) - * to BMP code points near the end of the BMP (i.e., U+e000..U+ffff). - * In code unit order, high BMP code points sort after supplementary code points - * because they are stored as pairs of surrogates which are at U+d800..U+dfff. - * - * This functions works with strings of different explicitly specified lengths - * unlike the ANSI C-like u_strcmp() and u_memcmp() etc. - * NUL-terminated strings are possible with length arguments of -1. - * - * @param s1 First source string. - * @param length1 Length of first source string, or -1 if NUL-terminated. - * - * @param s2 Second source string. - * @param length2 Length of second source string, or -1 if NUL-terminated. - * - * @param codePointOrder Choose between code unit order (FALSE) - * and code point order (TRUE). - * - * @return <0 or 0 or >0 as usual for string comparisons - * - * @stable ICU 2.2 - */ -U_STABLE int32_t U_EXPORT2 -u_strCompare(const UChar *s1, int32_t length1, - const UChar *s2, int32_t length2, - UBool codePointOrder); - -/** - * Compare two Unicode strings (binary order) - * as presented by UCharIterator objects. - * Works otherwise just like u_strCompare(). - * - * Both iterators are reset to their start positions. - * When the function returns, it is undefined where the iterators - * have stopped. - * - * @param iter1 First source string iterator. - * @param iter2 Second source string iterator. - * @param codePointOrder Choose between code unit order (FALSE) - * and code point order (TRUE). - * - * @return <0 or 0 or >0 as usual for string comparisons - * - * @see u_strCompare - * - * @stable ICU 2.6 - */ -U_STABLE int32_t U_EXPORT2 -u_strCompareIter(UCharIterator *iter1, UCharIterator *iter2, UBool codePointOrder); - -#ifndef U_COMPARE_CODE_POINT_ORDER -/* see also unistr.h and unorm.h */ -/** - * Option bit for u_strCaseCompare, u_strcasecmp, unorm_compare, etc: - * Compare strings in code point order instead of code unit order. - * @stable ICU 2.2 - */ -#define U_COMPARE_CODE_POINT_ORDER 0x8000 -#endif - -/** - * Compare two strings case-insensitively using full case folding. - * This is equivalent to - * u_strCompare(u_strFoldCase(s1, options), - * u_strFoldCase(s2, options), - * (options&U_COMPARE_CODE_POINT_ORDER)!=0). - * - * The comparison can be done in UTF-16 code unit order or in code point order. - * They differ only when comparing supplementary code points (U+10000..U+10ffff) - * to BMP code points near the end of the BMP (i.e., U+e000..U+ffff). - * In code unit order, high BMP code points sort after supplementary code points - * because they are stored as pairs of surrogates which are at U+d800..U+dfff. - * - * This functions works with strings of different explicitly specified lengths - * unlike the ANSI C-like u_strcmp() and u_memcmp() etc. - * NUL-terminated strings are possible with length arguments of -1. - * - * @param s1 First source string. - * @param length1 Length of first source string, or -1 if NUL-terminated. - * - * @param s2 Second source string. - * @param length2 Length of second source string, or -1 if NUL-terminated. - * - * @param options A bit set of options: - * - U_FOLD_CASE_DEFAULT or 0 is used for default options: - * Comparison in code unit order with default case folding. - * - * - U_COMPARE_CODE_POINT_ORDER - * Set to choose code point order instead of code unit order - * (see u_strCompare for details). - * - * - U_FOLD_CASE_EXCLUDE_SPECIAL_I - * - * @param pErrorCode Must be a valid pointer to an error code value, - * which must not indicate a failure before the function call. - * - * @return <0 or 0 or >0 as usual for string comparisons - * - * @stable ICU 2.2 - */ -U_STABLE int32_t U_EXPORT2 -u_strCaseCompare(const UChar *s1, int32_t length1, - const UChar *s2, int32_t length2, - uint32_t options, - UErrorCode *pErrorCode); - -/** - * Compare two ustrings for bitwise equality. - * Compares at most <code>n</code> characters. - * - * @param ucs1 A string to compare. - * @param ucs2 A string to compare. - * @param n The maximum number of characters to compare. - * @return 0 if <code>s1</code> and <code>s2</code> are bitwise equal; a negative - * value if <code>s1</code> is bitwise less than <code>s2</code>; a positive - * value if <code>s1</code> is bitwise greater than <code>s2</code>. - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -u_strncmp(const UChar *ucs1, - const UChar *ucs2, - int32_t n); - -/** - * Compare two Unicode strings in code point order. - * This is different in UTF-16 from u_strncmp() if supplementary characters are present. - * For details, see u_strCompare(). - * - * @param s1 A string to compare. - * @param s2 A string to compare. - * @param n The maximum number of characters to compare. - * @return a negative/zero/positive integer corresponding to whether - * the first string is less than/equal to/greater than the second one - * in code point order - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -u_strncmpCodePointOrder(const UChar *s1, const UChar *s2, int32_t n); - -/** - * Compare two strings case-insensitively using full case folding. - * This is equivalent to u_strcmp(u_strFoldCase(s1, options), u_strFoldCase(s2, options)). - * - * @param s1 A string to compare. - * @param s2 A string to compare. - * @param options A bit set of options: - * - U_FOLD_CASE_DEFAULT or 0 is used for default options: - * Comparison in code unit order with default case folding. - * - * - U_COMPARE_CODE_POINT_ORDER - * Set to choose code point order instead of code unit order - * (see u_strCompare for details). - * - * - U_FOLD_CASE_EXCLUDE_SPECIAL_I - * - * @return A negative, zero, or positive integer indicating the comparison result. - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -u_strcasecmp(const UChar *s1, const UChar *s2, uint32_t options); - -/** - * Compare two strings case-insensitively using full case folding. - * This is equivalent to u_strcmp(u_strFoldCase(s1, at most n, options), - * u_strFoldCase(s2, at most n, options)). - * - * @param s1 A string to compare. - * @param s2 A string to compare. - * @param n The maximum number of characters each string to case-fold and then compare. - * @param options A bit set of options: - * - U_FOLD_CASE_DEFAULT or 0 is used for default options: - * Comparison in code unit order with default case folding. - * - * - U_COMPARE_CODE_POINT_ORDER - * Set to choose code point order instead of code unit order - * (see u_strCompare for details). - * - * - U_FOLD_CASE_EXCLUDE_SPECIAL_I - * - * @return A negative, zero, or positive integer indicating the comparison result. - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -u_strncasecmp(const UChar *s1, const UChar *s2, int32_t n, uint32_t options); - -/** - * Compare two strings case-insensitively using full case folding. - * This is equivalent to u_strcmp(u_strFoldCase(s1, n, options), - * u_strFoldCase(s2, n, options)). - * - * @param s1 A string to compare. - * @param s2 A string to compare. - * @param length The number of characters in each string to case-fold and then compare. - * @param options A bit set of options: - * - U_FOLD_CASE_DEFAULT or 0 is used for default options: - * Comparison in code unit order with default case folding. - * - * - U_COMPARE_CODE_POINT_ORDER - * Set to choose code point order instead of code unit order - * (see u_strCompare for details). - * - * - U_FOLD_CASE_EXCLUDE_SPECIAL_I - * - * @return A negative, zero, or positive integer indicating the comparison result. - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -u_memcasecmp(const UChar *s1, const UChar *s2, int32_t length, uint32_t options); - -/** - * Copy a ustring. Adds a null terminator. - * - * @param dst The destination string. - * @param src The source string. - * @return A pointer to <code>dst</code>. - * @stable ICU 2.0 - */ -U_STABLE UChar* U_EXPORT2 -u_strcpy(UChar *dst, - const UChar *src); - -/** - * Copy a ustring. - * Copies at most <code>n</code> characters. The result will be null terminated - * if the length of <code>src</code> is less than <code>n</code>. - * - * @param dst The destination string. - * @param src The source string. - * @param n The maximum number of characters to copy. - * @return A pointer to <code>dst</code>. - * @stable ICU 2.0 - */ -U_STABLE UChar* U_EXPORT2 -u_strncpy(UChar *dst, - const UChar *src, - int32_t n); - -#if !UCONFIG_NO_CONVERSION - -/** - * Copy a byte string encoded in the default codepage to a ustring. - * Adds a null terminator. - * Performs a host byte to UChar conversion - * - * @param dst The destination string. - * @param src The source string. - * @return A pointer to <code>dst</code>. - * @stable ICU 2.0 - */ -U_STABLE UChar* U_EXPORT2 u_uastrcpy(UChar *dst, - const char *src ); - -/** - * Copy a byte string encoded in the default codepage to a ustring. - * Copies at most <code>n</code> characters. The result will be null terminated - * if the length of <code>src</code> is less than <code>n</code>. - * Performs a host byte to UChar conversion - * - * @param dst The destination string. - * @param src The source string. - * @param n The maximum number of characters to copy. - * @return A pointer to <code>dst</code>. - * @stable ICU 2.0 - */ -U_STABLE UChar* U_EXPORT2 u_uastrncpy(UChar *dst, - const char *src, - int32_t n); - -/** - * Copy ustring to a byte string encoded in the default codepage. - * Adds a null terminator. - * Performs a UChar to host byte conversion - * - * @param dst The destination string. - * @param src The source string. - * @return A pointer to <code>dst</code>. - * @stable ICU 2.0 - */ -U_STABLE char* U_EXPORT2 u_austrcpy(char *dst, - const UChar *src ); - -/** - * Copy ustring to a byte string encoded in the default codepage. - * Copies at most <code>n</code> characters. The result will be null terminated - * if the length of <code>src</code> is less than <code>n</code>. - * Performs a UChar to host byte conversion - * - * @param dst The destination string. - * @param src The source string. - * @param n The maximum number of characters to copy. - * @return A pointer to <code>dst</code>. - * @stable ICU 2.0 - */ -U_STABLE char* U_EXPORT2 u_austrncpy(char *dst, - const UChar *src, - int32_t n ); - -#endif - -/** - * Synonym for memcpy(), but with UChars only. - * @param dest The destination string - * @param src The source string - * @param count The number of characters to copy - * @return A pointer to <code>dest</code> - * @stable ICU 2.0 - */ -U_STABLE UChar* U_EXPORT2 -u_memcpy(UChar *dest, const UChar *src, int32_t count); - -/** - * Synonym for memmove(), but with UChars only. - * @param dest The destination string - * @param src The source string - * @param count The number of characters to move - * @return A pointer to <code>dest</code> - * @stable ICU 2.0 - */ -U_STABLE UChar* U_EXPORT2 -u_memmove(UChar *dest, const UChar *src, int32_t count); - -/** - * Initialize <code>count</code> characters of <code>dest</code> to <code>c</code>. - * - * @param dest The destination string. - * @param c The character to initialize the string. - * @param count The maximum number of characters to set. - * @return A pointer to <code>dest</code>. - * @stable ICU 2.0 - */ -U_STABLE UChar* U_EXPORT2 -u_memset(UChar *dest, UChar c, int32_t count); - -/** - * Compare the first <code>count</code> UChars of each buffer. - * - * @param buf1 The first string to compare. - * @param buf2 The second string to compare. - * @param count The maximum number of UChars to compare. - * @return When buf1 < buf2, a negative number is returned. - * When buf1 == buf2, 0 is returned. - * When buf1 > buf2, a positive number is returned. - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -u_memcmp(const UChar *buf1, const UChar *buf2, int32_t count); - -/** - * Compare two Unicode strings in code point order. - * This is different in UTF-16 from u_memcmp() if supplementary characters are present. - * For details, see u_strCompare(). - * - * @param s1 A string to compare. - * @param s2 A string to compare. - * @param count The maximum number of characters to compare. - * @return a negative/zero/positive integer corresponding to whether - * the first string is less than/equal to/greater than the second one - * in code point order - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -u_memcmpCodePointOrder(const UChar *s1, const UChar *s2, int32_t count); - -/** - * Find the first occurrence of a BMP code point in a string. - * A surrogate code point is found only if its match in the text is not - * part of a surrogate pair. - * A NUL character is found at the string terminator. - * - * @param s The string to search (contains <code>count</code> UChars). - * @param c The BMP code point to find. - * @param count The length of the string. - * @return A pointer to the first occurrence of <code>c</code> in <code>s</code> - * or <code>NULL</code> if <code>c</code> is not in <code>s</code>. - * @stable ICU 2.0 - * - * @see u_strchr - * @see u_memchr32 - * @see u_strFindFirst - */ -U_STABLE UChar* U_EXPORT2 -u_memchr(const UChar *s, UChar c, int32_t count); - -/** - * Find the first occurrence of a code point in a string. - * A surrogate code point is found only if its match in the text is not - * part of a surrogate pair. - * A NUL character is found at the string terminator. - * - * @param s The string to search (contains <code>count</code> UChars). - * @param c The code point to find. - * @param count The length of the string. - * @return A pointer to the first occurrence of <code>c</code> in <code>s</code> - * or <code>NULL</code> if <code>c</code> is not in <code>s</code>. - * @stable ICU 2.0 - * - * @see u_strchr32 - * @see u_memchr - * @see u_strFindFirst - */ -U_STABLE UChar* U_EXPORT2 -u_memchr32(const UChar *s, UChar32 c, int32_t count); - -/** - * Find the last occurrence of a BMP code point in a string. - * A surrogate code point is found only if its match in the text is not - * part of a surrogate pair. - * A NUL character is found at the string terminator. - * - * @param s The string to search (contains <code>count</code> UChars). - * @param c The BMP code point to find. - * @param count The length of the string. - * @return A pointer to the last occurrence of <code>c</code> in <code>s</code> - * or <code>NULL</code> if <code>c</code> is not in <code>s</code>. - * @stable ICU 2.4 - * - * @see u_strrchr - * @see u_memrchr32 - * @see u_strFindLast - */ -U_STABLE UChar* U_EXPORT2 -u_memrchr(const UChar *s, UChar c, int32_t count); - -/** - * Find the last occurrence of a code point in a string. - * A surrogate code point is found only if its match in the text is not - * part of a surrogate pair. - * A NUL character is found at the string terminator. - * - * @param s The string to search (contains <code>count</code> UChars). - * @param c The code point to find. - * @param count The length of the string. - * @return A pointer to the last occurrence of <code>c</code> in <code>s</code> - * or <code>NULL</code> if <code>c</code> is not in <code>s</code>. - * @stable ICU 2.4 - * - * @see u_strrchr32 - * @see u_memrchr - * @see u_strFindLast - */ -U_STABLE UChar* U_EXPORT2 -u_memrchr32(const UChar *s, UChar32 c, int32_t count); - -/** - * Unicode String literals in C. - * We need one macro to declare a variable for the string - * and to statically preinitialize it if possible, - * and a second macro to dynamically intialize such a string variable if necessary. - * - * The macros are defined for maximum performance. - * They work only for strings that contain "invariant characters", i.e., - * only latin letters, digits, and some punctuation. - * See utypes.h for details. - * - * A pair of macros for a single string must be used with the same - * parameters. - * The string parameter must be a C string literal. - * The length of the string, not including the terminating - * <code>NUL</code>, must be specified as a constant. - * The U_STRING_DECL macro should be invoked exactly once for one - * such string variable before it is used. - * - * Usage: - * <pre> - * U_STRING_DECL(ustringVar1, "Quick-Fox 2", 11); - * U_STRING_DECL(ustringVar2, "jumps 5%", 8); - * static UBool didInit=FALSE; - * - * int32_t function() { - * if(!didInit) { - * U_STRING_INIT(ustringVar1, "Quick-Fox 2", 11); - * U_STRING_INIT(ustringVar2, "jumps 5%", 8); - * didInit=TRUE; - * } - * return u_strcmp(ustringVar1, ustringVar2); - * } - * </pre> - * @stable ICU 2.0 - */ -#if defined(U_DECLARE_UTF16) -# define U_STRING_DECL(var, cs, length) static const UChar var[(length)+1]=U_DECLARE_UTF16(cs) - /**@stable ICU 2.0 */ -# define U_STRING_INIT(var, cs, length) -#elif U_SIZEOF_WCHAR_T==U_SIZEOF_UCHAR && (U_CHARSET_FAMILY==U_ASCII_FAMILY || (U_SIZEOF_UCHAR == 2 && defined(U_WCHAR_IS_UTF16))) -# define U_STRING_DECL(var, cs, length) static const UChar var[(length)+1]=L ## cs - /**@stable ICU 2.0 */ -# define U_STRING_INIT(var, cs, length) -#elif U_SIZEOF_UCHAR==1 && U_CHARSET_FAMILY==U_ASCII_FAMILY -# define U_STRING_DECL(var, cs, length) static const UChar var[(length)+1]=cs - /**@stable ICU 2.0 */ -# define U_STRING_INIT(var, cs, length) -#else -# define U_STRING_DECL(var, cs, length) static UChar var[(length)+1] - /**@stable ICU 2.0 */ -# define U_STRING_INIT(var, cs, length) u_charsToUChars(cs, var, length+1) -#endif - -/** - * Unescape a string of characters and write the resulting - * Unicode characters to the destination buffer. The following escape - * sequences are recognized: - * - * \\uhhhh 4 hex digits; h in [0-9A-Fa-f] - * \\Uhhhhhhhh 8 hex digits - * \\xhh 1-2 hex digits - * \\x{h...} 1-8 hex digits - * \\ooo 1-3 octal digits; o in [0-7] - * \\cX control-X; X is masked with 0x1F - * - * as well as the standard ANSI C escapes: - * - * \\a => U+0007, \\b => U+0008, \\t => U+0009, \\n => U+000A, - * \\v => U+000B, \\f => U+000C, \\r => U+000D, \\e => U+001B, - * \\" => U+0022, \\' => U+0027, \\? => U+003F, \\\\ => U+005C - * - * Anything else following a backslash is generically escaped. For - * example, "[a\\-z]" returns "[a-z]". - * - * If an escape sequence is ill-formed, this method returns an empty - * string. An example of an ill-formed sequence is "\\u" followed by - * fewer than 4 hex digits. - * - * The above characters are recognized in the compiler's codepage, - * that is, they are coded as 'u', '\\', etc. Characters that are - * not parts of escape sequences are converted using u_charsToUChars(). - * - * This function is similar to UnicodeString::unescape() but not - * identical to it. The latter takes a source UnicodeString, so it - * does escape recognition but no conversion. - * - * @param src a zero-terminated string of invariant characters - * @param dest pointer to buffer to receive converted and unescaped - * text and, if there is room, a zero terminator. May be NULL for - * preflighting, in which case no UChars will be written, but the - * return value will still be valid. On error, an empty string is - * stored here (if possible). - * @param destCapacity the number of UChars that may be written at - * dest. Ignored if dest == NULL. - * @return the length of unescaped string. - * @see u_unescapeAt - * @see UnicodeString#unescape() - * @see UnicodeString#unescapeAt() - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -u_unescape(const char *src, - UChar *dest, int32_t destCapacity); - -U_CDECL_BEGIN -/** - * Callback function for u_unescapeAt() that returns a character of - * the source text given an offset and a context pointer. The context - * pointer will be whatever is passed into u_unescapeAt(). - * - * @param offset pointer to the offset that will be passed to u_unescapeAt(). - * @param context an opaque pointer passed directly into u_unescapeAt() - * @return the character represented by the escape sequence at - * offset - * @see u_unescapeAt - * @stable ICU 2.0 - */ -typedef UChar (U_CALLCONV *UNESCAPE_CHAR_AT)(int32_t offset, void *context); -U_CDECL_END - -/** - * Unescape a single sequence. The character at offset-1 is assumed - * (without checking) to be a backslash. This method takes a callback - * pointer to a function that returns the UChar at a given offset. By - * varying this callback, ICU functions are able to unescape char* - * strings, UnicodeString objects, and UFILE pointers. - * - * If offset is out of range, or if the escape sequence is ill-formed, - * (UChar32)0xFFFFFFFF is returned. See documentation of u_unescape() - * for a list of recognized sequences. - * - * @param charAt callback function that returns a UChar of the source - * text given an offset and a context pointer. - * @param offset pointer to the offset that will be passed to charAt. - * The offset value will be updated upon return to point after the - * last parsed character of the escape sequence. On error the offset - * is unchanged. - * @param length the number of characters in the source text. The - * last character of the source text is considered to be at offset - * length-1. - * @param context an opaque pointer passed directly into charAt. - * @return the character represented by the escape sequence at - * offset, or (UChar32)0xFFFFFFFF on error. - * @see u_unescape() - * @see UnicodeString#unescape() - * @see UnicodeString#unescapeAt() - * @stable ICU 2.0 - */ -U_STABLE UChar32 U_EXPORT2 -u_unescapeAt(UNESCAPE_CHAR_AT charAt, - int32_t *offset, - int32_t length, - void *context); - -/** - * Uppercase the characters in a string. - * Casing is locale-dependent and context-sensitive. - * The result may be longer or shorter than the original. - * The source string and the destination buffer are allowed to overlap. - * - * @param dest A buffer for the result string. The result will be zero-terminated if - * the buffer is large enough. - * @param destCapacity The size of the buffer (number of UChars). If it is 0, then - * dest may be NULL and the function will only return the length of the result - * without writing any of the result string. - * @param src The original string - * @param srcLength The length of the original string. If -1, then src must be zero-terminated. - * @param locale The locale to consider, or "" for the root locale or NULL for the default locale. - * @param pErrorCode Must be a valid pointer to an error code value, - * which must not indicate a failure before the function call. - * @return The length of the result string. It may be greater than destCapacity. In that case, - * only some of the result was written to the destination buffer. - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -u_strToUpper(UChar *dest, int32_t destCapacity, - const UChar *src, int32_t srcLength, - const char *locale, - UErrorCode *pErrorCode); - -/** - * Lowercase the characters in a string. - * Casing is locale-dependent and context-sensitive. - * The result may be longer or shorter than the original. - * The source string and the destination buffer are allowed to overlap. - * - * @param dest A buffer for the result string. The result will be zero-terminated if - * the buffer is large enough. - * @param destCapacity The size of the buffer (number of UChars). If it is 0, then - * dest may be NULL and the function will only return the length of the result - * without writing any of the result string. - * @param src The original string - * @param srcLength The length of the original string. If -1, then src must be zero-terminated. - * @param locale The locale to consider, or "" for the root locale or NULL for the default locale. - * @param pErrorCode Must be a valid pointer to an error code value, - * which must not indicate a failure before the function call. - * @return The length of the result string. It may be greater than destCapacity. In that case, - * only some of the result was written to the destination buffer. - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -u_strToLower(UChar *dest, int32_t destCapacity, - const UChar *src, int32_t srcLength, - const char *locale, - UErrorCode *pErrorCode); - -#if !UCONFIG_NO_BREAK_ITERATION - -/** - * Titlecase a string. - * Casing is locale-dependent and context-sensitive. - * Titlecasing uses a break iterator to find the first characters of words - * that are to be titlecased. It titlecases those characters and lowercases - * all others. - * - * The titlecase break iterator can be provided to customize for arbitrary - * styles, using rules and dictionaries beyond the standard iterators. - * It may be more efficient to always provide an iterator to avoid - * opening and closing one for each string. - * The standard titlecase iterator for the root locale implements the - * algorithm of Unicode TR 21. - * - * This function uses only the setText(), first() and next() methods of the - * provided break iterator. - * - * The result may be longer or shorter than the original. - * The source string and the destination buffer are allowed to overlap. - * - * @param dest A buffer for the result string. The result will be zero-terminated if - * the buffer is large enough. - * @param destCapacity The size of the buffer (number of UChars). If it is 0, then - * dest may be NULL and the function will only return the length of the result - * without writing any of the result string. - * @param src The original string - * @param srcLength The length of the original string. If -1, then src must be zero-terminated. - * @param titleIter A break iterator to find the first characters of words - * that are to be titlecased. - * If none is provided (NULL), then a standard titlecase - * break iterator is opened. - * @param locale The locale to consider, or "" for the root locale or NULL for the default locale. - * @param pErrorCode Must be a valid pointer to an error code value, - * which must not indicate a failure before the function call. - * @return The length of the result string. It may be greater than destCapacity. In that case, - * only some of the result was written to the destination buffer. - * @stable ICU 2.1 - */ -U_STABLE int32_t U_EXPORT2 -u_strToTitle(UChar *dest, int32_t destCapacity, - const UChar *src, int32_t srcLength, - UBreakIterator *titleIter, - const char *locale, - UErrorCode *pErrorCode); - -#endif - -/** - * Case-fold the characters in a string. - * Case-folding is locale-independent and not context-sensitive, - * but there is an option for whether to include or exclude mappings for dotted I - * and dotless i that are marked with 'I' in CaseFolding.txt. - * The result may be longer or shorter than the original. - * The source string and the destination buffer are allowed to overlap. - * - * @param dest A buffer for the result string. The result will be zero-terminated if - * the buffer is large enough. - * @param destCapacity The size of the buffer (number of UChars). If it is 0, then - * dest may be NULL and the function will only return the length of the result - * without writing any of the result string. - * @param src The original string - * @param srcLength The length of the original string. If -1, then src must be zero-terminated. - * @param options Either U_FOLD_CASE_DEFAULT or U_FOLD_CASE_EXCLUDE_SPECIAL_I - * @param pErrorCode Must be a valid pointer to an error code value, - * which must not indicate a failure before the function call. - * @return The length of the result string. It may be greater than destCapacity. In that case, - * only some of the result was written to the destination buffer. - * @stable ICU 2.0 - */ -U_STABLE int32_t U_EXPORT2 -u_strFoldCase(UChar *dest, int32_t destCapacity, - const UChar *src, int32_t srcLength, - uint32_t options, - UErrorCode *pErrorCode); - -#if defined(U_WCHAR_IS_UTF16) || defined(U_WCHAR_IS_UTF32) || !UCONFIG_NO_CONVERSION -/** - * Converts a sequence of UChars to wchar_t units. - * - * @param dest A buffer for the result string. The result will be zero-terminated if - * the buffer is large enough. - * @param destCapacity The size of the buffer (number of wchar_t's). If it is 0, then - * dest may be NULL and the function will only return the length of the - * result without writing any of the result string (pre-flighting). - * @param pDestLength A pointer to receive the number of units written to the destination. If - * pDestLength!=NULL then *pDestLength is always set to the - * number of output units corresponding to the transformation of - * all the input units, even in case of a buffer overflow. - * @param src The original source string - * @param srcLength The length of the original string. If -1, then src must be zero-terminated. - * @param pErrorCode Must be a valid pointer to an error code value, - * which must not indicate a failure before the function call. - * @return The pointer to destination buffer. - * @stable ICU 2.0 - */ -U_STABLE wchar_t* U_EXPORT2 -u_strToWCS(wchar_t *dest, - int32_t destCapacity, - int32_t *pDestLength, - const UChar *src, - int32_t srcLength, - UErrorCode *pErrorCode); -/** - * Converts a sequence of wchar_t units to UChars - * - * @param dest A buffer for the result string. The result will be zero-terminated if - * the buffer is large enough. - * @param destCapacity The size of the buffer (number of UChars). If it is 0, then - * dest may be NULL and the function will only return the length of the - * result without writing any of the result string (pre-flighting). - * @param pDestLength A pointer to receive the number of units written to the destination. If - * pDestLength!=NULL then *pDestLength is always set to the - * number of output units corresponding to the transformation of - * all the input units, even in case of a buffer overflow. - * @param src The original source string - * @param srcLength The length of the original string. If -1, then src must be zero-terminated. - * @param pErrorCode Must be a valid pointer to an error code value, - * which must not indicate a failure before the function call. - * @return The pointer to destination buffer. - * @stable ICU 2.0 - */ -U_STABLE UChar* U_EXPORT2 -u_strFromWCS(UChar *dest, - int32_t destCapacity, - int32_t *pDestLength, - const wchar_t *src, - int32_t srcLength, - UErrorCode *pErrorCode); -#endif /* defined(U_WCHAR_IS_UTF16) || defined(U_WCHAR_IS_UTF32) || !UCONFIG_NO_CONVERSION */ - -/** - * Converts a sequence of UChars (UTF-16) to UTF-8 bytes - * - * @param dest A buffer for the result string. The result will be zero-terminated if - * the buffer is large enough. - * @param destCapacity The size of the buffer (number of chars). If it is 0, then - * dest may be NULL and the function will only return the length of the - * result without writing any of the result string (pre-flighting). - * @param pDestLength A pointer to receive the number of units written to the destination. If - * pDestLength!=NULL then *pDestLength is always set to the - * number of output units corresponding to the transformation of - * all the input units, even in case of a buffer overflow. - * @param src The original source string - * @param srcLength The length of the original string. If -1, then src must be zero-terminated. - * @param pErrorCode Must be a valid pointer to an error code value, - * which must not indicate a failure before the function call. - * @return The pointer to destination buffer. - * @stable ICU 2.0 - * @see u_strToUTF8WithSub - * @see u_strFromUTF8 - */ -U_STABLE char* U_EXPORT2 -u_strToUTF8(char *dest, - int32_t destCapacity, - int32_t *pDestLength, - const UChar *src, - int32_t srcLength, - UErrorCode *pErrorCode); - -/** - * Converts a sequence of UTF-8 bytes to UChars (UTF-16). - * - * @param dest A buffer for the result string. The result will be zero-terminated if - * the buffer is large enough. - * @param destCapacity The size of the buffer (number of UChars). If it is 0, then - * dest may be NULL and the function will only return the length of the - * result without writing any of the result string (pre-flighting). - * @param pDestLength A pointer to receive the number of units written to the destination. If - * pDestLength!=NULL then *pDestLength is always set to the - * number of output units corresponding to the transformation of - * all the input units, even in case of a buffer overflow. - * @param src The original source string - * @param srcLength The length of the original string. If -1, then src must be zero-terminated. - * @param pErrorCode Must be a valid pointer to an error code value, - * which must not indicate a failure before the function call. - * @return The pointer to destination buffer. - * @stable ICU 2.0 - * @see u_strFromUTF8WithSub - * @see u_strFromUTF8Lenient - */ -U_STABLE UChar* U_EXPORT2 -u_strFromUTF8(UChar *dest, - int32_t destCapacity, - int32_t *pDestLength, - const char *src, - int32_t srcLength, - UErrorCode *pErrorCode); - -/** - * Converts a sequence of UChars (UTF-16) to UTF-8 bytes. - * Same as u_strToUTF8() except for the additional subchar which is output for - * illegal input sequences, instead of stopping with the U_INVALID_CHAR_FOUND error code. - * With subchar==U_SENTINEL, this function behaves exactly like u_strToUTF8(). - * - * @param dest A buffer for the result string. The result will be zero-terminated if - * the buffer is large enough. - * @param destCapacity The size of the buffer (number of chars). If it is 0, then - * dest may be NULL and the function will only return the length of the - * result without writing any of the result string (pre-flighting). - * @param pDestLength A pointer to receive the number of units written to the destination. If - * pDestLength!=NULL then *pDestLength is always set to the - * number of output units corresponding to the transformation of - * all the input units, even in case of a buffer overflow. - * @param src The original source string - * @param srcLength The length of the original string. If -1, then src must be zero-terminated. - * @param subchar The substitution character to use in place of an illegal input sequence, - * or U_SENTINEL if the function is to return with U_INVALID_CHAR_FOUND instead. - * A substitution character can be any valid Unicode code point (up to U+10FFFF) - * except for surrogate code points (U+D800..U+DFFF). - * The recommended value is U+FFFD "REPLACEMENT CHARACTER". - * @param pNumSubstitutions Output parameter receiving the number of substitutions if subchar>=0. - * Set to 0 if no substitutions occur or subchar<0. - * pNumSubstitutions can be NULL. - * @param pErrorCode Pointer to a standard ICU error code. Its input value must - * pass the U_SUCCESS() test, or else the function returns - * immediately. Check for U_FAILURE() on output or use with - * function chaining. (See User Guide for details.) - * @return The pointer to destination buffer. - * @see u_strToUTF8 - * @see u_strFromUTF8WithSub - * @stable ICU 3.6 - */ -U_STABLE char* U_EXPORT2 -u_strToUTF8WithSub(char *dest, - int32_t destCapacity, - int32_t *pDestLength, - const UChar *src, - int32_t srcLength, - UChar32 subchar, int32_t *pNumSubstitutions, - UErrorCode *pErrorCode); - -/** - * Converts a sequence of UTF-8 bytes to UChars (UTF-16). - * Same as u_strFromUTF8() except for the additional subchar which is output for - * illegal input sequences, instead of stopping with the U_INVALID_CHAR_FOUND error code. - * With subchar==U_SENTINEL, this function behaves exactly like u_strFromUTF8(). - * - * @param dest A buffer for the result string. The result will be zero-terminated if - * the buffer is large enough. - * @param destCapacity The size of the buffer (number of UChars). If it is 0, then - * dest may be NULL and the function will only return the length of the - * result without writing any of the result string (pre-flighting). - * @param pDestLength A pointer to receive the number of units written to the destination. If - * pDestLength!=NULL then *pDestLength is always set to the - * number of output units corresponding to the transformation of - * all the input units, even in case of a buffer overflow. - * @param src The original source string - * @param srcLength The length of the original string. If -1, then src must be zero-terminated. - * @param subchar The substitution character to use in place of an illegal input sequence, - * or U_SENTINEL if the function is to return with U_INVALID_CHAR_FOUND instead. - * A substitution character can be any valid Unicode code point (up to U+10FFFF) - * except for surrogate code points (U+D800..U+DFFF). - * The recommended value is U+FFFD "REPLACEMENT CHARACTER". - * @param pNumSubstitutions Output parameter receiving the number of substitutions if subchar>=0. - * Set to 0 if no substitutions occur or subchar<0. - * pNumSubstitutions can be NULL. - * @param pErrorCode Pointer to a standard ICU error code. Its input value must - * pass the U_SUCCESS() test, or else the function returns - * immediately. Check for U_FAILURE() on output or use with - * function chaining. (See User Guide for details.) - * @return The pointer to destination buffer. - * @see u_strFromUTF8 - * @see u_strFromUTF8Lenient - * @see u_strToUTF8WithSub - * @stable ICU 3.6 - */ -U_STABLE UChar* U_EXPORT2 -u_strFromUTF8WithSub(UChar *dest, - int32_t destCapacity, - int32_t *pDestLength, - const char *src, - int32_t srcLength, - UChar32 subchar, int32_t *pNumSubstitutions, - UErrorCode *pErrorCode); - -/** - * Converts a sequence of UTF-8 bytes to UChars (UTF-16). - * Same as u_strFromUTF8() except that this function is designed to be very fast, - * which it achieves by being lenient about malformed UTF-8 sequences. - * This function is intended for use in environments where UTF-8 text is - * expected to be well-formed. - * - * Its semantics are: - * - Well-formed UTF-8 text is correctly converted to well-formed UTF-16 text. - * - The function will not read beyond the input string, nor write beyond - * the destCapacity. - * - Malformed UTF-8 results in "garbage" 16-bit Unicode strings which may not - * be well-formed UTF-16. - * The function will resynchronize to valid code point boundaries - * within a small number of code points after an illegal sequence. - * - Non-shortest forms are not detected and will result in "spoofing" output. - * - * For further performance improvement, if srcLength is given (>=0), - * then it must be destCapacity>=srcLength. - * - * @param dest A buffer for the result string. The result will be zero-terminated if - * the buffer is large enough. - * @param destCapacity The size of the buffer (number of UChars). If it is 0, then - * dest may be NULL and the function will only return the length of the - * result without writing any of the result string (pre-flighting). - * Unlike for other ICU functions, if srcLength>=0 then it - * must be destCapacity>=srcLength. - * @param pDestLength A pointer to receive the number of units written to the destination. If - * pDestLength!=NULL then *pDestLength is always set to the - * number of output units corresponding to the transformation of - * all the input units, even in case of a buffer overflow. - * Unlike for other ICU functions, if srcLength>=0 but - * destCapacity<srcLength, then *pDestLength will be set to srcLength - * (and U_BUFFER_OVERFLOW_ERROR will be set) - * regardless of the actual result length. - * @param src The original source string - * @param srcLength The length of the original string. If -1, then src must be zero-terminated. - * @param pErrorCode Pointer to a standard ICU error code. Its input value must - * pass the U_SUCCESS() test, or else the function returns - * immediately. Check for U_FAILURE() on output or use with - * function chaining. (See User Guide for details.) - * @return The pointer to destination buffer. - * @see u_strFromUTF8 - * @see u_strFromUTF8WithSub - * @see u_strToUTF8WithSub - * @stable ICU 3.6 - */ -U_STABLE UChar * U_EXPORT2 -u_strFromUTF8Lenient(UChar *dest, - int32_t destCapacity, - int32_t *pDestLength, - const char *src, - int32_t srcLength, - UErrorCode *pErrorCode); - -/** - * Converts a sequence of UChars (UTF-16) to UTF32 units. - * - * @param dest A buffer for the result string. The result will be zero-terminated if - * the buffer is large enough. - * @param destCapacity The size of the buffer (number of UChar32s). If it is 0, then - * dest may be NULL and the function will only return the length of the - * result without writing any of the result string (pre-flighting). - * @param pDestLength A pointer to receive the number of units written to the destination. If - * pDestLength!=NULL then *pDestLength is always set to the - * number of output units corresponding to the transformation of - * all the input units, even in case of a buffer overflow. - * @param src The original source string - * @param srcLength The length of the original string. If -1, then src must be zero-terminated. - * @param pErrorCode Must be a valid pointer to an error code value, - * which must not indicate a failure before the function call. - * @return The pointer to destination buffer. - * @stable ICU 2.0 - */ -U_STABLE UChar32* U_EXPORT2 -u_strToUTF32(UChar32 *dest, - int32_t destCapacity, - int32_t *pDestLength, - const UChar *src, - int32_t srcLength, - UErrorCode *pErrorCode); - -/** - * Converts a sequence of UTF32 units to UChars (UTF-16) - * - * @param dest A buffer for the result string. The result will be zero-terminated if - * the buffer is large enough. - * @param destCapacity The size of the buffer (number of UChars). If it is 0, then - * dest may be NULL and the function will only return the length of the - * result without writing any of the result string (pre-flighting). - * @param pDestLength A pointer to receive the number of units written to the destination. If - * pDestLength!=NULL then *pDestLength is always set to the - * number of output units corresponding to the transformation of - * all the input units, even in case of a buffer overflow. - * @param src The original source string - * @param srcLength The length of the original string. If -1, then src must be zero-terminated. - * @param pErrorCode Must be a valid pointer to an error code value, - * which must not indicate a failure before the function call. - * @return The pointer to destination buffer. - * @stable ICU 2.0 - */ -U_STABLE UChar* U_EXPORT2 -u_strFromUTF32(UChar *dest, - int32_t destCapacity, - int32_t *pDestLength, - const UChar32 *src, - int32_t srcLength, - UErrorCode *pErrorCode); - -#endif diff --git a/jni/EastAsianWidth/unicode/usystem.h b/jni/EastAsianWidth/unicode/usystem.h deleted file mode 100644 index 72357b6..0000000 --- a/jni/EastAsianWidth/unicode/usystem.h +++ /dev/null @@ -1,46 +0,0 @@ -/* -******************************************************************************* -* Copyright (C) 2004-2007, International Business Machines -* Corporation and others. All Rights Reserved. -******************************************************************************* -* -* file name: -* encoding: US-ASCII -* tab size: 8 (not used) -* indentation:4 -* -* Created by: genheaders.pl, a perl script written by Ram Viswanadha -* -* Contains data for commenting out APIs. -* Gets included by umachine.h -* -* THIS FILE IS MACHINE-GENERATED, DON'T PLAY WITH IT IF YOU DON'T KNOW WHAT -* YOU ARE DOING, OTHERWISE VERY BAD THINGS WILL HAPPEN! -*/ - -#ifndef USYSTEM_H -#define USYSTEM_H - -#ifdef U_HIDE_SYSTEM_API - -# if U_DISABLE_RENAMING -# define u_cleanup u_cleanup_SYSTEM_API_DO_NOT_USE -# define u_setAtomicIncDecFunctions u_setAtomicIncDecFunctions_SYSTEM_API_DO_NOT_USE -# define u_setMemoryFunctions u_setMemoryFunctions_SYSTEM_API_DO_NOT_USE -# define u_setMutexFunctions u_setMutexFunctions_SYSTEM_API_DO_NOT_USE -# define ucnv_setDefaultName ucnv_setDefaultName_SYSTEM_API_DO_NOT_USE -# define uloc_getDefault uloc_getDefault_SYSTEM_API_DO_NOT_USE -# define uloc_setDefault uloc_setDefault_SYSTEM_API_DO_NOT_USE -# else -# define u_cleanup_3_8 u_cleanup_SYSTEM_API_DO_NOT_USE -# define u_setAtomicIncDecFunctions_3_8 u_setAtomicIncDecFunctions_SYSTEM_API_DO_NOT_USE -# define u_setMemoryFunctions_3_8 u_setMemoryFunctions_SYSTEM_API_DO_NOT_USE -# define u_setMutexFunctions_3_8 u_setMutexFunctions_SYSTEM_API_DO_NOT_USE -# define ucnv_setDefaultName_3_8 ucnv_setDefaultName_SYSTEM_API_DO_NOT_USE -# define uloc_getDefault_3_8 uloc_getDefault_SYSTEM_API_DO_NOT_USE -# define uloc_setDefault_3_8 uloc_setDefault_SYSTEM_API_DO_NOT_USE -# endif /* U_DISABLE_RENAMING */ - -#endif /* U_HIDE_SYSTEM_API */ -#endif /* USYSTEM_H */ - diff --git a/jni/EastAsianWidth/unicode/utext.h b/jni/EastAsianWidth/unicode/utext.h deleted file mode 100644 index c5e8dd6..0000000 --- a/jni/EastAsianWidth/unicode/utext.h +++ /dev/null @@ -1,1558 +0,0 @@ -/* -******************************************************************************* -* -* Copyright (C) 2004-2007, International Business Machines -* Corporation and others. All Rights Reserved. -* -******************************************************************************* -* file name: utext.h -* encoding: US-ASCII -* tab size: 8 (not used) -* indentation:4 -* -* created on: 2004oct06 -* created by: Markus W. Scherer -*/ - -#ifndef __UTEXT_H__ -#define __UTEXT_H__ - -/** - * \file - * \brief C API: Abstract Unicode Text API - * - * The Text Access API provides a means to allow text that is stored in alternative - * formats to work with ICU services. ICU normally operates on text that is - * stored in UTF-16 format, in (UChar *) arrays for the C APIs or as type - * UnicodeString for C++ APIs. - * - * ICU Text Access allows other formats, such as UTF-8 or non-contiguous - * UTF-16 strings, to be placed in a UText wrapper and then passed to ICU services. - * - * There are three general classes of usage for UText: - * - * Application Level Use. This is the simplest usage - applications would - * use one of the utext_open() functions on their input text, and pass - * the resulting UText to the desired ICU service. - * - * Second is usage in ICU Services, such as break iteration, that will need to - * operate on input presented to them as a UText. These implementations - * will need to use the iteration and related UText functions to gain - * access to the actual text. - * - * The third class of UText users are "text providers." These are the - * UText implementations for the various text storage formats. An application - * or system with a unique text storage format can implement a set of - * UText provider functions for that format, which will then allow - * ICU services to operate on that format. - * - * - * <em>Iterating over text</em> - * - * Here is sample code for a forward iteration over the contents of a UText - * - * \code - * UChar32 c; - * UText *ut = whatever(); - * - * for (c=utext_next32From(ut, 0); c>=0; c=utext_next32(ut)) { - * // do whatever with the codepoint c here. - * } - * \endcode - * - * And here is similar code to iterate in the reverse direction, from the end - * of the text towards the beginning. - * - * \code - * UChar32 c; - * UText *ut = whatever(); - * int textLength = utext_nativeLength(ut); - * for (c=utext_previous32From(ut, textLength); c>=0; c=utext_previous32(ut)) { - * // do whatever with the codepoint c here. - * } - * \endcode - * - * <em>Characters and Indexing</em> - * - * Indexing into text by UText functions is nearly always in terms of the native - * indexing of the underlying text storage. The storage format could be UTF-8 - * or UTF-32, for example. When coding to the UText access API, no assumptions - * can be made regarding the size of characters, or how far an index - * may move when iterating between characters. - * - * All indices supplied to UText functions are pinned to the length of the - * text. An out-of-bounds index is not considered to be an error, but is - * adjusted to be in the range 0 <= index <= length of input text. - * - * - * When an index position is returned from a UText function, it will be - * a native index to the underlying text. In the case of multi-unit characters, - * it will always refer to the first position of the character, - * never to the interior. This is essentially the same thing as saying that - * a returned index will always point to a boundary between characters. - * - * When a native index is supplied to a UText function, all indices that - * refer to any part of a multi-unit character representation are considered - * to be equivalent. In the case of multi-unit characters, an incoming index - * will be logically normalized to refer to the start of the character. - * - * It is possible to test whether a native index is on a code point boundary - * by doing a utext_setNativeIndex() followed by a utext_getNativeIndex(). - * If the index is returned unchanged, it was on a code point boundary. If - * an adjusted index is returned, the original index referred to the - * interior of a character. - * - * <em>Conventions for calling UText functions</em> - * - * Most UText access functions have as their first parameter a (UText *) pointer, - * which specifies the UText to be used. Unless otherwise noted, the - * pointer must refer to a valid, open UText. Attempting to - * use a closed UText or passing a NULL pointer is a programming error and - * will produce undefined results or NULL pointer exceptions. - * - * The UText_Open family of functions can either open an existing (closed) - * UText, or heap allocate a new UText. Here is sample code for creating - * a stack-allocated UText. - * - * \code - * char *s = whatever(); // A utf-8 string - * U_ErrorCode status = U_ZERO_ERROR; - * UText ut = UTEXT_INITIALIZER; - * utext_openUTF8(ut, s, -1, &status); - * if (U_FAILURE(status)) { - * // error handling - * } else { - * // work with the UText - * } - * \endcode - * - * Any existing UText passed to an open function _must_ have been initialized, - * either by the UTEXT_INITIALIZER, or by having been originally heap-allocated - * by an open function. Passing NULL will cause the open function to - * heap-allocate and fully initialize a new UText. - * - */ - - - -#include "unicode/utypes.h" -#ifdef XP_CPLUSPLUS -#include "unicode/rep.h" -#include "unicode/unistr.h" -#include "unicode/chariter.h" -#endif - - -U_CDECL_BEGIN - -struct UText; -typedef struct UText UText; /**< C typedef for struct UText. @stable ICU 3.6 */ - - -/*************************************************************************************** - * - * C Functions for creating UText wrappers around various kinds of text strings. - * - ****************************************************************************************/ - - -/** - * Close function for UText instances. - * Cleans up, releases any resources being held by an open UText. - * <p> - * If the UText was originally allocated by one of the utext_open functions, - * the storage associated with the utext will also be freed. - * If the UText storage originated with the application, as it would with - * a local or static instance, the storage will not be deleted. - * - * An open UText can be reset to refer to new string by using one of the utext_open() - * functions without first closing the UText. - * - * @param ut The UText to be closed. - * @return NULL if the UText struct was deleted by the close. If the UText struct - * was originally provided by the caller to the open function, it is - * returned by this function, and may be safely used again in - * a subsequent utext_open. - * - * @stable ICU 3.4 - */ -U_STABLE UText * U_EXPORT2 -utext_close(UText *ut); - - -/** - * Open a read-only UText implementation for UTF-8 strings. - * - * \htmlonly - * Any invalid UTF-8 in the input will be handled in this way: - * a sequence of bytes that has the form of a truncated, but otherwise valid, - * UTF-8 sequence will be replaced by a single unicode replacement character, \uFFFD. - * Any other illegal bytes will each be replaced by a \uFFFD. - * \endhtmlonly - * - * @param ut Pointer to a UText struct. If NULL, a new UText will be created. - * If non-NULL, must refer to an initialized UText struct, which will then - * be reset to reference the specified UTF-8 string. - * @param s A UTF-8 string. Must not be NULL. - * @param length The length of the UTF-8 string in bytes, or -1 if the string is - * zero terminated. - * @param status Errors are returned here. - * @return A pointer to the UText. If a pre-allocated UText was provided, it - * will always be used and returned. - * @stable ICU 3.4 - */ -U_STABLE UText * U_EXPORT2 -utext_openUTF8(UText *ut, const char *s, int64_t length, UErrorCode *status); - - -/** - * Open a read-only UText for UChar * string. - * - * @param ut Pointer to a UText struct. If NULL, a new UText will be created. - * If non-NULL, must refer to an initialized UText struct, which will then - * be reset to reference the specified UChar string. - * @param s A UChar (UTF-16) string - * @param length The number of UChars in the input string, or -1 if the string is - * zero terminated. - * @param status Errors are returned here. - * @return A pointer to the UText. If a pre-allocated UText was provided, it - * will always be used and returned. - * @stable ICU 3.4 - */ -U_STABLE UText * U_EXPORT2 -utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status); - - -#ifdef XP_CPLUSPLUS -/** - * Open a writable UText for a non-const UnicodeString. - * - * @param ut Pointer to a UText struct. If NULL, a new UText will be created. - * If non-NULL, must refer to an initialized UText struct, which will then - * be reset to reference the specified input string. - * @param s A UnicodeString. - * @param status Errors are returned here. - * @return Pointer to the UText. If a UText was supplied as input, this - * will always be used and returned. - * @stable ICU 3.4 - */ -U_STABLE UText * U_EXPORT2 -utext_openUnicodeString(UText *ut, U_NAMESPACE_QUALIFIER UnicodeString *s, UErrorCode *status); - - -/** - * Open a UText for a const UnicodeString. The resulting UText will not be writable. - * - * @param ut Pointer to a UText struct. If NULL, a new UText will be created. - * If non-NULL, must refer to an initialized UText struct, which will then - * be reset to reference the specified input string. - * @param s A const UnicodeString to be wrapped. - * @param status Errors are returned here. - * @return Pointer to the UText. If a UText was supplied as input, this - * will always be used and returned. - * @stable ICU 3.4 - */ -U_STABLE UText * U_EXPORT2 -utext_openConstUnicodeString(UText *ut, const U_NAMESPACE_QUALIFIER UnicodeString *s, UErrorCode *status); - - -/** - * Open a writable UText implementation for an ICU Replaceable object. - * @param ut Pointer to a UText struct. If NULL, a new UText will be created. - * If non-NULL, must refer to an already existing UText, which will then - * be reset to reference the specified replaceable text. - * @param rep A Replaceable text object. - * @param status Errors are returned here. - * @return Pointer to the UText. If a UText was supplied as input, this - * will always be used and returned. - * @see Replaceable - * @stable ICU 3.4 - */ -U_STABLE UText * U_EXPORT2 -utext_openReplaceable(UText *ut, U_NAMESPACE_QUALIFIER Replaceable *rep, UErrorCode *status); - -/** - * Open a UText implementation over an ICU CharacterIterator. - * @param ut Pointer to a UText struct. If NULL, a new UText will be created. - * If non-NULL, must refer to an already existing UText, which will then - * be reset to reference the specified replaceable text. - * @param ci A Character Iterator. - * @param status Errors are returned here. - * @return Pointer to the UText. If a UText was supplied as input, this - * will always be used and returned. - * @see Replaceable - * @stable ICU 3.4 - */ -U_STABLE UText * U_EXPORT2 -utext_openCharacterIterator(UText *ut, U_NAMESPACE_QUALIFIER CharacterIterator *ic, UErrorCode *status); - -#endif - - -/** - * Clone a UText. This is much like opening a UText where the source text is itself - * another UText. - * - * A deep clone will copy both the UText data structures and the underlying text. - * The original and cloned UText will operate completely independently; modifications - * made to the text in one will not affect the other. Text providers are not - * required to support deep clones. The user of clone() must check the status return - * and be prepared to handle failures. - * - * The standard UText implementations for UTF8, UChar *, UnicodeString and - * Replaceable all support deep cloning. - * - * The UText returned from a deep clone will be writable, assuming that the text - * provider is able to support writing, even if the source UText had been made - * non-writable by means of UText_freeze(). - * - * A shallow clone replicates only the UText data structures; it does not make - * a copy of the underlying text. Shallow clones can be used as an efficient way to - * have multiple iterators active in a single text string that is not being - * modified. - * - * A shallow clone operation will not fail, barring truly exceptional conditions such - * as memory allocation failures. - * - * Shallow UText clones should be avoided if the UText functions that modify the - * text are expected to be used, either on the original or the cloned UText. - * Any such modifications can cause unpredictable behavior. Read Only - * shallow clones provide some protection against errors of this type by - * disabling text modification via the cloned UText. - * - * A shallow clone made with the readOnly parameter == FALSE will preserve the - * utext_isWritable() state of the source object. Note, however, that - * write operations must be avoided while more than one UText exists that refer - * to the same underlying text. - * - * A UText and its clone may be safely concurrently accessed by separate threads. - * This is true for read access only with shallow clones, and for both read and - * write access with deep clones. - * It is the responsibility of the Text Provider to ensure that this thread safety - * constraint is met. - * - * @param dest A UText struct to be filled in with the result of the clone operation, - * or NULL if the clone function should heap-allocate a new UText struct. - * If non-NULL, must refer to an already existing UText, which will then - * be reset to become the clone. - * @param src The UText to be cloned. - * @param deep TRUE to request a deep clone, FALSE for a shallow clone. - * @param readOnly TRUE to request that the cloned UText have read only access to the - * underlying text. - - * @param status Errors are returned here. For deep clones, U_UNSUPPORTED_ERROR - * will be returned if the text provider is unable to clone the - * original text. - * @return The newly created clone, or NULL if the clone operation failed. - * @stable ICU 3.4 - */ -U_STABLE UText * U_EXPORT2 -utext_clone(UText *dest, const UText *src, UBool deep, UBool readOnly, UErrorCode *status); - - -/** - * Compare two UText objects for equality. - * UTexts are equal if they are iterating over the same text, and - * have the same iteration position within the text. - * If either or both of the parameters are NULL, the comparison is FALSE. - * - * @param a The first of the two UTexts to compare. - * @param b The other UText to be compared. - * @return TRUE if the two UTexts are equal. - * @stable ICU 3.6 - */ -U_STABLE UBool U_EXPORT2 -utext_equals(const UText *a, const UText *b); - - -/***************************************************************************** - * - * Functions to work with the text represeted by a UText wrapper - * - *****************************************************************************/ - -/** - * Get the length of the text. Depending on the characteristics - * of the underlying text representation, this may be expensive. - * @see utext_isLengthExpensive() - * - * - * @param ut the text to be accessed. - * @return the length of the text, expressed in native units. - * - * @stable ICU 3.4 - */ -U_STABLE int64_t U_EXPORT2 -utext_nativeLength(UText *ut); - -/** - * Return TRUE if calculating the length of the text could be expensive. - * Finding the length of NUL terminated strings is considered to be expensive. - * - * Note that the value of this function may change - * as the result of other operations on a UText. - * Once the length of a string has been discovered, it will no longer - * be expensive to report it. - * - * @param ut the text to be accessed. - * @return TRUE if determining the length of the text could be time consuming. - * @stable ICU 3.4 - */ -U_STABLE UBool U_EXPORT2 -utext_isLengthExpensive(const UText *ut); - -/** - * Returns the code point at the requested index, - * or U_SENTINEL (-1) if it is out of bounds. - * - * If the specified index points to the interior of a multi-unit - * character - one of the trail bytes of a UTF-8 sequence, for example - - * the complete code point will be returned. - * - * The iteration position will be set to the start of the returned code point. - * - * This function is roughly equivalent to the the sequence - * utext_setNativeIndex(index); - * utext_current32(); - * (There is a subtle difference if the index is out of bounds by being less than zero - - * utext_setNativeIndex(negative value) sets the index to zero, after which utext_current() - * will return the char at zero. utext_char32At(negative index), on the other hand, will - * return the U_SENTINEL value of -1.) - * - * @param ut the text to be accessed - * @param nativeIndex the native index of the character to be accessed. If the index points - * to other than the first unit of a multi-unit character, it will be adjusted - * to the start of the character. - * @return the code point at the specified index. - * @stable ICU 3.4 - */ -U_STABLE UChar32 U_EXPORT2 -utext_char32At(UText *ut, int64_t nativeIndex); - - -/** - * - * Get the code point at the current iteration position, - * or U_SENTINEL (-1) if the iteration has reached the end of - * the input text. - * - * @param ut the text to be accessed. - * @return the Unicode code point at the current iterator position. - * @stable ICU 3.4 - */ -U_STABLE UChar32 U_EXPORT2 -utext_current32(UText *ut); - - -/** - * Get the code point at the current iteration position of the UText, and - * advance the position to the first index following the character. - * - * If the position is at the end of the text (the index following - * the last character, which is also the length of the text), - * return U_SENTINEL (-1) and do not advance the index. - * - * This is a post-increment operation. - * - * An inline macro version of this function, UTEXT_NEXT32(), - * is available for performance critical use. - * - * @param ut the text to be accessed. - * @return the Unicode code point at the iteration position. - * @see UTEXT_NEXT32 - * @stable ICU 3.4 - */ -U_STABLE UChar32 U_EXPORT2 -utext_next32(UText *ut); - - -/** - * Move the iterator position to the character (code point) whose - * index precedes the current position, and return that character. - * This is a pre-decrement operation. - * - * If the initial position is at the start of the text (index of 0) - * return U_SENTINEL (-1), and leave the position unchanged. - * - * An inline macro version of this function, UTEXT_PREVIOUS32(), - * is available for performance critical use. - * - * @param ut the text to be accessed. - * @return the previous UChar32 code point, or U_SENTINEL (-1) - * if the iteration has reached the start of the text. - * @see UTEXT_PREVIOUS32 - * @stable ICU 3.4 - */ -U_STABLE UChar32 U_EXPORT2 -utext_previous32(UText *ut); - - -/** - * Set the iteration index and return the code point at that index. - * Leave the iteration index at the start of the following code point. - * - * This function is the most efficient and convenient way to - * begin a forward iteration. The results are identical to the those - * from the sequence - * \code - * utext_setIndex(); - * utext_next32(); - * \endcode - * - * @param ut the text to be accessed. - * @param nativeIndex Iteration index, in the native units of the text provider. - * @return Code point which starts at or before index, - * or U_SENTINEL (-1) if it is out of bounds. - * @stable ICU 3.4 - */ -U_STABLE UChar32 U_EXPORT2 -utext_next32From(UText *ut, int64_t nativeIndex); - - - -/** - * Set the iteration index, and return the code point preceding the - * one specified by the initial index. Leave the iteration position - * at the start of the returned code point. - * - * This function is the most efficient and convenient way to - * begin a backwards iteration. - * - * @param ut the text to be accessed. - * @param nativeIndex Iteration index in the native units of the text provider. - * @return Code point preceding the one at the initial index, - * or U_SENTINEL (-1) if it is out of bounds. - * - * @stable ICU 3.4 - */ -U_STABLE UChar32 U_EXPORT2 -utext_previous32From(UText *ut, int64_t nativeIndex); - -/** - * Get the current iterator position, which can range from 0 to - * the length of the text. - * The position is a native index into the input text, in whatever format it - * may have (possibly UTF-8 for example), and may not always be the same as - * the corresponding UChar (UTF-16) index. - * The returned position will always be aligned to a code point boundary. - * - * @param ut the text to be accessed. - * @return the current index position, in the native units of the text provider. - * @stable ICU 3.4 - */ -U_STABLE int64_t U_EXPORT2 -utext_getNativeIndex(const UText *ut); - -/** - * Set the current iteration position to the nearest code point - * boundary at or preceding the specified index. - * The index is in the native units of the original input text. - * If the index is out of range, it will be pinned to be within - * the range of the input text. - * <p> - * It will usually be more efficient to begin an iteration - * using the functions utext_next32From() or utext_previous32From() - * rather than setIndex(). - * <p> - * Moving the index position to an adjacent character is best done - * with utext_next32(), utext_previous32() or utext_moveIndex32(). - * Attempting to do direct arithmetic on the index position is - * complicated by the fact that the size (in native units) of a - * character depends on the underlying representation of the character - * (UTF-8, UTF-16, UTF-32, arbitrary codepage), and is not - * easily knowable. - * - * @param ut the text to be accessed. - * @param nativeIndex the native unit index of the new iteration position. - * @stable ICU 3.4 - */ -U_STABLE void U_EXPORT2 -utext_setNativeIndex(UText *ut, int64_t nativeIndex); - -/** - * Move the iterator postion by delta code points. The number of code points - * is a signed number; a negative delta will move the iterator backwards, - * towards the start of the text. - * <p> - * The index is moved by <code>delta</code> code points - * forward or backward, but no further backward than to 0 and - * no further forward than to utext_nativeLength(). - * The resulting index value will be in between 0 and length, inclusive. - * - * @param ut the text to be accessed. - * @param delta the signed number of code points to move the iteration position. - * @return TRUE if the position could be moved the requested number of positions while - * staying within the range [0 - text length]. - * @stable ICU 3.4 - */ -U_STABLE UBool U_EXPORT2 -utext_moveIndex32(UText *ut, int32_t delta); - -/** - * Get the native index of the character preceeding the current position. - * If the iteration position is already at the start of the text, zero - * is returned. - * The value returned is the same as that obtained from the following sequence, - * but without the side effect of changing the iteration position. - * - * \code - * UText *ut = whatever; - * ... - * utext_previous(ut) - * utext_getNativeIndex(ut); - * \endcode - * - * This function is most useful during forwards iteration, where it will get the - * native index of the character most recently returned from utext_next(). - * - * @param ut the text to be accessed - * @return the native index of the character preceeding the current index position, - * or zero if the current position is at the start of the text. - * @stable ICU 3.6 - */ -U_STABLE int64_t U_EXPORT2 -utext_getPreviousNativeIndex(UText *ut); - - -/** - * - * Extract text from a UText into a UChar buffer. The range of text to be extracted - * is specified in the native indices of the UText provider. These may not necessarily - * be UTF-16 indices. - * <p> - * The size (number of 16 bit UChars) of the data to be extracted is returned. The - * full number of UChars is returned, even when the extracted text is truncated - * because the specified buffer size is too small. - * <p> - * The extracted string will (if you are a user) / must (if you are a text provider) - * be NUL-terminated if there is sufficient space in the destination buffer. This - * terminating NUL is not included in the returned length. - * <p> - * The iteration index is left at the position following the last extracted character. - * - * @param ut the UText from which to extract data. - * @param nativeStart the native index of the first character to extract.\ - * If the specified index is out of range, - * it will be pinned to to be within 0 <= index <= textLength - * @param nativeLimit the native string index of the position following the last - * character to extract. If the specified index is out of range, - * it will be pinned to to be within 0 <= index <= textLength. - * nativeLimit must be >= nativeStart. - * @param dest the UChar (UTF-16) buffer into which the extracted text is placed - * @param destCapacity The size, in UChars, of the destination buffer. May be zero - * for precomputing the required size. - * @param status receives any error status. - * U_BUFFER_OVERFLOW_ERROR: the extracted text was truncated because the - * buffer was too small. Returns number of UChars for preflighting. - * @return Number of UChars in the data to be extracted. Does not include a trailing NUL. - * - * @stable ICU 3.4 - */ -U_STABLE int32_t U_EXPORT2 -utext_extract(UText *ut, - int64_t nativeStart, int64_t nativeLimit, - UChar *dest, int32_t destCapacity, - UErrorCode *status); - - -/************************************************************************************ - * - * #define inline versions of selected performance-critical text access functions - * Caution: do not use auto increment++ or decrement-- expressions - * as parameters to these macros. - * - * For most use, where there is no extreme performance constraint, the - * normal, non-inline functions are a better choice. The resulting code - * will be smaller, and, if the need ever arises, easier to debug. - * - * These are implemented as #defines rather than real functions - * because there is no fully portable way to do inline functions in plain C. - * - ************************************************************************************/ - -/** - * inline version of utext_next32(), for performance-critical situations. - * - * Get the code point at the current iteration position of the UText, and - * advance the position to the first index following the character. - * This is a post-increment operation. - * Returns U_SENTINEL (-1) if the position is at the end of the - * text. - * - * @stable ICU 3.4 - */ -#define UTEXT_NEXT32(ut) \ - ((ut)->chunkOffset < (ut)->chunkLength && ((ut)->chunkContents)[(ut)->chunkOffset]<0xd800 ? \ - ((ut)->chunkContents)[((ut)->chunkOffset)++] : utext_next32(ut)) - -/** - * inline version of utext_previous32(), for performance-critical situations. - * - * Move the iterator position to the character (code point) whose - * index precedes the current position, and return that character. - * This is a pre-decrement operation. - * Returns U_SENTINEL (-1) if the position is at the start of the text. - * - * @stable ICU 3.4 - */ -#define UTEXT_PREVIOUS32(ut) \ - ((ut)->chunkOffset > 0 && \ - (ut)->chunkContents[(ut)->chunkOffset-1] < 0xd800 ? \ - (ut)->chunkContents[--((ut)->chunkOffset)] : utext_previous32(ut)) - -/** - * inline version of utext_getNativeIndex(), for performance-critical situations. - * - * Get the current iterator position, which can range from 0 to - * the length of the text. - * The position is a native index into the input text, in whatever format it - * may have (possibly UTF-8 for example), and may not always be the same as - * the corresponding UChar (UTF-16) index. - * The returned position will always be aligned to a code point boundary. - * - * @stable ICU 3.6 - */ -#define UTEXT_GETNATIVEINDEX(ut) \ - ((ut)->chunkOffset <= (ut)->nativeIndexingLimit? \ - (ut)->chunkNativeStart+(ut)->chunkOffset : \ - (ut)->pFuncs->mapOffsetToNative(ut)) - -/** - * inline version of utext_setNativeIndex(), for performance-critical situations. - * - * Set the current iteration position to the nearest code point - * boundary at or preceding the specified index. - * The index is in the native units of the original input text. - * If the index is out of range, it will be pinned to be within - * the range of the input text. - * - * @draft ICU 3.8 - */ -#define UTEXT_SETNATIVEINDEX(ut, ix) \ - { int64_t __offset = (ix) - (ut)->chunkNativeStart; \ - if (__offset>=0 && __offset<=(int64_t)(ut)->nativeIndexingLimit) { \ - (ut)->chunkOffset=(int32_t)__offset; \ - } else { \ - utext_setNativeIndex((ut), (ix)); } } - - - -/************************************************************************************ - * - * Functions related to writing or modifying the text. - * These will work only with modifiable UTexts. Attempting to - * modify a read-only UText will return an error status. - * - ************************************************************************************/ - - -/** - * Return TRUE if the text can be written (modified) with utext_replace() or - * utext_copy(). For the text to be writable, the text provider must - * be of a type that supports writing and the UText must not be frozen. - * - * Attempting to modify text when utext_isWriteable() is FALSE will fail - - * the text will not be modified, and an error will be returned from the function - * that attempted the modification. - * - * @param ut the UText to be tested. - * @return TRUE if the text is modifiable. - * - * @see utext_freeze() - * @see utext_replace() - * @see utext_copy() - * @stable ICU 3.4 - * - */ -U_STABLE UBool U_EXPORT2 -utext_isWritable(const UText *ut); - - -/** - * Test whether there is meta data associated with the text. - * @see Replaceable::hasMetaData() - * - * @param ut The UText to be tested - * @return TRUE if the underlying text includes meta data. - * @stable ICU 3.4 - */ -U_STABLE UBool U_EXPORT2 -utext_hasMetaData(const UText *ut); - - -/** - * Replace a range of the original text with a replacement text. - * - * Leaves the current iteration position at the position following the - * newly inserted replacement text. - * - * This function is only available on UText types that support writing, - * that is, ones where utext_isWritable() returns TRUE. - * - * When using this function, there should be only a single UText opened onto the - * underlying native text string. Behavior after a replace operation - * on a UText is undefined for any other additional UTexts that refer to the - * modified string. - * - * @param ut the UText representing the text to be operated on. - * @param nativeStart the native index of the start of the region to be replaced - * @param nativeLimit the native index of the character following the region to be replaced. - * @param replacementText pointer to the replacement text - * @param replacementLength length of the replacement text, or -1 if the text is NUL terminated. - * @param status receives any error status. Possible errors include - * U_NO_WRITE_PERMISSION - * - * @return The signed number of (native) storage units by which - * the length of the text expanded or contracted. - * - * @stable ICU 3.4 - */ -U_STABLE int32_t U_EXPORT2 -utext_replace(UText *ut, - int64_t nativeStart, int64_t nativeLimit, - const UChar *replacementText, int32_t replacementLength, - UErrorCode *status); - - - -/** - * - * Copy or move a substring from one position to another within the text, - * while retaining any metadata associated with the text. - * This function is used to duplicate or reorder substrings. - * The destination index must not overlap the source range. - * - * The text to be copied or moved is inserted at destIndex; - * it does not replace or overwrite any existing text. - * - * The iteration position is left following the newly inserted text - * at the destination position. - * - * This function is only available on UText types that support writing, - * that is, ones where utext_isWritable() returns TRUE. - * - * When using this function, there should be only a single UText opened onto the - * underlying native text string. Behavior after a copy operation - * on a UText is undefined in any other additional UTexts that refer to the - * modified string. - * - * @param ut The UText representing the text to be operated on. - * @param nativeStart The native index of the start of the region to be copied or moved - * @param nativeLimit The native index of the character position following the region - * to be copied. - * @param destIndex The native destination index to which the source substring is - * copied or moved. - * @param move If TRUE, then the substring is moved, not copied/duplicated. - * @param status receives any error status. Possible errors include U_NO_WRITE_PERMISSION - * - * @stable ICU 3.4 - */ -U_STABLE void U_EXPORT2 -utext_copy(UText *ut, - int64_t nativeStart, int64_t nativeLimit, - int64_t destIndex, - UBool move, - UErrorCode *status); - - -/** - * <p> - * Freeze a UText. This prevents any modification to the underlying text itself - * by means of functions operating on this UText. - * </p> - * <p> - * Once frozen, a UText can not be unfrozen. The intent is to ensure - * that a the text underlying a frozen UText wrapper cannot be modified via that UText. - * </p> - * <p> - * Caution: freezing a UText will disable changes made via the specific - * frozen UText wrapper only; it will not have any effect on the ability to - * directly modify the text by bypassing the UText. Any such backdoor modifications - * are always an error while UText access is occuring because the underlying - * text can get out of sync with UText's buffering. - * </p> - * - * @param ut The UText to be frozen. - * @see utext_isWritable() - * @stable ICU 3.6 - */ -U_STABLE void U_EXPORT2 -utext_freeze(UText *ut); - - -/** - * UText provider properties (bit field indexes). - * - * @see UText - * @stable ICU 3.4 - */ -enum { - /** - * It is potentially time consuming for the provider to determine the length of the text. - * @stable ICU 3.4 - */ - UTEXT_PROVIDER_LENGTH_IS_EXPENSIVE = 1, - /** - * Text chunks remain valid and usable until the text object is modified or - * deleted, not just until the next time the access() function is called - * (which is the default). - * @stable ICU 3.4 - */ - UTEXT_PROVIDER_STABLE_CHUNKS = 2, - /** - * The provider supports modifying the text via the replace() and copy() - * functions. - * @see Replaceable - * @stable ICU 3.4 - */ - UTEXT_PROVIDER_WRITABLE = 3, - /** - * There is meta data associated with the text. - * @see Replaceable::hasMetaData() - * @stable ICU 3.4 - */ - UTEXT_PROVIDER_HAS_META_DATA = 4, - /** - * Text provider owns the text storage. - * Generally occurs as the result of a deep clone of the UText. - * When closing the UText, the associated text must - * also be closed/deleted/freed/ whatever is appropriate. - * @stable ICU 3.6 - */ - UTEXT_PROVIDER_OWNS_TEXT = 5 -}; - -/** - * Function type declaration for UText.clone(). - * - * clone a UText. Much like opening a UText where the source text is itself - * another UText. - * - * A deep clone will copy both the UText data structures and the underlying text. - * The original and cloned UText will operate completely independently; modifications - * made to the text in one will not effect the other. Text providers are not - * required to support deep clones. The user of clone() must check the status return - * and be prepared to handle failures. - * - * A shallow clone replicates only the UText data structures; it does not make - * a copy of the underlying text. Shallow clones can be used as an efficient way to - * have multiple iterators active in a single text string that is not being - * modified. - * - * A shallow clone operation must not fail except for truly exceptional conditions such - * as memory allocation failures. - * - * A UText and its clone may be safely concurrently accessed by separate threads. - * This is true for both shallow and deep clones. - * It is the responsibility of the Text Provider to ensure that this thread safety - * constraint is met. - - * - * @param dest A UText struct to be filled in with the result of the clone operation, - * or NULL if the clone function should heap-allocate a new UText struct. - * @param src The UText to be cloned. - * @param deep TRUE to request a deep clone, FALSE for a shallow clone. - * @param status Errors are returned here. For deep clones, U_UNSUPPORTED_ERROR - * should be returned if the text provider is unable to clone the - * original text. - * @return The newly created clone, or NULL if the clone operation failed. - * - * @stable ICU 3.4 - */ -typedef UText * U_CALLCONV -UTextClone(UText *dest, const UText *src, UBool deep, UErrorCode *status); - - -/** - * Function type declaration for UText.nativeLength(). - * - * @param ut the UText to get the length of. - * @return the length, in the native units of the original text string. - * @see UText - * @stable ICU 3.4 - */ -typedef int64_t U_CALLCONV -UTextNativeLength(UText *ut); - -/** - * Function type declaration for UText.access(). Get the description of the text chunk - * containing the text at a requested native index. The UText's iteration - * position will be left at the requested index. If the index is out - * of bounds, the iteration position will be left at the start or end - * of the string, as appropriate. - * - * Chunks must begin and end on code point boundaries. A single code point - * comprised of multiple storage units must never span a chunk boundary. - * - * - * @param ut the UText being accessed. - * @param nativeIndex Requested index of the text to be accessed. - * @param forward If TRUE, then the returned chunk must contain text - * starting from the index, so that start<=index<limit. - * If FALSE, then the returned chunk must contain text - * before the index, so that start<index<=limit. - * @return True if the requested index could be accessed. The chunk - * will contain the requested text. - * False value if a chunk cannot be accessed - * (the requested index is out of bounds). - * - * @see UText - * @stable ICU 3.4 - */ -typedef UBool U_CALLCONV -UTextAccess(UText *ut, int64_t nativeIndex, UBool forward); - -/** - * Function type declaration for UText.extract(). - * - * Extract text from a UText into a UChar buffer. The range of text to be extracted - * is specified in the native indices of the UText provider. These may not necessarily - * be UTF-16 indices. - * <p> - * The size (number of 16 bit UChars) in the data to be extracted is returned. The - * full amount is returned, even when the specified buffer size is smaller. - * <p> - * The extracted string will (if you are a user) / must (if you are a text provider) - * be NUL-terminated if there is sufficient space in the destination buffer. - * - * @param ut the UText from which to extract data. - * @param nativeStart the native index of the first characer to extract. - * @param nativeLimit the native string index of the position following the last - * character to extract. - * @param dest the UChar (UTF-16) buffer into which the extracted text is placed - * @param destCapacity The size, in UChars, of the destination buffer. May be zero - * for precomputing the required size. - * @param status receives any error status. - * If U_BUFFER_OVERFLOW_ERROR: Returns number of UChars for - * preflighting. - * @return Number of UChars in the data. Does not include a trailing NUL. - * - * @stable ICU 3.4 - */ -typedef int32_t U_CALLCONV -UTextExtract(UText *ut, - int64_t nativeStart, int64_t nativeLimit, - UChar *dest, int32_t destCapacity, - UErrorCode *status); - -/** - * Function type declaration for UText.replace(). - * - * Replace a range of the original text with a replacement text. - * - * Leaves the current iteration position at the position following the - * newly inserted replacement text. - * - * This function need only be implemented on UText types that support writing. - * - * When using this function, there should be only a single UText opened onto the - * underlying native text string. The function is responsible for updating the - * text chunk within the UText to reflect the updated iteration position, - * taking into account any changes to the underlying string's structure caused - * by the replace operation. - * - * @param ut the UText representing the text to be operated on. - * @param nativeStart the index of the start of the region to be replaced - * @param nativeLimit the index of the character following the region to be replaced. - * @param replacementText pointer to the replacement text - * @param replacmentLength length of the replacement text in UChars, or -1 if the text is NUL terminated. - * @param status receives any error status. Possible errors include - * U_NO_WRITE_PERMISSION - * - * @return The signed number of (native) storage units by which - * the length of the text expanded or contracted. - * - * @stable ICU 3.4 - */ -typedef int32_t U_CALLCONV -UTextReplace(UText *ut, - int64_t nativeStart, int64_t nativeLimit, - const UChar *replacementText, int32_t replacmentLength, - UErrorCode *status); - -/** - * Function type declaration for UText.copy(). - * - * Copy or move a substring from one position to another within the text, - * while retaining any metadata associated with the text. - * This function is used to duplicate or reorder substrings. - * The destination index must not overlap the source range. - * - * The text to be copied or moved is inserted at destIndex; - * it does not replace or overwrite any existing text. - * - * This function need only be implemented for UText types that support writing. - * - * When using this function, there should be only a single UText opened onto the - * underlying native text string. The function is responsible for updating the - * text chunk within the UText to reflect the updated iteration position, - * taking into account any changes to the underlying string's structure caused - * by the replace operation. - * - * @param ut The UText representing the text to be operated on. - * @param nativeStart The index of the start of the region to be copied or moved - * @param nativeLimit The index of the character following the region to be replaced. - * @param nativeDest The destination index to which the source substring is copied or moved. - * @param move If TRUE, then the substring is moved, not copied/duplicated. - * @param status receives any error status. Possible errors include U_NO_WRITE_PERMISSION - * - * @stable ICU 3.4 - */ -typedef void U_CALLCONV -UTextCopy(UText *ut, - int64_t nativeStart, int64_t nativeLimit, - int64_t nativeDest, - UBool move, - UErrorCode *status); - -/** - * Function type declaration for UText.mapOffsetToNative(). - * Map from the current UChar offset within the current text chunk to - * the corresponding native index in the original source text. - * - * This is required only for text providers that do not use native UTF-16 indexes. - * - * @param ut the UText. - * @return Absolute (native) index corresponding to chunkOffset in the current chunk. - * The returned native index should always be to a code point boundary. - * - * @stable ICU 3.4 - */ -typedef int64_t U_CALLCONV -UTextMapOffsetToNative(const UText *ut); - -/** - * Function type declaration for UText.mapIndexToUTF16(). - * Map from a native index to a UChar offset within a text chunk. - * Behavior is undefined if the native index does not fall within the - * current chunk. - * - * This function is required only for text providers that do not use native UTF-16 indexes. - * - * @param ut The UText containing the text chunk. - * @param nativeIndex Absolute (native) text index, chunk->start<=index<=chunk->limit. - * @return Chunk-relative UTF-16 offset corresponding to the specified native - * index. - * - * @stable ICU 3.4 - */ -typedef int32_t U_CALLCONV -UTextMapNativeIndexToUTF16(const UText *ut, int64_t nativeIndex); - - -/** - * Function type declaration for UText.utextClose(). - * - * A Text Provider close function is only required for provider types that make - * allocations in their open function (or other functions) that must be - * cleaned when the UText is closed. - * - * The allocation of the UText struct itself and any "extra" storage - * associated with the UText is handled by the common UText implementation - * and does not require provider specific cleanup in a close function. - * - * Most UText provider implementations do not need to implement this function. - * - * @param ut A UText object to be closed. - * - * @stable ICU 3.4 - */ -typedef void U_CALLCONV -UTextClose(UText *ut); - - -/** - * (public) Function dispatch table for UText. - * Conceptually very much like a C++ Virtual Function Table. - * This struct defines the organization of the table. - * Each text provider implementation must provide an - * actual table that is initialized with the appropriate functions - * for the type of text being handled. - * @stable ICU 3.6 - */ -struct UTextFuncs { - /** - * (public) Function table size, sizeof(UTextFuncs) - * Intended for use should the table grow to accomodate added - * functions in the future, to allow tests for older format - * function tables that do not contain the extensions. - * - * Fields are placed for optimal alignment on - * 32/64/128-bit-pointer machines, by normally grouping together - * 4 32-bit fields, - * 4 pointers, - * 2 64-bit fields - * in sequence. - * @stable ICU 3.6 - */ - int32_t tableSize; - - /** - * (private) Alignment padding. - * Do not use, reserved for use by the UText framework only. - * @internal - */ - int32_t reserved1, reserved2, reserved3; - - - /** - * (public) Function pointer for UTextClone - * - * @see UTextClone - * @stable ICU 3.6 - */ - UTextClone *clone; - - /** - * (public) function pointer for UTextLength - * May be expensive to compute! - * - * @see UTextLength - * @stable ICU 3.6 - */ - UTextNativeLength *nativeLength; - - /** - * (public) Function pointer for UTextAccess. - * - * @see UTextAccess - * @stable ICU 3.6 - */ - UTextAccess *access; - - /** - * (public) Function pointer for UTextExtract. - * - * @see UTextExtract - * @stable ICU 3.6 - */ - UTextExtract *extract; - - /** - * (public) Function pointer for UTextReplace. - * - * @see UTextReplace - * @stable ICU 3.6 - */ - UTextReplace *replace; - - /** - * (public) Function pointer for UTextCopy. - * - * @see UTextCopy - * @stable ICU 3.6 - */ - UTextCopy *copy; - - /** - * (public) Function pointer for UTextMapOffsetToNative. - * - * @see UTextMapOffsetToNative - * @stable ICU 3.6 - */ - UTextMapOffsetToNative *mapOffsetToNative; - - /** - * (public) Function pointer for UTextMapNativeIndexToUTF16. - * - * @see UTextMapNativeIndexToUTF16 - * @stable ICU 3.6 - */ - UTextMapNativeIndexToUTF16 *mapNativeIndexToUTF16; - - /** - * (public) Function pointer for UTextClose. - * - * @see UTextClose - * @stable ICU 3.6 - */ - UTextClose *close; - - /** - * (private) Spare function pointer - * @internal - */ - - UTextClose *spare1; - /** - * (private) Spare function pointer - * @internal - */ - UTextClose *spare2; - - /** - * (private) Spare function pointer - * @internal - */ - UTextClose *spare3; - -}; -typedef struct UTextFuncs UTextFuncs; - - /** - * UText struct. Provides the interface between the generic UText access code - * and the UText provider code that works on specific kinds of - * text (UTF-8, noncontiguous UTF-16, whatever.) - * - * Applications that are using predefined types of text providers - * to pass text data to ICU services will have no need to view the - * internals of the UText structs that they open. - * - * @stable ICU 3.6 - */ -struct UText { - /** - * (private) Magic. Used to help detect when UText functions are handed - * invalid or unitialized UText structs. - * utext_openXYZ() functions take an initialized, - * but not necessarily open, UText struct as an - * optional fill-in parameter. This magic field - * is used to check for that initialization. - * Text provider close functions must NOT clear - * the magic field because that would prevent - * reuse of the UText struct. - * @internal - */ - uint32_t magic; - - - /** - * (private) Flags for managing the allocation and freeing of - * memory associated with this UText. - * @internal - */ - int32_t flags; - - - /** - * Text provider properties. This set of flags is maintainted by the - * text provider implementation. - * @stable ICU 3.4 - */ - int32_t providerProperties; - - /** - * (public) sizeOfStruct=sizeof(UText) - * Allows possible backward compatible extension. - * - * @stable ICU 3.4 - */ - int32_t sizeOfStruct; - - /* ------ 16 byte alignment boundary ----------- */ - - - /** - * (protected) Native index of the first character position following - * the current chunk. - * @stable ICU 3.6 - */ - int64_t chunkNativeLimit; - - /** - * (protected) Size in bytes of the extra space (pExtra). - * @stable ICU 3.4 - */ - int32_t extraSize; - - /** - * (protected) The highest chunk offset where native indexing and - * chunk (UTF-16) indexing correspond. For UTF-16 sources, value - * will be equal to chunkLength. - * - * @stable ICU 3.6 - */ - int32_t nativeIndexingLimit; - - /* ---- 16 byte alignment boundary------ */ - - /** - * (protected) Native index of the first character in the text chunk. - * @stable ICU 3.6 - */ - int64_t chunkNativeStart; - - /** - * (protected) Current iteration position within the text chunk (UTF-16 buffer). - * This is the index to the character that will be returned by utext_next32(). - * @stable ICU 3.6 - */ - int32_t chunkOffset; - - /** - * (protected) Length the text chunk (UTF-16 buffer), in UChars. - * @stable ICU 3.6 - */ - int32_t chunkLength; - - /* ---- 16 byte alignment boundary-- */ - - - /** - * (protected) pointer to a chunk of text in UTF-16 format. - * May refer either to original storage of the source of the text, or - * if conversion was required, to a buffer owned by the UText. - * @stable ICU 3.6 - */ - const UChar *chunkContents; - - /** - * (public) Pointer to Dispatch table for accessing functions for this UText. - * @stable ICU 3.6 - */ - UTextFuncs *pFuncs; - - /** - * (protected) Pointer to additional space requested by the - * text provider during the utext_open operation. - * @stable ICU 3.4 - */ - void *pExtra; - - /** - * (protected) Pointer to string or text-containin object or similar. - * This is the source of the text that this UText is wrapping, in a format - * that is known to the text provider functions. - * @stable ICU 3.4 - */ - const void *context; - - /* --- 16 byte alignment boundary--- */ - - /** - * (protected) Pointer fields available for use by the text provider. - * Not used by UText common code. - * @stable ICU 3.6 - */ - const void *p; - /** - * (protected) Pointer fields available for use by the text provider. - * Not used by UText common code. - * @stable ICU 3.6 - */ - const void *q; - /** - * (protected) Pointer fields available for use by the text provider. - * Not used by UText common code. - * @stable ICU 3.6 - */ - const void *r; - - /** - * Private field reserved for future use by the UText framework - * itself. This is not to be touched by the text providers. - * @internal ICU 3.4 - */ - void *privP; - - - /* --- 16 byte alignment boundary--- */ - - - /** - * (protected) Integer field reserved for use by the text provider. - * Not used by the UText framework, or by the client (user) of the UText. - * @stable ICU 3.4 - */ - int64_t a; - - /** - * (protected) Integer field reserved for use by the text provider. - * Not used by the UText framework, or by the client (user) of the UText. - * @stable ICU 3.4 - */ - int32_t b; - - /** - * (protected) Integer field reserved for use by the text provider. - * Not used by the UText framework, or by the client (user) of the UText. - * @stable ICU 3.4 - */ - int32_t c; - - /* ---- 16 byte alignment boundary---- */ - - - /** - * Private field reserved for future use by the UText framework - * itself. This is not to be touched by the text providers. - * @internal ICU 3.4 - */ - int64_t privA; - /** - * Private field reserved for future use by the UText framework - * itself. This is not to be touched by the text providers. - * @internal ICU 3.4 - */ - int32_t privB; - /** - * Private field reserved for future use by the UText framework - * itself. This is not to be touched by the text providers. - * @internal ICU 3.4 - */ - int32_t privC; -}; - - -/** - * Common function for use by Text Provider implementations to allocate and/or initialize - * a new UText struct. To be called in the implementation of utext_open() functions. - * If the supplied UText parameter is null, a new UText struct will be allocated on the heap. - * If the supplied UText is already open, the provider's close function will be called - * so that the struct can be reused by the open that is in progress. - * - * @param ut pointer to a UText struct to be re-used, or null if a new UText - * should be allocated. - * @param extraSpace The amount of additional space to be allocated as part - * of this UText, for use by types of providers that require - * additional storage. - * @param status Errors are returned here. - * @return pointer to the UText, allocated if necessary, with extra space set up if requested. - * @stable ICU 3.4 - */ -U_STABLE UText * U_EXPORT2 -utext_setup(UText *ut, int32_t extraSpace, UErrorCode *status); - -/** - * @internal - * Value used to help identify correctly initialized UText structs. - * Note: must be publicly visible so that UTEXT_INITIALIZER can access it. - */ -enum { - UTEXT_MAGIC = 0x345ad82c -}; - -/** - * initializer to be used with local (stack) instances of a UText - * struct. UText structs must be initialized before passing - * them to one of the utext_open functions. - * - * @stable ICU 3.6 - */ -#define UTEXT_INITIALIZER { \ - UTEXT_MAGIC, /* magic */ \ - 0, /* flags */ \ - 0, /* providerProps */ \ - sizeof(UText), /* sizeOfStruct */ \ - 0, /* chunkNativeLimit */ \ - 0, /* extraSize */ \ - 0, /* nativeIndexingLimit */ \ - 0, /* chunkNativeStart */ \ - 0, /* chunkOffset */ \ - 0, /* chunkLength */ \ - NULL, /* chunkContents */ \ - NULL, /* pFuncs */ \ - NULL, /* pExtra */ \ - NULL, /* context */ \ - NULL, NULL, NULL, /* p, q, r */ \ - NULL, /* privP */ \ - 0, 0, 0, /* a, b, c */ \ - 0, 0, 0 /* privA,B,C, */ \ - } - - -U_CDECL_END - - - -#endif diff --git a/jni/EastAsianWidth/unicode/utf.h b/jni/EastAsianWidth/unicode/utf.h deleted file mode 100644 index 1682283..0000000 --- a/jni/EastAsianWidth/unicode/utf.h +++ /dev/null @@ -1,227 +0,0 @@ -/* -******************************************************************************* -* -* Copyright (C) 1999-2007, International Business Machines -* Corporation and others. All Rights Reserved. -* -******************************************************************************* -* file name: utf.h -* encoding: US-ASCII -* tab size: 8 (not used) -* indentation:4 -* -* created on: 1999sep09 -* created by: Markus W. Scherer -*/ - -/** - * \file - * \brief C API: Code point macros - * - * This file defines macros for checking whether a code point is - * a surrogate or a non-character etc. - * - * The UChar and UChar32 data types for Unicode code units and code points - * are defined in umachines.h because they can be machine-dependent. - * - * utf.h is included by utypes.h and itself includes utf8.h and utf16.h after some - * common definitions. Those files define macros for efficiently getting code points - * in and out of UTF-8/16 strings. - * utf16.h macros have "U16_" prefixes. - * utf8.h defines similar macros with "U8_" prefixes for UTF-8 string handling. - * - * ICU processes 16-bit Unicode strings. - * Most of the time, such strings are well-formed UTF-16. - * Single, unpaired surrogates must be handled as well, and are treated in ICU - * like regular code points where possible. - * (Pairs of surrogate code points are indistinguishable from supplementary - * code points encoded as pairs of supplementary code units.) - * - * In fact, almost all Unicode code points in normal text (>99%) - * are on the BMP (<=U+ffff) and even <=U+d7ff. - * ICU functions handle supplementary code points (U+10000..U+10ffff) - * but are optimized for the much more frequently occurring BMP code points. - * - * utf.h defines UChar to be an unsigned 16-bit integer. If this matches wchar_t, then - * UChar is defined to be exactly wchar_t, otherwise uint16_t. - * - * UChar32 is defined to be a signed 32-bit integer (int32_t), large enough for a 21-bit - * Unicode code point (Unicode scalar value, 0..0x10ffff). - * Before ICU 2.4, the definition of UChar32 was similarly platform-dependent as - * the definition of UChar. For details see the documentation for UChar32 itself. - * - * utf.h also defines a small number of C macros for single Unicode code points. - * These are simple checks for surrogates and non-characters. - * For actual Unicode character properties see uchar.h. - * - * By default, string operations must be done with error checking in case - * a string is not well-formed UTF-16. - * The macros will detect if a surrogate code unit is unpaired - * (lead unit without trail unit or vice versa) and just return the unit itself - * as the code point. - * (It is an accidental property of Unicode and UTF-16 that all - * malformed sequences can be expressed unambiguously with a distinct subrange - * of Unicode code points.) - * - * The regular "safe" macros require that the initial, passed-in string index - * is within bounds. They only check the index when they read more than one - * code unit. This is usually done with code similar to the following loop: - * <pre>while(i<length) { - * U16_NEXT(s, i, length, c); - * // use c - * }</pre> - * - * When it is safe to assume that text is well-formed UTF-16 - * (does not contain single, unpaired surrogates), then one can use - * U16_..._UNSAFE macros. - * These do not check for proper code unit sequences or truncated text and may - * yield wrong results or even cause a crash if they are used with "malformed" - * text. - * In practice, U16_..._UNSAFE macros will produce slightly less code but - * should not be faster because the processing is only different when a - * surrogate code unit is detected, which will be rare. - * - * Similarly for UTF-8, there are "safe" macros without a suffix, - * and U8_..._UNSAFE versions. - * The performance differences are much larger here because UTF-8 provides so - * many opportunities for malformed sequences. - * The unsafe UTF-8 macros are entirely implemented inside the macro definitions - * and are fast, while the safe UTF-8 macros call functions for all but the - * trivial (ASCII) cases. - * (ICU 3.6 optimizes U8_NEXT() and U8_APPEND() to handle most other common - * characters inline as well.) - * - * Unlike with UTF-16, malformed sequences cannot be expressed with distinct - * code point values (0..U+10ffff). They are indicated with negative values instead. - * - * For more information see the ICU User Guide Strings chapter - * (http://icu-project.org/userguide/strings.html). - * - * <em>Usage:</em> - * ICU coding guidelines for if() statements should be followed when using these macros. - * Compound statements (curly braces {}) must be used for if-else-while... - * bodies and all macro statements should be terminated with semicolon. - * - * @stable ICU 2.4 - */ - -#ifndef __UTF_H__ -#define __UTF_H__ - -#include "unicode/utypes.h" -/* include the utfXX.h after the following definitions */ - -/* single-code point definitions -------------------------------------------- */ - -/** - * This value is intended for sentinel values for APIs that - * (take or) return single code points (UChar32). - * It is outside of the Unicode code point range 0..0x10ffff. - * - * For example, a "done" or "error" value in a new API - * could be indicated with U_SENTINEL. - * - * ICU APIs designed before ICU 2.4 usually define service-specific "done" - * values, mostly 0xffff. - * Those may need to be distinguished from - * actual U+ffff text contents by calling functions like - * CharacterIterator::hasNext() or UnicodeString::length(). - * - * @return -1 - * @see UChar32 - * @stable ICU 2.4 - */ -#define U_SENTINEL (-1) - -/** - * Is this code point a Unicode noncharacter? - * @param c 32-bit code point - * @return TRUE or FALSE - * @stable ICU 2.4 - */ -#define U_IS_UNICODE_NONCHAR(c) \ - ((c)>=0xfdd0 && \ - ((uint32_t)(c)<=0xfdef || ((c)&0xfffe)==0xfffe) && \ - (uint32_t)(c)<=0x10ffff) - -/** - * Is c a Unicode code point value (0..U+10ffff) - * that can be assigned a character? - * - * Code points that are not characters include: - * - single surrogate code points (U+d800..U+dfff, 2048 code points) - * - the last two code points on each plane (U+__fffe and U+__ffff, 34 code points) - * - U+fdd0..U+fdef (new with Unicode 3.1, 32 code points) - * - the highest Unicode code point value is U+10ffff - * - * This means that all code points below U+d800 are character code points, - * and that boundary is tested first for performance. - * - * @param c 32-bit code point - * @return TRUE or FALSE - * @stable ICU 2.4 - */ -#define U_IS_UNICODE_CHAR(c) \ - ((uint32_t)(c)<0xd800 || \ - ((uint32_t)(c)>0xdfff && \ - (uint32_t)(c)<=0x10ffff && \ - !U_IS_UNICODE_NONCHAR(c))) - -/** - * Is this code point a BMP code point (U+0000..U+ffff)? - * @param c 32-bit code point - * @return TRUE or FALSE - * @stable ICU 2.8 - */ -#define U_IS_BMP(c) ((uint32_t)(c)<=0xffff) - -/** - * Is this code point a supplementary code point (U+10000..U+10ffff)? - * @param c 32-bit code point - * @return TRUE or FALSE - * @stable ICU 2.8 - */ -#define U_IS_SUPPLEMENTARY(c) ((uint32_t)((c)-0x10000)<=0xfffff) - -/** - * Is this code point a lead surrogate (U+d800..U+dbff)? - * @param c 32-bit code point - * @return TRUE or FALSE - * @stable ICU 2.4 - */ -#define U_IS_LEAD(c) (((c)&0xfffffc00)==0xd800) - -/** - * Is this code point a trail surrogate (U+dc00..U+dfff)? - * @param c 32-bit code point - * @return TRUE or FALSE - * @stable ICU 2.4 - */ -#define U_IS_TRAIL(c) (((c)&0xfffffc00)==0xdc00) - -/** - * Is this code point a surrogate (U+d800..U+dfff)? - * @param c 32-bit code point - * @return TRUE or FALSE - * @stable ICU 2.4 - */ -#define U_IS_SURROGATE(c) (((c)&0xfffff800)==0xd800) - -/** - * Assuming c is a surrogate code point (U_IS_SURROGATE(c)), - * is it a lead surrogate? - * @param c 32-bit code point - * @return TRUE or FALSE - * @stable ICU 2.4 - */ -#define U_IS_SURROGATE_LEAD(c) (((c)&0x400)==0) - -/* include the utfXX.h ------------------------------------------------------ */ - -#include "unicode/utf8.h" -#include "unicode/utf16.h" - -/* utf_old.h contains deprecated, pre-ICU 2.4 definitions */ -#include "unicode/utf_old.h" - -#endif diff --git a/jni/EastAsianWidth/unicode/utf16.h b/jni/EastAsianWidth/unicode/utf16.h deleted file mode 100644 index 719bc04..0000000 --- a/jni/EastAsianWidth/unicode/utf16.h +++ /dev/null @@ -1,605 +0,0 @@ -/* -******************************************************************************* -* -* Copyright (C) 1999-2007, International Business Machines -* Corporation and others. All Rights Reserved. -* -******************************************************************************* -* file name: utf16.h -* encoding: US-ASCII -* tab size: 8 (not used) -* indentation:4 -* -* created on: 1999sep09 -* created by: Markus W. Scherer -*/ - -/** - * \file - * \brief C API: 16-bit Unicode handling macros - * - * This file defines macros to deal with 16-bit Unicode (UTF-16) code units and strings. - * utf16.h is included by utf.h after unicode/umachine.h - * and some common definitions. - * - * For more information see utf.h and the ICU User Guide Strings chapter - * (http://icu-project.org/userguide/strings.html). - * - * <em>Usage:</em> - * ICU coding guidelines for if() statements should be followed when using these macros. - * Compound statements (curly braces {}) must be used for if-else-while... - * bodies and all macro statements should be terminated with semicolon. - */ - -#ifndef __UTF16_H__ -#define __UTF16_H__ - -/* utf.h must be included first. */ -#ifndef __UTF_H__ -# include "unicode/utf.h" -#endif - -/* single-code point definitions -------------------------------------------- */ - -/** - * Does this code unit alone encode a code point (BMP, not a surrogate)? - * @param c 16-bit code unit - * @return TRUE or FALSE - * @stable ICU 2.4 - */ -#define U16_IS_SINGLE(c) !U_IS_SURROGATE(c) - -/** - * Is this code unit a lead surrogate (U+d800..U+dbff)? - * @param c 16-bit code unit - * @return TRUE or FALSE - * @stable ICU 2.4 - */ -#define U16_IS_LEAD(c) (((c)&0xfffffc00)==0xd800) - -/** - * Is this code unit a trail surrogate (U+dc00..U+dfff)? - * @param c 16-bit code unit - * @return TRUE or FALSE - * @stable ICU 2.4 - */ -#define U16_IS_TRAIL(c) (((c)&0xfffffc00)==0xdc00) - -/** - * Is this code unit a surrogate (U+d800..U+dfff)? - * @param c 16-bit code unit - * @return TRUE or FALSE - * @stable ICU 2.4 - */ -#define U16_IS_SURROGATE(c) U_IS_SURROGATE(c) - -/** - * Assuming c is a surrogate code point (U16_IS_SURROGATE(c)), - * is it a lead surrogate? - * @param c 16-bit code unit - * @return TRUE or FALSE - * @stable ICU 2.4 - */ -#define U16_IS_SURROGATE_LEAD(c) (((c)&0x400)==0) - -/** - * Helper constant for U16_GET_SUPPLEMENTARY. - * @internal - */ -#define U16_SURROGATE_OFFSET ((0xd800<<10UL)+0xdc00-0x10000) - -/** - * Get a supplementary code point value (U+10000..U+10ffff) - * from its lead and trail surrogates. - * The result is undefined if the input values are not - * lead and trail surrogates. - * - * @param lead lead surrogate (U+d800..U+dbff) - * @param trail trail surrogate (U+dc00..U+dfff) - * @return supplementary code point (U+10000..U+10ffff) - * @stable ICU 2.4 - */ -#define U16_GET_SUPPLEMENTARY(lead, trail) \ - (((UChar32)(lead)<<10UL)+(UChar32)(trail)-U16_SURROGATE_OFFSET) - - -/** - * Get the lead surrogate (0xd800..0xdbff) for a - * supplementary code point (0x10000..0x10ffff). - * @param supplementary 32-bit code point (U+10000..U+10ffff) - * @return lead surrogate (U+d800..U+dbff) for supplementary - * @stable ICU 2.4 - */ -#define U16_LEAD(supplementary) (UChar)(((supplementary)>>10)+0xd7c0) - -/** - * Get the trail surrogate (0xdc00..0xdfff) for a - * supplementary code point (0x10000..0x10ffff). - * @param supplementary 32-bit code point (U+10000..U+10ffff) - * @return trail surrogate (U+dc00..U+dfff) for supplementary - * @stable ICU 2.4 - */ -#define U16_TRAIL(supplementary) (UChar)(((supplementary)&0x3ff)|0xdc00) - -/** - * How many 16-bit code units are used to encode this Unicode code point? (1 or 2) - * The result is not defined if c is not a Unicode code point (U+0000..U+10ffff). - * @param c 32-bit code point - * @return 1 or 2 - * @stable ICU 2.4 - */ -#define U16_LENGTH(c) ((uint32_t)(c)<=0xffff ? 1 : 2) - -/** - * The maximum number of 16-bit code units per Unicode code point (U+0000..U+10ffff). - * @return 2 - * @stable ICU 2.4 - */ -#define U16_MAX_LENGTH 2 - -/** - * Get a code point from a string at a random-access offset, - * without changing the offset. - * "Unsafe" macro, assumes well-formed UTF-16. - * - * The offset may point to either the lead or trail surrogate unit - * for a supplementary code point, in which case the macro will read - * the adjacent matching surrogate as well. - * The result is undefined if the offset points to a single, unpaired surrogate. - * Iteration through a string is more efficient with U16_NEXT_UNSAFE or U16_NEXT. - * - * @param s const UChar * string - * @param i string offset - * @param c output UChar32 variable - * @see U16_GET - * @stable ICU 2.4 - */ -#define U16_GET_UNSAFE(s, i, c) { \ - (c)=(s)[i]; \ - if(U16_IS_SURROGATE(c)) { \ - if(U16_IS_SURROGATE_LEAD(c)) { \ - (c)=U16_GET_SUPPLEMENTARY((c), (s)[(i)+1]); \ - } else { \ - (c)=U16_GET_SUPPLEMENTARY((s)[(i)-1], (c)); \ - } \ - } \ -} - -/** - * Get a code point from a string at a random-access offset, - * without changing the offset. - * "Safe" macro, handles unpaired surrogates and checks for string boundaries. - * - * The offset may point to either the lead or trail surrogate unit - * for a supplementary code point, in which case the macro will read - * the adjacent matching surrogate as well. - * If the offset points to a single, unpaired surrogate, then that itself - * will be returned as the code point. - * Iteration through a string is more efficient with U16_NEXT_UNSAFE or U16_NEXT. - * - * @param s const UChar * string - * @param start starting string offset (usually 0) - * @param i string offset, must be start<=i<length - * @param length string length - * @param c output UChar32 variable - * @see U16_GET_UNSAFE - * @stable ICU 2.4 - */ -#define U16_GET(s, start, i, length, c) { \ - (c)=(s)[i]; \ - if(U16_IS_SURROGATE(c)) { \ - uint16_t __c2; \ - if(U16_IS_SURROGATE_LEAD(c)) { \ - if((i)+1<(length) && U16_IS_TRAIL(__c2=(s)[(i)+1])) { \ - (c)=U16_GET_SUPPLEMENTARY((c), __c2); \ - } \ - } else { \ - if((i)-1>=(start) && U16_IS_LEAD(__c2=(s)[(i)-1])) { \ - (c)=U16_GET_SUPPLEMENTARY(__c2, (c)); \ - } \ - } \ - } \ -} - -/* definitions with forward iteration --------------------------------------- */ - -/** - * Get a code point from a string at a code point boundary offset, - * and advance the offset to the next code point boundary. - * (Post-incrementing forward iteration.) - * "Unsafe" macro, assumes well-formed UTF-16. - * - * The offset may point to the lead surrogate unit - * for a supplementary code point, in which case the macro will read - * the following trail surrogate as well. - * If the offset points to a trail surrogate, then that itself - * will be returned as the code point. - * The result is undefined if the offset points to a single, unpaired lead surrogate. - * - * @param s const UChar * string - * @param i string offset - * @param c output UChar32 variable - * @see U16_NEXT - * @stable ICU 2.4 - */ -#define U16_NEXT_UNSAFE(s, i, c) { \ - (c)=(s)[(i)++]; \ - if(U16_IS_LEAD(c)) { \ - (c)=U16_GET_SUPPLEMENTARY((c), (s)[(i)++]); \ - } \ -} - -/** - * Get a code point from a string at a code point boundary offset, - * and advance the offset to the next code point boundary. - * (Post-incrementing forward iteration.) - * "Safe" macro, handles unpaired surrogates and checks for string boundaries. - * - * The offset may point to the lead surrogate unit - * for a supplementary code point, in which case the macro will read - * the following trail surrogate as well. - * If the offset points to a trail surrogate or - * to a single, unpaired lead surrogate, then that itself - * will be returned as the code point. - * - * @param s const UChar * string - * @param i string offset, must be i<length - * @param length string length - * @param c output UChar32 variable - * @see U16_NEXT_UNSAFE - * @stable ICU 2.4 - */ -#define U16_NEXT(s, i, length, c) { \ - (c)=(s)[(i)++]; \ - if(U16_IS_LEAD(c)) { \ - uint16_t __c2; \ - if((i)<(length) && U16_IS_TRAIL(__c2=(s)[(i)])) { \ - ++(i); \ - (c)=U16_GET_SUPPLEMENTARY((c), __c2); \ - } \ - } \ -} - -/** - * Append a code point to a string, overwriting 1 or 2 code units. - * The offset points to the current end of the string contents - * and is advanced (post-increment). - * "Unsafe" macro, assumes a valid code point and sufficient space in the string. - * Otherwise, the result is undefined. - * - * @param s const UChar * string buffer - * @param i string offset - * @param c code point to append - * @see U16_APPEND - * @stable ICU 2.4 - */ -#define U16_APPEND_UNSAFE(s, i, c) { \ - if((uint32_t)(c)<=0xffff) { \ - (s)[(i)++]=(uint16_t)(c); \ - } else { \ - (s)[(i)++]=(uint16_t)(((c)>>10)+0xd7c0); \ - (s)[(i)++]=(uint16_t)(((c)&0x3ff)|0xdc00); \ - } \ -} - -/** - * Append a code point to a string, overwriting 1 or 2 code units. - * The offset points to the current end of the string contents - * and is advanced (post-increment). - * "Safe" macro, checks for a valid code point. - * If a surrogate pair is written, checks for sufficient space in the string. - * If the code point is not valid or a trail surrogate does not fit, - * then isError is set to TRUE. - * - * @param s const UChar * string buffer - * @param i string offset, must be i<capacity - * @param capacity size of the string buffer - * @param c code point to append - * @param isError output UBool set to TRUE if an error occurs, otherwise not modified - * @see U16_APPEND_UNSAFE - * @stable ICU 2.4 - */ -#define U16_APPEND(s, i, capacity, c, isError) { \ - if((uint32_t)(c)<=0xffff) { \ - (s)[(i)++]=(uint16_t)(c); \ - } else if((uint32_t)(c)<=0x10ffff && (i)+1<(capacity)) { \ - (s)[(i)++]=(uint16_t)(((c)>>10)+0xd7c0); \ - (s)[(i)++]=(uint16_t)(((c)&0x3ff)|0xdc00); \ - } else /* c>0x10ffff or not enough space */ { \ - (isError)=TRUE; \ - } \ -} - -/** - * Advance the string offset from one code point boundary to the next. - * (Post-incrementing iteration.) - * "Unsafe" macro, assumes well-formed UTF-16. - * - * @param s const UChar * string - * @param i string offset - * @see U16_FWD_1 - * @stable ICU 2.4 - */ -#define U16_FWD_1_UNSAFE(s, i) { \ - if(U16_IS_LEAD((s)[(i)++])) { \ - ++(i); \ - } \ -} - -/** - * Advance the string offset from one code point boundary to the next. - * (Post-incrementing iteration.) - * "Safe" macro, handles unpaired surrogates and checks for string boundaries. - * - * @param s const UChar * string - * @param i string offset, must be i<length - * @param length string length - * @see U16_FWD_1_UNSAFE - * @stable ICU 2.4 - */ -#define U16_FWD_1(s, i, length) { \ - if(U16_IS_LEAD((s)[(i)++]) && (i)<(length) && U16_IS_TRAIL((s)[i])) { \ - ++(i); \ - } \ -} - -/** - * Advance the string offset from one code point boundary to the n-th next one, - * i.e., move forward by n code points. - * (Post-incrementing iteration.) - * "Unsafe" macro, assumes well-formed UTF-16. - * - * @param s const UChar * string - * @param i string offset - * @param n number of code points to skip - * @see U16_FWD_N - * @stable ICU 2.4 - */ -#define U16_FWD_N_UNSAFE(s, i, n) { \ - int32_t __N=(n); \ - while(__N>0) { \ - U16_FWD_1_UNSAFE(s, i); \ - --__N; \ - } \ -} - -/** - * Advance the string offset from one code point boundary to the n-th next one, - * i.e., move forward by n code points. - * (Post-incrementing iteration.) - * "Safe" macro, handles unpaired surrogates and checks for string boundaries. - * - * @param s const UChar * string - * @param i string offset, must be i<length - * @param length string length - * @param n number of code points to skip - * @see U16_FWD_N_UNSAFE - * @stable ICU 2.4 - */ -#define U16_FWD_N(s, i, length, n) { \ - int32_t __N=(n); \ - while(__N>0 && (i)<(length)) { \ - U16_FWD_1(s, i, length); \ - --__N; \ - } \ -} - -/** - * Adjust a random-access offset to a code point boundary - * at the start of a code point. - * If the offset points to the trail surrogate of a surrogate pair, - * then the offset is decremented. - * Otherwise, it is not modified. - * "Unsafe" macro, assumes well-formed UTF-16. - * - * @param s const UChar * string - * @param i string offset - * @see U16_SET_CP_START - * @stable ICU 2.4 - */ -#define U16_SET_CP_START_UNSAFE(s, i) { \ - if(U16_IS_TRAIL((s)[i])) { \ - --(i); \ - } \ -} - -/** - * Adjust a random-access offset to a code point boundary - * at the start of a code point. - * If the offset points to the trail surrogate of a surrogate pair, - * then the offset is decremented. - * Otherwise, it is not modified. - * "Safe" macro, handles unpaired surrogates and checks for string boundaries. - * - * @param s const UChar * string - * @param start starting string offset (usually 0) - * @param i string offset, must be start<=i - * @see U16_SET_CP_START_UNSAFE - * @stable ICU 2.4 - */ -#define U16_SET_CP_START(s, start, i) { \ - if(U16_IS_TRAIL((s)[i]) && (i)>(start) && U16_IS_LEAD((s)[(i)-1])) { \ - --(i); \ - } \ -} - -/* definitions with backward iteration -------------------------------------- */ - -/** - * Move the string offset from one code point boundary to the previous one - * and get the code point between them. - * (Pre-decrementing backward iteration.) - * "Unsafe" macro, assumes well-formed UTF-16. - * - * The input offset may be the same as the string length. - * If the offset is behind a trail surrogate unit - * for a supplementary code point, then the macro will read - * the preceding lead surrogate as well. - * If the offset is behind a lead surrogate, then that itself - * will be returned as the code point. - * The result is undefined if the offset is behind a single, unpaired trail surrogate. - * - * @param s const UChar * string - * @param i string offset - * @param c output UChar32 variable - * @see U16_PREV - * @stable ICU 2.4 - */ -#define U16_PREV_UNSAFE(s, i, c) { \ - (c)=(s)[--(i)]; \ - if(U16_IS_TRAIL(c)) { \ - (c)=U16_GET_SUPPLEMENTARY((s)[--(i)], (c)); \ - } \ -} - -/** - * Move the string offset from one code point boundary to the previous one - * and get the code point between them. - * (Pre-decrementing backward iteration.) - * "Safe" macro, handles unpaired surrogates and checks for string boundaries. - * - * The input offset may be the same as the string length. - * If the offset is behind a trail surrogate unit - * for a supplementary code point, then the macro will read - * the preceding lead surrogate as well. - * If the offset is behind a lead surrogate or behind a single, unpaired - * trail surrogate, then that itself - * will be returned as the code point. - * - * @param s const UChar * string - * @param start starting string offset (usually 0) - * @param i string offset, must be start<i - * @param c output UChar32 variable - * @see U16_PREV_UNSAFE - * @stable ICU 2.4 - */ -#define U16_PREV(s, start, i, c) { \ - (c)=(s)[--(i)]; \ - if(U16_IS_TRAIL(c)) { \ - uint16_t __c2; \ - if((i)>(start) && U16_IS_LEAD(__c2=(s)[(i)-1])) { \ - --(i); \ - (c)=U16_GET_SUPPLEMENTARY(__c2, (c)); \ - } \ - } \ -} - -/** - * Move the string offset from one code point boundary to the previous one. - * (Pre-decrementing backward iteration.) - * The input offset may be the same as the string length. - * "Unsafe" macro, assumes well-formed UTF-16. - * - * @param s const UChar * string - * @param i string offset - * @see U16_BACK_1 - * @stable ICU 2.4 - */ -#define U16_BACK_1_UNSAFE(s, i) { \ - if(U16_IS_TRAIL((s)[--(i)])) { \ - --(i); \ - } \ -} - -/** - * Move the string offset from one code point boundary to the previous one. - * (Pre-decrementing backward iteration.) - * The input offset may be the same as the string length. - * "Safe" macro, handles unpaired surrogates and checks for string boundaries. - * - * @param s const UChar * string - * @param start starting string offset (usually 0) - * @param i string offset, must be start<i - * @see U16_BACK_1_UNSAFE - * @stable ICU 2.4 - */ -#define U16_BACK_1(s, start, i) { \ - if(U16_IS_TRAIL((s)[--(i)]) && (i)>(start) && U16_IS_LEAD((s)[(i)-1])) { \ - --(i); \ - } \ -} - -/** - * Move the string offset from one code point boundary to the n-th one before it, - * i.e., move backward by n code points. - * (Pre-decrementing backward iteration.) - * The input offset may be the same as the string length. - * "Unsafe" macro, assumes well-formed UTF-16. - * - * @param s const UChar * string - * @param i string offset - * @param n number of code points to skip - * @see U16_BACK_N - * @stable ICU 2.4 - */ -#define U16_BACK_N_UNSAFE(s, i, n) { \ - int32_t __N=(n); \ - while(__N>0) { \ - U16_BACK_1_UNSAFE(s, i); \ - --__N; \ - } \ -} - -/** - * Move the string offset from one code point boundary to the n-th one before it, - * i.e., move backward by n code points. - * (Pre-decrementing backward iteration.) - * The input offset may be the same as the string length. - * "Safe" macro, handles unpaired surrogates and checks for string boundaries. - * - * @param s const UChar * string - * @param start start of string - * @param i string offset, must be start<i - * @param n number of code points to skip - * @see U16_BACK_N_UNSAFE - * @stable ICU 2.4 - */ -#define U16_BACK_N(s, start, i, n) { \ - int32_t __N=(n); \ - while(__N>0 && (i)>(start)) { \ - U16_BACK_1(s, start, i); \ - --__N; \ - } \ -} - -/** - * Adjust a random-access offset to a code point boundary after a code point. - * If the offset is behind the lead surrogate of a surrogate pair, - * then the offset is incremented. - * Otherwise, it is not modified. - * The input offset may be the same as the string length. - * "Unsafe" macro, assumes well-formed UTF-16. - * - * @param s const UChar * string - * @param i string offset - * @see U16_SET_CP_LIMIT - * @stable ICU 2.4 - */ -#define U16_SET_CP_LIMIT_UNSAFE(s, i) { \ - if(U16_IS_LEAD((s)[(i)-1])) { \ - ++(i); \ - } \ -} - -/** - * Adjust a random-access offset to a code point boundary after a code point. - * If the offset is behind the lead surrogate of a surrogate pair, - * then the offset is incremented. - * Otherwise, it is not modified. - * The input offset may be the same as the string length. - * "Safe" macro, handles unpaired surrogates and checks for string boundaries. - * - * @param s const UChar * string - * @param start starting string offset (usually 0) - * @param i string offset, start<=i<=length - * @param length string length - * @see U16_SET_CP_LIMIT_UNSAFE - * @stable ICU 2.4 - */ -#define U16_SET_CP_LIMIT(s, start, i, length) { \ - if((start)<(i) && (i)<(length) && U16_IS_LEAD((s)[(i)-1]) && U16_IS_TRAIL((s)[i])) { \ - ++(i); \ - } \ -} - -#endif diff --git a/jni/EastAsianWidth/unicode/utf32.h b/jni/EastAsianWidth/unicode/utf32.h deleted file mode 100644 index bf63e69..0000000 --- a/jni/EastAsianWidth/unicode/utf32.h +++ /dev/null @@ -1,23 +0,0 @@ -/* -******************************************************************************* -* -* Copyright (C) 1999-2001, International Business Machines -* Corporation and others. All Rights Reserved. -* -******************************************************************************* -* file name: utf32.h -* encoding: US-ASCII -* tab size: 8 (not used) -* indentation:4 -* -* created on: 1999sep20 -* created by: Markus W. Scherer -*/ -/** - * \file - * \brief C API: UTF-32 macros - * - * This file is obsolete and its contents moved to utf_old.h. - * See utf_old.h and Jitterbug 2150 and its discussion on the ICU mailing list - * in September 2002. - */ diff --git a/jni/EastAsianWidth/unicode/utf8.h b/jni/EastAsianWidth/unicode/utf8.h deleted file mode 100644 index 1142c44..0000000 --- a/jni/EastAsianWidth/unicode/utf8.h +++ /dev/null @@ -1,652 +0,0 @@ -/* -******************************************************************************* -* -* Copyright (C) 1999-2007, International Business Machines -* Corporation and others. All Rights Reserved. -* -******************************************************************************* -* file name: utf8.h -* encoding: US-ASCII -* tab size: 8 (not used) -* indentation:4 -* -* created on: 1999sep13 -* created by: Markus W. Scherer -*/ - -/** - * \file - * \brief C API: 8-bit Unicode handling macros - * - * This file defines macros to deal with 8-bit Unicode (UTF-8) code units (bytes) and strings. - * utf8.h is included by utf.h after unicode/umachine.h - * and some common definitions. - * - * For more information see utf.h and the ICU User Guide Strings chapter - * (http://icu-project.org/userguide/strings.html). - * - * <em>Usage:</em> - * ICU coding guidelines for if() statements should be followed when using these macros. - * Compound statements (curly braces {}) must be used for if-else-while... - * bodies and all macro statements should be terminated with semicolon. - */ - -#ifndef __UTF8_H__ -#define __UTF8_H__ - -/* utf.h must be included first. */ -#ifndef __UTF_H__ -# include "unicode/utf.h" -#endif - -/* internal definitions ----------------------------------------------------- */ - -/** - * \var utf8_countTrailBytes - * Internal array with numbers of trail bytes for any given byte used in - * lead byte position. - * @internal - */ -#ifdef U_UTF8_IMPL -U_EXPORT const uint8_t -#elif defined(U_STATIC_IMPLEMENTATION) || defined(U_COMMON_IMPLEMENTATION) -U_CFUNC const uint8_t -#else -U_CFUNC U_IMPORT const uint8_t /* U_IMPORT2? */ /*U_IMPORT*/ -#endif -utf8_countTrailBytes[256]; - -/** - * Count the trail bytes for a UTF-8 lead byte. - * @internal - */ -#define U8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[(uint8_t)leadByte]) - -/** - * Mask a UTF-8 lead byte, leave only the lower bits that form part of the code point value. - * @internal - */ -#define U8_MASK_LEAD_BYTE(leadByte, countTrailBytes) ((leadByte)&=(1<<(6-(countTrailBytes)))-1) - -/** - * Function for handling "next code point" with error-checking. - * @internal - */ -U_INTERNAL UChar32 U_EXPORT2 -utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict); - -/** - * Function for handling "append code point" with error-checking. - * @internal - */ -U_INTERNAL int32_t U_EXPORT2 -utf8_appendCharSafeBody(uint8_t *s, int32_t i, int32_t length, UChar32 c, UBool *pIsError); - -/** - * Function for handling "previous code point" with error-checking. - * @internal - */ -U_INTERNAL UChar32 U_EXPORT2 -utf8_prevCharSafeBody(const uint8_t *s, int32_t start, int32_t *pi, UChar32 c, UBool strict); - -/** - * Function for handling "skip backward one code point" with error-checking. - * @internal - */ -U_INTERNAL int32_t U_EXPORT2 -utf8_back1SafeBody(const uint8_t *s, int32_t start, int32_t i); - -/* single-code point definitions -------------------------------------------- */ - -/** - * Does this code unit (byte) encode a code point by itself (US-ASCII 0..0x7f)? - * @param c 8-bit code unit (byte) - * @return TRUE or FALSE - * @stable ICU 2.4 - */ -#define U8_IS_SINGLE(c) (((c)&0x80)==0) - -/** - * Is this code unit (byte) a UTF-8 lead byte? - * @param c 8-bit code unit (byte) - * @return TRUE or FALSE - * @stable ICU 2.4 - */ -#define U8_IS_LEAD(c) ((uint8_t)((c)-0xc0)<0x3e) - -/** - * Is this code unit (byte) a UTF-8 trail byte? - * @param c 8-bit code unit (byte) - * @return TRUE or FALSE - * @stable ICU 2.4 - */ -#define U8_IS_TRAIL(c) (((c)&0xc0)==0x80) - -/** - * How many code units (bytes) are used for the UTF-8 encoding - * of this Unicode code point? - * @param c 32-bit code point - * @return 1..4, or 0 if c is a surrogate or not a Unicode code point - * @stable ICU 2.4 - */ -#define U8_LENGTH(c) \ - ((uint32_t)(c)<=0x7f ? 1 : \ - ((uint32_t)(c)<=0x7ff ? 2 : \ - ((uint32_t)(c)<=0xd7ff ? 3 : \ - ((uint32_t)(c)<=0xdfff || (uint32_t)(c)>0x10ffff ? 0 : \ - ((uint32_t)(c)<=0xffff ? 3 : 4)\ - ) \ - ) \ - ) \ - ) - -/** - * The maximum number of UTF-8 code units (bytes) per Unicode code point (U+0000..U+10ffff). - * @return 4 - * @stable ICU 2.4 - */ -#define U8_MAX_LENGTH 4 - -/** - * Get a code point from a string at a random-access offset, - * without changing the offset. - * The offset may point to either the lead byte or one of the trail bytes - * for a code point, in which case the macro will read all of the bytes - * for the code point. - * The result is undefined if the offset points to an illegal UTF-8 - * byte sequence. - * Iteration through a string is more efficient with U8_NEXT_UNSAFE or U8_NEXT. - * - * @param s const uint8_t * string - * @param i string offset - * @param c output UChar32 variable - * @see U8_GET - * @stable ICU 2.4 - */ -#define U8_GET_UNSAFE(s, i, c) { \ - int32_t _u8_get_unsafe_index=(int32_t)(i); \ - U8_SET_CP_START_UNSAFE(s, _u8_get_unsafe_index); \ - U8_NEXT_UNSAFE(s, _u8_get_unsafe_index, c); \ -} - -/** - * Get a code point from a string at a random-access offset, - * without changing the offset. - * The offset may point to either the lead byte or one of the trail bytes - * for a code point, in which case the macro will read all of the bytes - * for the code point. - * If the offset points to an illegal UTF-8 byte sequence, then - * c is set to a negative value. - * Iteration through a string is more efficient with U8_NEXT_UNSAFE or U8_NEXT. - * - * @param s const uint8_t * string - * @param start starting string offset - * @param i string offset, must be start<=i<length - * @param length string length - * @param c output UChar32 variable, set to <0 in case of an error - * @see U8_GET_UNSAFE - * @stable ICU 2.4 - */ -#define U8_GET(s, start, i, length, c) { \ - int32_t _u8_get_index=(int32_t)(i); \ - U8_SET_CP_START(s, start, _u8_get_index); \ - U8_NEXT(s, _u8_get_index, length, c); \ -} - -/* definitions with forward iteration --------------------------------------- */ - -/** - * Get a code point from a string at a code point boundary offset, - * and advance the offset to the next code point boundary. - * (Post-incrementing forward iteration.) - * "Unsafe" macro, assumes well-formed UTF-8. - * - * The offset may point to the lead byte of a multi-byte sequence, - * in which case the macro will read the whole sequence. - * The result is undefined if the offset points to a trail byte - * or an illegal UTF-8 sequence. - * - * @param s const uint8_t * string - * @param i string offset - * @param c output UChar32 variable - * @see U8_NEXT - * @stable ICU 2.4 - */ -#define U8_NEXT_UNSAFE(s, i, c) { \ - (c)=(uint8_t)(s)[(i)++]; \ - if((uint8_t)((c)-0xc0)<0x35) { \ - uint8_t __count=U8_COUNT_TRAIL_BYTES(c); \ - U8_MASK_LEAD_BYTE(c, __count); \ - switch(__count) { \ - /* each following branch falls through to the next one */ \ - case 3: \ - (c)=((c)<<6)|((s)[(i)++]&0x3f); \ - case 2: \ - (c)=((c)<<6)|((s)[(i)++]&0x3f); \ - case 1: \ - (c)=((c)<<6)|((s)[(i)++]&0x3f); \ - /* no other branches to optimize switch() */ \ - break; \ - } \ - } \ -} - -/** - * Get a code point from a string at a code point boundary offset, - * and advance the offset to the next code point boundary. - * (Post-incrementing forward iteration.) - * "Safe" macro, checks for illegal sequences and for string boundaries. - * - * The offset may point to the lead byte of a multi-byte sequence, - * in which case the macro will read the whole sequence. - * If the offset points to a trail byte or an illegal UTF-8 sequence, then - * c is set to a negative value. - * - * @param s const uint8_t * string - * @param i string offset, must be i<length - * @param length string length - * @param c output UChar32 variable, set to <0 in case of an error - * @see U8_NEXT_UNSAFE - * @stable ICU 2.4 - */ -#define U8_NEXT(s, i, length, c) { \ - (c)=(uint8_t)(s)[(i)++]; \ - if((c)>=0x80) { \ - uint8_t __t1, __t2; \ - if( /* handle U+1000..U+CFFF inline */ \ - (0xe0<(c) && (c)<=0xec) && \ - (((i)+1)<(length)) && \ - (__t1=(uint8_t)((s)[i]-0x80))<=0x3f && \ - (__t2=(uint8_t)((s)[(i)+1]-0x80))<= 0x3f \ - ) { \ - /* no need for (c&0xf) because the upper bits are truncated after <<12 in the cast to (UChar) */ \ - (c)=(UChar)(((c)<<12)|(__t1<<6)|__t2); \ - (i)+=2; \ - } else if( /* handle U+0080..U+07FF inline */ \ - ((c)<0xe0 && (c)>=0xc2) && \ - ((i)<(length)) && \ - (__t1=(uint8_t)((s)[i]-0x80))<=0x3f \ - ) { \ - (c)=(UChar)((((c)&0x1f)<<6)|__t1); \ - ++(i); \ - } else if(U8_IS_LEAD(c)) { \ - /* function call for "complicated" and error cases */ \ - (c)=utf8_nextCharSafeBody((const uint8_t *)s, &(i), (int32_t)(length), c, -1); \ - } else { \ - (c)=U_SENTINEL; \ - } \ - } \ -} - -/** - * Append a code point to a string, overwriting 1 to 4 bytes. - * The offset points to the current end of the string contents - * and is advanced (post-increment). - * "Unsafe" macro, assumes a valid code point and sufficient space in the string. - * Otherwise, the result is undefined. - * - * @param s const uint8_t * string buffer - * @param i string offset - * @param c code point to append - * @see U8_APPEND - * @stable ICU 2.4 - */ -#define U8_APPEND_UNSAFE(s, i, c) { \ - if((uint32_t)(c)<=0x7f) { \ - (s)[(i)++]=(uint8_t)(c); \ - } else { \ - if((uint32_t)(c)<=0x7ff) { \ - (s)[(i)++]=(uint8_t)(((c)>>6)|0xc0); \ - } else { \ - if((uint32_t)(c)<=0xffff) { \ - (s)[(i)++]=(uint8_t)(((c)>>12)|0xe0); \ - } else { \ - (s)[(i)++]=(uint8_t)(((c)>>18)|0xf0); \ - (s)[(i)++]=(uint8_t)((((c)>>12)&0x3f)|0x80); \ - } \ - (s)[(i)++]=(uint8_t)((((c)>>6)&0x3f)|0x80); \ - } \ - (s)[(i)++]=(uint8_t)(((c)&0x3f)|0x80); \ - } \ -} - -/** - * Append a code point to a string, overwriting 1 to 4 bytes. - * The offset points to the current end of the string contents - * and is advanced (post-increment). - * "Safe" macro, checks for a valid code point. - * If a non-ASCII code point is written, checks for sufficient space in the string. - * If the code point is not valid or trail bytes do not fit, - * then isError is set to TRUE. - * - * @param s const uint8_t * string buffer - * @param i string offset, must be i<capacity - * @param capacity size of the string buffer - * @param c code point to append - * @param isError output UBool set to TRUE if an error occurs, otherwise not modified - * @see U8_APPEND_UNSAFE - * @stable ICU 2.4 - */ -#define U8_APPEND(s, i, capacity, c, isError) { \ - if((uint32_t)(c)<=0x7f) { \ - (s)[(i)++]=(uint8_t)(c); \ - } else if((uint32_t)(c)<=0x7ff && (i)+1<(capacity)) { \ - (s)[(i)++]=(uint8_t)(((c)>>6)|0xc0); \ - (s)[(i)++]=(uint8_t)(((c)&0x3f)|0x80); \ - } else if((uint32_t)(c)<=0xd7ff && (i)+2<(capacity)) { \ - (s)[(i)++]=(uint8_t)(((c)>>12)|0xe0); \ - (s)[(i)++]=(uint8_t)((((c)>>6)&0x3f)|0x80); \ - (s)[(i)++]=(uint8_t)(((c)&0x3f)|0x80); \ - } else { \ - (i)=utf8_appendCharSafeBody(s, (int32_t)(i), (int32_t)(capacity), c, &(isError)); \ - } \ -} - -/** - * Advance the string offset from one code point boundary to the next. - * (Post-incrementing iteration.) - * "Unsafe" macro, assumes well-formed UTF-8. - * - * @param s const uint8_t * string - * @param i string offset - * @see U8_FWD_1 - * @stable ICU 2.4 - */ -#define U8_FWD_1_UNSAFE(s, i) { \ - (i)+=1+U8_COUNT_TRAIL_BYTES((s)[i]); \ -} - -/** - * Advance the string offset from one code point boundary to the next. - * (Post-incrementing iteration.) - * "Safe" macro, checks for illegal sequences and for string boundaries. - * - * @param s const uint8_t * string - * @param i string offset, must be i<length - * @param length string length - * @see U8_FWD_1_UNSAFE - * @stable ICU 2.4 - */ -#define U8_FWD_1(s, i, length) { \ - uint8_t __b=(uint8_t)(s)[(i)++]; \ - if(U8_IS_LEAD(__b)) { \ - uint8_t __count=U8_COUNT_TRAIL_BYTES(__b); \ - if((i)+__count>(length)) { \ - __count=(uint8_t)((length)-(i)); \ - } \ - while(__count>0 && U8_IS_TRAIL((s)[i])) { \ - ++(i); \ - --__count; \ - } \ - } \ -} - -/** - * Advance the string offset from one code point boundary to the n-th next one, - * i.e., move forward by n code points. - * (Post-incrementing iteration.) - * "Unsafe" macro, assumes well-formed UTF-8. - * - * @param s const uint8_t * string - * @param i string offset - * @param n number of code points to skip - * @see U8_FWD_N - * @stable ICU 2.4 - */ -#define U8_FWD_N_UNSAFE(s, i, n) { \ - int32_t __N=(n); \ - while(__N>0) { \ - U8_FWD_1_UNSAFE(s, i); \ - --__N; \ - } \ -} - -/** - * Advance the string offset from one code point boundary to the n-th next one, - * i.e., move forward by n code points. - * (Post-incrementing iteration.) - * "Safe" macro, checks for illegal sequences and for string boundaries. - * - * @param s const uint8_t * string - * @param i string offset, must be i<length - * @param length string length - * @param n number of code points to skip - * @see U8_FWD_N_UNSAFE - * @stable ICU 2.4 - */ -#define U8_FWD_N(s, i, length, n) { \ - int32_t __N=(n); \ - while(__N>0 && (i)<(length)) { \ - U8_FWD_1(s, i, length); \ - --__N; \ - } \ -} - -/** - * Adjust a random-access offset to a code point boundary - * at the start of a code point. - * If the offset points to a UTF-8 trail byte, - * then the offset is moved backward to the corresponding lead byte. - * Otherwise, it is not modified. - * "Unsafe" macro, assumes well-formed UTF-8. - * - * @param s const uint8_t * string - * @param i string offset - * @see U8_SET_CP_START - * @stable ICU 2.4 - */ -#define U8_SET_CP_START_UNSAFE(s, i) { \ - while(U8_IS_TRAIL((s)[i])) { --(i); } \ -} - -/** - * Adjust a random-access offset to a code point boundary - * at the start of a code point. - * If the offset points to a UTF-8 trail byte, - * then the offset is moved backward to the corresponding lead byte. - * Otherwise, it is not modified. - * "Safe" macro, checks for illegal sequences and for string boundaries. - * - * @param s const uint8_t * string - * @param start starting string offset (usually 0) - * @param i string offset, must be start<=i - * @see U8_SET_CP_START_UNSAFE - * @stable ICU 2.4 - */ -#define U8_SET_CP_START(s, start, i) { \ - if(U8_IS_TRAIL((s)[(i)])) { \ - (i)=utf8_back1SafeBody(s, start, (int32_t)(i)); \ - } \ -} - -/* definitions with backward iteration -------------------------------------- */ - -/** - * Move the string offset from one code point boundary to the previous one - * and get the code point between them. - * (Pre-decrementing backward iteration.) - * "Unsafe" macro, assumes well-formed UTF-8. - * - * The input offset may be the same as the string length. - * If the offset is behind a multi-byte sequence, then the macro will read - * the whole sequence. - * If the offset is behind a lead byte, then that itself - * will be returned as the code point. - * The result is undefined if the offset is behind an illegal UTF-8 sequence. - * - * @param s const uint8_t * string - * @param i string offset - * @param c output UChar32 variable - * @see U8_PREV - * @stable ICU 2.4 - */ -#define U8_PREV_UNSAFE(s, i, c) { \ - (c)=(uint8_t)(s)[--(i)]; \ - if(U8_IS_TRAIL(c)) { \ - uint8_t __b, __count=1, __shift=6; \ -\ - /* c is a trail byte */ \ - (c)&=0x3f; \ - for(;;) { \ - __b=(uint8_t)(s)[--(i)]; \ - if(__b>=0xc0) { \ - U8_MASK_LEAD_BYTE(__b, __count); \ - (c)|=(UChar32)__b<<__shift; \ - break; \ - } else { \ - (c)|=(UChar32)(__b&0x3f)<<__shift; \ - ++__count; \ - __shift+=6; \ - } \ - } \ - } \ -} - -/** - * Move the string offset from one code point boundary to the previous one - * and get the code point between them. - * (Pre-decrementing backward iteration.) - * "Safe" macro, checks for illegal sequences and for string boundaries. - * - * The input offset may be the same as the string length. - * If the offset is behind a multi-byte sequence, then the macro will read - * the whole sequence. - * If the offset is behind a lead byte, then that itself - * will be returned as the code point. - * If the offset is behind an illegal UTF-8 sequence, then c is set to a negative value. - * - * @param s const uint8_t * string - * @param start starting string offset (usually 0) - * @param i string offset, must be start<i - * @param c output UChar32 variable, set to <0 in case of an error - * @see U8_PREV_UNSAFE - * @stable ICU 2.4 - */ -#define U8_PREV(s, start, i, c) { \ - (c)=(uint8_t)(s)[--(i)]; \ - if((c)>=0x80) { \ - if((c)<=0xbf) { \ - (c)=utf8_prevCharSafeBody((const uint8_t *)s, start, &(i), c, -1); \ - } else { \ - (c)=U_SENTINEL; \ - } \ - } \ -} - -/** - * Move the string offset from one code point boundary to the previous one. - * (Pre-decrementing backward iteration.) - * The input offset may be the same as the string length. - * "Unsafe" macro, assumes well-formed UTF-8. - * - * @param s const uint8_t * string - * @param i string offset - * @see U8_BACK_1 - * @stable ICU 2.4 - */ -#define U8_BACK_1_UNSAFE(s, i) { \ - while(U8_IS_TRAIL((s)[--(i)])) {} \ -} - -/** - * Move the string offset from one code point boundary to the previous one. - * (Pre-decrementing backward iteration.) - * The input offset may be the same as the string length. - * "Safe" macro, checks for illegal sequences and for string boundaries. - * - * @param s const uint8_t * string - * @param start starting string offset (usually 0) - * @param i string offset, must be start<i - * @see U8_BACK_1_UNSAFE - * @stable ICU 2.4 - */ -#define U8_BACK_1(s, start, i) { \ - if(U8_IS_TRAIL((s)[--(i)])) { \ - (i)=utf8_back1SafeBody(s, start, (int32_t)(i)); \ - } \ -} - -/** - * Move the string offset from one code point boundary to the n-th one before it, - * i.e., move backward by n code points. - * (Pre-decrementing backward iteration.) - * The input offset may be the same as the string length. - * "Unsafe" macro, assumes well-formed UTF-8. - * - * @param s const uint8_t * string - * @param i string offset - * @param n number of code points to skip - * @see U8_BACK_N - * @stable ICU 2.4 - */ -#define U8_BACK_N_UNSAFE(s, i, n) { \ - int32_t __N=(n); \ - while(__N>0) { \ - U8_BACK_1_UNSAFE(s, i); \ - --__N; \ - } \ -} - -/** - * Move the string offset from one code point boundary to the n-th one before it, - * i.e., move backward by n code points. - * (Pre-decrementing backward iteration.) - * The input offset may be the same as the string length. - * "Safe" macro, checks for illegal sequences and for string boundaries. - * - * @param s const uint8_t * string - * @param start index of the start of the string - * @param i string offset, must be start<i - * @param n number of code points to skip - * @see U8_BACK_N_UNSAFE - * @stable ICU 2.4 - */ -#define U8_BACK_N(s, start, i, n) { \ - int32_t __N=(n); \ - while(__N>0 && (i)>(start)) { \ - U8_BACK_1(s, start, i); \ - --__N; \ - } \ -} - -/** - * Adjust a random-access offset to a code point boundary after a code point. - * If the offset is behind a partial multi-byte sequence, - * then the offset is incremented to behind the whole sequence. - * Otherwise, it is not modified. - * The input offset may be the same as the string length. - * "Unsafe" macro, assumes well-formed UTF-8. - * - * @param s const uint8_t * string - * @param i string offset - * @see U8_SET_CP_LIMIT - * @stable ICU 2.4 - */ -#define U8_SET_CP_LIMIT_UNSAFE(s, i) { \ - U8_BACK_1_UNSAFE(s, i); \ - U8_FWD_1_UNSAFE(s, i); \ -} - -/** - * Adjust a random-access offset to a code point boundary after a code point. - * If the offset is behind a partial multi-byte sequence, - * then the offset is incremented to behind the whole sequence. - * Otherwise, it is not modified. - * The input offset may be the same as the string length. - * "Safe" macro, checks for illegal sequences and for string boundaries. - * - * @param s const uint8_t * string - * @param start starting string offset (usually 0) - * @param i string offset, must be start<=i<=length - * @param length string length - * @see U8_SET_CP_LIMIT_UNSAFE - * @stable ICU 2.4 - */ -#define U8_SET_CP_LIMIT(s, start, i, length) { \ - if((start)<(i) && (i)<(length)) { \ - U8_BACK_1(s, start, i); \ - U8_FWD_1(s, i, length); \ - } \ -} - -#endif diff --git a/jni/EastAsianWidth/unicode/utf_old.h b/jni/EastAsianWidth/unicode/utf_old.h deleted file mode 100644 index 2397889..0000000 --- a/jni/EastAsianWidth/unicode/utf_old.h +++ /dev/null @@ -1,1171 +0,0 @@ -/* -******************************************************************************* -* -* Copyright (C) 2002-2005, International Business Machines -* Corporation and others. All Rights Reserved. -* -******************************************************************************* -* file name: utf.h -* encoding: US-ASCII -* tab size: 8 (not used) -* indentation:4 -* -* created on: 2002sep21 -* created by: Markus W. Scherer -*/ - -/** - * \file - * \brief C API: Deprecated macros for Unicode string handling - */ - -/** - * - * The macros in utf_old.h are all deprecated and their use discouraged. - * Some of the design principles behind the set of UTF macros - * have changed or proved impractical. - * Almost all of the old "UTF macros" are at least renamed. - * If you are looking for a new equivalent to an old macro, please see the - * comment at the old one. - * - * utf_old.h is included by utf.h after unicode/umachine.h - * and some common definitions, to not break old code. - * - * Brief summary of reasons for deprecation: - * - Switch on UTF_SIZE (selection of UTF-8/16/32 default string processing) - * was impractical. - * - Switch on UTF_SAFE etc. (selection of unsafe/safe/strict default string processing) - * was of little use and impractical. - * - Whole classes of macros became obsolete outside of the UTF_SIZE/UTF_SAFE - * selection framework: UTF32_ macros (all trivial) - * and UTF_ default and intermediate macros (all aliases). - * - The selection framework also caused many macro aliases. - * - Change in Unicode standard: "irregular" sequences (3.0) became illegal (3.2). - * - Change of language in Unicode standard: - * Growing distinction between internal x-bit Unicode strings and external UTF-x - * forms, with the former more lenient. - * Suggests renaming of UTF16_ macros to U16_. - * - The prefix "UTF_" without a width number confused some users. - * - "Safe" append macros needed the addition of an error indicator output. - * - "Safe" UTF-8 macros used legitimate (if rarely used) code point values - * to indicate error conditions. - * - The use of the "_CHAR" infix for code point operations confused some users. - * - * More details: - * - * Until ICU 2.2, utf.h theoretically allowed to choose among UTF-8/16/32 - * for string processing, and among unsafe/safe/strict default macros for that. - * - * It proved nearly impossible to write non-trivial, high-performance code - * that is UTF-generic. - * Unsafe default macros would be dangerous for default string processing, - * and the main reason for the "strict" versions disappeared: - * Between Unicode 3.0 and 3.2 all "irregular" UTF-8 sequences became illegal. - * The only other conditions that "strict" checked for were non-characters, - * which are valid during processing. Only during text input/output should they - * be checked, and at that time other well-formedness checks may be - * necessary or useful as well. - * This can still be done by using U16_NEXT and U_IS_UNICODE_NONCHAR - * or U_IS_UNICODE_CHAR. - * - * The old UTF8_..._SAFE macros also used some normal Unicode code points - * to indicate malformed sequences. - * The new UTF8_ macros without suffix use negative values instead. - * - * The entire contents of utf32.h was moved here without replacement - * because all those macros were trivial and - * were meaningful only in the framework of choosing the UTF size. - * - * See Jitterbug 2150 and its discussion on the ICU mailing list - * in September 2002. - * - * <hr> - * - * <em>Obsolete part</em> of pre-ICU 2.4 utf.h file documentation: - * - * <p>The original concept for these files was for ICU to allow - * in principle to set which UTF (UTF-8/16/32) is used internally - * by defining UTF_SIZE to either 8, 16, or 32. utf.h would then define the UChar type - * accordingly. UTF-16 was the default.</p> - * - * <p>This concept has been abandoned. - * A lot of the ICU source code assumes UChar strings are in UTF-16. - * This is especially true for low-level code like - * conversion, normalization, and collation. - * The utf.h header enforces the default of UTF-16. - * The UTF-8 and UTF-32 macros remain for now for completeness and backward compatibility.</p> - * - * <p>Accordingly, utf.h defines UChar to be an unsigned 16-bit integer. If this matches wchar_t, then - * UChar is defined to be exactly wchar_t, otherwise uint16_t.</p> - * - * <p>UChar32 is defined to be a signed 32-bit integer (int32_t), large enough for a 21-bit - * Unicode code point (Unicode scalar value, 0..0x10ffff). - * Before ICU 2.4, the definition of UChar32 was similarly platform-dependent as - * the definition of UChar. For details see the documentation for UChar32 itself.</p> - * - * <p>utf.h also defines a number of C macros for handling single Unicode code points and - * for using UTF Unicode strings. It includes utf8.h, utf16.h, and utf32.h for the actual - * implementations of those macros and then aliases one set of them (for UTF-16) for general use. - * The UTF-specific macros have the UTF size in the macro name prefixes (UTF16_...), while - * the general alias macros always begin with UTF_...</p> - * - * <p>Many string operations can be done with or without error checking. - * Where such a distinction is useful, there are two versions of the macros, "unsafe" and "safe" - * ones with ..._UNSAFE and ..._SAFE suffixes. The unsafe macros are fast but may cause - * program failures if the strings are not well-formed. The safe macros have an additional, boolean - * parameter "strict". If strict is FALSE, then only illegal sequences are detected. - * Otherwise, irregular sequences and non-characters are detected as well (like single surrogates). - * Safe macros return special error code points for illegal/irregular sequences: - * Typically, U+ffff, or values that would result in a code unit sequence of the same length - * as the erroneous input sequence.<br> - * Note that _UNSAFE macros have fewer parameters: They do not have the strictness parameter, and - * they do not have start/length parameters for boundary checking.</p> - * - * <p>Here, the macros are aliased in two steps: - * In the first step, the UTF-specific macros with UTF16_ prefix and _UNSAFE and _SAFE suffixes are - * aliased according to the UTF_SIZE to macros with UTF_ prefix and the same suffixes and signatures. - * Then, in a second step, the default, general alias macros are set to use either the unsafe or - * the safe/not strict (default) or the safe/strict macro; - * these general macros do not have a strictness parameter.</p> - * - * <p>It is possible to change the default choice for the general alias macros to be unsafe, safe/not strict or safe/strict. - * The default is safe/not strict. It is not recommended to select the unsafe macros as the basis for - * Unicode string handling in ICU! To select this, define UTF_SAFE, UTF_STRICT, or UTF_UNSAFE.</p> - * - * <p>For general use, one should use the default, general macros with UTF_ prefix and no _SAFE/_UNSAFE suffix. - * Only in some cases it may be necessary to control the choice of macro directly and use a less generic alias. - * For example, if it can be assumed that a string is well-formed and the index will stay within the bounds, - * then the _UNSAFE version may be used. - * If a UTF-8 string is to be processed, then the macros with UTF8_ prefixes need to be used.</p> - * - * <hr> - * - * @deprecated ICU 2.4. Use the macros in utf.h, utf16.h, utf8.h instead. - */ - -#ifndef __UTF_OLD_H__ -#define __UTF_OLD_H__ - -#ifndef U_HIDE_DEPRECATED_API - -/* utf.h must be included first. */ -#ifndef __UTF_H__ -# include "unicode/utf.h" -#endif - -/* Formerly utf.h, part 1 --------------------------------------------------- */ - -#ifdef U_USE_UTF_DEPRECATES -/** - * Unicode string and array offset and index type. - * ICU always counts Unicode code units (UChars) for - * string offsets, indexes, and lengths, not Unicode code points. - * - * @obsolete ICU 2.6. Use int32_t directly instead since this API will be removed in that release. - */ -typedef int32_t UTextOffset; -#endif - -/** Number of bits in a Unicode string code unit - ICU uses 16-bit Unicode. @deprecated ICU 2.4. Obsolete, see utf_old.h. */ -#define UTF_SIZE 16 - -/** - * The default choice for general Unicode string macros is to use the ..._SAFE macro implementations - * with strict=FALSE. - * - * @deprecated ICU 2.4. Obsolete, see utf_old.h. - */ -#define UTF_SAFE -/** @deprecated ICU 2.4. Obsolete, see utf_old.h. */ -#undef UTF_UNSAFE -/** @deprecated ICU 2.4. Obsolete, see utf_old.h. */ -#undef UTF_STRICT - -/** - * <p>UTF8_ERROR_VALUE_1 and UTF8_ERROR_VALUE_2 are special error values for UTF-8, - * which need 1 or 2 bytes in UTF-8:<br> - * U+0015 = NAK = Negative Acknowledge, C0 control character<br> - * U+009f = highest C1 control character</p> - * - * <p>These are used by UTF8_..._SAFE macros so that they can return an error value - * that needs the same number of code units (bytes) as were seen by - * a macro. They should be tested with UTF_IS_ERROR() or UTF_IS_VALID().</p> - * - * @deprecated ICU 2.4. Obsolete, see utf_old.h. - */ -#define UTF8_ERROR_VALUE_1 0x15 - -/** - * See documentation on UTF8_ERROR_VALUE_1 for details. - * - * @deprecated ICU 2.4. Obsolete, see utf_old.h. - */ -#define UTF8_ERROR_VALUE_2 0x9f - -/** - * Error value for all UTFs. This code point value will be set by macros with error - * checking if an error is detected. - * - * @deprecated ICU 2.4. Obsolete, see utf_old.h. - */ -#define UTF_ERROR_VALUE 0xffff - -/** - * Is a given 32-bit code an error value - * as returned by one of the macros for any UTF? - * - * @deprecated ICU 2.4. Obsolete, see utf_old.h. - */ -#define UTF_IS_ERROR(c) \ - (((c)&0xfffe)==0xfffe || (c)==UTF8_ERROR_VALUE_1 || (c)==UTF8_ERROR_VALUE_2) - -/** - * This is a combined macro: Is c a valid Unicode value _and_ not an error code? - * - * @deprecated ICU 2.4. Obsolete, see utf_old.h. - */ -#define UTF_IS_VALID(c) \ - (UTF_IS_UNICODE_CHAR(c) && \ - (c)!=UTF8_ERROR_VALUE_1 && (c)!=UTF8_ERROR_VALUE_2) - -/** - * Is this code unit or code point a surrogate (U+d800..U+dfff)? - * @deprecated ICU 2.4. Renamed to U_IS_SURROGATE and U16_IS_SURROGATE, see utf_old.h. - */ -#define UTF_IS_SURROGATE(uchar) (((uchar)&0xfffff800)==0xd800) - -/** - * Is a given 32-bit code point a Unicode noncharacter? - * - * @deprecated ICU 2.4. Renamed to U_IS_UNICODE_NONCHAR, see utf_old.h. - */ -#define UTF_IS_UNICODE_NONCHAR(c) \ - ((c)>=0xfdd0 && \ - ((uint32_t)(c)<=0xfdef || ((c)&0xfffe)==0xfffe) && \ - (uint32_t)(c)<=0x10ffff) - -/** - * Is a given 32-bit value a Unicode code point value (0..U+10ffff) - * that can be assigned a character? - * - * Code points that are not characters include: - * - single surrogate code points (U+d800..U+dfff, 2048 code points) - * - the last two code points on each plane (U+__fffe and U+__ffff, 34 code points) - * - U+fdd0..U+fdef (new with Unicode 3.1, 32 code points) - * - the highest Unicode code point value is U+10ffff - * - * This means that all code points below U+d800 are character code points, - * and that boundary is tested first for performance. - * - * @deprecated ICU 2.4. Renamed to U_IS_UNICODE_CHAR, see utf_old.h. - */ -#define UTF_IS_UNICODE_CHAR(c) \ - ((uint32_t)(c)<0xd800 || \ - ((uint32_t)(c)>0xdfff && \ - (uint32_t)(c)<=0x10ffff && \ - !UTF_IS_UNICODE_NONCHAR(c))) - -/* Formerly utf8.h ---------------------------------------------------------- */ - -/** - * Count the trail bytes for a UTF-8 lead byte. - * @deprecated ICU 2.4. Renamed to U8_COUNT_TRAIL_BYTES, see utf_old.h. - */ -#define UTF8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[(uint8_t)leadByte]) - -/** - * Mask a UTF-8 lead byte, leave only the lower bits that form part of the code point value. - * @deprecated ICU 2.4. Renamed to U8_MASK_LEAD_BYTE, see utf_old.h. - */ -#define UTF8_MASK_LEAD_BYTE(leadByte, countTrailBytes) ((leadByte)&=(1<<(6-(countTrailBytes)))-1) - -/** Is this this code point a single code unit (byte)? @deprecated ICU 2.4. Renamed to U8_IS_SINGLE, see utf_old.h. */ -#define UTF8_IS_SINGLE(uchar) (((uchar)&0x80)==0) -/** Is this this code unit the lead code unit (byte) of a code point? @deprecated ICU 2.4. Renamed to U8_IS_LEAD, see utf_old.h. */ -#define UTF8_IS_LEAD(uchar) ((uint8_t)((uchar)-0xc0)<0x3e) -/** Is this this code unit a trailing code unit (byte) of a code point? @deprecated ICU 2.4. Renamed to U8_IS_TRAIL, see utf_old.h. */ -#define UTF8_IS_TRAIL(uchar) (((uchar)&0xc0)==0x80) - -/** Does this scalar Unicode value need multiple code units for storage? @deprecated ICU 2.4. Use U8_LENGTH or test ((uint32_t)(c)>0x7f) instead, see utf_old.h. */ -#define UTF8_NEED_MULTIPLE_UCHAR(c) ((uint32_t)(c)>0x7f) - -/** - * Given the lead character, how many bytes are taken by this code point. - * ICU does not deal with code points >0x10ffff - * unless necessary for advancing in the byte stream. - * - * These length macros take into account that for values >0x10ffff - * the UTF8_APPEND_CHAR_SAFE macros would write the error code point 0xffff - * with 3 bytes. - * Code point comparisons need to be in uint32_t because UChar32 - * may be a signed type, and negative values must be recognized. - * - * @deprecated ICU 2.4. Use U8_LENGTH instead, see utf_old.h. - */ -#if 1 -# define UTF8_CHAR_LENGTH(c) \ - ((uint32_t)(c)<=0x7f ? 1 : \ - ((uint32_t)(c)<=0x7ff ? 2 : \ - ((uint32_t)((c)-0x10000)>0xfffff ? 3 : 4) \ - ) \ - ) -#else -# define UTF8_CHAR_LENGTH(c) \ - ((uint32_t)(c)<=0x7f ? 1 : \ - ((uint32_t)(c)<=0x7ff ? 2 : \ - ((uint32_t)(c)<=0xffff ? 3 : \ - ((uint32_t)(c)<=0x10ffff ? 4 : \ - ((uint32_t)(c)<=0x3ffffff ? 5 : \ - ((uint32_t)(c)<=0x7fffffff ? 6 : 3) \ - ) \ - ) \ - ) \ - ) \ - ) -#endif - -/** The maximum number of bytes per code point. @deprecated ICU 2.4. Renamed to U8_MAX_LENGTH, see utf_old.h. */ -#define UTF8_MAX_CHAR_LENGTH 4 - -/** Average number of code units compared to UTF-16. @deprecated ICU 2.4. Obsolete, see utf_old.h. */ -#define UTF8_ARRAY_SIZE(size) ((5*(size))/2) - -/** @deprecated ICU 2.4. Renamed to U8_GET_UNSAFE, see utf_old.h. */ -#define UTF8_GET_CHAR_UNSAFE(s, i, c) { \ - int32_t _utf8_get_char_unsafe_index=(int32_t)(i); \ - UTF8_SET_CHAR_START_UNSAFE(s, _utf8_get_char_unsafe_index); \ - UTF8_NEXT_CHAR_UNSAFE(s, _utf8_get_char_unsafe_index, c); \ -} - -/** @deprecated ICU 2.4. Use U8_GET instead, see utf_old.h. */ -#define UTF8_GET_CHAR_SAFE(s, start, i, length, c, strict) { \ - int32_t _utf8_get_char_safe_index=(int32_t)(i); \ - UTF8_SET_CHAR_START_SAFE(s, start, _utf8_get_char_safe_index); \ - UTF8_NEXT_CHAR_SAFE(s, _utf8_get_char_safe_index, length, c, strict); \ -} - -/** @deprecated ICU 2.4. Renamed to U8_NEXT_UNSAFE, see utf_old.h. */ -#define UTF8_NEXT_CHAR_UNSAFE(s, i, c) { \ - (c)=(s)[(i)++]; \ - if((uint8_t)((c)-0xc0)<0x35) { \ - uint8_t __count=UTF8_COUNT_TRAIL_BYTES(c); \ - UTF8_MASK_LEAD_BYTE(c, __count); \ - switch(__count) { \ - /* each following branch falls through to the next one */ \ - case 3: \ - (c)=((c)<<6)|((s)[(i)++]&0x3f); \ - case 2: \ - (c)=((c)<<6)|((s)[(i)++]&0x3f); \ - case 1: \ - (c)=((c)<<6)|((s)[(i)++]&0x3f); \ - /* no other branches to optimize switch() */ \ - break; \ - } \ - } \ -} - -/** @deprecated ICU 2.4. Renamed to U8_APPEND_UNSAFE, see utf_old.h. */ -#define UTF8_APPEND_CHAR_UNSAFE(s, i, c) { \ - if((uint32_t)(c)<=0x7f) { \ - (s)[(i)++]=(uint8_t)(c); \ - } else { \ - if((uint32_t)(c)<=0x7ff) { \ - (s)[(i)++]=(uint8_t)(((c)>>6)|0xc0); \ - } else { \ - if((uint32_t)(c)<=0xffff) { \ - (s)[(i)++]=(uint8_t)(((c)>>12)|0xe0); \ - } else { \ - (s)[(i)++]=(uint8_t)(((c)>>18)|0xf0); \ - (s)[(i)++]=(uint8_t)((((c)>>12)&0x3f)|0x80); \ - } \ - (s)[(i)++]=(uint8_t)((((c)>>6)&0x3f)|0x80); \ - } \ - (s)[(i)++]=(uint8_t)(((c)&0x3f)|0x80); \ - } \ -} - -/** @deprecated ICU 2.4. Renamed to U8_FWD_1_UNSAFE, see utf_old.h. */ -#define UTF8_FWD_1_UNSAFE(s, i) { \ - (i)+=1+UTF8_COUNT_TRAIL_BYTES((s)[i]); \ -} - -/** @deprecated ICU 2.4. Renamed to U8_FWD_N_UNSAFE, see utf_old.h. */ -#define UTF8_FWD_N_UNSAFE(s, i, n) { \ - int32_t __N=(n); \ - while(__N>0) { \ - UTF8_FWD_1_UNSAFE(s, i); \ - --__N; \ - } \ -} - -/** @deprecated ICU 2.4. Renamed to U8_SET_CP_START_UNSAFE, see utf_old.h. */ -#define UTF8_SET_CHAR_START_UNSAFE(s, i) { \ - while(UTF8_IS_TRAIL((s)[i])) { --(i); } \ -} - -/** @deprecated ICU 2.4. Use U8_NEXT instead, see utf_old.h. */ -#define UTF8_NEXT_CHAR_SAFE(s, i, length, c, strict) { \ - (c)=(s)[(i)++]; \ - if((c)>=0x80) { \ - if(UTF8_IS_LEAD(c)) { \ - (c)=utf8_nextCharSafeBody(s, &(i), (int32_t)(length), c, strict); \ - } else { \ - (c)=UTF8_ERROR_VALUE_1; \ - } \ - } \ -} - -/** @deprecated ICU 2.4. Use U8_APPEND instead, see utf_old.h. */ -#define UTF8_APPEND_CHAR_SAFE(s, i, length, c) { \ - if((uint32_t)(c)<=0x7f) { \ - (s)[(i)++]=(uint8_t)(c); \ - } else { \ - (i)=utf8_appendCharSafeBody(s, (int32_t)(i), (int32_t)(length), c, NULL); \ - } \ -} - -/** @deprecated ICU 2.4. Renamed to U8_FWD_1, see utf_old.h. */ -#define UTF8_FWD_1_SAFE(s, i, length) U8_FWD_1(s, i, length) - -/** @deprecated ICU 2.4. Renamed to U8_FWD_N, see utf_old.h. */ -#define UTF8_FWD_N_SAFE(s, i, length, n) U8_FWD_N(s, i, length, n) - -/** @deprecated ICU 2.4. Renamed to U8_SET_CP_START, see utf_old.h. */ -#define UTF8_SET_CHAR_START_SAFE(s, start, i) U8_SET_CP_START(s, start, i) - -/** @deprecated ICU 2.4. Renamed to U8_PREV_UNSAFE, see utf_old.h. */ -#define UTF8_PREV_CHAR_UNSAFE(s, i, c) { \ - (c)=(s)[--(i)]; \ - if(UTF8_IS_TRAIL(c)) { \ - uint8_t __b, __count=1, __shift=6; \ -\ - /* c is a trail byte */ \ - (c)&=0x3f; \ - for(;;) { \ - __b=(s)[--(i)]; \ - if(__b>=0xc0) { \ - UTF8_MASK_LEAD_BYTE(__b, __count); \ - (c)|=(UChar32)__b<<__shift; \ - break; \ - } else { \ - (c)|=(UChar32)(__b&0x3f)<<__shift; \ - ++__count; \ - __shift+=6; \ - } \ - } \ - } \ -} - -/** @deprecated ICU 2.4. Renamed to U8_BACK_1_UNSAFE, see utf_old.h. */ -#define UTF8_BACK_1_UNSAFE(s, i) { \ - while(UTF8_IS_TRAIL((s)[--(i)])) {} \ -} - -/** @deprecated ICU 2.4. Renamed to U8_BACK_N_UNSAFE, see utf_old.h. */ -#define UTF8_BACK_N_UNSAFE(s, i, n) { \ - int32_t __N=(n); \ - while(__N>0) { \ - UTF8_BACK_1_UNSAFE(s, i); \ - --__N; \ - } \ -} - -/** @deprecated ICU 2.4. Renamed to U8_SET_CP_LIMIT_UNSAFE, see utf_old.h. */ -#define UTF8_SET_CHAR_LIMIT_UNSAFE(s, i) { \ - UTF8_BACK_1_UNSAFE(s, i); \ - UTF8_FWD_1_UNSAFE(s, i); \ -} - -/** @deprecated ICU 2.4. Use U8_PREV instead, see utf_old.h. */ -#define UTF8_PREV_CHAR_SAFE(s, start, i, c, strict) { \ - (c)=(s)[--(i)]; \ - if((c)>=0x80) { \ - if((c)<=0xbf) { \ - (c)=utf8_prevCharSafeBody(s, start, &(i), c, strict); \ - } else { \ - (c)=UTF8_ERROR_VALUE_1; \ - } \ - } \ -} - -/** @deprecated ICU 2.4. Renamed to U8_BACK_1, see utf_old.h. */ -#define UTF8_BACK_1_SAFE(s, start, i) U8_BACK_1(s, start, i) - -/** @deprecated ICU 2.4. Renamed to U8_BACK_N, see utf_old.h. */ -#define UTF8_BACK_N_SAFE(s, start, i, n) U8_BACK_N(s, start, i, n) - -/** @deprecated ICU 2.4. Renamed to U8_SET_CP_LIMIT, see utf_old.h. */ -#define UTF8_SET_CHAR_LIMIT_SAFE(s, start, i, length) U8_SET_CP_LIMIT(s, start, i, length) - -/* Formerly utf16.h --------------------------------------------------------- */ - -/** Is uchar a first/lead surrogate? @deprecated ICU 2.4. Renamed to U_IS_LEAD and U16_IS_LEAD, see utf_old.h. */ -#define UTF_IS_FIRST_SURROGATE(uchar) (((uchar)&0xfffffc00)==0xd800) - -/** Is uchar a second/trail surrogate? @deprecated ICU 2.4. Renamed to U_IS_TRAIL and U16_IS_TRAIL, see utf_old.h. */ -#define UTF_IS_SECOND_SURROGATE(uchar) (((uchar)&0xfffffc00)==0xdc00) - -/** Assuming c is a surrogate, is it a first/lead surrogate? @deprecated ICU 2.4. Renamed to U_IS_SURROGATE_LEAD and U16_IS_SURROGATE_LEAD, see utf_old.h. */ -#define UTF_IS_SURROGATE_FIRST(c) (((c)&0x400)==0) - -/** Helper constant for UTF16_GET_PAIR_VALUE. @deprecated ICU 2.4. Renamed to U16_SURROGATE_OFFSET, see utf_old.h. */ -#define UTF_SURROGATE_OFFSET ((0xd800<<10UL)+0xdc00-0x10000) - -/** Get the UTF-32 value from the surrogate code units. @deprecated ICU 2.4. Renamed to U16_GET_SUPPLEMENTARY, see utf_old.h. */ -#define UTF16_GET_PAIR_VALUE(first, second) \ - (((first)<<10UL)+(second)-UTF_SURROGATE_OFFSET) - -/** @deprecated ICU 2.4. Renamed to U16_LEAD, see utf_old.h. */ -#define UTF_FIRST_SURROGATE(supplementary) (UChar)(((supplementary)>>10)+0xd7c0) - -/** @deprecated ICU 2.4. Renamed to U16_TRAIL, see utf_old.h. */ -#define UTF_SECOND_SURROGATE(supplementary) (UChar)(((supplementary)&0x3ff)|0xdc00) - -/** @deprecated ICU 2.4. Renamed to U16_LEAD, see utf_old.h. */ -#define UTF16_LEAD(supplementary) UTF_FIRST_SURROGATE(supplementary) - -/** @deprecated ICU 2.4. Renamed to U16_TRAIL, see utf_old.h. */ -#define UTF16_TRAIL(supplementary) UTF_SECOND_SURROGATE(supplementary) - -/** @deprecated ICU 2.4. Renamed to U16_IS_SINGLE, see utf_old.h. */ -#define UTF16_IS_SINGLE(uchar) !UTF_IS_SURROGATE(uchar) - -/** @deprecated ICU 2.4. Renamed to U16_IS_LEAD, see utf_old.h. */ -#define UTF16_IS_LEAD(uchar) UTF_IS_FIRST_SURROGATE(uchar) - -/** @deprecated ICU 2.4. Renamed to U16_IS_TRAIL, see utf_old.h. */ -#define UTF16_IS_TRAIL(uchar) UTF_IS_SECOND_SURROGATE(uchar) - -/** Does this scalar Unicode value need multiple code units for storage? @deprecated ICU 2.4. Use U16_LENGTH or test ((uint32_t)(c)>0xffff) instead, see utf_old.h. */ -#define UTF16_NEED_MULTIPLE_UCHAR(c) ((uint32_t)(c)>0xffff) - -/** @deprecated ICU 2.4. Renamed to U16_LENGTH, see utf_old.h. */ -#define UTF16_CHAR_LENGTH(c) ((uint32_t)(c)<=0xffff ? 1 : 2) - -/** @deprecated ICU 2.4. Renamed to U16_MAX_LENGTH, see utf_old.h. */ -#define UTF16_MAX_CHAR_LENGTH 2 - -/** Average number of code units compared to UTF-16. @deprecated ICU 2.4. Obsolete, see utf_old.h. */ -#define UTF16_ARRAY_SIZE(size) (size) - -/** - * Get a single code point from an offset that points to any - * of the code units that belong to that code point. - * Assume 0<=i<length. - * - * This could be used for iteration together with - * UTF16_CHAR_LENGTH() and UTF_IS_ERROR(), - * but the use of UTF16_NEXT_CHAR[_UNSAFE]() and - * UTF16_PREV_CHAR[_UNSAFE]() is more efficient for that. - * @deprecated ICU 2.4. Renamed to U16_GET_UNSAFE, see utf_old.h. - */ -#define UTF16_GET_CHAR_UNSAFE(s, i, c) { \ - (c)=(s)[i]; \ - if(UTF_IS_SURROGATE(c)) { \ - if(UTF_IS_SURROGATE_FIRST(c)) { \ - (c)=UTF16_GET_PAIR_VALUE((c), (s)[(i)+1]); \ - } else { \ - (c)=UTF16_GET_PAIR_VALUE((s)[(i)-1], (c)); \ - } \ - } \ -} - -/** @deprecated ICU 2.4. Use U16_GET instead, see utf_old.h. */ -#define UTF16_GET_CHAR_SAFE(s, start, i, length, c, strict) { \ - (c)=(s)[i]; \ - if(UTF_IS_SURROGATE(c)) { \ - uint16_t __c2; \ - if(UTF_IS_SURROGATE_FIRST(c)) { \ - if((i)+1<(length) && UTF_IS_SECOND_SURROGATE(__c2=(s)[(i)+1])) { \ - (c)=UTF16_GET_PAIR_VALUE((c), __c2); \ - /* strict: ((c)&0xfffe)==0xfffe is caught by UTF_IS_ERROR() and UTF_IS_UNICODE_CHAR() */ \ - } else if(strict) {\ - /* unmatched first surrogate */ \ - (c)=UTF_ERROR_VALUE; \ - } \ - } else { \ - if((i)-1>=(start) && UTF_IS_FIRST_SURROGATE(__c2=(s)[(i)-1])) { \ - (c)=UTF16_GET_PAIR_VALUE(__c2, (c)); \ - /* strict: ((c)&0xfffe)==0xfffe is caught by UTF_IS_ERROR() and UTF_IS_UNICODE_CHAR() */ \ - } else if(strict) {\ - /* unmatched second surrogate */ \ - (c)=UTF_ERROR_VALUE; \ - } \ - } \ - } else if((strict) && !UTF_IS_UNICODE_CHAR(c)) { \ - (c)=UTF_ERROR_VALUE; \ - } \ -} - -/** @deprecated ICU 2.4. Renamed to U16_NEXT_UNSAFE, see utf_old.h. */ -#define UTF16_NEXT_CHAR_UNSAFE(s, i, c) { \ - (c)=(s)[(i)++]; \ - if(UTF_IS_FIRST_SURROGATE(c)) { \ - (c)=UTF16_GET_PAIR_VALUE((c), (s)[(i)++]); \ - } \ -} - -/** @deprecated ICU 2.4. Renamed to U16_APPEND_UNSAFE, see utf_old.h. */ -#define UTF16_APPEND_CHAR_UNSAFE(s, i, c) { \ - if((uint32_t)(c)<=0xffff) { \ - (s)[(i)++]=(uint16_t)(c); \ - } else { \ - (s)[(i)++]=(uint16_t)(((c)>>10)+0xd7c0); \ - (s)[(i)++]=(uint16_t)(((c)&0x3ff)|0xdc00); \ - } \ -} - -/** @deprecated ICU 2.4. Renamed to U16_FWD_1_UNSAFE, see utf_old.h. */ -#define UTF16_FWD_1_UNSAFE(s, i) { \ - if(UTF_IS_FIRST_SURROGATE((s)[(i)++])) { \ - ++(i); \ - } \ -} - -/** @deprecated ICU 2.4. Renamed to U16_FWD_N_UNSAFE, see utf_old.h. */ -#define UTF16_FWD_N_UNSAFE(s, i, n) { \ - int32_t __N=(n); \ - while(__N>0) { \ - UTF16_FWD_1_UNSAFE(s, i); \ - --__N; \ - } \ -} - -/** @deprecated ICU 2.4. Renamed to U16_SET_CP_START_UNSAFE, see utf_old.h. */ -#define UTF16_SET_CHAR_START_UNSAFE(s, i) { \ - if(UTF_IS_SECOND_SURROGATE((s)[i])) { \ - --(i); \ - } \ -} - -/** @deprecated ICU 2.4. Use U16_NEXT instead, see utf_old.h. */ -#define UTF16_NEXT_CHAR_SAFE(s, i, length, c, strict) { \ - (c)=(s)[(i)++]; \ - if(UTF_IS_FIRST_SURROGATE(c)) { \ - uint16_t __c2; \ - if((i)<(length) && UTF_IS_SECOND_SURROGATE(__c2=(s)[(i)])) { \ - ++(i); \ - (c)=UTF16_GET_PAIR_VALUE((c), __c2); \ - /* strict: ((c)&0xfffe)==0xfffe is caught by UTF_IS_ERROR() and UTF_IS_UNICODE_CHAR() */ \ - } else if(strict) {\ - /* unmatched first surrogate */ \ - (c)=UTF_ERROR_VALUE; \ - } \ - } else if((strict) && !UTF_IS_UNICODE_CHAR(c)) { \ - /* unmatched second surrogate or other non-character */ \ - (c)=UTF_ERROR_VALUE; \ - } \ -} - -/** @deprecated ICU 2.4. Use U16_APPEND instead, see utf_old.h. */ -#define UTF16_APPEND_CHAR_SAFE(s, i, length, c) { \ - if((uint32_t)(c)<=0xffff) { \ - (s)[(i)++]=(uint16_t)(c); \ - } else if((uint32_t)(c)<=0x10ffff) { \ - if((i)+1<(length)) { \ - (s)[(i)++]=(uint16_t)(((c)>>10)+0xd7c0); \ - (s)[(i)++]=(uint16_t)(((c)&0x3ff)|0xdc00); \ - } else /* not enough space */ { \ - (s)[(i)++]=UTF_ERROR_VALUE; \ - } \ - } else /* c>0x10ffff, write error value */ { \ - (s)[(i)++]=UTF_ERROR_VALUE; \ - } \ -} - -/** @deprecated ICU 2.4. Renamed to U16_FWD_1, see utf_old.h. */ -#define UTF16_FWD_1_SAFE(s, i, length) U16_FWD_1(s, i, length) - -/** @deprecated ICU 2.4. Renamed to U16_FWD_N, see utf_old.h. */ -#define UTF16_FWD_N_SAFE(s, i, length, n) U16_FWD_N(s, i, length, n) - -/** @deprecated ICU 2.4. Renamed to U16_SET_CP_START, see utf_old.h. */ -#define UTF16_SET_CHAR_START_SAFE(s, start, i) U16_SET_CP_START(s, start, i) - -/** @deprecated ICU 2.4. Renamed to U16_PREV_UNSAFE, see utf_old.h. */ -#define UTF16_PREV_CHAR_UNSAFE(s, i, c) { \ - (c)=(s)[--(i)]; \ - if(UTF_IS_SECOND_SURROGATE(c)) { \ - (c)=UTF16_GET_PAIR_VALUE((s)[--(i)], (c)); \ - } \ -} - -/** @deprecated ICU 2.4. Renamed to U16_BACK_1_UNSAFE, see utf_old.h. */ -#define UTF16_BACK_1_UNSAFE(s, i) { \ - if(UTF_IS_SECOND_SURROGATE((s)[--(i)])) { \ - --(i); \ - } \ -} - -/** @deprecated ICU 2.4. Renamed to U16_BACK_N_UNSAFE, see utf_old.h. */ -#define UTF16_BACK_N_UNSAFE(s, i, n) { \ - int32_t __N=(n); \ - while(__N>0) { \ - UTF16_BACK_1_UNSAFE(s, i); \ - --__N; \ - } \ -} - -/** @deprecated ICU 2.4. Renamed to U16_SET_CP_LIMIT_UNSAFE, see utf_old.h. */ -#define UTF16_SET_CHAR_LIMIT_UNSAFE(s, i) { \ - if(UTF_IS_FIRST_SURROGATE((s)[(i)-1])) { \ - ++(i); \ - } \ -} - -/** @deprecated ICU 2.4. Use U16_PREV instead, see utf_old.h. */ -#define UTF16_PREV_CHAR_SAFE(s, start, i, c, strict) { \ - (c)=(s)[--(i)]; \ - if(UTF_IS_SECOND_SURROGATE(c)) { \ - uint16_t __c2; \ - if((i)>(start) && UTF_IS_FIRST_SURROGATE(__c2=(s)[(i)-1])) { \ - --(i); \ - (c)=UTF16_GET_PAIR_VALUE(__c2, (c)); \ - /* strict: ((c)&0xfffe)==0xfffe is caught by UTF_IS_ERROR() and UTF_IS_UNICODE_CHAR() */ \ - } else if(strict) {\ - /* unmatched second surrogate */ \ - (c)=UTF_ERROR_VALUE; \ - } \ - } else if((strict) && !UTF_IS_UNICODE_CHAR(c)) { \ - /* unmatched first surrogate or other non-character */ \ - (c)=UTF_ERROR_VALUE; \ - } \ -} - -/** @deprecated ICU 2.4. Renamed to U16_BACK_1, see utf_old.h. */ -#define UTF16_BACK_1_SAFE(s, start, i) U16_BACK_1(s, start, i) - -/** @deprecated ICU 2.4. Renamed to U16_BACK_N, see utf_old.h. */ -#define UTF16_BACK_N_SAFE(s, start, i, n) U16_BACK_N(s, start, i, n) - -/** @deprecated ICU 2.4. Renamed to U16_SET_CP_LIMIT, see utf_old.h. */ -#define UTF16_SET_CHAR_LIMIT_SAFE(s, start, i, length) U16_SET_CP_LIMIT(s, start, i, length) - -/* Formerly utf32.h --------------------------------------------------------- */ - -/* -* Old documentation: -* -* This file defines macros to deal with UTF-32 code units and code points. -* Signatures and semantics are the same as for the similarly named macros -* in utf16.h. -* utf32.h is included by utf.h after unicode/umachine.h</p> -* and some common definitions. -* <p><b>Usage:</b> ICU coding guidelines for if() statements should be followed when using these macros. -* Compound statements (curly braces {}) must be used for if-else-while... -* bodies and all macro statements should be terminated with semicolon.</p> -*/ - -/* internal definitions ----------------------------------------------------- */ - -/** @deprecated ICU 2.4. Obsolete, see utf_old.h. */ -#define UTF32_IS_SAFE(c, strict) \ - (!(strict) ? \ - (uint32_t)(c)<=0x10ffff : \ - UTF_IS_UNICODE_CHAR(c)) - -/* - * For the semantics of all of these macros, see utf16.h. - * The UTF-32 versions are trivial because any code point is - * encoded using exactly one code unit. - */ - -/* single-code point definitions -------------------------------------------- */ - -/* classes of code unit values */ - -/** @deprecated ICU 2.4. Obsolete, see utf_old.h. */ -#define UTF32_IS_SINGLE(uchar) 1 -/** @deprecated ICU 2.4. Obsolete, see utf_old.h. */ -#define UTF32_IS_LEAD(uchar) 0 -/** @deprecated ICU 2.4. Obsolete, see utf_old.h. */ -#define UTF32_IS_TRAIL(uchar) 0 - -/* number of code units per code point */ - -/** @deprecated ICU 2.4. Obsolete, see utf_old.h. */ -#define UTF32_NEED_MULTIPLE_UCHAR(c) 0 -/** @deprecated ICU 2.4. Obsolete, see utf_old.h. */ -#define UTF32_CHAR_LENGTH(c) 1 -/** @deprecated ICU 2.4. Obsolete, see utf_old.h. */ -#define UTF32_MAX_CHAR_LENGTH 1 - -/* average number of code units compared to UTF-16 */ - -/** @deprecated ICU 2.4. Obsolete, see utf_old.h. */ -#define UTF32_ARRAY_SIZE(size) (size) - -/** @deprecated ICU 2.4. Obsolete, see utf_old.h. */ -#define UTF32_GET_CHAR_UNSAFE(s, i, c) { \ - (c)=(s)[i]; \ -} - -/** @deprecated ICU 2.4. Obsolete, see utf_old.h. */ -#define UTF32_GET_CHAR_SAFE(s, start, i, length, c, strict) { \ - (c)=(s)[i]; \ - if(!UTF32_IS_SAFE(c, strict)) { \ - (c)=UTF_ERROR_VALUE; \ - } \ -} - -/* definitions with forward iteration --------------------------------------- */ - -/** @deprecated ICU 2.4. Obsolete, see utf_old.h. */ -#define UTF32_NEXT_CHAR_UNSAFE(s, i, c) { \ - (c)=(s)[(i)++]; \ -} - -/** @deprecated ICU 2.4. Obsolete, see utf_old.h. */ -#define UTF32_APPEND_CHAR_UNSAFE(s, i, c) { \ - (s)[(i)++]=(c); \ -} - -/** @deprecated ICU 2.4. Obsolete, see utf_old.h. */ -#define UTF32_FWD_1_UNSAFE(s, i) { \ - ++(i); \ -} - -/** @deprecated ICU 2.4. Obsolete, see utf_old.h. */ -#define UTF32_FWD_N_UNSAFE(s, i, n) { \ - (i)+=(n); \ -} - -/** @deprecated ICU 2.4. Obsolete, see utf_old.h. */ -#define UTF32_SET_CHAR_START_UNSAFE(s, i) { \ -} - -/** @deprecated ICU 2.4. Obsolete, see utf_old.h. */ -#define UTF32_NEXT_CHAR_SAFE(s, i, length, c, strict) { \ - (c)=(s)[(i)++]; \ - if(!UTF32_IS_SAFE(c, strict)) { \ - (c)=UTF_ERROR_VALUE; \ - } \ -} - -/** @deprecated ICU 2.4. Obsolete, see utf_old.h. */ -#define UTF32_APPEND_CHAR_SAFE(s, i, length, c) { \ - if((uint32_t)(c)<=0x10ffff) { \ - (s)[(i)++]=(c); \ - } else /* c>0x10ffff, write 0xfffd */ { \ - (s)[(i)++]=0xfffd; \ - } \ -} - -/** @deprecated ICU 2.4. Obsolete, see utf_old.h. */ -#define UTF32_FWD_1_SAFE(s, i, length) { \ - ++(i); \ -} - -/** @deprecated ICU 2.4. Obsolete, see utf_old.h. */ -#define UTF32_FWD_N_SAFE(s, i, length, n) { \ - if(((i)+=(n))>(length)) { \ - (i)=(length); \ - } \ -} - -/** @deprecated ICU 2.4. Obsolete, see utf_old.h. */ -#define UTF32_SET_CHAR_START_SAFE(s, start, i) { \ -} - -/* definitions with backward iteration -------------------------------------- */ - -/** @deprecated ICU 2.4. Obsolete, see utf_old.h. */ -#define UTF32_PREV_CHAR_UNSAFE(s, i, c) { \ - (c)=(s)[--(i)]; \ -} - -/** @deprecated ICU 2.4. Obsolete, see utf_old.h. */ -#define UTF32_BACK_1_UNSAFE(s, i) { \ - --(i); \ -} - -/** @deprecated ICU 2.4. Obsolete, see utf_old.h. */ -#define UTF32_BACK_N_UNSAFE(s, i, n) { \ - (i)-=(n); \ -} - -/** @deprecated ICU 2.4. Obsolete, see utf_old.h. */ -#define UTF32_SET_CHAR_LIMIT_UNSAFE(s, i) { \ -} - -/** @deprecated ICU 2.4. Obsolete, see utf_old.h. */ -#define UTF32_PREV_CHAR_SAFE(s, start, i, c, strict) { \ - (c)=(s)[--(i)]; \ - if(!UTF32_IS_SAFE(c, strict)) { \ - (c)=UTF_ERROR_VALUE; \ - } \ -} - -/** @deprecated ICU 2.4. Obsolete, see utf_old.h. */ -#define UTF32_BACK_1_SAFE(s, start, i) { \ - --(i); \ -} - -/** @deprecated ICU 2.4. Obsolete, see utf_old.h. */ -#define UTF32_BACK_N_SAFE(s, start, i, n) { \ - (i)-=(n); \ - if((i)<(start)) { \ - (i)=(start); \ - } \ -} - -/** @deprecated ICU 2.4. Obsolete, see utf_old.h. */ -#define UTF32_SET_CHAR_LIMIT_SAFE(s, i, length) { \ -} - -/* Formerly utf.h, part 2 --------------------------------------------------- */ - -/** - * Estimate the number of code units for a string based on the number of UTF-16 code units. - * - * @deprecated ICU 2.4. Obsolete, see utf_old.h. - */ -#define UTF_ARRAY_SIZE(size) UTF16_ARRAY_SIZE(size) - -/** @deprecated ICU 2.4. Renamed to U16_GET_UNSAFE, see utf_old.h. */ -#define UTF_GET_CHAR_UNSAFE(s, i, c) UTF16_GET_CHAR_UNSAFE(s, i, c) - -/** @deprecated ICU 2.4. Use U16_GET instead, see utf_old.h. */ -#define UTF_GET_CHAR_SAFE(s, start, i, length, c, strict) UTF16_GET_CHAR_SAFE(s, start, i, length, c, strict) - - -/** @deprecated ICU 2.4. Renamed to U16_NEXT_UNSAFE, see utf_old.h. */ -#define UTF_NEXT_CHAR_UNSAFE(s, i, c) UTF16_NEXT_CHAR_UNSAFE(s, i, c) - -/** @deprecated ICU 2.4. Use U16_NEXT instead, see utf_old.h. */ -#define UTF_NEXT_CHAR_SAFE(s, i, length, c, strict) UTF16_NEXT_CHAR_SAFE(s, i, length, c, strict) - - -/** @deprecated ICU 2.4. Renamed to U16_APPEND_UNSAFE, see utf_old.h. */ -#define UTF_APPEND_CHAR_UNSAFE(s, i, c) UTF16_APPEND_CHAR_UNSAFE(s, i, c) - -/** @deprecated ICU 2.4. Use U16_APPEND instead, see utf_old.h. */ -#define UTF_APPEND_CHAR_SAFE(s, i, length, c) UTF16_APPEND_CHAR_SAFE(s, i, length, c) - - -/** @deprecated ICU 2.4. Renamed to U16_FWD_1_UNSAFE, see utf_old.h. */ -#define UTF_FWD_1_UNSAFE(s, i) UTF16_FWD_1_UNSAFE(s, i) - -/** @deprecated ICU 2.4. Renamed to U16_FWD_1, see utf_old.h. */ -#define UTF_FWD_1_SAFE(s, i, length) UTF16_FWD_1_SAFE(s, i, length) - - -/** @deprecated ICU 2.4. Renamed to U16_FWD_N_UNSAFE, see utf_old.h. */ -#define UTF_FWD_N_UNSAFE(s, i, n) UTF16_FWD_N_UNSAFE(s, i, n) - -/** @deprecated ICU 2.4. Renamed to U16_FWD_N, see utf_old.h. */ -#define UTF_FWD_N_SAFE(s, i, length, n) UTF16_FWD_N_SAFE(s, i, length, n) - - -/** @deprecated ICU 2.4. Renamed to U16_SET_CP_START_UNSAFE, see utf_old.h. */ -#define UTF_SET_CHAR_START_UNSAFE(s, i) UTF16_SET_CHAR_START_UNSAFE(s, i) - -/** @deprecated ICU 2.4. Renamed to U16_SET_CP_START, see utf_old.h. */ -#define UTF_SET_CHAR_START_SAFE(s, start, i) UTF16_SET_CHAR_START_SAFE(s, start, i) - - -/** @deprecated ICU 2.4. Renamed to U16_PREV_UNSAFE, see utf_old.h. */ -#define UTF_PREV_CHAR_UNSAFE(s, i, c) UTF16_PREV_CHAR_UNSAFE(s, i, c) - -/** @deprecated ICU 2.4. Use U16_PREV instead, see utf_old.h. */ -#define UTF_PREV_CHAR_SAFE(s, start, i, c, strict) UTF16_PREV_CHAR_SAFE(s, start, i, c, strict) - - -/** @deprecated ICU 2.4. Renamed to U16_BACK_1_UNSAFE, see utf_old.h. */ -#define UTF_BACK_1_UNSAFE(s, i) UTF16_BACK_1_UNSAFE(s, i) - -/** @deprecated ICU 2.4. Renamed to U16_BACK_1, see utf_old.h. */ -#define UTF_BACK_1_SAFE(s, start, i) UTF16_BACK_1_SAFE(s, start, i) - - -/** @deprecated ICU 2.4. Renamed to U16_BACK_N_UNSAFE, see utf_old.h. */ -#define UTF_BACK_N_UNSAFE(s, i, n) UTF16_BACK_N_UNSAFE(s, i, n) - -/** @deprecated ICU 2.4. Renamed to U16_BACK_N, see utf_old.h. */ -#define UTF_BACK_N_SAFE(s, start, i, n) UTF16_BACK_N_SAFE(s, start, i, n) - - -/** @deprecated ICU 2.4. Renamed to U16_SET_CP_LIMIT_UNSAFE, see utf_old.h. */ -#define UTF_SET_CHAR_LIMIT_UNSAFE(s, i) UTF16_SET_CHAR_LIMIT_UNSAFE(s, i) - -/** @deprecated ICU 2.4. Renamed to U16_SET_CP_LIMIT, see utf_old.h. */ -#define UTF_SET_CHAR_LIMIT_SAFE(s, start, i, length) UTF16_SET_CHAR_LIMIT_SAFE(s, start, i, length) - -/* Define default macros (UTF-16 "safe") ------------------------------------ */ - -/** - * Does this code unit alone encode a code point (BMP, not a surrogate)? - * Same as UTF16_IS_SINGLE. - * @deprecated ICU 2.4. Renamed to U_IS_SINGLE and U16_IS_SINGLE, see utf_old.h. - */ -#define UTF_IS_SINGLE(uchar) U16_IS_SINGLE(uchar) - -/** - * Is this code unit the first one of several (a lead surrogate)? - * Same as UTF16_IS_LEAD. - * @deprecated ICU 2.4. Renamed to U_IS_LEAD and U16_IS_LEAD, see utf_old.h. - */ -#define UTF_IS_LEAD(uchar) U16_IS_LEAD(uchar) - -/** - * Is this code unit one of several but not the first one (a trail surrogate)? - * Same as UTF16_IS_TRAIL. - * @deprecated ICU 2.4. Renamed to U_IS_TRAIL and U16_IS_TRAIL, see utf_old.h. - */ -#define UTF_IS_TRAIL(uchar) U16_IS_TRAIL(uchar) - -/** - * Does this code point require multiple code units (is it a supplementary code point)? - * Same as UTF16_NEED_MULTIPLE_UCHAR. - * @deprecated ICU 2.4. Use U16_LENGTH or test ((uint32_t)(c)>0xffff) instead. - */ -#define UTF_NEED_MULTIPLE_UCHAR(c) UTF16_NEED_MULTIPLE_UCHAR(c) - -/** - * How many code units are used to encode this code point (1 or 2)? - * Same as UTF16_CHAR_LENGTH. - * @deprecated ICU 2.4. Renamed to U16_LENGTH, see utf_old.h. - */ -#define UTF_CHAR_LENGTH(c) U16_LENGTH(c) - -/** - * How many code units are used at most for any Unicode code point (2)? - * Same as UTF16_MAX_CHAR_LENGTH. - * @deprecated ICU 2.4. Renamed to U16_MAX_LENGTH, see utf_old.h. - */ -#define UTF_MAX_CHAR_LENGTH U16_MAX_LENGTH - -/** - * Set c to the code point that contains the code unit i. - * i could point to the lead or the trail surrogate for the code point. - * i is not modified. - * Same as UTF16_GET_CHAR. - * \pre 0<=i<length - * - * @deprecated ICU 2.4. Renamed to U16_GET, see utf_old.h. - */ -#define UTF_GET_CHAR(s, start, i, length, c) U16_GET(s, start, i, length, c) - -/** - * Set c to the code point that starts at code unit i - * and advance i to beyond the code units of this code point (post-increment). - * i must point to the first code unit of a code point. - * Otherwise c is set to the trail unit (surrogate) itself. - * Same as UTF16_NEXT_CHAR. - * \pre 0<=i<length - * \post 0<i<=length - * - * @deprecated ICU 2.4. Renamed to U16_NEXT, see utf_old.h. - */ -#define UTF_NEXT_CHAR(s, i, length, c) U16_NEXT(s, i, length, c) - -/** - * Append the code units of code point c to the string at index i - * and advance i to beyond the new code units (post-increment). - * The code units beginning at index i will be overwritten. - * Same as UTF16_APPEND_CHAR. - * \pre 0<=c<=0x10ffff - * \pre 0<=i<length - * \post 0<i<=length - * - * @deprecated ICU 2.4. Use U16_APPEND instead, see utf_old.h. - */ -#define UTF_APPEND_CHAR(s, i, length, c) UTF16_APPEND_CHAR_SAFE(s, i, length, c) - -/** - * Advance i to beyond the code units of the code point that begins at i. - * I.e., advance i by one code point. - * Same as UTF16_FWD_1. - * \pre 0<=i<length - * \post 0<i<=length - * - * @deprecated ICU 2.4. Renamed to U16_FWD_1, see utf_old.h. - */ -#define UTF_FWD_1(s, i, length) U16_FWD_1(s, i, length) - -/** - * Advance i to beyond the code units of the n code points where the first one begins at i. - * I.e., advance i by n code points. - * Same as UT16_FWD_N. - * \pre 0<=i<length - * \post 0<i<=length - * - * @deprecated ICU 2.4. Renamed to U16_FWD_N, see utf_old.h. - */ -#define UTF_FWD_N(s, i, length, n) U16_FWD_N(s, i, length, n) - -/** - * Take the random-access index i and adjust it so that it points to the beginning - * of a code point. - * The input index points to any code unit of a code point and is moved to point to - * the first code unit of the same code point. i is never incremented. - * In other words, if i points to a trail surrogate that is preceded by a matching - * lead surrogate, then i is decremented. Otherwise it is not modified. - * This can be used to start an iteration with UTF_NEXT_CHAR() from a random index. - * Same as UTF16_SET_CHAR_START. - * \pre start<=i<length - * \post start<=i<length - * - * @deprecated ICU 2.4. Renamed to U16_SET_CP_START, see utf_old.h. - */ -#define UTF_SET_CHAR_START(s, start, i) U16_SET_CP_START(s, start, i) - -/** - * Set c to the code point that has code units before i - * and move i backward (towards the beginning of the string) - * to the first code unit of this code point (pre-increment). - * i must point to the first code unit after the last unit of a code point (i==length is allowed). - * Same as UTF16_PREV_CHAR. - * \pre start<i<=length - * \post start<=i<length - * - * @deprecated ICU 2.4. Renamed to U16_PREV, see utf_old.h. - */ -#define UTF_PREV_CHAR(s, start, i, c) U16_PREV(s, start, i, c) - -/** - * Move i backward (towards the beginning of the string) - * to the first code unit of the code point that has code units before i. - * I.e., move i backward by one code point. - * i must point to the first code unit after the last unit of a code point (i==length is allowed). - * Same as UTF16_BACK_1. - * \pre start<i<=length - * \post start<=i<length - * - * @deprecated ICU 2.4. Renamed to U16_BACK_1, see utf_old.h. - */ -#define UTF_BACK_1(s, start, i) U16_BACK_1(s, start, i) - -/** - * Move i backward (towards the beginning of the string) - * to the first code unit of the n code points that have code units before i. - * I.e., move i backward by n code points. - * i must point to the first code unit after the last unit of a code point (i==length is allowed). - * Same as UTF16_BACK_N. - * \pre start<i<=length - * \post start<=i<length - * - * @deprecated ICU 2.4. Renamed to U16_BACK_N, see utf_old.h. - */ -#define UTF_BACK_N(s, start, i, n) U16_BACK_N(s, start, i, n) - -/** - * Take the random-access index i and adjust it so that it points beyond - * a code point. The input index points beyond any code unit - * of a code point and is moved to point beyond the last code unit of the same - * code point. i is never decremented. - * In other words, if i points to a trail surrogate that is preceded by a matching - * lead surrogate, then i is incremented. Otherwise it is not modified. - * This can be used to start an iteration with UTF_PREV_CHAR() from a random index. - * Same as UTF16_SET_CHAR_LIMIT. - * \pre start<i<=length - * \post start<i<=length - * - * @deprecated ICU 2.4. Renamed to U16_SET_CP_LIMIT, see utf_old.h. - */ -#define UTF_SET_CHAR_LIMIT(s, start, i, length) U16_SET_CP_LIMIT(s, start, i, length) - -#endif /* U_HIDE_DEPRECATED_API */ - -#endif - diff --git a/jni/EastAsianWidth/unicode/utrace.h b/jni/EastAsianWidth/unicode/utrace.h deleted file mode 100644 index 3c8be9f..0000000 --- a/jni/EastAsianWidth/unicode/utrace.h +++ /dev/null @@ -1,358 +0,0 @@ -/* -******************************************************************************* -* -* Copyright (C) 2003-2006, International Business Machines -* Corporation and others. All Rights Reserved. -* -******************************************************************************* -* file name: utrace.h -* encoding: US-ASCII -* tab size: 8 (not used) -* indentation:4 -* -* created on: 2003aug06 -* created by: Markus W. Scherer -* -* Definitions for ICU tracing/logging. -* -*/ - -#ifndef __UTRACE_H__ -#define __UTRACE_H__ - -#include <stdarg.h> -#include "unicode/utypes.h" - -/** - * \file - * \brief C API: Definitions for ICU tracing/logging. - * - * This provides API for debugging the internals of ICU without the use of - * a traditional debugger. - * - * By default, tracing is disabled in ICU. If you need to debug ICU with - * tracing, please compile ICU with the --enable-tracing configure option. - */ - -U_CDECL_BEGIN - -/** - * Trace severity levels. Higher levels increase the verbosity of the trace output. - * @see utrace_setLevel - * @stable ICU 2.8 - */ -typedef enum UTraceLevel { - /** Disable all tracing @stable ICU 2.8*/ - UTRACE_OFF=-1, - /** Trace error conditions only @stable ICU 2.8*/ - UTRACE_ERROR=0, - /** Trace errors and warnings @stable ICU 2.8*/ - UTRACE_WARNING=3, - /** Trace opens and closes of ICU services @stable ICU 2.8*/ - UTRACE_OPEN_CLOSE=5, - /** Trace an intermediate number of ICU operations @stable ICU 2.8*/ - UTRACE_INFO=7, - /** Trace the maximum number of ICU operations @stable ICU 2.8*/ - UTRACE_VERBOSE=9 -} UTraceLevel; - -/** - * These are the ICU functions that will be traced when tracing is enabled. - * @stable ICU 2.8 - */ -typedef enum UTraceFunctionNumber { - UTRACE_FUNCTION_START=0, - UTRACE_U_INIT=UTRACE_FUNCTION_START, - UTRACE_U_CLEANUP, - UTRACE_FUNCTION_LIMIT, - - UTRACE_CONVERSION_START=0x1000, - UTRACE_UCNV_OPEN=UTRACE_CONVERSION_START, - UTRACE_UCNV_OPEN_PACKAGE, - UTRACE_UCNV_OPEN_ALGORITHMIC, - UTRACE_UCNV_CLONE, - UTRACE_UCNV_CLOSE, - UTRACE_UCNV_FLUSH_CACHE, - UTRACE_UCNV_LOAD, - UTRACE_UCNV_UNLOAD, - UTRACE_CONVERSION_LIMIT, - - UTRACE_COLLATION_START=0x2000, - UTRACE_UCOL_OPEN=UTRACE_COLLATION_START, - UTRACE_UCOL_CLOSE, - UTRACE_UCOL_STRCOLL, - UTRACE_UCOL_GET_SORTKEY, - UTRACE_UCOL_GETLOCALE, - UTRACE_UCOL_NEXTSORTKEYPART, - UTRACE_UCOL_STRCOLLITER, - UTRACE_UCOL_OPEN_FROM_SHORT_STRING, - UTRACE_COLLATION_LIMIT -} UTraceFunctionNumber; - -/** - * Setter for the trace level. - * @param traceLevel A UTraceLevel value. - * @stable ICU 2.8 - */ -U_STABLE void U_EXPORT2 -utrace_setLevel(int32_t traceLevel); - -/** - * Getter for the trace level. - * @return The UTraceLevel value being used by ICU. - * @stable ICU 2.8 - */ -U_STABLE int32_t U_EXPORT2 -utrace_getLevel(void); - -/* Trace function pointers types ----------------------------- */ - -/** - * Type signature for the trace function to be called when entering a function. - * @param context value supplied at the time the trace functions are set. - * @param fnNumber Enum value indicating the ICU function being entered. - * @stable ICU 2.8 - */ -typedef void U_CALLCONV -UTraceEntry(const void *context, int32_t fnNumber); - -/** - * Type signature for the trace function to be called when exiting from a function. - * @param context value supplied at the time the trace functions are set. - * @param fnNumber Enum value indicating the ICU function being exited. - * @param fmt A formatting string that describes the number and types - * of arguments included with the variable args. The fmt - * string has the same form as the utrace_vformat format - * string. - * @param args A variable arguments list. Contents are described by - * the fmt parameter. - * @see utrace_vformat - * @stable ICU 2.8 - */ -typedef void U_CALLCONV -UTraceExit(const void *context, int32_t fnNumber, - const char *fmt, va_list args); - -/** - * Type signature for the trace function to be called from within an ICU function - * to display data or messages. - * @param context value supplied at the time the trace functions are set. - * @param fnNumber Enum value indicating the ICU function being exited. - * @param level The current tracing level - * @param fmt A format string describing the tracing data that is supplied - * as variable args - * @param args The data being traced, passed as variable args. - * @stable ICU 2.8 - */ -typedef void U_CALLCONV -UTraceData(const void *context, int32_t fnNumber, int32_t level, - const char *fmt, va_list args); - -/** - * Set ICU Tracing functions. Installs application-provided tracing - * functions into ICU. After doing this, subsequent ICU operations - * will call back to the installed functions, providing a trace - * of the use of ICU. Passing a NULL pointer for a tracing function - * is allowed, and inhibits tracing action at points where that function - * would be called. - * <p> - * Tracing and Threads: Tracing functions are global to a process, and - * will be called in response to ICU operations performed by any - * thread. If tracing of an individual thread is desired, the - * tracing functions must themselves filter by checking that the - * current thread is the desired thread. - * - * @param context an uninterpretted pointer. Whatever is passed in - * here will in turn be passed to each of the tracing - * functions UTraceEntry, UTraceExit and UTraceData. - * ICU does not use or alter this pointer. - * @param e Callback function to be called on entry to a - * a traced ICU function. - * @param x Callback function to be called on exit from a - * traced ICU function. - * @param d Callback function to be called from within a - * traced ICU function, for the purpose of providing - * data to the trace. - * - * @stable ICU 2.8 - */ -U_STABLE void U_EXPORT2 -utrace_setFunctions(const void *context, - UTraceEntry *e, UTraceExit *x, UTraceData *d); - -/** - * Get the currently installed ICU tracing functions. Note that a null function - * pointer will be returned if no trace function has been set. - * - * @param context The currently installed tracing context. - * @param e The currently installed UTraceEntry function. - * @param x The currently installed UTraceExit function. - * @param d The currently installed UTraceData function. - * @stable ICU 2.8 - */ -U_STABLE void U_EXPORT2 -utrace_getFunctions(const void **context, - UTraceEntry **e, UTraceExit **x, UTraceData **d); - - - -/* - * - * ICU trace format string syntax - * - * Format Strings are passed to UTraceData functions, and define the - * number and types of the trace data being passed on each call. - * - * The UTraceData function, which is supplied by the application, - * not by ICU, can either forward the trace data (passed via - * varargs) and the format string back to ICU for formatting into - * a displayable string, or it can interpret the format itself, - * and do as it wishes with the trace data. - * - * - * Goals for the format string - * - basic data output - * - easy to use for trace programmer - * - sufficient provision for data types for trace output readability - * - well-defined types and binary portable APIs - * - * Non-goals - * - printf compatibility - * - fancy formatting - * - argument reordering and other internationalization features - * - * ICU trace format strings contain plain text with argument inserts, - * much like standard printf format strings. - * Each insert begins with a '%', then optionally contains a 'v', - * then exactly one type character. - * Two '%' in a row represent a '%' instead of an insert. - * The trace format strings need not have \n at the end. - * - * - * Types - * ----- - * - * Type characters: - * - c A char character in the default codepage. - * - s A NUL-terminated char * string in the default codepage. - * - S A UChar * string. Requires two params, (ptr, length). Length=-1 for nul term. - * - b A byte (8-bit integer). - * - h A 16-bit integer. Also a 16 bit Unicode code unit. - * - d A 32-bit integer. Also a 20 bit Unicode code point value. - * - l A 64-bit integer. - * - p A data pointer. - * - * Vectors - * ------- - * - * If the 'v' is not specified, then one item of the specified type - * is passed in. - * If the 'v' (for "vector") is specified, then a vector of items of the - * specified type is passed in, via a pointer to the first item - * and an int32_t value for the length of the vector. - * Length==-1 means zero or NUL termination. Works for vectors of all types. - * - * Note: %vS is a vector of (UChar *) strings. The strings must - * be nul terminated as there is no way to provide a - * separate length parameter for each string. The length - * parameter (required for all vectors) is the number of - * strings, not the length of the strings. - * - * Examples - * -------- - * - * These examples show the parameters that will be passed to an application's - * UTraceData() function for various formats. - * - * - the precise formatting is up to the application! - * - the examples use type casts for arguments only to _show_ the types of - * arguments without needing variable declarations in the examples; - * the type casts will not be necessary in actual code - * - * UTraceDataFunc(context, fnNumber, level, - * "There is a character %c in the string %s.", // Format String - * (char)c, (const char *)s); // varargs parameters - * -> There is a character 0x42 'B' in the string "Bravo". - * - * UTraceDataFunc(context, fnNumber, level, - * "Vector of bytes %vb vector of chars %vc", - * (const uint8_t *)bytes, (int32_t)bytesLength, - * (const char *)chars, (int32_t)charsLength); - * -> Vector of bytes - * 42 63 64 3f [4] - * vector of chars - * "Bcd?"[4] - * - * UTraceDataFunc(context, fnNumber, level, - * "An int32_t %d and a whole bunch of them %vd", - * (int32_t)-5, (const int32_t *)ints, (int32_t)intsLength); - * -> An int32_t 0xfffffffb and a whole bunch of them - * fffffffb 00000005 0000010a [3] - * - */ - - - -/** - * Trace output Formatter. An application's UTraceData tracing functions may call - * back to this function to format the trace output in a - * human readable form. Note that a UTraceData function may choose - * to not format the data; it could, for example, save it in - * in the raw form it was received (more compact), leaving - * formatting for a later trace analyis tool. - * @param outBuf pointer to a buffer to receive the formatted output. Output - * will be nul terminated if there is space in the buffer - - * if the length of the requested output < the output buffer size. - * @param capacity Length of the output buffer. - * @param indent Number of spaces to indent the output. Intended to allow - * data displayed from nested functions to be indented for readability. - * @param fmt Format specification for the data to output - * @param args Data to be formatted. - * @return Length of formatted output, including the terminating NUL. - * If buffer capacity is insufficient, the required capacity is returned. - * @stable ICU 2.8 - */ -U_STABLE int32_t U_EXPORT2 -utrace_vformat(char *outBuf, int32_t capacity, - int32_t indent, const char *fmt, va_list args); - -/** - * Trace output Formatter. An application's UTraceData tracing functions may call - * this function to format any additional trace data, beyond that - * provided by default, in human readable form with the same - * formatting conventions used by utrace_vformat(). - * @param outBuf pointer to a buffer to receive the formatted output. Output - * will be nul terminated if there is space in the buffer - - * if the length of the requested output < the output buffer size. - * @param capacity Length of the output buffer. - * @param indent Number of spaces to indent the output. Intended to allow - * data displayed from nested functions to be indented for readability. - * @param fmt Format specification for the data to output - * @param ... Data to be formatted. - * @return Length of formatted output, including the terminating NUL. - * If buffer capacity is insufficient, the required capacity is returned. - * @stable ICU 2.8 - */ -U_STABLE int32_t U_EXPORT2 -utrace_format(char *outBuf, int32_t capacity, - int32_t indent, const char *fmt, ...); - - - -/* Trace function numbers --------------------------------------------------- */ - -/** - * Get the name of a function from its trace function number. - * - * @param fnNumber The trace number for an ICU function. - * @return The name string for the function. - * - * @see UTraceFunctionNumber - * @stable ICU 2.8 - */ -U_STABLE const char * U_EXPORT2 -utrace_functionName(int32_t fnNumber); - -U_CDECL_END - -#endif diff --git a/jni/EastAsianWidth/unicode/utypes.h b/jni/EastAsianWidth/unicode/utypes.h deleted file mode 100644 index 4c07c10..0000000 --- a/jni/EastAsianWidth/unicode/utypes.h +++ /dev/null @@ -1,790 +0,0 @@ -/* -********************************************************************** -* Copyright (C) 1996-2007, International Business Machines -* Corporation and others. All Rights Reserved. -********************************************************************** -* -* FILE NAME : UTYPES.H (formerly ptypes.h) -* -* Date Name Description -* 12/11/96 helena Creation. -* 02/27/97 aliu Added typedefs for UClassID, int8, int16, int32, -* uint8, uint16, and uint32. -* 04/01/97 aliu Added XP_CPLUSPLUS and modified to work under C as -* well as C++. -* Modified to use memcpy() for uprv_arrayCopy() fns. -* 04/14/97 aliu Added TPlatformUtilities. -* 05/07/97 aliu Added import/export specifiers (replacing the old -* broken EXT_CLASS). Added version number for our -* code. Cleaned up header. -* 6/20/97 helena Java class name change. -* 08/11/98 stephen UErrorCode changed from typedef to enum -* 08/12/98 erm Changed T_ANALYTIC_PACKAGE_VERSION to 3 -* 08/14/98 stephen Added uprv_arrayCopy() for int8_t, int16_t, int32_t -* 12/09/98 jfitz Added BUFFER_OVERFLOW_ERROR (bug 1100066) -* 04/20/99 stephen Cleaned up & reworked for autoconf. -* Renamed to utypes.h. -* 05/05/99 stephen Changed to use <inttypes.h> -* 12/07/99 helena Moved copyright notice string from ucnv_bld.h here. -******************************************************************************* -*/ - -#ifndef UTYPES_H -#define UTYPES_H - - -#include "unicode/umachine.h" -#include "unicode/utf.h" -#include "unicode/uversion.h" -#include "unicode/uconfig.h" - -#if !U_DEFAULT_SHOW_DRAFT && !defined(U_SHOW_DRAFT_API) -#define U_HIDE_DRAFT_API 1 -#endif - -#ifdef U_HIDE_DRAFT_API -#include "unicode/udraft.h" -#endif - -#ifdef U_HIDE_DEPRECATED_API -#include "unicode/udeprctd.h" -#endif - -#ifdef U_HIDE_DEPRECATED_API -#include "unicode/uobslete.h" -#endif - -#ifdef U_HIDE_INTERNAL_API -#include "unicode/uintrnal.h" -#endif - -#ifdef U_HIDE_SYSTEM_API -#include "unicode/usystem.h" -#endif - -/*! - * \file - * \brief Basic definitions for ICU, for both C and C++ APIs - * - * This file defines basic types, constants, and enumerations directly or - * indirectly by including other header files, especially utf.h for the - * basic character and string definitions and umachine.h for consistent - * integer and other types. - */ - -/*===========================================================================*/ -/* char Character set family */ -/*===========================================================================*/ - -/** - * U_CHARSET_FAMILY is equal to this value when the platform is an ASCII based platform. - * @stable ICU 2.0 - */ -#define U_ASCII_FAMILY 0 - -/** - * U_CHARSET_FAMILY is equal to this value when the platform is an EBCDIC based platform. - * @stable ICU 2.0 - */ -#define U_EBCDIC_FAMILY 1 - -/** - * \def U_CHARSET_FAMILY - * - * <p>These definitions allow to specify the encoding of text - * in the char data type as defined by the platform and the compiler. - * It is enough to determine the code point values of "invariant characters", - * which are the ones shared by all encodings that are in use - * on a given platform.</p> - * - * <p>Those "invariant characters" should be all the uppercase and lowercase - * latin letters, the digits, the space, and "basic punctuation". - * Also, '\\n', '\\r', '\\t' should be available.</p> - * - * <p>The list of "invariant characters" is:<br> - * \code - * A-Z a-z 0-9 SPACE " % & ' ( ) * + , - . / : ; < = > ? _ - * \endcode - * <br> - * (52 letters + 10 numbers + 20 punc/sym/space = 82 total)</p> - * - * <p>This matches the IBM Syntactic Character Set (CS 640).</p> - * - * <p>In other words, all the graphic characters in 7-bit ASCII should - * be safely accessible except the following:</p> - * - * \code - * '\' <backslash> - * '[' <left bracket> - * ']' <right bracket> - * '{' <left brace> - * '}' <right brace> - * '^' <circumflex> - * '~' <tilde> - * '!' <exclamation mark> - * '#' <number sign> - * '|' <vertical line> - * '$' <dollar sign> - * '@' <commercial at> - * '`' <grave accent> - * \endcode - * @stable ICU 2.0 - */ - -#ifndef U_CHARSET_FAMILY -# define U_CHARSET_FAMILY 0 -#endif - -/*===========================================================================*/ -/* ICUDATA naming scheme */ -/*===========================================================================*/ - -/** - * \def U_ICUDATA_TYPE_LETTER - * - * This is a platform-dependent string containing one letter: - * - b for big-endian, ASCII-family platforms - * - l for little-endian, ASCII-family platforms - * - e for big-endian, EBCDIC-family platforms - * This letter is part of the common data file name. - * @stable ICU 2.0 - */ - -/** - * \def U_ICUDATA_TYPE_LITLETTER - * The non-string form of U_ICUDATA_TYPE_LETTER - * @stable ICU 2.0 - */ -#if U_CHARSET_FAMILY -# if U_IS_BIG_ENDIAN - /* EBCDIC - should always be BE */ -# define U_ICUDATA_TYPE_LETTER "e" -# define U_ICUDATA_TYPE_LITLETTER e -# else -# error "Don't know what to do with little endian EBCDIC!" -# define U_ICUDATA_TYPE_LETTER "x" -# define U_ICUDATA_TYPE_LITLETTER x -# endif -#else -# if U_IS_BIG_ENDIAN - /* Big-endian ASCII */ -# define U_ICUDATA_TYPE_LETTER "b" -# define U_ICUDATA_TYPE_LITLETTER b -# else - /* Little-endian ASCII */ -# define U_ICUDATA_TYPE_LETTER "l" -# define U_ICUDATA_TYPE_LITLETTER l -# endif -#endif - -/** - * A single string literal containing the icudata stub name. i.e. 'icudt18e' for - * ICU 1.8.x on EBCDIC, etc.. - * @stable ICU 2.0 - */ -#define U_ICUDATA_NAME "icudt" U_ICU_VERSION_SHORT U_ICUDATA_TYPE_LETTER - - -/** - * U_ICU_ENTRY_POINT is the name of the DLL entry point to the ICU data library. - * Defined as a literal, not a string. - * Tricky Preprocessor use - ## operator replaces macro paramters with the literal string - * from the corresponding macro invocation, _before_ other macro substitutions. - * Need a nested \#defines to get the actual version numbers rather than - * the literal text U_ICU_VERSION_MAJOR_NUM into the name. - * The net result will be something of the form - * \#define U_ICU_ENTRY_POINT icudt19_dat - * @stable ICU 2.4 - */ -#define U_ICUDATA_ENTRY_POINT U_DEF2_ICUDATA_ENTRY_POINT(U_ICU_VERSION_MAJOR_NUM, U_ICU_VERSION_MINOR_NUM) - -/** - * Do not use. - * @internal - */ -#define U_DEF2_ICUDATA_ENTRY_POINT(major, minor) U_DEF_ICUDATA_ENTRY_POINT(major, minor) -/** - * Do not use. - * @internal - */ -#define U_DEF_ICUDATA_ENTRY_POINT(major, minor) icudt##major##minor##_dat - -/** - * \def U_CALLCONV - * Similar to U_CDECL_BEGIN/U_CDECL_END, this qualifier is necessary - * in callback function typedefs to make sure that the calling convention - * is compatible. - * - * This is only used for non-ICU-API functions. - * When a function is a public ICU API, - * you must use the U_CAPI and U_EXPORT2 qualifiers. - * @stable ICU 2.0 - */ -#if defined(OS390) && (__COMPILER_VER__ < 0x41020000) && defined(XP_CPLUSPLUS) -# define U_CALLCONV __cdecl -#else -# define U_CALLCONV U_EXPORT2 -#endif - -/** - * \def NULL - * Define NULL if necessary, to 0 for C++ and to ((void *)0) for C. - * @stable ICU 2.0 - */ -#ifndef NULL -#ifdef XP_CPLUSPLUS -#define NULL 0 -#else -#define NULL ((void *)0) -#endif -#endif - -/*===========================================================================*/ -/* Calendar/TimeZone data types */ -/*===========================================================================*/ - -/** - * Date and Time data type. - * This is a primitive data type that holds the date and time - * as the number of milliseconds since 1970-jan-01, 00:00 UTC. - * UTC leap seconds are ignored. - * @stable ICU 2.0 - */ -typedef double UDate; - -/** The number of milliseconds per second @stable ICU 2.0 */ -#define U_MILLIS_PER_SECOND (1000) -/** The number of milliseconds per minute @stable ICU 2.0 */ -#define U_MILLIS_PER_MINUTE (60000) -/** The number of milliseconds per hour @stable ICU 2.0 */ -#define U_MILLIS_PER_HOUR (3600000) -/** The number of milliseconds per day @stable ICU 2.0 */ -#define U_MILLIS_PER_DAY (86400000) - - -/*===========================================================================*/ -/* UClassID-based RTTI */ -/*===========================================================================*/ - -/** - * UClassID is used to identify classes without using RTTI, since RTTI - * is not yet supported by all C++ compilers. Each class hierarchy which needs - * to implement polymorphic clone() or operator==() defines two methods, - * described in detail below. UClassID values can be compared using - * operator==(). Nothing else should be done with them. - * - * \par - * getDynamicClassID() is declared in the base class of the hierarchy as - * a pure virtual. Each concrete subclass implements it in the same way: - * - * \code - * class Base { - * public: - * virtual UClassID getDynamicClassID() const = 0; - * } - * - * class Derived { - * public: - * virtual UClassID getDynamicClassID() const - * { return Derived::getStaticClassID(); } - * } - * \endcode - * - * Each concrete class implements getStaticClassID() as well, which allows - * clients to test for a specific type. - * - * \code - * class Derived { - * public: - * static UClassID U_EXPORT2 getStaticClassID(); - * private: - * static char fgClassID; - * } - * - * // In Derived.cpp: - * UClassID Derived::getStaticClassID() - * { return (UClassID)&Derived::fgClassID; } - * char Derived::fgClassID = 0; // Value is irrelevant - * \endcode - * @stable ICU 2.0 - */ -typedef void* UClassID; - -/*===========================================================================*/ -/* Shared library/DLL import-export API control */ -/*===========================================================================*/ - -/* - * Control of symbol import/export. - * ICU is separated into three libraries. - */ - -/* - * \def U_COMBINED_IMPLEMENTATION - * Set to export library symbols from inside the ICU library - * when all of ICU is in a single library. - * This can be set as a compiler option while building ICU, and it - * needs to be the first one tested to override U_COMMON_API, U_I18N_API, etc. - * @stable ICU 2.0 - */ - -/** - * \def U_DATA_API - * Set to export library symbols from inside the stubdata library, - * and to import them from outside. - * @stable ICU 3.0 - */ - -/** - * \def U_COMMON_API - * Set to export library symbols from inside the common library, - * and to import them from outside. - * @stable ICU 2.0 - */ - -/** - * \def U_I18N_API - * Set to export library symbols from inside the i18n library, - * and to import them from outside. - * @stable ICU 2.0 - */ - -/** - * \def U_LAYOUT_API - * Set to export library symbols from inside the layout engine library, - * and to import them from outside. - * @stable ICU 2.0 - */ - -/** - * \def U_LAYOUTEX_API - * Set to export library symbols from inside the layout extensions library, - * and to import them from outside. - * @stable ICU 2.6 - */ - -/** - * \def U_IO_API - * Set to export library symbols from inside the ustdio library, - * and to import them from outside. - * @stable ICU 2.0 - */ - -/** - * \def U_TOOLUTIL_API - * Set to export library symbols from inside the toolutil library, - * and to import them from outside. - * @stable ICU 3.4 - */ - -#if defined(U_COMBINED_IMPLEMENTATION) -#define U_DATA_API U_EXPORT -#define U_COMMON_API U_EXPORT -#define U_I18N_API U_EXPORT -#define U_LAYOUT_API U_EXPORT -#define U_LAYOUTEX_API U_EXPORT -#define U_IO_API U_EXPORT -#define U_TOOLUTIL_API U_EXPORT -#elif defined(U_STATIC_IMPLEMENTATION) -#define U_DATA_API -#define U_COMMON_API -#define U_I18N_API -#define U_LAYOUT_API -#define U_LAYOUTEX_API -#define U_IO_API -#define U_TOOLUTIL_API -#elif defined(U_COMMON_IMPLEMENTATION) -#define U_DATA_API U_IMPORT -#define U_COMMON_API U_EXPORT -#define U_I18N_API U_IMPORT -#define U_LAYOUT_API U_IMPORT -#define U_LAYOUTEX_API U_IMPORT -#define U_IO_API U_IMPORT -#define U_TOOLUTIL_API U_IMPORT -#elif defined(U_I18N_IMPLEMENTATION) -#define U_DATA_API U_IMPORT -#define U_COMMON_API U_IMPORT -#define U_I18N_API U_EXPORT -#define U_LAYOUT_API U_IMPORT -#define U_LAYOUTEX_API U_IMPORT -#define U_IO_API U_IMPORT -#define U_TOOLUTIL_API U_IMPORT -#elif defined(U_LAYOUT_IMPLEMENTATION) -#define U_DATA_API U_IMPORT -#define U_COMMON_API U_IMPORT -#define U_I18N_API U_IMPORT -#define U_LAYOUT_API U_EXPORT -#define U_LAYOUTEX_API U_IMPORT -#define U_IO_API U_IMPORT -#define U_TOOLUTIL_API U_IMPORT -#elif defined(U_LAYOUTEX_IMPLEMENTATION) -#define U_DATA_API U_IMPORT -#define U_COMMON_API U_IMPORT -#define U_I18N_API U_IMPORT -#define U_LAYOUT_API U_IMPORT -#define U_LAYOUTEX_API U_EXPORT -#define U_IO_API U_IMPORT -#define U_TOOLUTIL_API U_IMPORT -#elif defined(U_IO_IMPLEMENTATION) -#define U_DATA_API U_IMPORT -#define U_COMMON_API U_IMPORT -#define U_I18N_API U_IMPORT -#define U_LAYOUT_API U_IMPORT -#define U_LAYOUTEX_API U_IMPORT -#define U_IO_API U_EXPORT -#define U_TOOLUTIL_API U_IMPORT -#elif defined(U_TOOLUTIL_IMPLEMENTATION) -#define U_DATA_API U_IMPORT -#define U_COMMON_API U_IMPORT -#define U_I18N_API U_IMPORT -#define U_LAYOUT_API U_IMPORT -#define U_LAYOUTEX_API U_IMPORT -#define U_IO_API U_IMPORT -#define U_TOOLUTIL_API U_EXPORT -#else -#define U_DATA_API U_IMPORT -#define U_COMMON_API U_IMPORT -#define U_I18N_API U_IMPORT -#define U_LAYOUT_API U_IMPORT -#define U_LAYOUTEX_API U_IMPORT -#define U_IO_API U_IMPORT -#define U_TOOLUTIL_API U_IMPORT -#endif - -/** - * \def U_STANDARD_CPP_NAMESPACE - * Control of C++ Namespace - * @stable ICU 2.0 - */ -#ifdef __cplusplus -#define U_STANDARD_CPP_NAMESPACE :: -#else -#define U_STANDARD_CPP_NAMESPACE -#endif - - -/*===========================================================================*/ -/* Global delete operator */ -/*===========================================================================*/ - -/* - * The ICU4C library must not use the global new and delete operators. - * These operators here are defined to enable testing for this. - * See Jitterbug 2581 for details of why this is necessary. - * - * Verification that ICU4C's memory usage is correct, i.e., - * that global new/delete are not used: - * - * a) Check for imports of global new/delete (see uobject.cpp for details) - * b) Verify that new is never imported. - * c) Verify that delete is only imported from object code for interface/mixin classes. - * d) Add global delete and delete[] only for the ICU4C library itself - * and define them in a way that crashes or otherwise easily shows a problem. - * - * The following implements d). - * The operator implementations crash; this is intentional and used for library debugging. - * - * Note: This is currently only done on Windows because - * some Linux/Unix compilers have problems with defining global new/delete. - * On Windows, U_WINDOWS is defined, and it is _MSC_VER>=1200 for MSVC 6.0 and higher. - */ -#if defined(XP_CPLUSPLUS) && defined(U_WINDOWS) && U_DEBUG && U_OVERRIDE_CXX_ALLOCATION && (_MSC_VER>=1200) && !defined(U_STATIC_IMPLEMENTATION) && (defined(U_COMMON_IMPLEMENTATION) || defined(U_I18N_IMPLEMENTATION) || defined(U_IO_IMPLEMENTATION) || defined(U_LAYOUT_IMPLEMENTATION) || defined(U_LAYOUTEX_IMPLEMENTATION)) - -#ifndef U_HIDE_INTERNAL_API -/** - * Global operator new, defined only inside ICU4C, must not be used. - * Crashes intentionally. - * @internal - */ -inline void * -operator new(size_t /*size*/) { - char *q=NULL; - *q=5; /* break it */ - return q; -} - -/** - * Global operator new[], defined only inside ICU4C, must not be used. - * Crashes intentionally. - * @internal - */ -inline void * -operator new[](size_t /*size*/) { - char *q=NULL; - *q=5; /* break it */ - return q; -} - -/** - * Global operator delete, defined only inside ICU4C, must not be used. - * Crashes intentionally. - * @internal - */ -inline void -operator delete(void * /*p*/) { - char *q=NULL; - *q=5; /* break it */ -} - -/** - * Global operator delete[], defined only inside ICU4C, must not be used. - * Crashes intentionally. - * @internal - */ -inline void -operator delete[](void * /*p*/) { - char *q=NULL; - *q=5; /* break it */ -} - -#endif /* U_HIDE_INTERNAL_API */ -#endif - -/*===========================================================================*/ -/* UErrorCode */ -/*===========================================================================*/ - -/** - * Error code to replace exception handling, so that the code is compatible with all C++ compilers, - * and to use the same mechanism for C and C++. - * - * \par - * ICU functions that take a reference (C++) or a pointer (C) to a UErrorCode - * first test if(U_FAILURE(errorCode)) { return immediately; } - * so that in a chain of such functions the first one that sets an error code - * causes the following ones to not perform any operations. - * - * \par - * Error codes should be tested using U_FAILURE() and U_SUCCESS(). - * @stable ICU 2.0 - */ -typedef enum UErrorCode { - /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird - * and is that way because VC++ debugger displays first encountered constant, - * which is not the what the code is used for - */ - - U_USING_FALLBACK_WARNING = -128, /**< A resource bundle lookup returned a fallback result (not an error) */ - - U_ERROR_WARNING_START = -128, /**< Start of information results (semantically successful) */ - - U_USING_DEFAULT_WARNING = -127, /**< A resource bundle lookup returned a result from the root locale (not an error) */ - - U_SAFECLONE_ALLOCATED_WARNING = -126, /**< A SafeClone operation required allocating memory (informational only) */ - - U_STATE_OLD_WARNING = -125, /**< ICU has to use compatibility layer to construct the service. Expect performance/memory usage degradation. Consider upgrading */ - - U_STRING_NOT_TERMINATED_WARNING = -124,/**< An output string could not be NUL-terminated because output length==destCapacity. */ - - U_SORT_KEY_TOO_SHORT_WARNING = -123, /**< Number of levels requested in getBound is higher than the number of levels in the sort key */ - - U_AMBIGUOUS_ALIAS_WARNING = -122, /**< This converter alias can go to different converter implementations */ - - U_DIFFERENT_UCA_VERSION = -121, /**< ucol_open encountered a mismatch between UCA version and collator image version, so the collator was constructed from rules. No impact to further function */ - - U_ERROR_WARNING_LIMIT, /**< This must always be the last warning value to indicate the limit for UErrorCode warnings (last warning code +1) */ - - - U_ZERO_ERROR = 0, /**< No error, no warning. */ - - U_ILLEGAL_ARGUMENT_ERROR = 1, /**< Start of codes indicating failure */ - U_MISSING_RESOURCE_ERROR = 2, /**< The requested resource cannot be found */ - U_INVALID_FORMAT_ERROR = 3, /**< Data format is not what is expected */ - U_FILE_ACCESS_ERROR = 4, /**< The requested file cannot be found */ - U_INTERNAL_PROGRAM_ERROR = 5, /**< Indicates a bug in the library code */ - U_MESSAGE_PARSE_ERROR = 6, /**< Unable to parse a message (message format) */ - U_MEMORY_ALLOCATION_ERROR = 7, /**< Memory allocation error */ - U_INDEX_OUTOFBOUNDS_ERROR = 8, /**< Trying to access the index that is out of bounds */ - U_PARSE_ERROR = 9, /**< Equivalent to Java ParseException */ - U_INVALID_CHAR_FOUND = 10, /**< Character conversion: Unmappable input sequence. In other APIs: Invalid character. */ - U_TRUNCATED_CHAR_FOUND = 11, /**< Character conversion: Incomplete input sequence. */ - U_ILLEGAL_CHAR_FOUND = 12, /**< Character conversion: Illegal input sequence/combination of input units. */ - U_INVALID_TABLE_FORMAT = 13, /**< Conversion table file found, but corrupted */ - U_INVALID_TABLE_FILE = 14, /**< Conversion table file not found */ - U_BUFFER_OVERFLOW_ERROR = 15, /**< A result would not fit in the supplied buffer */ - U_UNSUPPORTED_ERROR = 16, /**< Requested operation not supported in current context */ - U_RESOURCE_TYPE_MISMATCH = 17, /**< an operation is requested over a resource that does not support it */ - U_ILLEGAL_ESCAPE_SEQUENCE = 18, /**< ISO-2022 illlegal escape sequence */ - U_UNSUPPORTED_ESCAPE_SEQUENCE = 19, /**< ISO-2022 unsupported escape sequence */ - U_NO_SPACE_AVAILABLE = 20, /**< No space available for in-buffer expansion for Arabic shaping */ - U_CE_NOT_FOUND_ERROR = 21, /**< Currently used only while setting variable top, but can be used generally */ - U_PRIMARY_TOO_LONG_ERROR = 22, /**< User tried to set variable top to a primary that is longer than two bytes */ - U_STATE_TOO_OLD_ERROR = 23, /**< ICU cannot construct a service from this state, as it is no longer supported */ - U_TOO_MANY_ALIASES_ERROR = 24, /**< There are too many aliases in the path to the requested resource. - It is very possible that a circular alias definition has occured */ - U_ENUM_OUT_OF_SYNC_ERROR = 25, /**< UEnumeration out of sync with underlying collection */ - U_INVARIANT_CONVERSION_ERROR = 26, /**< Unable to convert a UChar* string to char* with the invariant converter. */ - U_INVALID_STATE_ERROR = 27, /**< Requested operation can not be completed with ICU in its current state */ - U_COLLATOR_VERSION_MISMATCH = 28, /**< Collator version is not compatible with the base version */ - U_USELESS_COLLATOR_ERROR = 29, /**< Collator is options only and no base is specified */ - U_NO_WRITE_PERMISSION = 30, /**< Attempt to modify read-only or constant data. */ - - U_STANDARD_ERROR_LIMIT, /**< This must always be the last value to indicate the limit for standard errors */ - /* - * the error code range 0x10000 0x10100 are reserved for Transliterator - */ - U_BAD_VARIABLE_DEFINITION=0x10000,/**< Missing '$' or duplicate variable name */ - U_PARSE_ERROR_START = 0x10000, /**< Start of Transliterator errors */ - U_MALFORMED_RULE, /**< Elements of a rule are misplaced */ - U_MALFORMED_SET, /**< A UnicodeSet pattern is invalid*/ - U_MALFORMED_SYMBOL_REFERENCE, /**< UNUSED as of ICU 2.4 */ - U_MALFORMED_UNICODE_ESCAPE, /**< A Unicode escape pattern is invalid*/ - U_MALFORMED_VARIABLE_DEFINITION, /**< A variable definition is invalid */ - U_MALFORMED_VARIABLE_REFERENCE, /**< A variable reference is invalid */ - U_MISMATCHED_SEGMENT_DELIMITERS, /**< UNUSED as of ICU 2.4 */ - U_MISPLACED_ANCHOR_START, /**< A start anchor appears at an illegal position */ - U_MISPLACED_CURSOR_OFFSET, /**< A cursor offset occurs at an illegal position */ - U_MISPLACED_QUANTIFIER, /**< A quantifier appears after a segment close delimiter */ - U_MISSING_OPERATOR, /**< A rule contains no operator */ - U_MISSING_SEGMENT_CLOSE, /**< UNUSED as of ICU 2.4 */ - U_MULTIPLE_ANTE_CONTEXTS, /**< More than one ante context */ - U_MULTIPLE_CURSORS, /**< More than one cursor */ - U_MULTIPLE_POST_CONTEXTS, /**< More than one post context */ - U_TRAILING_BACKSLASH, /**< A dangling backslash */ - U_UNDEFINED_SEGMENT_REFERENCE, /**< A segment reference does not correspond to a defined segment */ - U_UNDEFINED_VARIABLE, /**< A variable reference does not correspond to a defined variable */ - U_UNQUOTED_SPECIAL, /**< A special character was not quoted or escaped */ - U_UNTERMINATED_QUOTE, /**< A closing single quote is missing */ - U_RULE_MASK_ERROR, /**< A rule is hidden by an earlier more general rule */ - U_MISPLACED_COMPOUND_FILTER, /**< A compound filter is in an invalid location */ - U_MULTIPLE_COMPOUND_FILTERS, /**< More than one compound filter */ - U_INVALID_RBT_SYNTAX, /**< A "::id" rule was passed to the RuleBasedTransliterator parser */ - U_INVALID_PROPERTY_PATTERN, /**< UNUSED as of ICU 2.4 */ - U_MALFORMED_PRAGMA, /**< A 'use' pragma is invlalid */ - U_UNCLOSED_SEGMENT, /**< A closing ')' is missing */ - U_ILLEGAL_CHAR_IN_SEGMENT, /**< UNUSED as of ICU 2.4 */ - U_VARIABLE_RANGE_EXHAUSTED, /**< Too many stand-ins generated for the given variable range */ - U_VARIABLE_RANGE_OVERLAP, /**< The variable range overlaps characters used in rules */ - U_ILLEGAL_CHARACTER, /**< A special character is outside its allowed context */ - U_INTERNAL_TRANSLITERATOR_ERROR, /**< Internal transliterator system error */ - U_INVALID_ID, /**< A "::id" rule specifies an unknown transliterator */ - U_INVALID_FUNCTION, /**< A "&fn()" rule specifies an unknown transliterator */ - U_PARSE_ERROR_LIMIT, /**< The limit for Transliterator errors */ - - /* - * the error code range 0x10100 0x10200 are reserved for formatting API parsing error - */ - U_UNEXPECTED_TOKEN=0x10100, /**< Syntax error in format pattern */ - U_FMT_PARSE_ERROR_START=0x10100, /**< Start of format library errors */ - U_MULTIPLE_DECIMAL_SEPARATORS, /**< More than one decimal separator in number pattern */ - U_MULTIPLE_DECIMAL_SEPERATORS = U_MULTIPLE_DECIMAL_SEPARATORS, /**< Typo: kept for backward compatibility. Use U_MULTIPLE_DECIMAL_SEPARATORS */ - U_MULTIPLE_EXPONENTIAL_SYMBOLS, /**< More than one exponent symbol in number pattern */ - U_MALFORMED_EXPONENTIAL_PATTERN, /**< Grouping symbol in exponent pattern */ - U_MULTIPLE_PERCENT_SYMBOLS, /**< More than one percent symbol in number pattern */ - U_MULTIPLE_PERMILL_SYMBOLS, /**< More than one permill symbol in number pattern */ - U_MULTIPLE_PAD_SPECIFIERS, /**< More than one pad symbol in number pattern */ - U_PATTERN_SYNTAX_ERROR, /**< Syntax error in format pattern */ - U_ILLEGAL_PAD_POSITION, /**< Pad symbol misplaced in number pattern */ - U_UNMATCHED_BRACES, /**< Braces do not match in message pattern */ - U_UNSUPPORTED_PROPERTY, /**< UNUSED as of ICU 2.4 */ - U_UNSUPPORTED_ATTRIBUTE, /**< UNUSED as of ICU 2.4 */ - U_FMT_PARSE_ERROR_LIMIT, /**< The limit for format library errors */ - - /* - * the error code range 0x10200 0x102ff are reserved for Break Iterator related error - */ - U_BRK_INTERNAL_ERROR=0x10200, /**< An internal error (bug) was detected. */ - U_BRK_ERROR_START=0x10200, /**< Start of codes indicating Break Iterator failures */ - U_BRK_HEX_DIGITS_EXPECTED, /**< Hex digits expected as part of a escaped char in a rule. */ - U_BRK_SEMICOLON_EXPECTED, /**< Missing ';' at the end of a RBBI rule. */ - U_BRK_RULE_SYNTAX, /**< Syntax error in RBBI rule. */ - U_BRK_UNCLOSED_SET, /**< UnicodeSet witing an RBBI rule missing a closing ']'. */ - U_BRK_ASSIGN_ERROR, /**< Syntax error in RBBI rule assignment statement. */ - U_BRK_VARIABLE_REDFINITION, /**< RBBI rule $Variable redefined. */ - U_BRK_MISMATCHED_PAREN, /**< Mis-matched parentheses in an RBBI rule. */ - U_BRK_NEW_LINE_IN_QUOTED_STRING, /**< Missing closing quote in an RBBI rule. */ - U_BRK_UNDEFINED_VARIABLE, /**< Use of an undefined $Variable in an RBBI rule. */ - U_BRK_INIT_ERROR, /**< Initialization failure. Probable missing ICU Data. */ - U_BRK_RULE_EMPTY_SET, /**< Rule contains an empty Unicode Set. */ - U_BRK_UNRECOGNIZED_OPTION, /**< !!option in RBBI rules not recognized. */ - U_BRK_MALFORMED_RULE_TAG, /**< The {nnn} tag on a rule is mal formed */ - U_BRK_ERROR_LIMIT, /**< This must always be the last value to indicate the limit for Break Iterator failures */ - - /* - * The error codes in the range 0x10300-0x103ff are reserved for regular expression related errrs - */ - U_REGEX_INTERNAL_ERROR=0x10300, /**< An internal error (bug) was detected. */ - U_REGEX_ERROR_START=0x10300, /**< Start of codes indicating Regexp failures */ - U_REGEX_RULE_SYNTAX, /**< Syntax error in regexp pattern. */ - U_REGEX_INVALID_STATE, /**< RegexMatcher in invalid state for requested operation */ - U_REGEX_BAD_ESCAPE_SEQUENCE, /**< Unrecognized backslash escape sequence in pattern */ - U_REGEX_PROPERTY_SYNTAX, /**< Incorrect Unicode property */ - U_REGEX_UNIMPLEMENTED, /**< Use of regexp feature that is not yet implemented. */ - U_REGEX_MISMATCHED_PAREN, /**< Incorrectly nested parentheses in regexp pattern. */ - U_REGEX_NUMBER_TOO_BIG, /**< Decimal number is too large. */ - U_REGEX_BAD_INTERVAL, /**< Error in {min,max} interval */ - U_REGEX_MAX_LT_MIN, /**< In {min,max}, max is less than min. */ - U_REGEX_INVALID_BACK_REF, /**< Back-reference to a non-existent capture group. */ - U_REGEX_INVALID_FLAG, /**< Invalid value for match mode flags. */ - U_REGEX_LOOK_BEHIND_LIMIT, /**< Look-Behind pattern matches must have a bounded maximum length. */ - U_REGEX_SET_CONTAINS_STRING, /**< Regexps cannot have UnicodeSets containing strings.*/ - U_REGEX_OCTAL_TOO_BIG, /**< Octal character constants must be <= 0377. */ - U_REGEX_MISSING_CLOSE_BRACKET, /**< Missing closing bracket on a bracket expression. */ - U_REGEX_INVALID_RANGE, /**< In a character range [x-y], x is greater than y. */ - U_REGEX_ERROR_LIMIT, /**< This must always be the last value to indicate the limit for regexp errors */ - - /* - * The error code in the range 0x10400-0x104ff are reserved for IDNA related error codes - */ - U_IDNA_PROHIBITED_ERROR=0x10400, - U_IDNA_ERROR_START=0x10400, - U_IDNA_UNASSIGNED_ERROR, - U_IDNA_CHECK_BIDI_ERROR, - U_IDNA_STD3_ASCII_RULES_ERROR, - U_IDNA_ACE_PREFIX_ERROR, - U_IDNA_VERIFICATION_ERROR, - U_IDNA_LABEL_TOO_LONG_ERROR, - U_IDNA_ZERO_LENGTH_LABEL_ERROR, - U_IDNA_DOMAIN_NAME_TOO_LONG_ERROR, - U_IDNA_ERROR_LIMIT, - /* - * Aliases for StringPrep - */ - U_STRINGPREP_PROHIBITED_ERROR = U_IDNA_PROHIBITED_ERROR, - U_STRINGPREP_UNASSIGNED_ERROR = U_IDNA_UNASSIGNED_ERROR, - U_STRINGPREP_CHECK_BIDI_ERROR = U_IDNA_CHECK_BIDI_ERROR, - - - U_ERROR_LIMIT=U_IDNA_ERROR_LIMIT /**< This must always be the last value to indicate the limit for UErrorCode (last error code +1) */ -} UErrorCode; - -/* Use the following to determine if an UErrorCode represents */ -/* operational success or failure. */ - -#ifdef XP_CPLUSPLUS - /** - * Does the error code indicate success? - * @stable ICU 2.0 - */ - static - inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); } - /** - * Does the error code indicate a failure? - * @stable ICU 2.0 - */ - static - inline UBool U_FAILURE(UErrorCode code) { return (UBool)(code>U_ZERO_ERROR); } -#else - /** - * Does the error code indicate success? - * @stable ICU 2.0 - */ -# define U_SUCCESS(x) ((x)<=U_ZERO_ERROR) - /** - * Does the error code indicate a failure? - * @stable ICU 2.0 - */ -# define U_FAILURE(x) ((x)>U_ZERO_ERROR) -#endif - -/** - * Return a string for a UErrorCode value. - * The string will be the same as the name of the error code constant - * in the UErrorCode enum above. - * @stable ICU 2.0 - */ -U_STABLE const char * U_EXPORT2 -u_errorName(UErrorCode code); - - -#endif /* _UTYPES */ diff --git a/jni/EastAsianWidth/unicode/uversion.h b/jni/EastAsianWidth/unicode/uversion.h deleted file mode 100644 index f026aed..0000000 --- a/jni/EastAsianWidth/unicode/uversion.h +++ /dev/null @@ -1,266 +0,0 @@ -/* -******************************************************************************* -* Copyright (C) 2000-2007, International Business Machines -* Corporation and others. All Rights Reserved. -******************************************************************************* -* -* file name: uversion.h -* encoding: US-ASCII -* tab size: 8 (not used) -* indentation:4 -* -* Created by: Vladimir Weinstein -* -* Contains all the important version numbers for ICU. -* Gets included by utypes.h and Windows .rc files -*/ - -/** - * \file - * \brief C API: Contains all the important version numbers for ICU. - */ -/*===========================================================================*/ -/* Main ICU version information */ -/*===========================================================================*/ - -#ifndef UVERSION_H -#define UVERSION_H - -/** - * IMPORTANT: When updating version, the following things need to be done: - * source/common/unicode/uversion.h - this file: update major, minor, - * patchlevel, suffix, version, short version constants, namespace, - * and copyright - * source/common/common.vcproj - update 'Output file name' on the link tab so - * that it contains the new major/minor combination - * source/i18n/i18n.vcproj - same as for the common.vcproj - * source/layout/layout.vcproj - same as for the common.vcproj - * source/stubdata/stubdata.vcproj - same as for the common.vcproj - * source/io/io.vcproj - same as for the common.vcproj - * source/data/makedata.mak - change U_ICUDATA_NAME so that it contains - * the new major/minor combination - * source/tools/genren/genren.pl - use this script according to the README - * in that folder - */ - -#include "unicode/umachine.h" - -/** The standard copyright notice that gets compiled into each library. - * This value will change in the subsequent releases of ICU - * @stable ICU 2.4 - */ -#define U_COPYRIGHT_STRING \ - " Copyright (C) 2007, International Business Machines Corporation and others. All Rights Reserved. " - -/** Maximum length of the copyright string. - * @stable ICU 2.4 - */ -#define U_COPYRIGHT_STRING_LENGTH 128 - -/** The current ICU major version as an integer. - * This value will change in the subsequent releases of ICU - * @stable ICU 2.4 - */ -#define U_ICU_VERSION_MAJOR_NUM 3 - -/** The current ICU minor version as an integer. - * This value will change in the subsequent releases of ICU - * @stable ICU 2.6 - */ -#define U_ICU_VERSION_MINOR_NUM 8 - -/** The current ICU patchlevel version as an integer. - * This value will change in the subsequent releases of ICU - * @stable ICU 2.4 - */ -#define U_ICU_VERSION_PATCHLEVEL_NUM 1 - -/** Glued version suffix for renamers - * This value will change in the subsequent releases of ICU - * @stable ICU 2.6 - */ -#define U_ICU_VERSION_SUFFIX _3_8 - -/** The current ICU library version as a dotted-decimal string. The patchlevel - * only appears in this string if it non-zero. - * This value will change in the subsequent releases of ICU - * @stable ICU 2.4 - */ -#define U_ICU_VERSION "3.8.1" - -/** The current ICU library major/minor version as a string without dots, for library name suffixes. - * This value will change in the subsequent releases of ICU - * @stable ICU 2.6 - */ -#define U_ICU_VERSION_SHORT "38" - -/** An ICU version consists of up to 4 numbers from 0..255. - * @stable ICU 2.4 - */ -#define U_MAX_VERSION_LENGTH 4 - -/** In a string, ICU version fields are delimited by dots. - * @stable ICU 2.4 - */ -#define U_VERSION_DELIMITER '.' - -/** The maximum length of an ICU version string. - * @stable ICU 2.4 - */ -#define U_MAX_VERSION_STRING_LENGTH 20 - -/** The binary form of a version on ICU APIs is an array of 4 uint8_t. - * @stable ICU 2.4 - */ -typedef uint8_t UVersionInfo[U_MAX_VERSION_LENGTH]; - -/*===========================================================================*/ -/* C++ namespace if supported. Versioned unless versioning is disabled. */ -/*===========================================================================*/ - -/** - * \def U_NAMESPACE_BEGIN - * This is used to begin a declaration of a public ICU C++ API. - * If the compiler doesn't support namespaces, this does nothing. - * @stable ICU 2.4 - */ - -/** - * \def U_NAMESPACE_END - * This is used to end a declaration of a public ICU C++ API - * If the compiler doesn't support namespaces, this does nothing. - * @stable ICU 2.4 - */ - -/** - * \def U_NAMESPACE_USE - * This is used to specify that the rest of the code uses the - * public ICU C++ API namespace. - * If the compiler doesn't support namespaces, this does nothing. - * @stable ICU 2.4 - */ - -/** - * \def U_NAMESPACE_QUALIFIER - * This is used to qualify that a function or class is part of - * the public ICU C++ API namespace. - * If the compiler doesn't support namespaces, this does nothing. - * @stable ICU 2.4 - */ - -/* Define namespace symbols if the compiler supports it. */ -#if U_HAVE_NAMESPACE && defined(XP_CPLUSPLUS) -# if U_DISABLE_RENAMING -# define U_ICU_NAMESPACE icu - namespace U_ICU_NAMESPACE { } -# else -# define U_ICU_NAMESPACE icu_3_8 - namespace U_ICU_NAMESPACE { } - namespace icu = U_ICU_NAMESPACE; -# endif - -# define U_NAMESPACE_BEGIN namespace U_ICU_NAMESPACE { -# define U_NAMESPACE_END } -# define U_NAMESPACE_USE using namespace U_ICU_NAMESPACE; -# define U_NAMESPACE_QUALIFIER U_ICU_NAMESPACE:: - -# ifndef U_USING_ICU_NAMESPACE -# define U_USING_ICU_NAMESPACE 1 -# endif -# if U_USING_ICU_NAMESPACE - U_NAMESPACE_USE -# endif -#else -# define U_NAMESPACE_BEGIN -# define U_NAMESPACE_END -# define U_NAMESPACE_USE -# define U_NAMESPACE_QUALIFIER -#endif - - -/*===========================================================================*/ -/* General version helper functions. Definitions in putil.c */ -/*===========================================================================*/ - -/** - * Parse a string with dotted-decimal version information and - * fill in a UVersionInfo structure with the result. - * Definition of this function lives in putil.c - * - * @param versionArray The destination structure for the version information. - * @param versionString A string with dotted-decimal version information, - * with up to four non-negative number fields with - * values of up to 255 each. - * @stable ICU 2.4 - */ -U_STABLE void U_EXPORT2 -u_versionFromString(UVersionInfo versionArray, const char *versionString); - -/** - * Write a string with dotted-decimal version information according - * to the input UVersionInfo. - * Definition of this function lives in putil.c - * - * @param versionArray The version information to be written as a string. - * @param versionString A string buffer that will be filled in with - * a string corresponding to the numeric version - * information in versionArray. - * The buffer size must be at least U_MAX_VERSION_STRING_LENGTH. - * @stable ICU 2.4 - */ -U_STABLE void U_EXPORT2 -u_versionToString(UVersionInfo versionArray, char *versionString); - -/** - * Gets the ICU release version. The version array stores the version information - * for ICU. For example, release "1.3.31.2" is then represented as 0x01031F02. - * Definition of this function lives in putil.c - * - * @param versionArray the version # information, the result will be filled in - * @stable ICU 2.0 - */ -U_STABLE void U_EXPORT2 -u_getVersion(UVersionInfo versionArray); - - -/*=========================================================================== - * ICU collation framework version information - * Version info that can be obtained from a collator is affected by these - * numbers in a secret and magic way. Please use collator version as whole - *=========================================================================== - */ - -/** Collation runtime version (sort key generator, strcoll). - * If the version is different, sortkeys for the same string could be different - * version 2 was in ICU 1.8.1. changed is: compression intervals, French secondary - * compression, generating quad level always when strength is quad or more - * version 4 - ICU 2.2 - tracking UCA changes, ignore completely ignorables - * in contractions, ignore primary ignorables after shifted - * version 5 - ICU 2.8 - changed implicit generation code - * version 6 - ICU 3.4 - with the UCA 4.1, Thai tag is no longer generated or used - * This value may change in the subsequent releases of ICU - * @stable ICU 2.4 - */ -#define UCOL_RUNTIME_VERSION 6 - -/** Builder code version. When this is different, same tailoring might result - * in assigning different collation elements to code points - * version 2 was in ICU 1.8.1. added support for prefixes, tweaked canonical - * closure. However, the tailorings should probably get same CEs assigned - * version 5 - ICU 2.2 - fixed some bugs, renamed some indirect values. - * version 6 - ICU 2.8 - fixed bug in builder that allowed 0xFF in primary values - * version 7 - ICU 3.4 - with the UCA 4.1 Thai tag is no longer processed, complete ignorables - * now break contractions - * Backward compatible with the old rules. - * This value may change in the subsequent releases of ICU - * @stable ICU 2.4 - */ -#define UCOL_BUILDER_VERSION 7 - -/** This is the version of the tailorings - * This value may change in the subsequent releases of ICU - * @stable ICU 2.4 - */ -#define UCOL_TAILORINGS_VERSION 1 - -#endif diff --git a/libs/armeabi/liborg_connectbot_util_EastAsianWidth.so b/libs/armeabi/liborg_connectbot_util_EastAsianWidth.so Binary files differdeleted file mode 100755 index 6722290..0000000 --- a/libs/armeabi/liborg_connectbot_util_EastAsianWidth.so +++ /dev/null diff --git a/locale/.gitignore b/locale/.gitignore new file mode 100644 index 0000000..72e8ffc --- /dev/null +++ b/locale/.gitignore @@ -0,0 +1 @@ +* diff --git a/proguard.cfg b/proguard.cfg new file mode 100644 index 0000000..c7562fc --- /dev/null +++ b/proguard.cfg @@ -0,0 +1,43 @@ +-optimizationpasses 5 +-dontusemixedcaseclassnames +-dontskipnonpubliclibraryclasses +-dontpreverify +-verbose +-optimizations !code/simplification/arithmetic,!field/*,!class/merging/* + +-keep public class * extends android.app.Activity +-keep public class * extends android.app.Application +-keep public class * extends android.app.Service +-keep public class * extends android.content.BroadcastReceiver +-keep public class * extends android.content.ContentProvider +-keep public class * extends android.app.backup.BackupAgentHelper +-keep public class * extends android.preference.Preference + +-keepclasseswithmembernames class * { + native <methods>; +} + +-keepclasseswithmembers class * { + public <init>(android.content.Context, android.util.AttributeSet); +} + +-keepclasseswithmembers class * { + public <init>(android.content.Context, android.util.AttributeSet, int); +} + +-keepclassmembers class * extends android.app.Activity { + public void *(android.view.View); +} + +-keepclassmembers enum * { + public static **[] values(); + public static ** valueOf(java.lang.String); +} + +-keep class * implements android.os.Parcelable { + public static final android.os.Parcelable$Creator *; +} + +-keep class org.connectbot.** +-keep public class com.trilead.ssh2.compression.* +-keep public class com.trilead.ssh2.crypto.* diff --git a/res/drawable/button_ctrl.png b/res/drawable/button_ctrl.png Binary files differnew file mode 100644 index 0000000..dc4d786 --- /dev/null +++ b/res/drawable/button_ctrl.png diff --git a/res/drawable/button_esc.png b/res/drawable/button_esc.png Binary files differnew file mode 100644 index 0000000..5f0cfc6 --- /dev/null +++ b/res/drawable/button_esc.png diff --git a/res/drawable/keyboard_icon.png b/res/drawable/button_keyboard.png Binary files differindex 9205d8b..9205d8b 100644 --- a/res/drawable/keyboard_icon.png +++ b/res/drawable/button_keyboard.png diff --git a/res/layout/act_console.xml b/res/layout/act_console.xml index d0d7ae6..7d0cfee 100644 --- a/res/layout/act_console.xml +++ b/res/layout/act_console.xml @@ -92,7 +92,7 @@ <Button android:id="@+id/console_prompt_no" - android:text="No" + android:text="@string/button_no" android:paddingTop="5dip" android:paddingBottom="10dip" android:paddingLeft="40dip" @@ -106,7 +106,7 @@ <Button android:id="@+id/console_prompt_yes" - android:text="Yes" + android:text="@string/button_yes" android:paddingTop="5dip" android:paddingBottom="10dip" android:paddingLeft="40dip" @@ -119,16 +119,43 @@ </RelativeLayout> - <ImageView - android:id="@+id/keyboard_button" - android:paddingRight="15dip" - android:paddingBottom="15dip" - android:layout_width="wrap_content" + <RelativeLayout + android:id="@+id/keyboard_group" + android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_alignParentBottom="true" - android:layout_alignParentRight="true" - android:visibility="gone" - android:src="@+drawable/keyboard_icon" - /> + android:padding="15dip" + android:visibility="gone"> + + <ImageView + android:id="@+id/button_keyboard" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_alignParentBottom="true" + android:layout_alignParentRight="true" + android:src="@+drawable/button_keyboard" + /> + + <ImageView + android:id="@+id/button_ctrl" + android:paddingRight="15dip" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_alignParentLeft="true" + android:layout_alignParentBottom="true" + android:src="@+drawable/button_ctrl" + /> + + <ImageView + android:id="@+id/button_esc" + android:paddingRight="15dip" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_toRightOf="@+id/button_ctrl" + android:layout_alignParentBottom="true" + android:src="@+drawable/button_esc" + /> + + </RelativeLayout> </RelativeLayout> diff --git a/res/values-af/strings.xml b/res/values-af/strings.xml index 24b2556..442f28f 100644 --- a/res/values-af/strings.xml +++ b/res/values-af/strings.xml @@ -1,461 +1,42 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * ConnectBot: simple, powerful, open-source SSH client for Android - * Copyright 2007 Kenny Root, Jeffrey Sharkey - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ ---> +<?xml version='1.0' encoding='utf-8'?> <resources> - <string name="app_desc">Simple, powerful, open-source SSH client.</string> - - <!-- Window title for the Host List --> - <string name="title_hosts_list">Gashere</string> - <!-- Window title for the Pubkeys List --> - <string name="title_pubkey_list">Publieke Sleutels</string> - <!-- Window title for the Port Forwards List --> - <string name="title_port_forwards_list">Poort aansturings</string> - <!-- Window title when editing host details --> - <string name="title_host_editor">Redigeer Gasheer</string> - <!-- Window title for Help index --> - <string name="title_help">Hulp</string> - <!-- Window title for color list editing screen --> - <string name="title_colors">Kleure</string> - - <string name="resolve_connect">Verbind</string> - <!-- Menu selection where user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="resolve_entropy">Gather Entropy</string> - - <string name="menu_insert">Voeg Gasheer by</string> - <string name="menu_delete">Verwyder Gasheer</string> - <string name="menu_preferences">Voorkeure</string> - - <string name="help_intro">Please select a topic below for more information on a particular subject.</string> - <string name="help_about">Aangaande ConnectBot</string> - <string name="help_keyboard">Sleutelbord</string> - - <string name="pubkey_generate">Genereer</string> - <string name="pubkey_import">Voer in</string> - <string name="pubkey_delete">Verwyder sleutel</string> - <!-- Dialog title when user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="pubkey_gather_entropy">Versamel Ewekansigheid</string> - <string name="pubkey_touch_prompt">Raak hierdie boks om ewekansigheid te versamel: %1$d%% voltooi</string> - <string name="pubkey_touch_hint">Om ewekansigheid te verseker gedurende die sleutel generering, beweeg u vinger ewekansig oor die boks hieronder.</string> - <string name="pubkey_generating">Generating key pair...</string> - <string name="pubkey_copy_private">Dupliseer privaat sleutel</string> - <string name="pubkey_copy_public">Dupliseer publieke sleutel</string> - <!-- Note that the '\n' just splits lines, so it's actually "create or import" --> - <string name="pubkey_list_empty">Tap "Menu" to create\nor import key pairs.</string> - <string name="pubkey_unknown_format">Onbekende formaat</string> - <string name="pubkey_change_password">Verander wagwoord</string> - <string name="pubkey_list_pick">Kies van /sdcard</string> - <string name="pubkey_import_parse_problem">Problem parsing imported private key</string> - <string name="pubkey_unlock">Ontsluit sleutel</string> - <string name="pubkey_failed_add">Bad password for key \'%1$s\'. Authentication failed.</string> - <string name="pubkey_memory_load">Laai na geheue</string> - <string name="pubkey_memory_unload">Unload from memory</string> - <string name="pubkey_load_on_start">Load key on start</string> - <!-- Pubkey preference asking user whether the key use should be confirmed via prompt before it can be used for authentication --> - <string name="pubkey_confirm_use">Bevestig voor gebruik</string> - - <!-- Note that the '\n' splits lines, so it's actually "create port forwards" --> - <string name="portforward_list_empty">Tap "Menu" to create\nport forwards.</string> - <string name="portforward_edit">Redigeer poort aansturing</string> - <string name="portforward_delete">Verwyder poort aanstuur</string> - - <string name="prompt_nickname">Bynaam:</string> - <!-- An example string that could be used as a nickname for a pubkey. --> - <string name="prompt_nickname_hint_pubkey">My work key</string> - <!-- The source TCP port for port forwards. --> - <string name="prompt_source_port">Oorsprong poort:</string> - <!-- The "host:port" combination used for port forward destinations. --> - <string name="prompt_destination">Bestemming:</string> - <string name="prompt_old_password">Ou wagwoord:</string> - <string name="prompt_password">Wagwoord:</string> - <!-- Added after a "Password:" prompt to indicate user needs to confirm entry. --> - <string name="prompt_again">(again)</string> - <!-- Label for the user to select port forward type. --> - <string name="prompt_type">Tipe:</string> - <string name="prompt_password_can_be_blank">Nota: wagwoord kan leeg gelos word</string> - <!-- Prompt for the size of the private key in bits. --> - <string name="prompt_bits">Bits:</string> - - <!-- Prompt for the password to unlock a certain pubkey. --> - <string name="prompt_pubkey_password">Password for key \'%1$s\'</string> - - <!-- Prompt for whether to allow SSH Authentication Agent to use the specified key. Note that the '\n' means split the line so it's actually "host to use key" --> - <string name="prompt_allow_agent_to_use_key">Allow remote host to\nuse key \'%1$s\'?</string> - - <!-- The header of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning_header">WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!</string> - <!-- The body of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning">IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!\nSomeone could be eavesdropping on you right now (man-in-the-middle attack)!\nIt is also possible that the host key has just been changed.</string> - - <!-- Prompt user gets when the remote host has disconnected unexpectedly. --> - <string name="prompt_host_disconnected">Host has disconnected.\nClose session?</string> - <!-- Prompt user must answer yes or no to when the remote host fails verification of encryption fingerprint --> - <string name="prompt_continue_connecting">Are you sure you want\nto continue connecting?</string> - - <!-- Sent to user when the remote public encryption key fingerprint doesn't match the local database --> - <string name="host_authenticity_warning">The authenticity of host \'%1$s\' can\'t be established.</string> - <!-- First field is encryption algorithm. Second is the actual fingerprint in hex digits --> - <string name="host_fingerprint">Host %1$s key fingerprint is %2$s</string> - - <string name="alert_passwords_do_not_match_msg">Passwords do not match!</string> - <string name="alert_wrong_password_msg">Wrong password!</string> - <string name="alert_key_corrupted_msg">Private key appears corrupt!</string> - <string name="alert_sdcard_absent">SD card is not inserted!</string> - - <!-- Add a new item (e.g., host or pubkey) to the list. --> - <string name="button_add">Add</string> - <!-- Change an existing item's (e.g., host or pubkey) details. --> - <string name="button_change">Change</string> - <!-- Button that begins the generation of a public key pair. --> - <string name="button_generate">Generate Key</string> - <!-- Button that resizes the screen to the user-specified dimensions. --> - <string name="button_resize">Resize</string> - - <string name="alert_disconnect_msg">Connection Lost</string> - - <string name="msg_copyright">Copyright © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> - - <!-- The category title for terminal emulation preferences. --> - <string name="pref_emulation_category">Terminal emulation</string> - - <!-- Name for the emulation terminal type preference. --> - <string name="pref_emulation_title">Emulation mode</string> - <!-- Description of the emulation terminal type preference. --> - <string name="pref_emulation_summary">Terminal emulation mode to use for PTY connections</string> - - <!-- Name for the scrollback size preference --> - <string name="pref_scrollback_title">Scrollback size</string> - <!-- Description of the scrollback size preference --> - <string name="pref_scrollback_summary">Size of scrollback buffer to keep in memory for each console</string> - - <!-- The category title for user interface preferences --> - <string name="pref_ui_category">User interface</string> - - <!-- Name for the rotation mode preference --> - <string name="pref_rotation_title">Rotation mode</string> - <!-- Summary for the rotation mode preference --> - <string name="pref_rotation_summary">How to change rotation when keyboard popped in/out</string> - - <!-- Name for the full screen preference --> - <string name="pref_fullscreen_title">Full screen</string> - <!-- Summary for the full screen preference --> - <string name="pref_fullscreen_summary">Hide status bar while in console</string> - - <!-- Name for the memorize keys preference --> - <string name="pref_memkeys_title">Remember keys in memory</string> - <!-- Summary for the memorize keys preference --> - <string name="pref_memkeys_summary">Keep unlocked keys in memory until backend service is terminated</string> - - <!-- Name for the update check preference --> - <string name="pref_update_title">Update check</string> - <!-- Summary for the update check preference --> - <string name="pref_update_summary">Set the maximum frequency to check for ConnectBot updates</string> - - <!-- Name for the preference that forces the service to stay running in the background.--> - <string name="pref_conn_persist_title">Persist connections</string> - <!-- Summary for the preference that forces the service to stay running in the background. --> - <string name="pref_conn_persist_summary">Force connections to stay connected while in background</string> - - <!-- Name for the keyboard shortcuts preference --> - <string name="pref_keymode_title">Directory shortcuts</string> - <!-- Summary for the keyboard shortcuts preference --> - <string name="pref_keymode_summary">Select how to use Alt for \'/\' and Shift for Tab</string> - - <!-- Name for the camera shortcut usage preference --> - <string name="pref_camera_title">Camera shortcut</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_camera_summary">Select which shortcut to trigger when the camera button is pushed</string> - - <!-- Name for the keep screen on preference --> - <string name="pref_keepalive_title">Keep screen awake</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_keepalive_summary">Prevent the screen from turning off when working in a console</string> - - <!-- Name for the Wi-Fi lock preference --> - <string name="pref_wifilock_title">Keep Wi-Fi active</string> - <!-- Summary for the Wi-Fi lock preference --> - <string name="pref_wifilock_summary">Prevent Wi-Fi from turning off when a session is active</string> - - <!-- Name for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_title">Bumpy arrows</string> - <!-- Summary for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_summary">Vibrate when sending arrow keys from trackball; useful for laggy connections</string> - - <!-- Category title for the Terminal Bell preferences --> - <string name="pref_bell_category">Terminal bell</string> - - <!-- Checkbox preference title for the audible terminal bell feature --> - <string name="pref_bell_title">Audible bell</string> - - <!-- Title for the slider preference to set the volume --> - <string name="pref_bell_volume_title">Bell volume</string> - - <!-- Checkbox preference title for the vibrate on terminal bell feature --> - <string name="pref_bell_vibrate_title">Vibrate on bell</string> - - <!-- Checkbox preference title for the receive notifications on terminal bell feature --> - <string name="pref_bell_notification_title">Background notifications</string> - <!-- Brief summary of the feature that is enabled when the checkbox preference for the receive notifications on terminal bell feature is checked --> - <string name="pref_bell_notification_summary">Send notification when a terminal running in the background sounds a bell.</string> - - <!-- Preference selection to indicate use of right side of keyboard for special shortcuts. --> - <string name="list_keymode_right">Use right-side keys</string> - <!-- Preference selection to indicate use of left side of keyboard for special shortcuts. --> - <string name="list_keymode_left">Use left-side keys</string> - <!-- Preference selection to indicate never to use special shortcut keys. --> - <string name="list_keymode_none">Disable</string> - - <!-- Preference to not use pubkeys to authenticate to this host. --> - <string name="list_pubkeyids_none">Do not use keys</string> - <!-- Preference to use any pubkey to authenticate to this host. --> - <string name="list_pubkeyids_any">Use any unlocked key</string> - - <!-- Frequency for which to check for program updates. --> - <string name="list_update_daily">Daily</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_weekly">Weekly</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_never">Never</string> - - <!-- Host nickname field preference title --> - <string name="hostpref_nickname_title">Nickname</string> - - <!-- Host color category preference title --> - <string name="hostpref_color_title">Color category</string> - - <!-- Host's default font size when opening the terminal in points (pt) --> - <string name="hostpref_fontsize_title">Font size (pt)</string> - - <!-- Host pubkey usage preference title --> - <string name="hostpref_pubkeyid_title">Use pubkey authentication</string> - - <!-- Preference title for the SSH Authentication Agent Forwarding for a host connection --> - <string name="hostpref_authagent_title">Use SSH auth agent</string> - - <!-- Host post-login automation preference title --> - <string name="hostpref_postlogin_title">Post-login automation</string> - <!-- Host post-login automation preference summary --> - <string name="hostpref_postlogin_summary">Commands to run on remote server once authenticated</string> - - <!-- Host compression preference title --> - <string name="hostpref_compression_title">Compression</string> - <!-- Summary for compression preference --> - <string name="hostpref_compression_summary">This may help with slower networks</string> - - <!-- Setting for whether we want a session to start up when we connect to a host --> - <string name="hostpref_wantsession_title">Start shell session</string> - <!-- Summary for field asking whether a shell session should be started up upon connection or not --> - <string name="hostpref_wantsession_summary">Disable this preference to only use port forwards</string> - - <!-- Setting for whether the host should be reconnected to automatically upon disconnect --> - <string name="hostpref_stayconnected_title">Stay connected</string> - <!-- Summary for preference asking whether the host should be reconnected to when it disconnects --> - <string name="hostpref_stayconnected_summary">Try to reconnect to host if disconnected</string> - - <!-- Setting for what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_title">DEL Key</string> - <!-- Summary for field asking what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_summary">The key code sent when DEL key is pressed</string> - - <!-- Host character encoding preference title --> - <string name="hostpref_encoding_title">Encoding</string> - <!-- Host character encoding preference summary --> - <string name="hostpref_encoding_summary">Character encoding for the host</string> - - <!-- Host preference category title for connection settings --> - <string name="hostpref_connection_category">Connection settings</string> - - <!-- Username field title for host editor preference --> - <string name="hostpref_username_title">Username</string> - - <!-- Hostname field title for host editor preference --> - <string name="hostpref_hostname_title">Host</string> - - <!-- Port field title for host editor preference --> - <string name="hostpref_port_title">Port</string> - - <!-- Displayed to indicate a host has never been connected to. --> - <string name="bind_never">Never connected</string> - <!-- The time that has elapsed since a host was connected to when it has been less than an hour. --> - <string name="bind_minutes">%1$s minutes ago</string> - <!-- The time that has elapsed since a host was connected to when it has been less than a day. --> - <string name="bind_hours">%1$s hours ago</string> - <!-- The time that has elapsed since a host was connected to when it has been a day or more. --> - <string name="bind_days">%1$s days ago</string> - - <!-- Message given when user copies from the terminal. --> - <string name="console_copy_done">Copied %1$d bytes to clipboard</string> - <!-- Instructions for how to copy from the terminal. The '\n' entries are to split lines to improve readability and prevent wrapping off the screen. --> - <string name="console_copy_start">Touch and drag\nor use directional pad\nto select area to copy</string> - - <!-- Button to close the disconnected terminal window. --> - <string name="console_menu_close">Close</string> - <!-- Button to begin copying from the terminal to the clipboard. --> - <string name="console_menu_copy">Copy</string> - <!-- Button to paste from the clipboard to the terminal. --> - <string name="console_menu_paste">Paste</string> - <!-- Button that brings user to the Port Forwards List. --> - <string name="console_menu_portforwards">Port Forwards</string> - <!-- Button that brings user to the terminal resizing dialog where they can force a size. --> - <string name="console_menu_resize">Force Size</string> - <!-- Button that brings up the list of URLs on the current screen --> - <string name="console_menu_urlscan">URL Scan</string> - - <!-- Selection for a "local" port forward. E.g., connections to a port listening locally is forwarded to the remote end's listening port. --> - <string name="portforward_local">Local</string> - <!-- Selection for a "remote" port forward. E.g., connections to a port listening remotely is forwarded to the local end's listening port. --> - <string name="portforward_remote">Remote</string> - <!-- Selection for a "dynamic" port forward. E.g., connections to a port listening locally is forwarded based on the SOCKS protocol to an arbitrary remote host and port. --> - <string name="portforward_dynamic">Dynamic (SOCKS)</string> - <!-- Button that commits the port forward to be made from the Port Forward Creation dialog. --> - <string name="portforward_pos">Create port forward</string> - - <string name="portforward_done">Successfully created port forward</string> - <string name="portforward_problem">Problem creating port forward, maybe you\'re using ports under 1024 or port is already used?</string> - - <string name="portforward_menu_add">Add port forward</string> - - <!-- The string to present in the quick-connect box to hint the user to the format for connecting to hosts. --> - <string name="hint_userhost">user@hostname</string> - - <!-- Hint given to user when the format they're using is incorrect in the quick-connect box. --> - <string name="list_format_error">Use the format "%1$s"</string> - - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_username">username</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_hostname">hostname</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_port">port</string> - - <string name="list_menu_pubkeys">Manage Pubkeys</string> - <!-- Selection choice to sort hosts by color. --> - <string name="list_menu_sortcolor">Sort by color</string> - <!-- Selection choice to sort hosts by nickname. --> - <string name="list_menu_sortname">Sort by name</string> - <string name="list_menu_settings">Settings</string> - - <string name="list_host_disconnect">Disconnect</string> - <string name="list_host_edit">Edit host</string> - <string name="list_host_portforwards">Edit port forwards</string> - <string name="list_host_delete">Delete host</string> - <!-- Note that the '\n' splits the lines so it's actually "quick-connect box below to connect" --> - <string name="list_host_empty">Use the quick-connect box\nbelow to connect to a host.</string> - - <!-- Default screen rotation preference selection --> - <string name="list_rotation_default">Default</string> - <string name="list_rotation_land">Force landscape</string> - <string name="list_rotation_port">Force portrait</string> - <!-- Selection to indicate the rotation should be selected automatically based on the tilt sensor. --> - <string name="list_rotation_auto">Automatic</string> - - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A then Space". --> - <string name="list_camera_ctrlaspace">Ctrl+A then Space</string> - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A". --> - <string name="list_camera_ctrla">Ctrl+A</string> - <!-- Selection to indicate pressing the Camera button should send the "Esc" key. --> - <string name="list_camera_esc">Esc</string> - <!-- Selection to indicate pressing the Camera button should send "Esc+A". --> - <string name="list_camera_esc_a">Esc+A</string> - <!-- Selection to indicate pressing the Camera button should send nothing at all. --> - <string name="list_camera_none">None</string> - - <!-- Name for the backspace character --> - <string name="list_delkey_backspace">Backspace</string> - <!-- Name for the ASCII DEL character --> - <string name="list_delkey_del">Delete</string> - - <string name="delete_message">Are you sure you want to delete \'%1$s\'?</string> - <string name="delete_pos">Yes, delete</string> - <string name="delete_neg">Cancel</string> - - <!-- Button to agree to license terms. --> - <string name="wizard_agree">Agree</string> - <!-- Button to go to the next page in the first time start-up wizard. --> - <string name="wizard_next">Next</string> - <!-- Button to go to the previous page in the first time start-up wizard. --> - <string name="wizard_back">Back</string> - - <string name="terminal_no_hosts_connected">No hosts currently connected</string> - - <!-- Displayed in terminal when attempting to connect to a host. The first two - variables are host:port and the third is the protocol (e.g., SSH) --> - <string name="terminal_connecting">Connecting to %1$s:%2$d via %3$s</string> - - <!-- Displays the host key to the user in the terminal --> - <string name="terminal_sucess">Verified host \'%1$s\' key: %2$s</string> - <string name="terminal_failed">Host key verification failed.</string> - - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_s2c_algorithm">Server-to-client algorithm: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_c2s_algorithm">Client-to-server algorithm: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_algorithm">Using algorithm: %1$s %2$s</string> - - <string name="terminal_auth">Trying to authenticate</string> - - <string name="terminal_auth_pass">Attempting \'password\' authentication</string> - <string name="terminal_auth_pass_fail">Authentication method \'password\' failed</string> - - <string name="terminal_auth_pubkey_any">Attempting \'publickey\' authentication with any in-memory public keys</string> - <string name="terminal_auth_pubkey_invalid">Selected public key is invalid, try reselecting key in host editor</string> - <string name="terminal_auth_pubkey_specific">Attempting \'publickey\' authentication with a specific public key</string> - <string name="terminal_auth_pubkey_fail">Authentication method \'publickey\' with key \'%1$s\' failed</string> - - <string name="terminal_auth_ki">Attempting \'keyboard-interactive\' authentication</string> - <string name="terminal_auth_ki_fail">Authentication method \'keyboard-interactive\' failed</string> - - <string name="terminal_auth_fail">[Your host doesn\'t support \'password\' or \'keyboard-interactive\' authentication.]</string> - - <string name="terminal_no_session">Session will not be started due to host preference.</string> - <string name="terminal_enable_portfoward">Enable port forward: %1$s</string> - - <string name="local_shell_unavailable">Failure! Local shell is unavailable on this phone.</string> - - <!-- Text sent to the user to alert them that a Terminal Bell is received in a background session --> - <string name="notification_text">%1$s wants your attention.</string> - - <!-- Dialog title when a new version of ConnectBot is detected. --> - <string name="upgrade">New version</string> - <!-- Button selection to upgrade to the latest ConnectBot when one is available. --> - <string name="upgrade_pos">Yes, upgrade</string> - <!-- Button selection to skip upgrading to the latest ConnectBot when one is available. --> - <string name="upgrade_neg">Not right now</string> - - <!-- Preference selection for SSH Authentication Agent to never use pubkeys --> - <string name="no">No</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys "with confirmation" only --> - <string name="with_confirmation">With confirmation</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys --> - <string name="yes">Yes</string> - - <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> - <string name="exceptions_submit_message">It appears ConnectBot had a problem last time it ran. Submit error report to ConnectBot developers?</string> - - <!-- Menu selection to reset colors to their defaults. --> - <string name="menu_colors_reset">Reset</string> - - <!-- Displayed in the notification bar that connections are active --> - <string name="app_is_running">ConnectBot is running</string> - - <string name="color_red">red</string> - <string name="color_green">green</string> - <string name="color_blue">blue</string> - <string name="color_gray">gray</string> + <string name="title_hosts_list">Gashere</string> + <string name="title_pubkey_list">Publieke Sleutels</string> + <string name="title_port_forwards_list">Poort aansturings</string> + <string name="title_host_editor">Redigeer Gasheer</string> + <string name="title_help">Hulp</string> + <string name="title_colors">Kleure</string> + <string name="resolve_connect">Verbind</string> + <string name="menu_insert">Voeg Gasheer by</string> + <string name="menu_delete">Verwyder Gasheer</string> + <string name="menu_preferences">Voorkeure</string> + <string name="help_about">Aangaande ConnectBot</string> + <string name="help_keyboard">Sleutelbord</string> + <string name="pubkey_generate">Genereer</string> + <string name="pubkey_import">Voer in</string> + <string name="pubkey_delete">Verwyder sleutel</string> + <string name="pubkey_gather_entropy">Versamel Ewekansigheid</string> + <string name="pubkey_touch_prompt">Raak hierdie boks om ewekansigheid te versamel: %1$d%% voltooi</string> + <string name="pubkey_touch_hint">Om ewekansigheid te verseker gedurende die sleutel generering, beweeg u vinger ewekansig oor die boks hieronder.</string> + <string name="pubkey_copy_private">Dupliseer privaat sleutel</string> + <string name="pubkey_copy_public">Dupliseer publieke sleutel</string> + <string name="pubkey_list_empty">Tap Menu to create\nor import key pairs.</string> + <string name="pubkey_unknown_format">Onbekende formaat</string> + <string name="pubkey_change_password">Verander wagwoord</string> + <string name="pubkey_list_pick">Kies van /sdcard</string> + <string name="pubkey_unlock">Ontsluit sleutel</string> + <string name="pubkey_memory_load">Laai na geheue</string> + <string name="pubkey_confirm_use">Bevestig voor gebruik</string> + <string name="portforward_list_empty">Tap Menu to create\nport forwards.</string> + <string name="portforward_edit">Redigeer poort aansturing</string> + <string name="portforward_delete">Verwyder poort aanstuur</string> + <string name="prompt_nickname">Bynaam:</string> + <string name="prompt_source_port">Oorsprong poort:</string> + <string name="prompt_destination">Bestemming:</string> + <string name="prompt_old_password">Ou wagwoord:</string> + <string name="prompt_password">Wagwoord:</string> + <string name="prompt_type">Tipe:</string> + <string name="prompt_password_can_be_blank">Nota: wagwoord kan leeg gelos word</string> + <string name="list_format_error">Use the format %1$s</string> + <string name="exceptions_submit_message">It appears ConnectBot had a problem last time it ran. Submit error report to ConnectBot developers?</string> </resources> diff --git a/res/values-ar/strings.xml b/res/values-ar/strings.xml new file mode 100644 index 0000000..8605093 --- /dev/null +++ b/res/values-ar/strings.xml @@ -0,0 +1,42 @@ +<?xml version='1.0' encoding='utf-8'?> +<resources> + <string name="app_desc">عميل SSH مفتوح المصدر و بسيط وقوي</string> + <string name="title_hosts_list">المخدمات</string> + <string name="title_pubkey_list">المفاتيح العامة</string> + <string name="title_port_forwards_list">تحويلات المنافذ</string> + <string name="title_host_editor">تعديل مخدم</string> + <string name="title_help">مساعدة</string> + <string name="title_colors">الألوان</string> + <string name="resolve_connect">اتصل</string> + <string name="menu_insert">اضافة مخدم</string> + <string name="menu_delete">حذف مخدم</string> + <string name="menu_preferences">التفضيلات</string> + <string name="help_intro">الرجاء اختار من الاسفل من اجل معلومات اكثر عن هذا الموضوع</string> + <string name="help_about">حول البرنامج</string> + <string name="help_keyboard">لوحة المفاتيح</string> + <string name="pubkey_generate">توليد</string> + <string name="pubkey_import">استيراد</string> + <string name="pubkey_delete">حذف المفتاح</string> + <string name="pubkey_touch_hint">للتاكد من العشوائية خلال توليد المفتاح , حرك اصبعك بشكل عشوائي فوق المربع في الاسفل</string> + <string name="pubkey_generating">جاري توليد المفتاح</string> + <string name="pubkey_copy_private">نسخ مفتاح خاص</string> + <string name="pubkey_copy_public">نسخ مفتاح عام</string> + <string name="pubkey_list_empty">"حدد القائمة لانشاء او استيراد المفاتيح"</string> + <string name="pubkey_unknown_format">صيغة غير معروفة</string> + <string name="pubkey_change_password">تغيير كلمة المرور</string> + <string name="pubkey_list_pick">اختار من بطاقة الذاكرة</string> + <string name="pubkey_import_parse_problem">مشكلة في تفسير المفتاح الخاص المستورد</string> + <string name="portforward_list_empty">Tap Menu to create\nport forwards.</string> + <string name="button_yes">نعم</string> + <string name="button_no">ﻻ</string> + <string name="list_format_error">Use the format %1$s</string> + <string name="no">ﻻ</string> + <string name="yes">نعم</string> + <string name="exceptions_submit_message">الظاهر بان البرنامج واجه مشكلة في اخر جلسة عمل. هل ترغب بارسال تقرير لمطورين البرنامج؟</string> + <string name="menu_colors_reset">إعادة ضبط</string> + <string name="app_is_running">البرنامج يعمل</string> + <string name="color_red">أحمر</string> + <string name="color_green">أخضر</string> + <string name="color_blue">أزرق</string> + <string name="color_gray">رمادي</string> +</resources> diff --git a/res/values-be/strings.xml b/res/values-be/strings.xml index e799704..1646a69 100644 --- a/res/values-be/strings.xml +++ b/res/values-be/strings.xml @@ -1,461 +1,7 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * ConnectBot: simple, powerful, open-source SSH client for Android - * Copyright 2007 Kenny Root, Jeffrey Sharkey - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ ---> +<?xml version='1.0' encoding='utf-8'?> <resources> - <string name="app_desc">Simple, powerful, open-source SSH client.</string> - - <!-- Window title for the Host List --> - <string name="title_hosts_list">Hosts</string> - <!-- Window title for the Pubkeys List --> - <string name="title_pubkey_list">Pubkeys</string> - <!-- Window title for the Port Forwards List --> - <string name="title_port_forwards_list">Port forwards</string> - <!-- Window title when editing host details --> - <string name="title_host_editor">Edit Host</string> - <!-- Window title for Help index --> - <string name="title_help">Help</string> - <!-- Window title for color list editing screen --> - <string name="title_colors">Colors</string> - - <string name="resolve_connect">Connect</string> - <!-- Menu selection where user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="resolve_entropy">Gather Entropy</string> - - <string name="menu_insert">Add Host</string> - <string name="menu_delete">Delete Host</string> - <string name="menu_preferences">Preferences</string> - - <string name="help_intro">Please select a topic below for more information on a particular subject.</string> - <string name="help_about">About ConnectBot</string> - <string name="help_keyboard">Keyboard</string> - - <string name="pubkey_generate">Generate</string> - <string name="pubkey_import">Import</string> - <string name="pubkey_delete">Delete key</string> - <!-- Dialog title when user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="pubkey_gather_entropy">Gathering Entropy</string> - <string name="pubkey_touch_prompt">Touch this box to gather randomness: %1$d%% done</string> - <string name="pubkey_touch_hint">In order to assure randomness during the key generation, move your finger randomly over the box below.</string> - <string name="pubkey_generating">Generating key pair...</string> - <string name="pubkey_copy_private">Copy private key</string> - <string name="pubkey_copy_public">Copy public key</string> - <!-- Note that the '\n' just splits lines, so it's actually "create or import" --> - <string name="pubkey_list_empty">Tap "Menu" to create\nor import key pairs.</string> - <string name="pubkey_unknown_format">Unknown format</string> - <string name="pubkey_change_password">Change password</string> - <string name="pubkey_list_pick">Pick from /sdcard</string> - <string name="pubkey_import_parse_problem">Problem parsing imported private key</string> - <string name="pubkey_unlock">Unlock key</string> - <string name="pubkey_failed_add">Bad password for key \'%1$s\'. Authentication failed.</string> - <string name="pubkey_memory_load">Load into memory</string> - <string name="pubkey_memory_unload">Unload from memory</string> - <string name="pubkey_load_on_start">Load key on start</string> - <!-- Pubkey preference asking user whether the key use should be confirmed via prompt before it can be used for authentication --> - <string name="pubkey_confirm_use">Confirm before use</string> - - <!-- Note that the '\n' splits lines, so it's actually "create port forwards" --> - <string name="portforward_list_empty">Tap "Menu" to create\nport forwards.</string> - <string name="portforward_edit">Edit port forward</string> - <string name="portforward_delete">Delete port forward</string> - - <string name="prompt_nickname">Nickname:</string> - <!-- An example string that could be used as a nickname for a pubkey. --> - <string name="prompt_nickname_hint_pubkey">My work key</string> - <!-- The source TCP port for port forwards. --> - <string name="prompt_source_port">Source port:</string> - <!-- The "host:port" combination used for port forward destinations. --> - <string name="prompt_destination">Destination:</string> - <string name="prompt_old_password">Old password:</string> - <string name="prompt_password">Password:</string> - <!-- Added after a "Password:" prompt to indicate user needs to confirm entry. --> - <string name="prompt_again">(again)</string> - <!-- Label for the user to select port forward type. --> - <string name="prompt_type">Type:</string> - <string name="prompt_password_can_be_blank">Note: password can be blank</string> - <!-- Prompt for the size of the private key in bits. --> - <string name="prompt_bits">Bits:</string> - - <!-- Prompt for the password to unlock a certain pubkey. --> - <string name="prompt_pubkey_password">Password for key \'%1$s\'</string> - - <!-- Prompt for whether to allow SSH Authentication Agent to use the specified key. Note that the '\n' means split the line so it's actually "host to use key" --> - <string name="prompt_allow_agent_to_use_key">Allow remote host to\nuse key \'%1$s\'?</string> - - <!-- The header of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning_header">WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!</string> - <!-- The body of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning">IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!\nSomeone could be eavesdropping on you right now (man-in-the-middle attack)!\nIt is also possible that the host key has just been changed.</string> - - <!-- Prompt user gets when the remote host has disconnected unexpectedly. --> - <string name="prompt_host_disconnected">Host has disconnected.\nClose session?</string> - <!-- Prompt user must answer yes or no to when the remote host fails verification of encryption fingerprint --> - <string name="prompt_continue_connecting">Are you sure you want\nto continue connecting?</string> - - <!-- Sent to user when the remote public encryption key fingerprint doesn't match the local database --> - <string name="host_authenticity_warning">The authenticity of host \'%1$s\' can\'t be established.</string> - <!-- First field is encryption algorithm. Second is the actual fingerprint in hex digits --> - <string name="host_fingerprint">Host %1$s key fingerprint is %2$s</string> - - <string name="alert_passwords_do_not_match_msg">Passwords do not match!</string> - <string name="alert_wrong_password_msg">Wrong password!</string> - <string name="alert_key_corrupted_msg">Private key appears corrupt!</string> - <string name="alert_sdcard_absent">SD card is not inserted!</string> - - <!-- Add a new item (e.g., host or pubkey) to the list. --> - <string name="button_add">Add</string> - <!-- Change an existing item's (e.g., host or pubkey) details. --> - <string name="button_change">Change</string> - <!-- Button that begins the generation of a public key pair. --> - <string name="button_generate">Generate Key</string> - <!-- Button that resizes the screen to the user-specified dimensions. --> - <string name="button_resize">Resize</string> - - <string name="alert_disconnect_msg">Connection Lost</string> - - <string name="msg_copyright">Copyright © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> - - <!-- The category title for terminal emulation preferences. --> - <string name="pref_emulation_category">Terminal emulation</string> - - <!-- Name for the emulation terminal type preference. --> - <string name="pref_emulation_title">Emulation mode</string> - <!-- Description of the emulation terminal type preference. --> - <string name="pref_emulation_summary">Terminal emulation mode to use for PTY connections</string> - - <!-- Name for the scrollback size preference --> - <string name="pref_scrollback_title">Scrollback size</string> - <!-- Description of the scrollback size preference --> - <string name="pref_scrollback_summary">Size of scrollback buffer to keep in memory for each console</string> - - <!-- The category title for user interface preferences --> - <string name="pref_ui_category">User interface</string> - - <!-- Name for the rotation mode preference --> - <string name="pref_rotation_title">Rotation mode</string> - <!-- Summary for the rotation mode preference --> - <string name="pref_rotation_summary">How to change rotation when keyboard popped in/out</string> - - <!-- Name for the full screen preference --> - <string name="pref_fullscreen_title">Full screen</string> - <!-- Summary for the full screen preference --> - <string name="pref_fullscreen_summary">Hide status bar while in console</string> - - <!-- Name for the memorize keys preference --> - <string name="pref_memkeys_title">Remember keys in memory</string> - <!-- Summary for the memorize keys preference --> - <string name="pref_memkeys_summary">Keep unlocked keys in memory until backend service is terminated</string> - - <!-- Name for the update check preference --> - <string name="pref_update_title">Update check</string> - <!-- Summary for the update check preference --> - <string name="pref_update_summary">Set the maximum frequency to check for ConnectBot updates</string> - - <!-- Name for the preference that forces the service to stay running in the background.--> - <string name="pref_conn_persist_title">Persist connections</string> - <!-- Summary for the preference that forces the service to stay running in the background. --> - <string name="pref_conn_persist_summary">Force connections to stay connected while in background</string> - - <!-- Name for the keyboard shortcuts preference --> - <string name="pref_keymode_title">Directory shortcuts</string> - <!-- Summary for the keyboard shortcuts preference --> - <string name="pref_keymode_summary">Select how to use Alt for \'/\' and Shift for Tab</string> - - <!-- Name for the camera shortcut usage preference --> - <string name="pref_camera_title">Camera shortcut</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_camera_summary">Select which shortcut to trigger when the camera button is pushed</string> - - <!-- Name for the keep screen on preference --> - <string name="pref_keepalive_title">Keep screen awake</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_keepalive_summary">Prevent the screen from turning off when working in a console</string> - - <!-- Name for the Wi-Fi lock preference --> - <string name="pref_wifilock_title">Keep Wi-Fi active</string> - <!-- Summary for the Wi-Fi lock preference --> - <string name="pref_wifilock_summary">Prevent Wi-Fi from turning off when a session is active</string> - - <!-- Name for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_title">Bumpy arrows</string> - <!-- Summary for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_summary">Vibrate when sending arrow keys from trackball; useful for laggy connections</string> - - <!-- Category title for the Terminal Bell preferences --> - <string name="pref_bell_category">Terminal bell</string> - - <!-- Checkbox preference title for the audible terminal bell feature --> - <string name="pref_bell_title">Audible bell</string> - - <!-- Title for the slider preference to set the volume --> - <string name="pref_bell_volume_title">Bell volume</string> - - <!-- Checkbox preference title for the vibrate on terminal bell feature --> - <string name="pref_bell_vibrate_title">Vibrate on bell</string> - - <!-- Checkbox preference title for the receive notifications on terminal bell feature --> - <string name="pref_bell_notification_title">Background notifications</string> - <!-- Brief summary of the feature that is enabled when the checkbox preference for the receive notifications on terminal bell feature is checked --> - <string name="pref_bell_notification_summary">Send notification when a terminal running in the background sounds a bell.</string> - - <!-- Preference selection to indicate use of right side of keyboard for special shortcuts. --> - <string name="list_keymode_right">Use right-side keys</string> - <!-- Preference selection to indicate use of left side of keyboard for special shortcuts. --> - <string name="list_keymode_left">Use left-side keys</string> - <!-- Preference selection to indicate never to use special shortcut keys. --> - <string name="list_keymode_none">Disable</string> - - <!-- Preference to not use pubkeys to authenticate to this host. --> - <string name="list_pubkeyids_none">Do not use keys</string> - <!-- Preference to use any pubkey to authenticate to this host. --> - <string name="list_pubkeyids_any">Use any unlocked key</string> - - <!-- Frequency for which to check for program updates. --> - <string name="list_update_daily">Daily</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_weekly">Weekly</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_never">Never</string> - - <!-- Host nickname field preference title --> - <string name="hostpref_nickname_title">Nickname</string> - - <!-- Host color category preference title --> - <string name="hostpref_color_title">Color category</string> - - <!-- Host's default font size when opening the terminal in points (pt) --> - <string name="hostpref_fontsize_title">Font size (pt)</string> - - <!-- Host pubkey usage preference title --> - <string name="hostpref_pubkeyid_title">Use pubkey authentication</string> - - <!-- Preference title for the SSH Authentication Agent Forwarding for a host connection --> - <string name="hostpref_authagent_title">Use SSH auth agent</string> - - <!-- Host post-login automation preference title --> - <string name="hostpref_postlogin_title">Post-login automation</string> - <!-- Host post-login automation preference summary --> - <string name="hostpref_postlogin_summary">Commands to run on remote server once authenticated</string> - - <!-- Host compression preference title --> - <string name="hostpref_compression_title">Compression</string> - <!-- Summary for compression preference --> - <string name="hostpref_compression_summary">This may help with slower networks</string> - - <!-- Setting for whether we want a session to start up when we connect to a host --> - <string name="hostpref_wantsession_title">Start shell session</string> - <!-- Summary for field asking whether a shell session should be started up upon connection or not --> - <string name="hostpref_wantsession_summary">Disable this preference to only use port forwards</string> - - <!-- Setting for whether the host should be reconnected to automatically upon disconnect --> - <string name="hostpref_stayconnected_title">Stay connected</string> - <!-- Summary for preference asking whether the host should be reconnected to when it disconnects --> - <string name="hostpref_stayconnected_summary">Try to reconnect to host if disconnected</string> - - <!-- Setting for what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_title">DEL Key</string> - <!-- Summary for field asking what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_summary">The key code sent when DEL key is pressed</string> - - <!-- Host character encoding preference title --> - <string name="hostpref_encoding_title">Encoding</string> - <!-- Host character encoding preference summary --> - <string name="hostpref_encoding_summary">Character encoding for the host</string> - - <!-- Host preference category title for connection settings --> - <string name="hostpref_connection_category">Connection settings</string> - - <!-- Username field title for host editor preference --> - <string name="hostpref_username_title">Username</string> - - <!-- Hostname field title for host editor preference --> - <string name="hostpref_hostname_title">Host</string> - - <!-- Port field title for host editor preference --> - <string name="hostpref_port_title">Port</string> - - <!-- Displayed to indicate a host has never been connected to. --> - <string name="bind_never">Never connected</string> - <!-- The time that has elapsed since a host was connected to when it has been less than an hour. --> - <string name="bind_minutes">%1$s minutes ago</string> - <!-- The time that has elapsed since a host was connected to when it has been less than a day. --> - <string name="bind_hours">%1$s hours ago</string> - <!-- The time that has elapsed since a host was connected to when it has been a day or more. --> - <string name="bind_days">%1$s days ago</string> - - <!-- Message given when user copies from the terminal. --> - <string name="console_copy_done">Copied %1$d bytes to clipboard</string> - <!-- Instructions for how to copy from the terminal. The '\n' entries are to split lines to improve readability and prevent wrapping off the screen. --> - <string name="console_copy_start">Touch and drag\nor use directional pad\nto select area to copy</string> - - <!-- Button to close the disconnected terminal window. --> - <string name="console_menu_close">Close</string> - <!-- Button to begin copying from the terminal to the clipboard. --> - <string name="console_menu_copy">Copy</string> - <!-- Button to paste from the clipboard to the terminal. --> - <string name="console_menu_paste">Paste</string> - <!-- Button that brings user to the Port Forwards List. --> - <string name="console_menu_portforwards">Port Forwards</string> - <!-- Button that brings user to the terminal resizing dialog where they can force a size. --> - <string name="console_menu_resize">Force Size</string> - <!-- Button that brings up the list of URLs on the current screen --> - <string name="console_menu_urlscan">URL Scan</string> - - <!-- Selection for a "local" port forward. E.g., connections to a port listening locally is forwarded to the remote end's listening port. --> - <string name="portforward_local">Local</string> - <!-- Selection for a "remote" port forward. E.g., connections to a port listening remotely is forwarded to the local end's listening port. --> - <string name="portforward_remote">Remote</string> - <!-- Selection for a "dynamic" port forward. E.g., connections to a port listening locally is forwarded based on the SOCKS protocol to an arbitrary remote host and port. --> - <string name="portforward_dynamic">Dynamic (SOCKS)</string> - <!-- Button that commits the port forward to be made from the Port Forward Creation dialog. --> - <string name="portforward_pos">Create port forward</string> - - <string name="portforward_done">Successfully created port forward</string> - <string name="portforward_problem">Problem creating port forward, maybe you\'re using ports under 1024 or port is already used?</string> - - <string name="portforward_menu_add">Add port forward</string> - - <!-- The string to present in the quick-connect box to hint the user to the format for connecting to hosts. --> - <string name="hint_userhost">user@hostname</string> - - <!-- Hint given to user when the format they're using is incorrect in the quick-connect box. --> - <string name="list_format_error">Use the format "%1$s"</string> - - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_username">username</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_hostname">hostname</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_port">port</string> - - <string name="list_menu_pubkeys">Manage Pubkeys</string> - <!-- Selection choice to sort hosts by color. --> - <string name="list_menu_sortcolor">Sort by color</string> - <!-- Selection choice to sort hosts by nickname. --> - <string name="list_menu_sortname">Sort by name</string> - <string name="list_menu_settings">Settings</string> - - <string name="list_host_disconnect">Disconnect</string> - <string name="list_host_edit">Edit host</string> - <string name="list_host_portforwards">Edit port forwards</string> - <string name="list_host_delete">Delete host</string> - <!-- Note that the '\n' splits the lines so it's actually "quick-connect box below to connect" --> - <string name="list_host_empty">Use the quick-connect box\nbelow to connect to a host.</string> - - <!-- Default screen rotation preference selection --> - <string name="list_rotation_default">Default</string> - <string name="list_rotation_land">Force landscape</string> - <string name="list_rotation_port">Force portrait</string> - <!-- Selection to indicate the rotation should be selected automatically based on the tilt sensor. --> - <string name="list_rotation_auto">Automatic</string> - - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A then Space". --> - <string name="list_camera_ctrlaspace">Ctrl+A then Space</string> - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A". --> - <string name="list_camera_ctrla">Ctrl+A</string> - <!-- Selection to indicate pressing the Camera button should send the "Esc" key. --> - <string name="list_camera_esc">Esc</string> - <!-- Selection to indicate pressing the Camera button should send "Esc+A". --> - <string name="list_camera_esc_a">Esc+A</string> - <!-- Selection to indicate pressing the Camera button should send nothing at all. --> - <string name="list_camera_none">None</string> - - <!-- Name for the backspace character --> - <string name="list_delkey_backspace">Backspace</string> - <!-- Name for the ASCII DEL character --> - <string name="list_delkey_del">Delete</string> - - <string name="delete_message">Are you sure you want to delete \'%1$s\'?</string> - <string name="delete_pos">Yes, delete</string> - <string name="delete_neg">Cancel</string> - - <!-- Button to agree to license terms. --> - <string name="wizard_agree">Agree</string> - <!-- Button to go to the next page in the first time start-up wizard. --> - <string name="wizard_next">Next</string> - <!-- Button to go to the previous page in the first time start-up wizard. --> - <string name="wizard_back">Back</string> - - <string name="terminal_no_hosts_connected">No hosts currently connected</string> - - <!-- Displayed in terminal when attempting to connect to a host. The first two - variables are host:port and the third is the protocol (e.g., SSH) --> - <string name="terminal_connecting">Connecting to %1$s:%2$d via %3$s</string> - - <!-- Displays the host key to the user in the terminal --> - <string name="terminal_sucess">Verified host \'%1$s\' key: %2$s</string> - <string name="terminal_failed">Host key verification failed.</string> - - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_s2c_algorithm">Server-to-client algorithm: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_c2s_algorithm">Client-to-server algorithm: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_algorithm">Using algorithm: %1$s %2$s</string> - - <string name="terminal_auth">Trying to authenticate</string> - - <string name="terminal_auth_pass">Attempting \'password\' authentication</string> - <string name="terminal_auth_pass_fail">Authentication method \'password\' failed</string> - - <string name="terminal_auth_pubkey_any">Attempting \'publickey\' authentication with any in-memory public keys</string> - <string name="terminal_auth_pubkey_invalid">Selected public key is invalid, try reselecting key in host editor</string> - <string name="terminal_auth_pubkey_specific">Attempting \'publickey\' authentication with a specific public key</string> - <string name="terminal_auth_pubkey_fail">Authentication method \'publickey\' with key \'%1$s\' failed</string> - - <string name="terminal_auth_ki">Attempting \'keyboard-interactive\' authentication</string> - <string name="terminal_auth_ki_fail">Authentication method \'keyboard-interactive\' failed</string> - - <string name="terminal_auth_fail">[Your host doesn\'t support \'password\' or \'keyboard-interactive\' authentication.]</string> - - <string name="terminal_no_session">Session will not be started due to host preference.</string> - <string name="terminal_enable_portfoward">Enable port forward: %1$s</string> - - <string name="local_shell_unavailable">Failure! Local shell is unavailable on this phone.</string> - - <!-- Text sent to the user to alert them that a Terminal Bell is received in a background session --> - <string name="notification_text">%1$s wants your attention.</string> - - <!-- Dialog title when a new version of ConnectBot is detected. --> - <string name="upgrade">New version</string> - <!-- Button selection to upgrade to the latest ConnectBot when one is available. --> - <string name="upgrade_pos">Yes, upgrade</string> - <!-- Button selection to skip upgrading to the latest ConnectBot when one is available. --> - <string name="upgrade_neg">Not right now</string> - - <!-- Preference selection for SSH Authentication Agent to never use pubkeys --> - <string name="no">No</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys "with confirmation" only --> - <string name="with_confirmation">With confirmation</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys --> - <string name="yes">Yes</string> - - <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> - <string name="exceptions_submit_message">It appears ConnectBot had a problem last time it ran. Submit error report to ConnectBot developers?</string> - - <!-- Menu selection to reset colors to their defaults. --> - <string name="menu_colors_reset">Reset</string> - - <!-- Displayed in the notification bar that connections are active --> - <string name="app_is_running">ConnectBot is running</string> - - <string name="color_red">red</string> - <string name="color_green">green</string> - <string name="color_blue">blue</string> - <string name="color_gray">gray</string> + <string name="pubkey_list_empty">Tap Menu to create\nor import key pairs.</string> + <string name="portforward_list_empty">Tap Menu to create\nport forwards.</string> + <string name="list_format_error">Use the format %1$s</string> + <string name="exceptions_submit_message">It appears ConnectBot had a problem last time it ran. Submit error report to ConnectBot developers?</string> </resources> diff --git a/res/values-bg/strings.xml b/res/values-bg/strings.xml index 5ffb3c0..32028fa 100644 --- a/res/values-bg/strings.xml +++ b/res/values-bg/strings.xml @@ -1,461 +1,62 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * ConnectBot: simple, powerful, open-source SSH client for Android - * Copyright 2007 Kenny Root, Jeffrey Sharkey - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ ---> +<?xml version='1.0' encoding='utf-8'?> <resources> - <string name="app_desc">Прост, мощен SSH клиент с отворен код</string> - - <!-- Window title for the Host List --> - <string name="title_hosts_list">Хостове</string> - <!-- Window title for the Pubkeys List --> - <string name="title_pubkey_list">Публични ключове</string> - <!-- Window title for the Port Forwards List --> - <string name="title_port_forwards_list">Пренасочване на портове</string> - <!-- Window title when editing host details --> - <string name="title_host_editor">Редактиране на хост</string> - <!-- Window title for Help index --> - <string name="title_help">Помощ</string> - <!-- Window title for color list editing screen --> - <string name="title_colors">Colors</string> - - <string name="resolve_connect">Свържи</string> - <!-- Menu selection where user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="resolve_entropy">Gather Entropy</string> - - <string name="menu_insert">Добави хост</string> - <string name="menu_delete">Изтрий хост</string> - <string name="menu_preferences">Предпочитания</string> - - <string name="help_intro">Please select a topic below for more information on a particular subject.</string> - <string name="help_about">Относно ConnectBot</string> - <string name="help_keyboard">Клавиатура</string> - - <string name="pubkey_generate">Генериране</string> - <string name="pubkey_import">Импортиране</string> - <string name="pubkey_delete">Клавиш Delete</string> - <!-- Dialog title when user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="pubkey_gather_entropy">Gathering Entropy</string> - <string name="pubkey_touch_prompt">Touch this box to gather randomness: %1$d%% done</string> - <string name="pubkey_touch_hint">In order to assure randomness during the key generation, move your finger randomly over the box below.</string> - <string name="pubkey_generating">Generating key pair...</string> - <string name="pubkey_copy_private">Копира частния ключ</string> - <string name="pubkey_copy_public">Копира публичния ключ</string> - <!-- Note that the '\n' just splits lines, so it's actually "create or import" --> - <string name="pubkey_list_empty">Tap "Menu" to create\nor import key pairs.</string> - <string name="pubkey_unknown_format">Непознат формат</string> - <string name="pubkey_change_password">Промени паролата</string> - <string name="pubkey_list_pick">Избери от /sdcard</string> - <string name="pubkey_import_parse_problem">Проблем при прочитането на импортирания частен ключ</string> - <string name="pubkey_unlock">Клавиш за отключване</string> - <string name="pubkey_failed_add">Bad password for key \'%1$s\'. Authentication failed.</string> - <string name="pubkey_memory_load">Зареди в паметта</string> - <string name="pubkey_memory_unload">Премахни от паметта</string> - <string name="pubkey_load_on_start">Зареди ключа при стартиране</string> - <!-- Pubkey preference asking user whether the key use should be confirmed via prompt before it can be used for authentication --> - <string name="pubkey_confirm_use">Confirm before use</string> - - <!-- Note that the '\n' splits lines, so it's actually "create port forwards" --> - <string name="portforward_list_empty">Tap "Menu" to create\nport forwards.</string> - <string name="portforward_edit">Променете пренасочването на портове</string> - <string name="portforward_delete">Изтрийте пренасочването на портове</string> - - <string name="prompt_nickname">Псевдоним:</string> - <!-- An example string that could be used as a nickname for a pubkey. --> - <string name="prompt_nickname_hint_pubkey">My work key</string> - <!-- The source TCP port for port forwards. --> - <string name="prompt_source_port">Source port:</string> - <!-- The "host:port" combination used for port forward destinations. --> - <string name="prompt_destination">Назначение:</string> - <string name="prompt_old_password">Стара парола</string> - <string name="prompt_password">Парола:</string> - <!-- Added after a "Password:" prompt to indicate user needs to confirm entry. --> - <string name="prompt_again">(отново)</string> - <!-- Label for the user to select port forward type. --> - <string name="prompt_type">Тип:</string> - <string name="prompt_password_can_be_blank">Бележка: паролата не може да е празна</string> - <!-- Prompt for the size of the private key in bits. --> - <string name="prompt_bits">Битове</string> - - <!-- Prompt for the password to unlock a certain pubkey. --> - <string name="prompt_pubkey_password">Password for key \'%1$s\'</string> - - <!-- Prompt for whether to allow SSH Authentication Agent to use the specified key. Note that the '\n' means split the line so it's actually "host to use key" --> - <string name="prompt_allow_agent_to_use_key">Allow remote host to\nuse key \'%1$s\'?</string> - - <!-- The header of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning_header">WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!</string> - <!-- The body of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning">IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!\nSomeone could be eavesdropping on you right now (man-in-the-middle attack)!\nIt is also possible that the host key has just been changed.</string> - - <!-- Prompt user gets when the remote host has disconnected unexpectedly. --> - <string name="prompt_host_disconnected">Host has disconnected.\nClose session?</string> - <!-- Prompt user must answer yes or no to when the remote host fails verification of encryption fingerprint --> - <string name="prompt_continue_connecting">Are you sure you want\nto continue connecting?</string> - - <!-- Sent to user when the remote public encryption key fingerprint doesn't match the local database --> - <string name="host_authenticity_warning">The authenticity of host \'%1$s\' can\'t be established.</string> - <!-- First field is encryption algorithm. Second is the actual fingerprint in hex digits --> - <string name="host_fingerprint">Host %1$s key fingerprint is %2$s</string> - - <string name="alert_passwords_do_not_match_msg">Паролите не съвпадат!</string> - <string name="alert_wrong_password_msg">Грешна парола!</string> - <string name="alert_key_corrupted_msg">Private key appears corrupt!</string> - <string name="alert_sdcard_absent">SD картата не е поставена</string> - - <!-- Add a new item (e.g., host or pubkey) to the list. --> - <string name="button_add">Добавяне</string> - <!-- Change an existing item's (e.g., host or pubkey) details. --> - <string name="button_change">Промяна</string> - <!-- Button that begins the generation of a public key pair. --> - <string name="button_generate">Генерирай ключ</string> - <!-- Button that resizes the screen to the user-specified dimensions. --> - <string name="button_resize">Промяна на размера на екрана</string> - - <string name="alert_disconnect_msg">Връзката изгубена</string> - - <string name="msg_copyright">Запазени права © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> - - <!-- The category title for terminal emulation preferences. --> - <string name="pref_emulation_category">Terminal emulation</string> - - <!-- Name for the emulation terminal type preference. --> - <string name="pref_emulation_title">Emulation mode</string> - <!-- Description of the emulation terminal type preference. --> - <string name="pref_emulation_summary">Terminal emulation mode to use for PTY connections</string> - - <!-- Name for the scrollback size preference --> - <string name="pref_scrollback_title">Scrollback size</string> - <!-- Description of the scrollback size preference --> - <string name="pref_scrollback_summary">Size of scrollback buffer to keep in memory for each console</string> - - <!-- The category title for user interface preferences --> - <string name="pref_ui_category">User interface</string> - - <!-- Name for the rotation mode preference --> - <string name="pref_rotation_title">Rotation mode</string> - <!-- Summary for the rotation mode preference --> - <string name="pref_rotation_summary">How to change rotation when keyboard popped in/out</string> - - <!-- Name for the full screen preference --> - <string name="pref_fullscreen_title">Full screen</string> - <!-- Summary for the full screen preference --> - <string name="pref_fullscreen_summary">Hide status bar while in console</string> - - <!-- Name for the memorize keys preference --> - <string name="pref_memkeys_title">Remember keys in memory</string> - <!-- Summary for the memorize keys preference --> - <string name="pref_memkeys_summary">Keep unlocked keys in memory until backend service is terminated</string> - - <!-- Name for the update check preference --> - <string name="pref_update_title">Update check</string> - <!-- Summary for the update check preference --> - <string name="pref_update_summary">Set the maximum frequency to check for ConnectBot updates</string> - - <!-- Name for the preference that forces the service to stay running in the background.--> - <string name="pref_conn_persist_title">Persist connections</string> - <!-- Summary for the preference that forces the service to stay running in the background. --> - <string name="pref_conn_persist_summary">Force connections to stay connected while in background</string> - - <!-- Name for the keyboard shortcuts preference --> - <string name="pref_keymode_title">Directory shortcuts</string> - <!-- Summary for the keyboard shortcuts preference --> - <string name="pref_keymode_summary">Select how to use Alt for \'/\' and Shift for Tab</string> - - <!-- Name for the camera shortcut usage preference --> - <string name="pref_camera_title">Camera shortcut</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_camera_summary">Select which shortcut to trigger when the camera button is pushed</string> - - <!-- Name for the keep screen on preference --> - <string name="pref_keepalive_title">Keep screen awake</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_keepalive_summary">Prevent the screen from turning off when working in a console</string> - - <!-- Name for the Wi-Fi lock preference --> - <string name="pref_wifilock_title">Keep Wi-Fi active</string> - <!-- Summary for the Wi-Fi lock preference --> - <string name="pref_wifilock_summary">Prevent Wi-Fi from turning off when a session is active</string> - - <!-- Name for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_title">Bumpy arrows</string> - <!-- Summary for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_summary">Vibrate when sending arrow keys from trackball; useful for laggy connections</string> - - <!-- Category title for the Terminal Bell preferences --> - <string name="pref_bell_category">Terminal bell</string> - - <!-- Checkbox preference title for the audible terminal bell feature --> - <string name="pref_bell_title">Audible bell</string> - - <!-- Title for the slider preference to set the volume --> - <string name="pref_bell_volume_title">Bell volume</string> - - <!-- Checkbox preference title for the vibrate on terminal bell feature --> - <string name="pref_bell_vibrate_title">Vibrate on bell</string> - - <!-- Checkbox preference title for the receive notifications on terminal bell feature --> - <string name="pref_bell_notification_title">Background notifications</string> - <!-- Brief summary of the feature that is enabled when the checkbox preference for the receive notifications on terminal bell feature is checked --> - <string name="pref_bell_notification_summary">Send notification when a terminal running in the background sounds a bell.</string> - - <!-- Preference selection to indicate use of right side of keyboard for special shortcuts. --> - <string name="list_keymode_right">Use right-side keys</string> - <!-- Preference selection to indicate use of left side of keyboard for special shortcuts. --> - <string name="list_keymode_left">Use left-side keys</string> - <!-- Preference selection to indicate never to use special shortcut keys. --> - <string name="list_keymode_none">Забраняване</string> - - <!-- Preference to not use pubkeys to authenticate to this host. --> - <string name="list_pubkeyids_none">Do not use keys</string> - <!-- Preference to use any pubkey to authenticate to this host. --> - <string name="list_pubkeyids_any">Use any unlocked key</string> - - <!-- Frequency for which to check for program updates. --> - <string name="list_update_daily">Ежедневно</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_weekly">Ежеседмично</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_never">Никога</string> - - <!-- Host nickname field preference title --> - <string name="hostpref_nickname_title">Nickname</string> - - <!-- Host color category preference title --> - <string name="hostpref_color_title">Color category</string> - - <!-- Host's default font size when opening the terminal in points (pt) --> - <string name="hostpref_fontsize_title">Font size (pt)</string> - - <!-- Host pubkey usage preference title --> - <string name="hostpref_pubkeyid_title">Use pubkey authentication</string> - - <!-- Preference title for the SSH Authentication Agent Forwarding for a host connection --> - <string name="hostpref_authagent_title">Use SSH auth agent</string> - - <!-- Host post-login automation preference title --> - <string name="hostpref_postlogin_title">Post-login automation</string> - <!-- Host post-login automation preference summary --> - <string name="hostpref_postlogin_summary">Commands to run on remote server once authenticated</string> - - <!-- Host compression preference title --> - <string name="hostpref_compression_title">Compression</string> - <!-- Summary for compression preference --> - <string name="hostpref_compression_summary">This may help with slower networks</string> - - <!-- Setting for whether we want a session to start up when we connect to a host --> - <string name="hostpref_wantsession_title">Start shell session</string> - <!-- Summary for field asking whether a shell session should be started up upon connection or not --> - <string name="hostpref_wantsession_summary">Disable this preference to only use port forwards</string> - - <!-- Setting for whether the host should be reconnected to automatically upon disconnect --> - <string name="hostpref_stayconnected_title">Stay connected</string> - <!-- Summary for preference asking whether the host should be reconnected to when it disconnects --> - <string name="hostpref_stayconnected_summary">Try to reconnect to host if disconnected</string> - - <!-- Setting for what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_title">DEL Key</string> - <!-- Summary for field asking what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_summary">The key code sent when DEL key is pressed</string> - - <!-- Host character encoding preference title --> - <string name="hostpref_encoding_title">Encoding</string> - <!-- Host character encoding preference summary --> - <string name="hostpref_encoding_summary">Character encoding for the host</string> - - <!-- Host preference category title for connection settings --> - <string name="hostpref_connection_category">Connection settings</string> - - <!-- Username field title for host editor preference --> - <string name="hostpref_username_title">Username</string> - - <!-- Hostname field title for host editor preference --> - <string name="hostpref_hostname_title">Host</string> - - <!-- Port field title for host editor preference --> - <string name="hostpref_port_title">Port</string> - - <!-- Displayed to indicate a host has never been connected to. --> - <string name="bind_never">Never connected</string> - <!-- The time that has elapsed since a host was connected to when it has been less than an hour. --> - <string name="bind_minutes">%1$s minutes ago</string> - <!-- The time that has elapsed since a host was connected to when it has been less than a day. --> - <string name="bind_hours">%1$s hours ago</string> - <!-- The time that has elapsed since a host was connected to when it has been a day or more. --> - <string name="bind_days">%1$s days ago</string> - - <!-- Message given when user copies from the terminal. --> - <string name="console_copy_done">Копирани %1$d байта в клипборда</string> - <!-- Instructions for how to copy from the terminal. The '\n' entries are to split lines to improve readability and prevent wrapping off the screen. --> - <string name="console_copy_start">Touch and drag\nor use directional pad\nto select area to copy</string> - - <!-- Button to close the disconnected terminal window. --> - <string name="console_menu_close">Затваряне</string> - <!-- Button to begin copying from the terminal to the clipboard. --> - <string name="console_menu_copy">Копиране</string> - <!-- Button to paste from the clipboard to the terminal. --> - <string name="console_menu_paste">Поставяне</string> - <!-- Button that brings user to the Port Forwards List. --> - <string name="console_menu_portforwards">Пренасочване на портове</string> - <!-- Button that brings user to the terminal resizing dialog where they can force a size. --> - <string name="console_menu_resize">Force Size</string> - <!-- Button that brings up the list of URLs on the current screen --> - <string name="console_menu_urlscan">URL Scan</string> - - <!-- Selection for a "local" port forward. E.g., connections to a port listening locally is forwarded to the remote end's listening port. --> - <string name="portforward_local">Local</string> - <!-- Selection for a "remote" port forward. E.g., connections to a port listening remotely is forwarded to the local end's listening port. --> - <string name="portforward_remote">Remote</string> - <!-- Selection for a "dynamic" port forward. E.g., connections to a port listening locally is forwarded based on the SOCKS protocol to an arbitrary remote host and port. --> - <string name="portforward_dynamic">Dynamic (SOCKS)</string> - <!-- Button that commits the port forward to be made from the Port Forward Creation dialog. --> - <string name="portforward_pos">Create port forward</string> - - <string name="portforward_done">Successfully created port forward</string> - <string name="portforward_problem">Problem creating port forward, maybe you\'re using ports under 1024 or port is already used?</string> - - <string name="portforward_menu_add">Add port forward</string> - - <!-- The string to present in the quick-connect box to hint the user to the format for connecting to hosts. --> - <string name="hint_userhost">user@hostname</string> - - <!-- Hint given to user when the format they're using is incorrect in the quick-connect box. --> - <string name="list_format_error">Use the format "%1$s"</string> - - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_username">username</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_hostname">hostname</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_port">port</string> - - <string name="list_menu_pubkeys">Manage Pubkeys</string> - <!-- Selection choice to sort hosts by color. --> - <string name="list_menu_sortcolor">Sort by color</string> - <!-- Selection choice to sort hosts by nickname. --> - <string name="list_menu_sortname">Sort by name</string> - <string name="list_menu_settings">Settings</string> - - <string name="list_host_disconnect">Прекъсване на връзката</string> - <string name="list_host_edit">Edit host</string> - <string name="list_host_portforwards">Edit port forwards</string> - <string name="list_host_delete">Delete host</string> - <!-- Note that the '\n' splits the lines so it's actually "quick-connect box below to connect" --> - <string name="list_host_empty">Use the quick-connect box\nbelow to connect to a host.</string> - - <!-- Default screen rotation preference selection --> - <string name="list_rotation_default">Default</string> - <string name="list_rotation_land">Force landscape</string> - <string name="list_rotation_port">Force portrait</string> - <!-- Selection to indicate the rotation should be selected automatically based on the tilt sensor. --> - <string name="list_rotation_auto">Automatic</string> - - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A then Space". --> - <string name="list_camera_ctrlaspace">Ctrl+A then Space</string> - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A". --> - <string name="list_camera_ctrla">Ctrl+A</string> - <!-- Selection to indicate pressing the Camera button should send the "Esc" key. --> - <string name="list_camera_esc">Esc</string> - <!-- Selection to indicate pressing the Camera button should send "Esc+A". --> - <string name="list_camera_esc_a">Esc+A</string> - <!-- Selection to indicate pressing the Camera button should send nothing at all. --> - <string name="list_camera_none">None</string> - - <!-- Name for the backspace character --> - <string name="list_delkey_backspace">Backspace</string> - <!-- Name for the ASCII DEL character --> - <string name="list_delkey_del">Delete</string> - - <string name="delete_message">Are you sure you want to delete \'%1$s\'?</string> - <string name="delete_pos">Yes, delete</string> - <string name="delete_neg">Cancel</string> - - <!-- Button to agree to license terms. --> - <string name="wizard_agree">Agree</string> - <!-- Button to go to the next page in the first time start-up wizard. --> - <string name="wizard_next">Next</string> - <!-- Button to go to the previous page in the first time start-up wizard. --> - <string name="wizard_back">Back</string> - - <string name="terminal_no_hosts_connected">No hosts currently connected</string> - - <!-- Displayed in terminal when attempting to connect to a host. The first two - variables are host:port and the third is the protocol (e.g., SSH) --> - <string name="terminal_connecting">Connecting to %1$s:%2$d via %3$s</string> - - <!-- Displays the host key to the user in the terminal --> - <string name="terminal_sucess">Verified host \'%1$s\' key: %2$s</string> - <string name="terminal_failed">Host key verification failed.</string> - - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_s2c_algorithm">Server-to-client algorithm: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_c2s_algorithm">Client-to-server algorithm: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_algorithm">Using algorithm: %1$s %2$s</string> - - <string name="terminal_auth">Trying to authenticate</string> - - <string name="terminal_auth_pass">Attempting \'password\' authentication</string> - <string name="terminal_auth_pass_fail">Authentication method \'password\' failed</string> - - <string name="terminal_auth_pubkey_any">Attempting \'publickey\' authentication with any in-memory public keys</string> - <string name="terminal_auth_pubkey_invalid">Selected public key is invalid, try reselecting key in host editor</string> - <string name="terminal_auth_pubkey_specific">Attempting \'publickey\' authentication with a specific public key</string> - <string name="terminal_auth_pubkey_fail">Authentication method \'publickey\' with key \'%1$s\' failed</string> - - <string name="terminal_auth_ki">Attempting \'keyboard-interactive\' authentication</string> - <string name="terminal_auth_ki_fail">Authentication method \'keyboard-interactive\' failed</string> - - <string name="terminal_auth_fail">[Your host doesn\'t support \'password\' or \'keyboard-interactive\' authentication.]</string> - - <string name="terminal_no_session">Session will not be started due to host preference.</string> - <string name="terminal_enable_portfoward">Enable port forward: %1$s</string> - - <string name="local_shell_unavailable">Failure! Local shell is unavailable on this phone.</string> - - <!-- Text sent to the user to alert them that a Terminal Bell is received in a background session --> - <string name="notification_text">%1$s wants your attention.</string> - - <!-- Dialog title when a new version of ConnectBot is detected. --> - <string name="upgrade">New version</string> - <!-- Button selection to upgrade to the latest ConnectBot when one is available. --> - <string name="upgrade_pos">Yes, upgrade</string> - <!-- Button selection to skip upgrading to the latest ConnectBot when one is available. --> - <string name="upgrade_neg">Not right now</string> - - <!-- Preference selection for SSH Authentication Agent to never use pubkeys --> - <string name="no">No</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys "with confirmation" only --> - <string name="with_confirmation">With confirmation</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys --> - <string name="yes">Yes</string> - - <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> - <string name="exceptions_submit_message">It appears ConnectBot had a problem last time it ran. Submit error report to ConnectBot developers?</string> - - <!-- Menu selection to reset colors to their defaults. --> - <string name="menu_colors_reset">Reset</string> - - <!-- Displayed in the notification bar that connections are active --> - <string name="app_is_running">ConnectBot is running</string> - - <string name="color_red">red</string> - <string name="color_green">green</string> - <string name="color_blue">blue</string> - <string name="color_gray">gray</string> + <string name="app_desc">Прост, мощен SSH клиент с отворен код</string> + <string name="title_hosts_list">Хостове</string> + <string name="title_pubkey_list">Публични ключове</string> + <string name="title_port_forwards_list">Пренасочване на портове</string> + <string name="title_host_editor">Редактиране на хост</string> + <string name="title_help">Помощ</string> + <string name="title_colors">Цветове</string> + <string name="resolve_connect">Свързване</string> + <string name="menu_insert">Добавяне на хост</string> + <string name="menu_delete">Изтрий хост</string> + <string name="menu_preferences">Предпочитания</string> + <string name="help_about">Относно ConnectBot</string> + <string name="help_keyboard">Клавиатура</string> + <string name="pubkey_generate">Генериране</string> + <string name="pubkey_import">Импортиране</string> + <string name="pubkey_delete">Клавиш Delete</string> + <string name="pubkey_copy_private">Копира частния ключ</string> + <string name="pubkey_copy_public">Копира публичния ключ</string> + <string name="pubkey_list_empty">Tap Menu to create\nor import key pairs.</string> + <string name="pubkey_unknown_format">Непознат формат</string> + <string name="pubkey_change_password">Промени паролата</string> + <string name="pubkey_list_pick">Избери от /sdcard</string> + <string name="pubkey_import_parse_problem">Проблем при прочитането на импортирания частен ключ</string> + <string name="pubkey_unlock">Клавиш за отключване</string> + <string name="pubkey_memory_load">Зареди в паметта</string> + <string name="pubkey_memory_unload">Премахни от паметта</string> + <string name="pubkey_load_on_start">Зареди ключа при стартиране</string> + <string name="portforward_list_empty">Tap Menu to create\nport forwards.</string> + <string name="portforward_edit">Променете пренасочването на портове</string> + <string name="portforward_delete">Изтрийте пренасочването на портове</string> + <string name="prompt_nickname">Псевдоним:</string> + <string name="prompt_destination">Назначение:</string> + <string name="prompt_old_password">Стара парола</string> + <string name="prompt_password">Парола:</string> + <string name="prompt_again">(отново)</string> + <string name="prompt_type">Тип:</string> + <string name="prompt_password_can_be_blank">Бележка: паролата не може да е празна</string> + <string name="prompt_bits">Битове</string> + <string name="alert_passwords_do_not_match_msg">Паролите не съвпадат!</string> + <string name="alert_wrong_password_msg">Грешна парола!</string> + <string name="alert_sdcard_absent">SD картата не е поставена</string> + <string name="button_add">Добавяне</string> + <string name="button_change">Промяна</string> + <string name="button_generate">Генерирай ключ</string> + <string name="button_resize">Промяна на размера на екрана</string> + <string name="alert_disconnect_msg">Връзката изгубена</string> + <string name="msg_copyright">Запазени права © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> + <string name="list_keymode_none">Забраняване</string> + <string name="list_update_daily">Ежедневно</string> + <string name="list_update_weekly">Ежеседмично</string> + <string name="list_update_never">Никога</string> + <string name="console_copy_done">Копирани %1$d байта в клипборда</string> + <string name="console_menu_close">Затваряне</string> + <string name="console_menu_copy">Копиране</string> + <string name="console_menu_paste">Поставяне</string> + <string name="console_menu_portforwards">Пренасочване на портове</string> + <string name="list_format_error">Use the format %1$s</string> + <string name="list_host_disconnect">Прекъсване на връзката</string> + <string name="exceptions_submit_message">It appears ConnectBot had a problem last time it ran. Submit error report to ConnectBot developers?</string> </resources> diff --git a/res/values-ca/strings.xml b/res/values-ca/strings.xml index 7fbd716..7c7c81d 100644 --- a/res/values-ca/strings.xml +++ b/res/values-ca/strings.xml @@ -1,461 +1,217 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * ConnectBot: simple, powerful, open-source SSH client for Android - * Copyright 2007 Kenny Root, Jeffrey Sharkey - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ ---> +<?xml version='1.0' encoding='utf-8'?> <resources> - <string name="app_desc">Client SSH simple, potent i lliure</string> - - <!-- Window title for the Host List --> - <string name="title_hosts_list">Servidors</string> - <!-- Window title for the Pubkeys List --> - <string name="title_pubkey_list">Claus Públiques</string> - <!-- Window title for the Port Forwards List --> - <string name="title_port_forwards_list">Redirecció de Ports</string> - <!-- Window title when editing host details --> - <string name="title_host_editor">Edició del Servidor</string> - <!-- Window title for Help index --> - <string name="title_help">Ajuda</string> - <!-- Window title for color list editing screen --> - <string name="title_colors">Colors</string> - - <string name="resolve_connect">Connecta</string> - <!-- Menu selection where user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="resolve_entropy">Recull Entropia</string> - - <string name="menu_insert">Afegeix servidor</string> - <string name="menu_delete">Elimina servidor</string> - <string name="menu_preferences">Preferències</string> - - <string name="help_intro">Siusplau escull un tema de sota per a més informació en aquest assumpte en particular</string> - <string name="help_about">Sobre ConnectBot</string> - <string name="help_keyboard">Teclat</string> - - <string name="pubkey_generate">Genera</string> - <string name="pubkey_import">Importa</string> - <string name="pubkey_delete">Elimina la clau</string> - <!-- Dialog title when user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="pubkey_gather_entropy">Recull Entropia</string> - <string name="pubkey_touch_prompt">Toca aquesta caixa per obtenir aleatorietat: %1$d%% completat</string> - <string name="pubkey_touch_hint">Per assegurar l\'aleatorietat durant la generació de la clau, mou el dit aleatoriament per sobre la caixa de sota.</string> - <string name="pubkey_generating">Generant parell de claus...</string> - <string name="pubkey_copy_private">Còpia la clau privada</string> - <string name="pubkey_copy_public">Còpia la clau pública</string> - <!-- Note that the '\n' just splits lines, so it's actually "create or import" --> - <string name="pubkey_list_empty">Pulsa "Menu" per crear\no importar parells de claus.</string> - <string name="pubkey_unknown_format">Format desconegut</string> - <string name="pubkey_change_password">Canvia la contrasenya</string> - <string name="pubkey_list_pick">Obté de /sdcard</string> - <string name="pubkey_import_parse_problem">Problema analitzant les claus privades importades</string> - <string name="pubkey_unlock">Desbloqueja clau</string> - <string name="pubkey_failed_add">Contrasenya incorrecta per la clau \'%1$s\'. Autenticació fallada</string> - <string name="pubkey_memory_load">Carrega a la memòria</string> - <string name="pubkey_memory_unload">Descarrega de la memòria</string> - <string name="pubkey_load_on_start">Carrega la clau a l\'inici</string> - <!-- Pubkey preference asking user whether the key use should be confirmed via prompt before it can be used for authentication --> - <string name="pubkey_confirm_use">Confirmar abans d\'usar</string> - - <!-- Note that the '\n' splits lines, so it's actually "create port forwards" --> - <string name="portforward_list_empty">Pulsa "Menu" per crear\nredireccions de ports.</string> - <string name="portforward_edit">Edita redireccions de ports</string> - <string name="portforward_delete">Elimina redireccions de ports</string> - - <string name="prompt_nickname">Sobrenom:</string> - <!-- An example string that could be used as a nickname for a pubkey. --> - <string name="prompt_nickname_hint_pubkey">La meva clau</string> - <!-- The source TCP port for port forwards. --> - <string name="prompt_source_port">Port d\'origen:</string> - <!-- The "host:port" combination used for port forward destinations. --> - <string name="prompt_destination">Destí:</string> - <string name="prompt_old_password">Contrasenya anterior:</string> - <string name="prompt_password">Contrasenya:</string> - <!-- Added after a "Password:" prompt to indicate user needs to confirm entry. --> - <string name="prompt_again">(altre cop)</string> - <!-- Label for the user to select port forward type. --> - <string name="prompt_type">Tipus:</string> - <string name="prompt_password_can_be_blank">Nota: la contrasenya pot ser en blanc</string> - <!-- Prompt for the size of the private key in bits. --> - <string name="prompt_bits">Bits:</string> - - <!-- Prompt for the password to unlock a certain pubkey. --> - <string name="prompt_pubkey_password">Contrasenya per la clau \'%1$s\'</string> - - <!-- Prompt for whether to allow SSH Authentication Agent to use the specified key. Note that the '\n' means split the line so it's actually "host to use key" --> - <string name="prompt_allow_agent_to_use_key">Permet al servidor remot\nutilitzar la clau \'%1$s\'?</string> - - <!-- The header of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning_header">ALERTA: LA IDENTIFICACIÓ DEL SERVIDOR REMOT HA CANVIAT!</string> - <!-- The body of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning">ES POSSIBLE QUE ALGÚ ESTIGUI FENT ALGUNA COSA LLETGA!\nAlgú pot estar escoltant la teva comunicació (atac home-al-mig)!\nTambé és possible que simplement el servidor hagi canviat la clau.</string> - - <!-- Prompt user gets when the remote host has disconnected unexpectedly. --> - <string name="prompt_host_disconnected">Servidor desconnectat.\nTancar sessió?</string> - <!-- Prompt user must answer yes or no to when the remote host fails verification of encryption fingerprint --> - <string name="prompt_continue_connecting">Estàs segur que vols\ncontinuar connectant?</string> - - <!-- Sent to user when the remote public encryption key fingerprint doesn't match the local database --> - <string name="host_authenticity_warning">La autenticació amb el servidor \'%1$s\' no es pot establir.</string> - <!-- First field is encryption algorithm. Second is the actual fingerprint in hex digits --> - <string name="host_fingerprint">Servidor %1$s empremta de la clau és %2$s</string> - - <string name="alert_passwords_do_not_match_msg">Les contrasenyes no coincideixen!</string> - <string name="alert_wrong_password_msg">La contrasenya no és correcta.</string> - <string name="alert_key_corrupted_msg">Les claus privades semblen malmèses!</string> - <string name="alert_sdcard_absent">La targeta SD no es troba present!</string> - - <!-- Add a new item (e.g., host or pubkey) to the list. --> - <string name="button_add">Afegeix</string> - <!-- Change an existing item's (e.g., host or pubkey) details. --> - <string name="button_change">Canvia</string> - <!-- Button that begins the generation of a public key pair. --> - <string name="button_generate">Genera clau</string> - <!-- Button that resizes the screen to the user-specified dimensions. --> - <string name="button_resize">Redimensiona</string> - - <string name="alert_disconnect_msg">Connexió perduda</string> - - <string name="msg_copyright">Copyright © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> - - <!-- The category title for terminal emulation preferences. --> - <string name="pref_emulation_category">Emulador del terminal</string> - - <!-- Name for the emulation terminal type preference. --> - <string name="pref_emulation_title">Mode d\'emulació</string> - <!-- Description of the emulation terminal type preference. --> - <string name="pref_emulation_summary">Mode d\'emulació de terminal per l\'ús de connexions PTY</string> - - <!-- Name for the scrollback size preference --> - <string name="pref_scrollback_title">Tamany de la història</string> - <!-- Description of the scrollback size preference --> - <string name="pref_scrollback_summary">Tamany de la memòria per mantenir la història de cada consola</string> - - <!-- The category title for user interface preferences --> - <string name="pref_ui_category">Interfície d\'usuari</string> - - <!-- Name for the rotation mode preference --> - <string name="pref_rotation_title">Mode de rotació</string> - <!-- Summary for the rotation mode preference --> - <string name="pref_rotation_summary">Com canvia la orientació quan el teclat s\'obre o es tanca</string> - - <!-- Name for the full screen preference --> - <string name="pref_fullscreen_title">Pantalla completa</string> - <!-- Summary for the full screen preference --> - <string name="pref_fullscreen_summary">Amaga la barra d\'estat en consola</string> - - <!-- Name for the memorize keys preference --> - <string name="pref_memkeys_title">Recorda les claus en memòria</string> - <!-- Summary for the memorize keys preference --> - <string name="pref_memkeys_summary">Manté les claus descarregadesen memòria fins que el servei finalitzi</string> - - <!-- Name for the update check preference --> - <string name="pref_update_title">Comprova actualització</string> - <!-- Summary for the update check preference --> - <string name="pref_update_summary">Escull la freqüència màxima de comprovació d\'actualitzacions de ConnectBot</string> - - <!-- Name for the preference that forces the service to stay running in the background.--> - <string name="pref_conn_persist_title">Persist connections</string> - <!-- Summary for the preference that forces the service to stay running in the background. --> - <string name="pref_conn_persist_summary">Force connections to stay connected while in background</string> - - <!-- Name for the keyboard shortcuts preference --> - <string name="pref_keymode_title">Drecera de carpetes</string> - <!-- Summary for the keyboard shortcuts preference --> - <string name="pref_keymode_summary">Escull com usar Alt per \'/\' i Shift per Tab</string> - - <!-- Name for the camera shortcut usage preference --> - <string name="pref_camera_title">Drecera de càmera</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_camera_summary">Escull quina acció fer quan el botó de la càmera es clica</string> - - <!-- Name for the keep screen on preference --> - <string name="pref_keepalive_title">Manté la pantalla encesa</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_keepalive_summary">Evita que la pantalla s\'apagui mentre s\'usa la consola</string> - - <!-- Name for the Wi-Fi lock preference --> - <string name="pref_wifilock_title">Manté activa la Wi-Fi</string> - <!-- Summary for the Wi-Fi lock preference --> - <string name="pref_wifilock_summary">Evita que la Wi-Fi s\'apagui mentre hi ha una sessió activa</string> - - <!-- Name for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_title">Cursors vibrants</string> - <!-- Summary for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_summary">Vibra quan s\'envien els cursors de direcció amb la rodeta; útil per connexions lentes</string> - - <!-- Category title for the Terminal Bell preferences --> - <string name="pref_bell_category">So del Terminal</string> - - <!-- Checkbox preference title for the audible terminal bell feature --> - <string name="pref_bell_title">So activat</string> - - <!-- Title for the slider preference to set the volume --> - <string name="pref_bell_volume_title">Volum del so</string> - - <!-- Checkbox preference title for the vibrate on terminal bell feature --> - <string name="pref_bell_vibrate_title">Vibra en sonar</string> - - <!-- Checkbox preference title for the receive notifications on terminal bell feature --> - <string name="pref_bell_notification_title">Notificacions en rerefons</string> - <!-- Brief summary of the feature that is enabled when the checkbox preference for the receive notifications on terminal bell feature is checked --> - <string name="pref_bell_notification_summary">Envia notificacions quan un terminal actiu al rerefons envia una senyal de so.</string> - - <!-- Preference selection to indicate use of right side of keyboard for special shortcuts. --> - <string name="list_keymode_right">Utilitza les tecles de la dreta</string> - <!-- Preference selection to indicate use of left side of keyboard for special shortcuts. --> - <string name="list_keymode_left">Utilitza les tecles de l\'esquerra</string> - <!-- Preference selection to indicate never to use special shortcut keys. --> - <string name="list_keymode_none">Deshabilita</string> - - <!-- Preference to not use pubkeys to authenticate to this host. --> - <string name="list_pubkeyids_none">No usis claus</string> - <!-- Preference to use any pubkey to authenticate to this host. --> - <string name="list_pubkeyids_any">Fes servir qualsevol clau desbloquejada</string> - - <!-- Frequency for which to check for program updates. --> - <string name="list_update_daily">Diàriament</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_weekly">Setmanalment</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_never">Mai</string> - - <!-- Host nickname field preference title --> - <string name="hostpref_nickname_title">Sobrenom</string> - - <!-- Host color category preference title --> - <string name="hostpref_color_title">Color de la categoria</string> - - <!-- Host's default font size when opening the terminal in points (pt) --> - <string name="hostpref_fontsize_title">Font size (pt)</string> - - <!-- Host pubkey usage preference title --> - <string name="hostpref_pubkeyid_title">Usa autenticació de claus públiques</string> - - <!-- Preference title for the SSH Authentication Agent Forwarding for a host connection --> - <string name="hostpref_authagent_title">Usa agent d\'autenticació SSH</string> - - <!-- Host post-login automation preference title --> - <string name="hostpref_postlogin_title">Automatització post-entrada</string> - <!-- Host post-login automation preference summary --> - <string name="hostpref_postlogin_summary">Comandes a executar en el servidor remot un cop autenticat.</string> - - <!-- Host compression preference title --> - <string name="hostpref_compression_title">Compressió</string> - <!-- Summary for compression preference --> - <string name="hostpref_compression_summary">Això pot ajudar per xarxes lentes</string> - - <!-- Setting for whether we want a session to start up when we connect to a host --> - <string name="hostpref_wantsession_title">Inicia una sessió de shell</string> - <!-- Summary for field asking whether a shell session should be started up upon connection or not --> - <string name="hostpref_wantsession_summary">Deshabilita aquesta preferència per només usar redireccionament de ports</string> - - <!-- Setting for whether the host should be reconnected to automatically upon disconnect --> - <string name="hostpref_stayconnected_title">Manté connectat</string> - <!-- Summary for preference asking whether the host should be reconnected to when it disconnects --> - <string name="hostpref_stayconnected_summary">Intenta reconnectar al servidor si es desconnecta</string> - - <!-- Setting for what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_title">Tecla DEL</string> - <!-- Summary for field asking what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_summary">El codi enviat al pulsar la tecla DEL</string> - - <!-- Host character encoding preference title --> - <string name="hostpref_encoding_title">Codificació</string> - <!-- Host character encoding preference summary --> - <string name="hostpref_encoding_summary">Codificació de caràcters per el servidor</string> - - <!-- Host preference category title for connection settings --> - <string name="hostpref_connection_category">Paràmetres de connexió</string> - - <!-- Username field title for host editor preference --> - <string name="hostpref_username_title">Nom d\'usuari</string> - - <!-- Hostname field title for host editor preference --> - <string name="hostpref_hostname_title">Servidor</string> - - <!-- Port field title for host editor preference --> - <string name="hostpref_port_title">Port</string> - - <!-- Displayed to indicate a host has never been connected to. --> - <string name="bind_never">Mai connectat</string> - <!-- The time that has elapsed since a host was connected to when it has been less than an hour. --> - <string name="bind_minutes">Fa %1$s minuts</string> - <!-- The time that has elapsed since a host was connected to when it has been less than a day. --> - <string name="bind_hours">Fa %1$s hores</string> - <!-- The time that has elapsed since a host was connected to when it has been a day or more. --> - <string name="bind_days">Fa %1$s dies</string> - - <!-- Message given when user copies from the terminal. --> - <string name="console_copy_done">Copiats %1$d bytes al porta-retalls</string> - <!-- Instructions for how to copy from the terminal. The '\n' entries are to split lines to improve readability and prevent wrapping off the screen. --> - <string name="console_copy_start">Toca i arrosega\no fes servir les tecles de direcció\nper escollir l\'àrea a copiar</string> - - <!-- Button to close the disconnected terminal window. --> - <string name="console_menu_close">Tanca</string> - <!-- Button to begin copying from the terminal to the clipboard. --> - <string name="console_menu_copy">Copia</string> - <!-- Button to paste from the clipboard to the terminal. --> - <string name="console_menu_paste">Enganxa</string> - <!-- Button that brings user to the Port Forwards List. --> - <string name="console_menu_portforwards">Redireccionament de ports</string> - <!-- Button that brings user to the terminal resizing dialog where they can force a size. --> - <string name="console_menu_resize">Força el tamany</string> - <!-- Button that brings up the list of URLs on the current screen --> - <string name="console_menu_urlscan">Llistat de URL</string> - - <!-- Selection for a "local" port forward. E.g., connections to a port listening locally is forwarded to the remote end's listening port. --> - <string name="portforward_local">Local</string> - <!-- Selection for a "remote" port forward. E.g., connections to a port listening remotely is forwarded to the local end's listening port. --> - <string name="portforward_remote">Remot</string> - <!-- Selection for a "dynamic" port forward. E.g., connections to a port listening locally is forwarded based on the SOCKS protocol to an arbitrary remote host and port. --> - <string name="portforward_dynamic">Dinàmic (SOCKS)</string> - <!-- Button that commits the port forward to be made from the Port Forward Creation dialog. --> - <string name="portforward_pos">Crea redireccionament de ports</string> - - <string name="portforward_done">Redireccionament creat correctament</string> - <string name="portforward_problem">Problemes creant el redireccionament de ports, potser s\'usen ports per sota del 1024 o el port és en ús actualment?</string> - - <string name="portforward_menu_add">Afegeix redireccionament de ports</string> - - <!-- The string to present in the quick-connect box to hint the user to the format for connecting to hosts. --> - <string name="hint_userhost">usuari@servidor</string> - - <!-- Hint given to user when the format they're using is incorrect in the quick-connect box. --> - <string name="list_format_error">Usa el format "%1$s"</string> - - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_username">Usuari</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_hostname">servidor</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_port">port</string> - - <string name="list_menu_pubkeys">Gestiona Claus</string> - <!-- Selection choice to sort hosts by color. --> - <string name="list_menu_sortcolor">Ordena per color</string> - <!-- Selection choice to sort hosts by nickname. --> - <string name="list_menu_sortname">Ordena per nom</string> - <string name="list_menu_settings">Arrenjaments</string> - - <string name="list_host_disconnect">Desconnecta</string> - <string name="list_host_edit">Edita el servidor</string> - <string name="list_host_portforwards">Edita el redireccionament de ports</string> - <string name="list_host_delete">Elimina servidors</string> - <!-- Note that the '\n' splits the lines so it's actually "quick-connect box below to connect" --> - <string name="list_host_empty">Utilitza el quadre de connexió ràpida\nde sota per connectar al servidor</string> - - <!-- Default screen rotation preference selection --> - <string name="list_rotation_default">Per defecte</string> - <string name="list_rotation_land">Força horitzontal</string> - <string name="list_rotation_port">Força vertical</string> - <!-- Selection to indicate the rotation should be selected automatically based on the tilt sensor. --> - <string name="list_rotation_auto">Automàtic</string> - - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A then Space". --> - <string name="list_camera_ctrlaspace">Ctrl+A llavors Espai</string> - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A". --> - <string name="list_camera_ctrla">Ctrl+A</string> - <!-- Selection to indicate pressing the Camera button should send the "Esc" key. --> - <string name="list_camera_esc">Esc</string> - <!-- Selection to indicate pressing the Camera button should send "Esc+A". --> - <string name="list_camera_esc_a">Esc+A</string> - <!-- Selection to indicate pressing the Camera button should send nothing at all. --> - <string name="list_camera_none">Res</string> - - <!-- Name for the backspace character --> - <string name="list_delkey_backspace">Retrocés</string> - <!-- Name for the ASCII DEL character --> - <string name="list_delkey_del">Suprimeix</string> - - <string name="delete_message">Estas segur que vols esborrar \'%1$s\'?</string> - <string name="delete_pos">Sí, esborra</string> - <string name="delete_neg">Cancel·la</string> - - <!-- Button to agree to license terms. --> - <string name="wizard_agree">Accepto</string> - <!-- Button to go to the next page in the first time start-up wizard. --> - <string name="wizard_next">Següent</string> - <!-- Button to go to the previous page in the first time start-up wizard. --> - <string name="wizard_back">Enrere</string> - - <string name="terminal_no_hosts_connected">No hi ha servidors connectats actualment</string> - - <!-- Displayed in terminal when attempting to connect to a host. The first two - variables are host:port and the third is the protocol (e.g., SSH) --> - <string name="terminal_connecting">Connectant a %1$s:%2$d via %3$s</string> - - <!-- Displays the host key to the user in the terminal --> - <string name="terminal_sucess">Clau de servidor \'%1$s\' verificada: %2$s</string> - <string name="terminal_failed">Verificació de la clau del servidor errònia.</string> - - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_s2c_algorithm">Algoritme servidor-a-client: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_c2s_algorithm">Algoritme client-a-servidor: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_algorithm">Usant algoritme: %1$s %2$s</string> - - <string name="terminal_auth">Intentant autenticar</string> - - <string name="terminal_auth_pass">Intentant autenticació de \'contrasenya\'</string> - <string name="terminal_auth_pass_fail">Autenticació amb \'contrasenya\' errònia</string> - - <string name="terminal_auth_pubkey_any">Intentant autenticació amb \'claus públiques\' amb totes les claus en memòria</string> - <string name="terminal_auth_pubkey_invalid">La clau pública seleccionada és invàlida, intenta reseleccionar la clau en l\'editor del servidor</string> - <string name="terminal_auth_pubkey_specific">Intentant autenticació amb \'claus públiques\' amb una clau específica</string> - <string name="terminal_auth_pubkey_fail">Mètode d\'autenticació \'claus públiques\' amb clau \'%1$s\' fallit</string> - - <string name="terminal_auth_ki">Intentant autenticació \'teclat-interactiu\'</string> - <string name="terminal_auth_ki_fail">Mètode d\'autenticació \'teclat-interactiu\' fallit.</string> - - <string name="terminal_auth_fail">[El servidor no admet autenticació amb \'contrasenya\' o \'teclat-interactiu\'.]</string> - - <string name="terminal_no_session">La sessió no s\'iniciarà degut a la preferencia de servidor.</string> - <string name="terminal_enable_portfoward">Activa el redireccionament de ports: %1$s</string> - - <string name="local_shell_unavailable">Fallada! El shell local no està disponible en aquest telèfon.</string> - - <!-- Text sent to the user to alert them that a Terminal Bell is received in a background session --> - <string name="notification_text">%1$s necessita la teva atenció.</string> - - <!-- Dialog title when a new version of ConnectBot is detected. --> - <string name="upgrade">Nova versió</string> - <!-- Button selection to upgrade to the latest ConnectBot when one is available. --> - <string name="upgrade_pos">Sí, actualitza</string> - <!-- Button selection to skip upgrading to the latest ConnectBot when one is available. --> - <string name="upgrade_neg">No ara</string> - - <!-- Preference selection for SSH Authentication Agent to never use pubkeys --> - <string name="no">No</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys "with confirmation" only --> - <string name="with_confirmation">Amb confirmació</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys --> - <string name="yes">Sí</string> - - <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> - <string name="exceptions_submit_message">Sembla que ConnectBot ha tingut un problema l\'últim cop que s\'ha iniciat. Enviar la informació de l\'error als desenvolupadors de ConnectBot?</string> - - <!-- Menu selection to reset colors to their defaults. --> - <string name="menu_colors_reset">Reset</string> - - <!-- Displayed in the notification bar that connections are active --> - <string name="app_is_running">ConnectBot is running</string> - - <string name="color_red">vermell</string> - <string name="color_green">verd</string> - <string name="color_blue">blau</string> - <string name="color_gray">gris</string> + <string name="app_desc">Client SSH simple, potent i lliure</string> + <string name="service_desc">Manté les connexions SSH i les claus públiques</string> + <string name="title_hosts_list">Servidors</string> + <string name="title_pubkey_list">Claus Públiques</string> + <string name="title_port_forwards_list">Redirecció de Ports</string> + <string name="title_host_editor">Edició del Servidor</string> + <string name="title_help">Ajuda</string> + <string name="title_colors">Colors</string> + <string name="resolve_connect">Connecta</string> + <string name="resolve_entropy">Recull Entropia</string> + <string name="menu_insert">Afegeix servidor</string> + <string name="menu_delete">Elimina servidor</string> + <string name="menu_preferences">Preferències</string> + <string name="help_intro">Si us plau, esculli un tema per a més informació en aquest assumpte en particular</string> + <string name="help_about">Sobre ConnectBot</string> + <string name="help_keyboard">Teclat</string> + <string name="pubkey_generate">Genera</string> + <string name="pubkey_import">Importa</string> + <string name="pubkey_delete">Elimina la clau</string> + <string name="pubkey_gather_entropy">Recull Entropia</string> + <string name="pubkey_touch_prompt">Toca aquesta caixa per obtenir aleatorietat: %1$d%% completat</string> + <string name="pubkey_touch_hint">Per assegurar l\'aleatorietat durant la generació de la clau, mou el dit aleatoriament per sobre la caixa de sota.</string> + <string name="pubkey_generating">Generant parell de claus...</string> + <string name="pubkey_copy_private">Còpia la clau privada</string> + <string name="pubkey_copy_public">Còpia la clau pública</string> + <string name="pubkey_list_empty">Pulsa Menu per crear\no importar parells de claus.</string> + <string name="pubkey_unknown_format">Format desconegut</string> + <string name="pubkey_change_password">Canvia la contrasenya</string> + <string name="pubkey_list_pick">Obté de /sdcard</string> + <string name="pubkey_import_parse_problem">Problema analitzant les claus privades importades</string> + <string name="pubkey_unlock">Desbloqueja clau</string> + <string name="pubkey_failed_add">Contrasenya incorrecta per la clau \'%1$s\'. Autenticació fallada</string> + <string name="pubkey_memory_load">Carrega a la memòria</string> + <string name="pubkey_memory_unload">Descarrega de la memòria</string> + <string name="pubkey_load_on_start">Carrega la clau a l\'inici</string> + <string name="pubkey_confirm_use">Confirmar abans d\'usar</string> + <string name="portforward_list_empty">Pulsa Menu per crear\nredireccions de ports.</string> + <string name="portforward_edit">Edita redireccions de ports</string> + <string name="portforward_delete">Elimina redireccions de ports</string> + <string name="prompt_nickname">Sobrenom:</string> + <string name="prompt_nickname_hint_pubkey">La meva clau</string> + <string name="prompt_source_port">Port d\'origen:</string> + <string name="prompt_destination">Destí:</string> + <string name="prompt_old_password">Contrasenya anterior:</string> + <string name="prompt_password">Contrasenya:</string> + <string name="prompt_again">(altre cop)</string> + <string name="prompt_type">Tipus:</string> + <string name="prompt_password_can_be_blank">Nota: la contrasenya pot ser en blanc</string> + <string name="prompt_bits">Bits</string> + <string name="prompt_pubkey_password">Contrasenya per la clau \'%1$s\'</string> + <string name="prompt_allow_agent_to_use_key">Permet al servidor remot\nutilitzar la clau \'%1$s\'?</string> + <string name="host_verification_failure_warning_header">ALERTA: LA IDENTIFICACIÓ DEL SERVIDOR REMOT HA CANVIAT!</string> + <string name="host_verification_failure_warning">ES POSSIBLE QUE ALGÚ ESTIGUI FENT ALGUNA COSA LLETGA!\nAlgú pot estar escoltant la teva comunicació (atac home-al-mig)!\nTambé és possible que simplement el servidor hagi canviat la clau.</string> + <string name="prompt_host_disconnected">Servidor desconnectat.\nTancar sessió?</string> + <string name="prompt_continue_connecting">Estàs segur que vols\ncontinuar connectant?</string> + <string name="host_authenticity_warning">La autenticació amb el servidor \'%1$s\' no es pot establir.</string> + <string name="host_fingerprint">Servidor %1$s empremta de la clau és %2$s</string> + <string name="alert_passwords_do_not_match_msg">Les contrasenyes no coincideixen!</string> + <string name="alert_wrong_password_msg">La contrasenya no és correcta.</string> + <string name="alert_key_corrupted_msg">Les claus privades semblen malmèses!</string> + <string name="alert_sdcard_absent">La targeta SD no es troba present!</string> + <string name="button_add">Afegeix</string> + <string name="button_change">Canvia</string> + <string name="button_generate">Genera clau</string> + <string name="button_resize">Redimensiona</string> + <string name="alert_disconnect_msg">Connexió perduda</string> + <string name="msg_copyright">Copyright © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> + <string name="pref_emulation_category">Emulador del terminal</string> + <string name="pref_emulation_title">Mode d\'emulació</string> + <string name="pref_emulation_summary">Mode d\'emulació de terminal per l\'ús de connexions PTY</string> + <string name="pref_scrollback_title">Tamany de la història</string> + <string name="pref_scrollback_summary">Tamany de la memòria per mantenir la història de cada consola</string> + <string name="pref_ui_category">Interfície d\'usuari</string> + <string name="pref_rotation_title">Mode de rotació</string> + <string name="pref_rotation_summary">Com canvia la orientació quan el teclat s\'obre o es tanca</string> + <string name="pref_fullscreen_title">Pantalla completa</string> + <string name="pref_fullscreen_summary">Amaga la barra d\'estat en consola</string> + <string name="pref_memkeys_title">Recorda les claus en memòria</string> + <string name="pref_memkeys_summary">Manté les claus descarregadesen memòria fins que el servei finalitzi</string> + <string name="pref_update_title">Comprova actualització</string> + <string name="pref_update_summary">Escull la freqüència màxima de comprovació d\'actualitzacions de ConnectBot</string> + <string name="pref_conn_persist_title">Connexions persistents</string> + <string name="pref_conn_persist_summary">Manté les connexions mentre l\'aplicació és en segon pla</string> + <string name="pref_keymode_title">Drecera de carpetes</string> + <string name="pref_keymode_summary">Escull com usar Alt per \'/\' i Shift per Tab</string> + <string name="pref_camera_title">Drecera de càmera</string> + <string name="pref_camera_summary">Escull quina acció fer quan el botó de la càmera es clica</string> + <string name="pref_keepalive_title">Manté la pantalla encesa</string> + <string name="pref_keepalive_summary">Evita que la pantalla s\'apagui mentre s\'usa la consola</string> + <string name="pref_wifilock_title">Manté activa la Wi-Fi</string> + <string name="pref_wifilock_summary">Evita que la Wi-Fi s\'apagui mentre hi ha una sessió activa</string> + <string name="pref_bumpyarrows_title">Cursors vibrants</string> + <string name="pref_bumpyarrows_summary">Vibra quan s\'envien els cursors de direcció amb la rodeta; útil per connexions lentes</string> + <string name="pref_bell_category">So del Terminal</string> + <string name="pref_bell_title">So activat</string> + <string name="pref_bell_volume_title">Volum del so</string> + <string name="pref_bell_vibrate_title">Vibra en sonar</string> + <string name="pref_bell_notification_title">Notificacions en rerefons</string> + <string name="pref_bell_notification_summary">Envia notificacions quan un terminal actiu al rerefons envia una senyal de so.</string> + <string name="list_keymode_right">Utilitza les tecles de la dreta</string> + <string name="list_keymode_left">Utilitza les tecles de l\'esquerra</string> + <string name="list_keymode_none">Deshabilita</string> + <string name="list_pubkeyids_none">No usis claus</string> + <string name="list_pubkeyids_any">Fes servir qualsevol clau desbloquejada</string> + <string name="list_update_daily">Diàriament</string> + <string name="list_update_weekly">Setmanalment</string> + <string name="list_update_never">Mai</string> + <string name="hostpref_nickname_title">Sobrenom</string> + <string name="hostpref_color_title">Color de la categoria</string> + <string name="hostpref_fontsize_title">Mida de la lletra (pt)</string> + <string name="hostpref_pubkeyid_title">Usa autenticació de claus públiques</string> + <string name="hostpref_authagent_title">Usa agent d\'autenticació SSH</string> + <string name="hostpref_postlogin_title">Automatització post-entrada</string> + <string name="hostpref_postlogin_summary">Comandes a executar en el servidor remot un cop autenticat.</string> + <string name="hostpref_compression_title">Compressió</string> + <string name="hostpref_compression_summary">Això pot ajudar per xarxes lentes</string> + <string name="hostpref_wantsession_title">Inicia una sessió de shell</string> + <string name="hostpref_wantsession_summary">Deshabilita aquesta preferència per només usar redireccionament de ports</string> + <string name="hostpref_stayconnected_title">Manté connectat</string> + <string name="hostpref_stayconnected_summary">Intenta reconnectar al servidor si es desconnecta</string> + <string name="hostpref_delkey_title">Tecla DEL</string> + <string name="hostpref_delkey_summary">El codi enviat al pulsar la tecla DEL</string> + <string name="hostpref_encoding_title">Codificació</string> + <string name="hostpref_encoding_summary">Codificació de caràcters per el servidor</string> + <string name="hostpref_connection_category">Paràmetres de connexió</string> + <string name="hostpref_username_title">Nom d\'usuari</string> + <string name="hostpref_hostname_title">Servidor</string> + <string name="hostpref_port_title">Port</string> + <string name="bind_never">Mai connectat</string> + <string name="bind_minutes">Fa %1$s minuts</string> + <string name="bind_hours">Fa %1$s hores</string> + <string name="bind_days">Fa %1$s dies</string> + <string name="console_copy_done">Copiats %1$d bytes al porta-retalls</string> + <string name="console_copy_start">Toca i arrosega\no fes servir les tecles de direcció\nper escollir l\'àrea a copiar</string> + <string name="console_menu_close">Tanca</string> + <string name="console_menu_copy">Copia</string> + <string name="console_menu_paste">Enganxa</string> + <string name="console_menu_portforwards">Redireccionament de ports</string> + <string name="console_menu_resize">Força el tamany</string> + <string name="console_menu_urlscan">Llistat de URL</string> + <string name="button_yes">Sí</string> + <string name="button_no">No</string> + <string name="portforward_local">Local</string> + <string name="portforward_remote">Remot</string> + <string name="portforward_dynamic">Dinàmic (SOCKS)</string> + <string name="portforward_pos">Crea redireccionament de ports</string> + <string name="portforward_done">Redireccionament creat correctament</string> + <string name="portforward_problem">Problemes creant el redireccionament de ports, potser s\'usen ports per sota del 1024 o el port és en ús actualment?</string> + <string name="portforward_menu_add">Afegeix redireccionament de ports</string> + <string name="hint_userhost">usuari\@servidor</string> + <string name="list_format_error">Usa el format %1$s</string> + <string name="format_username">Usuari</string> + <string name="format_hostname">servidor</string> + <string name="format_port">port</string> + <string name="list_menu_pubkeys">Gestiona Claus</string> + <string name="list_menu_sortcolor">Ordena per color</string> + <string name="list_menu_sortname">Ordena per nom</string> + <string name="list_menu_settings">Arrenjaments</string> + <string name="list_host_disconnect">Desconnecta</string> + <string name="list_host_edit">Edita el servidor</string> + <string name="list_host_portforwards">Edita el redireccionament de ports</string> + <string name="list_host_delete">Elimina servidors</string> + <string name="list_host_empty">Utilitza el quadre de connexió ràpida\nde sota per connectar al servidor</string> + <string name="list_rotation_default">Per defecte</string> + <string name="list_rotation_land">Força horitzontal</string> + <string name="list_rotation_port">Força vertical</string> + <string name="list_rotation_auto">Automàtic</string> + <string name="list_camera_ctrlaspace">Ctrl+A llavors Espai</string> + <string name="list_camera_ctrla">Ctrl+A</string> + <string name="list_camera_esc">Esc</string> + <string name="list_camera_esc_a">Esc+A</string> + <string name="list_camera_none">Res</string> + <string name="list_delkey_backspace">Retrocés</string> + <string name="list_delkey_del">Suprimeix</string> + <string name="delete_message">Estas segur que vols esborrar \'%1$s\'?</string> + <string name="delete_pos">Sí, esborra</string> + <string name="delete_neg">Cancel·la</string> + <string name="wizard_agree">Accepto</string> + <string name="wizard_next">Següent</string> + <string name="wizard_back">Enrere</string> + <string name="terminal_no_hosts_connected">No hi ha servidors connectats actualment</string> + <string name="terminal_connecting">Connectant a %1$s:%2$d via %3$s</string> + <string name="terminal_sucess">Clau de servidor \'%1$s\' verificada: %2$s</string> + <string name="terminal_failed">Verificació de la clau del servidor errònia.</string> + <string name="terminal_using_s2c_algorithm">Algoritme servidor-a-client: %1$s %2$s</string> + <string name="terminal_using_c2s_algorithm">Algoritme client-a-servidor: %1$s %2$s</string> + <string name="terminal_using_algorithm">Usant algoritme: %1$s %2$s</string> + <string name="terminal_auth">Intentant autenticar</string> + <string name="terminal_auth_pass">Intentant autenticació de \'contrasenya\'</string> + <string name="terminal_auth_pass_fail">Autenticació amb \'contrasenya\' errònia</string> + <string name="terminal_auth_pubkey_any">Intentant autenticació amb \'claus públiques\' amb totes les claus en memòria</string> + <string name="terminal_auth_pubkey_invalid">La clau pública seleccionada és invàlida, intenta reseleccionar la clau en l\'editor del servidor</string> + <string name="terminal_auth_pubkey_specific">Intentant autenticació amb \'claus públiques\' amb una clau específica</string> + <string name="terminal_auth_pubkey_fail">Mètode d\'autenticació \'claus públiques\' amb clau \'%1$s\' fallit</string> + <string name="terminal_auth_ki">Intentant autenticació \'teclat-interactiu\'</string> + <string name="terminal_auth_ki_fail">Mètode d\'autenticació \'teclat-interactiu\' fallit.</string> + <string name="terminal_auth_fail">[El servidor no admet autenticació amb \'contrasenya\' o \'teclat-interactiu\'.]</string> + <string name="terminal_no_session">La sessió no s\'iniciarà degut a la preferencia de servidor.</string> + <string name="terminal_enable_portfoward">Activa el redireccionament de ports: %1$s</string> + <string name="local_shell_unavailable">Fallada! El shell local no està disponible en aquest telèfon.</string> + <string name="notification_text">%1$s necessita la teva atenció.</string> + <string name="upgrade">Nova versió</string> + <string name="upgrade_pos">Sí, actualitza</string> + <string name="upgrade_neg">No ara</string> + <string name="no">No</string> + <string name="with_confirmation">Amb confirmació</string> + <string name="yes">Sí</string> + <string name="exceptions_submit_message">Sembla que ConnectBot ha tingut un problema l\'últim cop que s\'ha iniciat. Enviar la informació de l\'error als desenvolupadors de ConnectBot?</string> + <string name="menu_colors_reset">Reinicia</string> + <string name="app_is_running">El ConnectBot està en marxa</string> + <string name="color_red">vermell</string> + <string name="color_green">verd</string> + <string name="color_blue">blau</string> + <string name="color_gray">gris</string> </resources> diff --git a/res/values-cs/strings.xml b/res/values-cs/strings.xml index 982b589..a1834d8 100644 --- a/res/values-cs/strings.xml +++ b/res/values-cs/strings.xml @@ -1,461 +1,190 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * ConnectBot: simple, powerful, open-source SSH client for Android - * Copyright 2007 Kenny Root, Jeffrey Sharkey - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ ---> +<?xml version='1.0' encoding='utf-8'?> <resources> - <string name="app_desc">Jednoduchý, všestranný, open-source SSH klient</string> - - <!-- Window title for the Host List --> - <string name="title_hosts_list">Hostitelé</string> - <!-- Window title for the Pubkeys List --> - <string name="title_pubkey_list">Veřejné klíče</string> - <!-- Window title for the Port Forwards List --> - <string name="title_port_forwards_list">Přesměrování portu</string> - <!-- Window title when editing host details --> - <string name="title_host_editor">Upravit hostitele</string> - <!-- Window title for Help index --> - <string name="title_help">Nápověda</string> - <!-- Window title for color list editing screen --> - <string name="title_colors">Barvy</string> - - <string name="resolve_connect">Připojit</string> - <!-- Menu selection where user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="resolve_entropy">Získat entropii</string> - - <string name="menu_insert">Přidat hostitele</string> - <string name="menu_delete">Smazat hostitele</string> - <string name="menu_preferences">Nastavení</string> - - <string name="help_intro">Prosím, vyberte následující téma pro více informací na daný subjekt.</string> - <string name="help_about">O aplikaci ConnectBot</string> - <string name="help_keyboard">Klávesnice</string> - - <string name="pubkey_generate">Vygenerovat</string> - <string name="pubkey_import">Importovat</string> - <string name="pubkey_delete">Smazat klíč</string> - <!-- Dialog title when user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="pubkey_gather_entropy">Získávání entropie</string> - <string name="pubkey_touch_prompt">Dotkněte se plochy pro získání náhodnosti: %1$d%% hotovo</string> - <string name="pubkey_touch_hint">Pro zajištění náhodnosti během generování klíče pohybujte prstem náhodně po ploše níže.</string> - <string name="pubkey_generating">Generování párování klíčem...</string> - <string name="pubkey_copy_private">Kopírovat soukromý klíč</string> - <string name="pubkey_copy_public">Kopírovat veřejný klíč</string> - <!-- Note that the '\n' just splits lines, so it's actually "create or import" --> - <string name="pubkey_list_empty">Stiskněte "Menu" pro získákní\nnebo vytvoření páru klíčů.</string> - <string name="pubkey_unknown_format">Neznámý formát</string> - <string name="pubkey_change_password">Změnit heslo</string> - <string name="pubkey_list_pick">Vyberte z /sdcard</string> - <string name="pubkey_import_parse_problem">Problém s importací soukromého klíče</string> - <string name="pubkey_unlock">Odblokovat klíč</string> - <string name="pubkey_failed_add">Bad password for key \'%1$s\'. Authentication failed.</string> - <string name="pubkey_memory_load">Nahrát do paměti</string> - <string name="pubkey_memory_unload">Odstranit z paměti</string> - <string name="pubkey_load_on_start">Nahrát klíč při startu</string> - <!-- Pubkey preference asking user whether the key use should be confirmed via prompt before it can be used for authentication --> - <string name="pubkey_confirm_use">Potvrdit před použitím</string> - - <!-- Note that the '\n' splits lines, so it's actually "create port forwards" --> - <string name="portforward_list_empty">Stiskněte "Menu" pro vytvoření\npřesměrování portů.</string> - <string name="portforward_edit">Upravit přesměrování portů</string> - <string name="portforward_delete">Smazat přesměrování portů</string> - - <string name="prompt_nickname">Přezdívka:</string> - <!-- An example string that could be used as a nickname for a pubkey. --> - <string name="prompt_nickname_hint_pubkey">Můj pracovní klíč</string> - <!-- The source TCP port for port forwards. --> - <string name="prompt_source_port">Zdrojový port:</string> - <!-- The "host:port" combination used for port forward destinations. --> - <string name="prompt_destination">Cíl:</string> - <string name="prompt_old_password">Původní heslo:</string> - <string name="prompt_password">Heslo:</string> - <!-- Added after a "Password:" prompt to indicate user needs to confirm entry. --> - <string name="prompt_again">(znovu)</string> - <!-- Label for the user to select port forward type. --> - <string name="prompt_type">Typ:</string> - <string name="prompt_password_can_be_blank">Poznámka: heslo může být prázdné</string> - <!-- Prompt for the size of the private key in bits. --> - <string name="prompt_bits">Počet bitů:</string> - - <!-- Prompt for the password to unlock a certain pubkey. --> - <string name="prompt_pubkey_password">Password for key \'%1$s\'</string> - - <!-- Prompt for whether to allow SSH Authentication Agent to use the specified key. Note that the '\n' means split the line so it's actually "host to use key" --> - <string name="prompt_allow_agent_to_use_key">Allow remote host to\nuse key \'%1$s\'?</string> - - <!-- The header of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning_header">VAROVÁNÍ: IDENTIFIKACE VZDÁLENÉHO HOSTA SE ZMĚNILA!</string> - <!-- The body of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning">JE MOŽNÉ ŽE NĚKDO PROVÁDÍ NĚCO NEKALÉHO!\nNěkdo vás právě může odposlouchávat (útok muže uprostřed)!\nTaké je možné že se byl klíč hosta právě změněn.</string> - - <!-- Prompt user gets when the remote host has disconnected unexpectedly. --> - <string name="prompt_host_disconnected">Host se odpojil.\nUkončit sezení?</string> - <!-- Prompt user must answer yes or no to when the remote host fails verification of encryption fingerprint --> - <string name="prompt_continue_connecting">Opravdu chcete\npokračovat v připojování?</string> - - <!-- Sent to user when the remote public encryption key fingerprint doesn't match the local database --> - <string name="host_authenticity_warning">The authenticity of host \'%1$s\' can\'t be established.</string> - <!-- First field is encryption algorithm. Second is the actual fingerprint in hex digits --> - <string name="host_fingerprint">Otisk prstu hosta %1$s je %2$s</string> - - <string name="alert_passwords_do_not_match_msg">Hesla se neshodují!</string> - <string name="alert_wrong_password_msg">Špatné heslo!</string> - <string name="alert_key_corrupted_msg">Soukromý klíč vypadá poškozeně!</string> - <string name="alert_sdcard_absent">Není vložena SD karta!</string> - - <!-- Add a new item (e.g., host or pubkey) to the list. --> - <string name="button_add">Přidat</string> - <!-- Change an existing item's (e.g., host or pubkey) details. --> - <string name="button_change">Změnit</string> - <!-- Button that begins the generation of a public key pair. --> - <string name="button_generate">Generovat klíč</string> - <!-- Button that resizes the screen to the user-specified dimensions. --> - <string name="button_resize">Změnit velikost</string> - - <string name="alert_disconnect_msg">Spojení ztraceno</string> - - <string name="msg_copyright">Copyright © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> - - <!-- The category title for terminal emulation preferences. --> - <string name="pref_emulation_category">Terminálová emulace</string> - - <!-- Name for the emulation terminal type preference. --> - <string name="pref_emulation_title">Režim emulace</string> - <!-- Description of the emulation terminal type preference. --> - <string name="pref_emulation_summary">Režim emulace terminálu použitý při PTY spojeních</string> - - <!-- Name for the scrollback size preference --> - <string name="pref_scrollback_title">Velikost historie</string> - <!-- Description of the scrollback size preference --> - <string name="pref_scrollback_summary">Velikost historie uložená v paměti pro každou konzoli</string> - - <!-- The category title for user interface preferences --> - <string name="pref_ui_category">Uživatelské rozhraní</string> - - <!-- Name for the rotation mode preference --> - <string name="pref_rotation_title">Režim rotace</string> - <!-- Summary for the rotation mode preference --> - <string name="pref_rotation_summary">Jak změnit rotaci když se zobrazí / skryje klávesnice</string> - - <!-- Name for the full screen preference --> - <string name="pref_fullscreen_title">Celá obrazovka</string> - <!-- Summary for the full screen preference --> - <string name="pref_fullscreen_summary">Skrýt stavový řádek když je zobrazena konzole</string> - - <!-- Name for the memorize keys preference --> - <string name="pref_memkeys_title">Uchovávat klíče v paměti</string> - <!-- Summary for the memorize keys preference --> - <string name="pref_memkeys_summary">Ponechat odemčené klíče v paměti dokud není ukončena služba na pozadí</string> - - <!-- Name for the update check preference --> - <string name="pref_update_title">Kontrolovat aktualizace</string> - <!-- Summary for the update check preference --> - <string name="pref_update_summary">Nastavit maximální frekvenci pro kontrolu aktualizací ConnectBota</string> - - <!-- Name for the preference that forces the service to stay running in the background.--> - <string name="pref_conn_persist_title">Trvalá spojení</string> - <!-- Summary for the preference that forces the service to stay running in the background. --> - <string name="pref_conn_persist_summary">Vynutit spojení i v pozadí</string> - - <!-- Name for the keyboard shortcuts preference --> - <string name="pref_keymode_title">Zkratky adresářů</string> - <!-- Summary for the keyboard shortcuts preference --> - <string name="pref_keymode_summary">Select how to use Alt for \'/\' and Shift for Tab</string> - - <!-- Name for the camera shortcut usage preference --> - <string name="pref_camera_title">Zkratka fotoaparátu</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_camera_summary">Vyberte kterou zkratku použít když je stisknuto tlačítko fotoaparátu</string> - - <!-- Name for the keep screen on preference --> - <string name="pref_keepalive_title">Ponechat zapnutou obrazovku</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_keepalive_summary">Zabránit obrazovce ve vypnutí při práci v konzoli</string> - - <!-- Name for the Wi-Fi lock preference --> - <string name="pref_wifilock_title">Ponechat Wi-Fi aktivní</string> - <!-- Summary for the Wi-Fi lock preference --> - <string name="pref_wifilock_summary">Zabránit Wi-Fi ve vypnutí když je sezení aktivní</string> - - <!-- Name for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_title">Hrbolaté šipky</string> - <!-- Summary for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_summary">Vibrovat při posílání kurzorových kláves z trackballu; užitečná pro špatná spojení</string> - - <!-- Category title for the Terminal Bell preferences --> - <string name="pref_bell_category">Zvonek terminálu</string> - - <!-- Checkbox preference title for the audible terminal bell feature --> - <string name="pref_bell_title">slyšitelný zvonek</string> - - <!-- Title for the slider preference to set the volume --> - <string name="pref_bell_volume_title">Hlasitost zvonku</string> - - <!-- Checkbox preference title for the vibrate on terminal bell feature --> - <string name="pref_bell_vibrate_title">Vibrovat při zvonku</string> - - <!-- Checkbox preference title for the receive notifications on terminal bell feature --> - <string name="pref_bell_notification_title">Upozornění v pozadí</string> - <!-- Brief summary of the feature that is enabled when the checkbox preference for the receive notifications on terminal bell feature is checked --> - <string name="pref_bell_notification_summary">Zobrazit upozornění když terminál běžící v pozadí zazvoní zvonkem</string> - - <!-- Preference selection to indicate use of right side of keyboard for special shortcuts. --> - <string name="list_keymode_right">Použít klávesy napravo</string> - <!-- Preference selection to indicate use of left side of keyboard for special shortcuts. --> - <string name="list_keymode_left">Použít klávesy nalevo</string> - <!-- Preference selection to indicate never to use special shortcut keys. --> - <string name="list_keymode_none">Vypnout</string> - - <!-- Preference to not use pubkeys to authenticate to this host. --> - <string name="list_pubkeyids_none">Nepoužívat klíče</string> - <!-- Preference to use any pubkey to authenticate to this host. --> - <string name="list_pubkeyids_any">Použít jakýkoliv odemčený klíč</string> - - <!-- Frequency for which to check for program updates. --> - <string name="list_update_daily">Denně</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_weekly">Týdně</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_never">Nikdy</string> - - <!-- Host nickname field preference title --> - <string name="hostpref_nickname_title">Přezdívka</string> - - <!-- Host color category preference title --> - <string name="hostpref_color_title">Barevná kategorie</string> - - <!-- Host's default font size when opening the terminal in points (pt) --> - <string name="hostpref_fontsize_title">Velikost fontu (pt)</string> - - <!-- Host pubkey usage preference title --> - <string name="hostpref_pubkeyid_title">Použít autentizaci veřejným klíčem</string> - - <!-- Preference title for the SSH Authentication Agent Forwarding for a host connection --> - <string name="hostpref_authagent_title">Použít SSH autorizačního agenta</string> - - <!-- Host post-login automation preference title --> - <string name="hostpref_postlogin_title">Automatizace po přihlášení</string> - <!-- Host post-login automation preference summary --> - <string name="hostpref_postlogin_summary">Příkazy které se spustí na vzdáleném serveru po přihlášení</string> - - <!-- Host compression preference title --> - <string name="hostpref_compression_title">Komprese</string> - <!-- Summary for compression preference --> - <string name="hostpref_compression_summary">Může pomoct na pomalejších sítích</string> - - <!-- Setting for whether we want a session to start up when we connect to a host --> - <string name="hostpref_wantsession_title">Spustit sezení shellu</string> - <!-- Summary for field asking whether a shell session should be started up upon connection or not --> - <string name="hostpref_wantsession_summary">Vypněte tuto možnost pokud pouze přesměrováváte porty</string> - - <!-- Setting for whether the host should be reconnected to automatically upon disconnect --> - <string name="hostpref_stayconnected_title">Zůstat připojený</string> - <!-- Summary for preference asking whether the host should be reconnected to when it disconnects --> - <string name="hostpref_stayconnected_summary">Zkusit se znovu připojit při odpojení</string> - - <!-- Setting for what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_title">Klávesa DEL</string> - <!-- Summary for field asking what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_summary">Kód klávesy odeslaný při stisku DEL</string> - - <!-- Host character encoding preference title --> - <string name="hostpref_encoding_title">Kódování</string> - <!-- Host character encoding preference summary --> - <string name="hostpref_encoding_summary">Kódování znaků na hostovi</string> - - <!-- Host preference category title for connection settings --> - <string name="hostpref_connection_category">Nastavení připojení</string> - - <!-- Username field title for host editor preference --> - <string name="hostpref_username_title">Uživatelské jméno</string> - - <!-- Hostname field title for host editor preference --> - <string name="hostpref_hostname_title">Host</string> - - <!-- Port field title for host editor preference --> - <string name="hostpref_port_title">Port</string> - - <!-- Displayed to indicate a host has never been connected to. --> - <string name="bind_never">Nikdy nepřipojen</string> - <!-- The time that has elapsed since a host was connected to when it has been less than an hour. --> - <string name="bind_minutes">Před %1$s minutami</string> - <!-- The time that has elapsed since a host was connected to when it has been less than a day. --> - <string name="bind_hours">Před %1$s hodinami</string> - <!-- The time that has elapsed since a host was connected to when it has been a day or more. --> - <string name="bind_days">Před %1$s dny</string> - - <!-- Message given when user copies from the terminal. --> - <string name="console_copy_done">Zkopírováno %1$d bajtů do schránky</string> - <!-- Instructions for how to copy from the terminal. The '\n' entries are to split lines to improve readability and prevent wrapping off the screen. --> - <string name="console_copy_start">Stiskněte a táhněte\nnebo použijte směrový ovladač\npro výběr oblasti ke zkopírování</string> - - <!-- Button to close the disconnected terminal window. --> - <string name="console_menu_close">Zavřít</string> - <!-- Button to begin copying from the terminal to the clipboard. --> - <string name="console_menu_copy">Kopírovat</string> - <!-- Button to paste from the clipboard to the terminal. --> - <string name="console_menu_paste">Vložit</string> - <!-- Button that brings user to the Port Forwards List. --> - <string name="console_menu_portforwards">Přesměrování portů</string> - <!-- Button that brings user to the terminal resizing dialog where they can force a size. --> - <string name="console_menu_resize">Vynutit velikost</string> - <!-- Button that brings up the list of URLs on the current screen --> - <string name="console_menu_urlscan">Najít URL</string> - - <!-- Selection for a "local" port forward. E.g., connections to a port listening locally is forwarded to the remote end's listening port. --> - <string name="portforward_local">Místní</string> - <!-- Selection for a "remote" port forward. E.g., connections to a port listening remotely is forwarded to the local end's listening port. --> - <string name="portforward_remote">Vzdálený</string> - <!-- Selection for a "dynamic" port forward. E.g., connections to a port listening locally is forwarded based on the SOCKS protocol to an arbitrary remote host and port. --> - <string name="portforward_dynamic">Dynamický (SOCKS)</string> - <!-- Button that commits the port forward to be made from the Port Forward Creation dialog. --> - <string name="portforward_pos">Vytvořit přesměrování portu</string> - - <string name="portforward_done">Přesměrování portu úspěšně vytvořeno</string> - <string name="portforward_problem">Problem creating port forward, maybe you\'re using ports under 1024 or port is already used?</string> - - <string name="portforward_menu_add">Přidat přesměrování portu</string> - - <!-- The string to present in the quick-connect box to hint the user to the format for connecting to hosts. --> - <string name="hint_userhost">user@hostname</string> - - <!-- Hint given to user when the format they're using is incorrect in the quick-connect box. --> - <string name="list_format_error">Použijte formát "%1$s"</string> - - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_username">uživatelské jméno</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_hostname">jméno hosta</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_port">port</string> - - <string name="list_menu_pubkeys">Spravovat veřejné klíče</string> - <!-- Selection choice to sort hosts by color. --> - <string name="list_menu_sortcolor">Seřadit podle barvy</string> - <!-- Selection choice to sort hosts by nickname. --> - <string name="list_menu_sortname">Seřadit podle jména</string> - <string name="list_menu_settings">Nastavení</string> - - <string name="list_host_disconnect">Odpojit</string> - <string name="list_host_edit">Upravit hosta</string> - <string name="list_host_portforwards">Upravit přesměrování portů</string> - <string name="list_host_delete">Smazat hosta</string> - <!-- Note that the '\n' splits the lines so it's actually "quick-connect box below to connect" --> - <string name="list_host_empty">Použijte pole rychlého připojení\nníže pro připojení k hostovi.</string> - - <!-- Default screen rotation preference selection --> - <string name="list_rotation_default">Standardní</string> - <string name="list_rotation_land">Vynutit na šířku</string> - <string name="list_rotation_port">Vynutit na výšku</string> - <!-- Selection to indicate the rotation should be selected automatically based on the tilt sensor. --> - <string name="list_rotation_auto">Automaticky</string> - - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A then Space". --> - <string name="list_camera_ctrlaspace">Ctrl+A potom mezerník</string> - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A". --> - <string name="list_camera_ctrla">Ctrl+A</string> - <!-- Selection to indicate pressing the Camera button should send the "Esc" key. --> - <string name="list_camera_esc">Esc</string> - <!-- Selection to indicate pressing the Camera button should send "Esc+A". --> - <string name="list_camera_esc_a">Esc+A</string> - <!-- Selection to indicate pressing the Camera button should send nothing at all. --> - <string name="list_camera_none">Nic</string> - - <!-- Name for the backspace character --> - <string name="list_delkey_backspace">Backspace</string> - <!-- Name for the ASCII DEL character --> - <string name="list_delkey_del">Delete</string> - - <string name="delete_message">Are you sure you want to delete \'%1$s\'?</string> - <string name="delete_pos">Ano, smazat</string> - <string name="delete_neg">Zrušit</string> - - <!-- Button to agree to license terms. --> - <string name="wizard_agree">Souhlasím</string> - <!-- Button to go to the next page in the first time start-up wizard. --> - <string name="wizard_next">Další</string> - <!-- Button to go to the previous page in the first time start-up wizard. --> - <string name="wizard_back">Zpět</string> - - <string name="terminal_no_hosts_connected">Žádný host není připojený</string> - - <!-- Displayed in terminal when attempting to connect to a host. The first two - variables are host:port and the third is the protocol (e.g., SSH) --> - <string name="terminal_connecting">Připojování k %1$s:%2$d přes %3$s</string> - - <!-- Displays the host key to the user in the terminal --> - <string name="terminal_sucess">Verified host \'%1$s\' key: %2$s</string> - <string name="terminal_failed">Selhalo ověření klíče hosta</string> - - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_s2c_algorithm">Algoritmus server-klient: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_c2s_algorithm">Algoritmus klient-server: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_algorithm">Použitý algoritmus: %1$s %2$s</string> - - <string name="terminal_auth">Pokus o autentizaci</string> - - <string name="terminal_auth_pass">Attempting \'password\' authentication</string> - <string name="terminal_auth_pass_fail">Authentication method \'password\' failed</string> - - <string name="terminal_auth_pubkey_any">Attempting \'publickey\' authentication with any in-memory public keys</string> - <string name="terminal_auth_pubkey_invalid">Vybraný veřejný klič je neplatný, zkuste jej znovu vybrat při úpravě hosta</string> - <string name="terminal_auth_pubkey_specific">Attempting \'publickey\' authentication with a specific public key</string> - <string name="terminal_auth_pubkey_fail">Authentication method \'publickey\' with key \'%1$s\' failed</string> - - <string name="terminal_auth_ki">Attempting \'keyboard-interactive\' authentication</string> - <string name="terminal_auth_ki_fail">Authentication method \'keyboard-interactive\' failed</string> - - <string name="terminal_auth_fail">[Your host doesn\'t support \'password\' or \'keyboard-interactive\' authentication.]</string> - - <string name="terminal_no_session">Sezení nebude spuštěno kvůli nastavení hosta.</string> - <string name="terminal_enable_portfoward">Povolit přesměrování portu: %1$s</string> - - <string name="local_shell_unavailable">Selhání! Místní shell není na tomto telefonu podporován</string> - - <!-- Text sent to the user to alert them that a Terminal Bell is received in a background session --> - <string name="notification_text">%1$s žádá pozornost.</string> - - <!-- Dialog title when a new version of ConnectBot is detected. --> - <string name="upgrade">Nová verze</string> - <!-- Button selection to upgrade to the latest ConnectBot when one is available. --> - <string name="upgrade_pos">Ano, povýšit</string> - <!-- Button selection to skip upgrading to the latest ConnectBot when one is available. --> - <string name="upgrade_neg">Nyní ne</string> - - <!-- Preference selection for SSH Authentication Agent to never use pubkeys --> - <string name="no">Ne</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys "with confirmation" only --> - <string name="with_confirmation">S potvrzením</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys --> - <string name="yes">Ano</string> - - <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> - <string name="exceptions_submit_message">Vypadá to že měl ConnectBot problém když naposledy běžel. Odeslat hlášení o chybě vývojářům ConnectBota?</string> - - <!-- Menu selection to reset colors to their defaults. --> - <string name="menu_colors_reset">Obnovit</string> - - <!-- Displayed in the notification bar that connections are active --> - <string name="app_is_running">ConnectBot is running</string> - - <string name="color_red">červená</string> - <string name="color_green">zelená</string> - <string name="color_blue">modrá</string> - <string name="color_gray">šedá</string> + <string name="app_desc">Jednoduchý, všestranný, open-source SSH klient</string> + <string name="title_hosts_list">Hostitelé</string> + <string name="title_pubkey_list">Veřejné klíče</string> + <string name="title_port_forwards_list">Přesměrování portu</string> + <string name="title_host_editor">Upravit hostitele</string> + <string name="title_help">Nápověda</string> + <string name="title_colors">Barvy</string> + <string name="resolve_connect">Připojit</string> + <string name="resolve_entropy">Získat entropii</string> + <string name="menu_insert">Přidat hostitele</string> + <string name="menu_delete">Smazat hostitele</string> + <string name="menu_preferences">Nastavení</string> + <string name="help_intro">Prosím, vyberte následující téma pro více informací na daný subjekt.</string> + <string name="help_about">O aplikaci ConnectBot</string> + <string name="help_keyboard">Klávesnice</string> + <string name="pubkey_generate">Vygenerovat</string> + <string name="pubkey_import">Importovat</string> + <string name="pubkey_delete">Smazat klíč</string> + <string name="pubkey_gather_entropy">Získávání entropie</string> + <string name="pubkey_touch_prompt">Dotkněte se plochy pro získání náhodnosti: %1$d%% hotovo</string> + <string name="pubkey_touch_hint">Pro zajištění náhodnosti během generování klíče pohybujte prstem náhodně po ploše níže.</string> + <string name="pubkey_generating">Generování párování klíčem...</string> + <string name="pubkey_copy_private">Kopírovat soukromý klíč</string> + <string name="pubkey_copy_public">Kopírovat veřejný klíč</string> + <string name="pubkey_list_empty">Stiskněte Menu pro získákní\nnebo vytvoření páru klíčů.</string> + <string name="pubkey_unknown_format">Neznámý formát</string> + <string name="pubkey_change_password">Změnit heslo</string> + <string name="pubkey_list_pick">Vyberte z /sdcard</string> + <string name="pubkey_import_parse_problem">Problém s importací soukromého klíče</string> + <string name="pubkey_unlock">Odblokovat klíč</string> + <string name="pubkey_memory_load">Nahrát do paměti</string> + <string name="pubkey_memory_unload">Odstranit z paměti</string> + <string name="pubkey_load_on_start">Nahrát klíč při startu</string> + <string name="pubkey_confirm_use">Potvrdit před použitím</string> + <string name="portforward_list_empty">Stiskněte Menu pro vytvoření\npřesměrování portů.</string> + <string name="portforward_edit">Upravit přesměrování portů</string> + <string name="portforward_delete">Smazat přesměrování portů</string> + <string name="prompt_nickname">Přezdívka:</string> + <string name="prompt_nickname_hint_pubkey">Můj pracovní klíč</string> + <string name="prompt_source_port">Zdrojový port:</string> + <string name="prompt_destination">Cíl:</string> + <string name="prompt_old_password">Původní heslo:</string> + <string name="prompt_password">Heslo:</string> + <string name="prompt_again">(znovu)</string> + <string name="prompt_type">Typ:</string> + <string name="prompt_password_can_be_blank">Poznámka: heslo může být prázdné</string> + <string name="prompt_bits">Počet bitů:</string> + <string name="host_verification_failure_warning_header">VAROVÁNÍ: IDENTIFIKACE VZDÁLENÉHO HOSTA SE ZMĚNILA!</string> + <string name="host_verification_failure_warning">JE MOŽNÉ ŽE NĚKDO PROVÁDÍ NĚCO NEKALÉHO!\nNěkdo vás právě může odposlouchávat (útok muže uprostřed)!\nTaké je možné že se byl klíč hosta právě změněn.</string> + <string name="prompt_host_disconnected">Host se odpojil.\nUkončit sezení?</string> + <string name="prompt_continue_connecting">Opravdu chcete\npokračovat v připojování?</string> + <string name="host_fingerprint">Otisk prstu hosta %1$s je %2$s</string> + <string name="alert_passwords_do_not_match_msg">Hesla se neshodují!</string> + <string name="alert_wrong_password_msg">Špatné heslo!</string> + <string name="alert_key_corrupted_msg">Soukromý klíč vypadá poškozeně!</string> + <string name="alert_sdcard_absent">Není vložena SD karta!</string> + <string name="button_add">Přidat</string> + <string name="button_change">Změnit</string> + <string name="button_generate">Generovat klíč</string> + <string name="button_resize">Změnit velikost</string> + <string name="alert_disconnect_msg">Spojení ztraceno</string> + <string name="pref_emulation_category">Terminálová emulace</string> + <string name="pref_emulation_title">Režim emulace</string> + <string name="pref_emulation_summary">Režim emulace terminálu použitý při PTY spojeních</string> + <string name="pref_scrollback_title">Velikost historie</string> + <string name="pref_scrollback_summary">Velikost historie uložená v paměti pro každou konzoli</string> + <string name="pref_ui_category">Uživatelské rozhraní</string> + <string name="pref_rotation_title">Režim rotace</string> + <string name="pref_rotation_summary">Jak změnit rotaci když se zobrazí / skryje klávesnice</string> + <string name="pref_fullscreen_title">Celá obrazovka</string> + <string name="pref_fullscreen_summary">Skrýt stavový řádek když je zobrazena konzole</string> + <string name="pref_memkeys_title">Uchovávat klíče v paměti</string> + <string name="pref_memkeys_summary">Ponechat odemčené klíče v paměti dokud není ukončena služba na pozadí</string> + <string name="pref_update_title">Kontrolovat aktualizace</string> + <string name="pref_update_summary">Nastavit maximální frekvenci pro kontrolu aktualizací ConnectBota</string> + <string name="pref_conn_persist_title">Trvalá spojení</string> + <string name="pref_conn_persist_summary">Vynutit spojení i v pozadí</string> + <string name="pref_keymode_title">Zkratky adresářů</string> + <string name="pref_camera_title">Zkratka fotoaparátu</string> + <string name="pref_camera_summary">Vyberte kterou zkratku použít když je stisknuto tlačítko fotoaparátu</string> + <string name="pref_keepalive_title">Ponechat zapnutou obrazovku</string> + <string name="pref_keepalive_summary">Zabránit obrazovce ve vypnutí při práci v konzoli</string> + <string name="pref_wifilock_title">Ponechat Wi-Fi aktivní</string> + <string name="pref_wifilock_summary">Zabránit Wi-Fi ve vypnutí když je sezení aktivní</string> + <string name="pref_bumpyarrows_title">Hrbolaté šipky</string> + <string name="pref_bumpyarrows_summary">Vibrovat při posílání kurzorových kláves z trackballu; užitečná pro špatná spojení</string> + <string name="pref_bell_category">Zvonek terminálu</string> + <string name="pref_bell_title">slyšitelný zvonek</string> + <string name="pref_bell_volume_title">Hlasitost zvonku</string> + <string name="pref_bell_vibrate_title">Vibrovat při zvonku</string> + <string name="pref_bell_notification_title">Upozornění v pozadí</string> + <string name="pref_bell_notification_summary">Zobrazit upozornění když terminál běžící v pozadí zazvoní zvonkem</string> + <string name="list_keymode_right">Použít klávesy napravo</string> + <string name="list_keymode_left">Použít klávesy nalevo</string> + <string name="list_keymode_none">Vypnout</string> + <string name="list_pubkeyids_none">Nepoužívat klíče</string> + <string name="list_pubkeyids_any">Použít jakýkoliv odemčený klíč</string> + <string name="list_update_daily">Denně</string> + <string name="list_update_weekly">Týdně</string> + <string name="list_update_never">Nikdy</string> + <string name="hostpref_nickname_title">Přezdívka</string> + <string name="hostpref_color_title">Barevná kategorie</string> + <string name="hostpref_fontsize_title">Velikost fontu (pt)</string> + <string name="hostpref_pubkeyid_title">Použít autentizaci veřejným klíčem</string> + <string name="hostpref_authagent_title">Použít SSH autorizačního agenta</string> + <string name="hostpref_postlogin_title">Automatizace po přihlášení</string> + <string name="hostpref_postlogin_summary">Příkazy které se spustí na vzdáleném serveru po přihlášení</string> + <string name="hostpref_compression_title">Komprese</string> + <string name="hostpref_compression_summary">Může pomoct na pomalejších sítích</string> + <string name="hostpref_wantsession_title">Spustit sezení shellu</string> + <string name="hostpref_wantsession_summary">Vypněte tuto možnost pokud pouze přesměrováváte porty</string> + <string name="hostpref_stayconnected_title">Zůstat připojený</string> + <string name="hostpref_stayconnected_summary">Zkusit se znovu připojit při odpojení</string> + <string name="hostpref_delkey_title">Klávesa DEL</string> + <string name="hostpref_delkey_summary">Kód klávesy odeslaný při stisku DEL</string> + <string name="hostpref_encoding_title">Kódování</string> + <string name="hostpref_encoding_summary">Kódování znaků na hostovi</string> + <string name="hostpref_connection_category">Nastavení připojení</string> + <string name="hostpref_username_title">Uživatelské jméno</string> + <string name="bind_never">Nikdy nepřipojen</string> + <string name="bind_minutes">Před %1$s minutami</string> + <string name="bind_hours">Před %1$s hodinami</string> + <string name="bind_days">Před %1$s dny</string> + <string name="console_copy_done">Zkopírováno %1$d bajtů do schránky</string> + <string name="console_copy_start">Stiskněte a táhněte\nnebo použijte směrový ovladač\npro výběr oblasti ke zkopírování</string> + <string name="console_menu_close">Zavřít</string> + <string name="console_menu_copy">Kopírovat</string> + <string name="console_menu_paste">Vložit</string> + <string name="console_menu_portforwards">Přesměrování portů</string> + <string name="console_menu_resize">Vynutit velikost</string> + <string name="console_menu_urlscan">Najít URL</string> + <string name="button_yes">Ano</string> + <string name="button_no">Ne</string> + <string name="portforward_local">Místní</string> + <string name="portforward_remote">Vzdálený</string> + <string name="portforward_dynamic">Dynamický (SOCKS)</string> + <string name="portforward_pos">Vytvořit přesměrování portu</string> + <string name="portforward_done">Přesměrování portu úspěšně vytvořeno</string> + <string name="portforward_menu_add">Přidat přesměrování portu</string> + <string name="list_format_error">Použijte formát %1$s</string> + <string name="format_username">uživatelské jméno</string> + <string name="format_hostname">jméno hosta</string> + <string name="list_menu_pubkeys">Spravovat veřejné klíče</string> + <string name="list_menu_sortcolor">Seřadit podle barvy</string> + <string name="list_menu_sortname">Seřadit podle jména</string> + <string name="list_menu_settings">Nastavení</string> + <string name="list_host_disconnect">Odpojit</string> + <string name="list_host_edit">Upravit hosta</string> + <string name="list_host_portforwards">Upravit přesměrování portů</string> + <string name="list_host_delete">Smazat hosta</string> + <string name="list_host_empty">Použijte pole rychlého připojení\nníže pro připojení k hostovi.</string> + <string name="list_rotation_default">Standardní</string> + <string name="list_rotation_land">Vynutit na šířku</string> + <string name="list_rotation_port">Vynutit na výšku</string> + <string name="list_rotation_auto">Automaticky</string> + <string name="list_camera_ctrlaspace">Ctrl+A potom mezerník</string> + <string name="list_camera_none">Nic</string> + <string name="delete_pos">Ano, smazat</string> + <string name="delete_neg">Zrušit</string> + <string name="wizard_agree">Souhlasím</string> + <string name="wizard_next">Další</string> + <string name="wizard_back">Zpět</string> + <string name="terminal_no_hosts_connected">Žádný host není připojený</string> + <string name="terminal_connecting">Připojování k %1$s:%2$d přes %3$s</string> + <string name="terminal_failed">Selhalo ověření klíče hosta</string> + <string name="terminal_using_s2c_algorithm">Algoritmus server-klient: %1$s %2$s</string> + <string name="terminal_using_c2s_algorithm">Algoritmus klient-server: %1$s %2$s</string> + <string name="terminal_using_algorithm">Použitý algoritmus: %1$s %2$s</string> + <string name="terminal_auth">Pokus o autentizaci</string> + <string name="terminal_auth_pubkey_invalid">Vybraný veřejný klič je neplatný, zkuste jej znovu vybrat při úpravě hosta</string> + <string name="terminal_no_session">Sezení nebude spuštěno kvůli nastavení hosta.</string> + <string name="terminal_enable_portfoward">Povolit přesměrování portu: %1$s</string> + <string name="local_shell_unavailable">Selhání! Místní shell není na tomto telefonu podporován</string> + <string name="notification_text">%1$s žádá pozornost.</string> + <string name="upgrade">Nová verze</string> + <string name="upgrade_pos">Ano, povýšit</string> + <string name="upgrade_neg">Nyní ne</string> + <string name="no">Ne</string> + <string name="with_confirmation">S potvrzením</string> + <string name="yes">Ano</string> + <string name="exceptions_submit_message">Vypadá to že měl ConnectBot problém když naposledy běžel. Odeslat hlášení o chybě vývojářům ConnectBota?</string> + <string name="menu_colors_reset">Obnovit</string> + <string name="app_is_running">ConnectBot běží</string> + <string name="color_red">červená</string> + <string name="color_green">zelená</string> + <string name="color_blue">modrá</string> + <string name="color_gray">šedá</string> </resources> diff --git a/res/values-da/strings.xml b/res/values-da/strings.xml index 0ba418a..92574cb 100644 --- a/res/values-da/strings.xml +++ b/res/values-da/strings.xml @@ -1,461 +1,217 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * ConnectBot: simple, powerful, open-source SSH client for Android - * Copyright 2007 Kenny Root, Jeffrey Sharkey - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ ---> +<?xml version='1.0' encoding='utf-8'?> <resources> - <string name="app_desc">Enkel, kraftfuld, open source SSH klient</string> - - <!-- Window title for the Host List --> - <string name="title_hosts_list">Værter</string> - <!-- Window title for the Pubkeys List --> - <string name="title_pubkey_list">Offentlige nøgler</string> - <!-- Window title for the Port Forwards List --> - <string name="title_port_forwards_list">Port videresendelser</string> - <!-- Window title when editing host details --> - <string name="title_host_editor">Rediger vært</string> - <!-- Window title for Help index --> - <string name="title_help">Hjælp</string> - <!-- Window title for color list editing screen --> - <string name="title_colors">Farver</string> - - <string name="resolve_connect">Tilslut</string> - <!-- Menu selection where user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="resolve_entropy">Indsamler entropi</string> - - <string name="menu_insert">Tilføj vært</string> - <string name="menu_delete">Fjern vært</string> - <string name="menu_preferences">Egenskaber</string> - - <string name="help_intro">Vælg et emne nedenfor for yderligere information.</string> - <string name="help_about">Om ConnectBot</string> - <string name="help_keyboard">Tastatur</string> - - <string name="pubkey_generate">Generer</string> - <string name="pubkey_import">Importér</string> - <string name="pubkey_delete">Slet nøgle</string> - <!-- Dialog title when user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="pubkey_gather_entropy">Indsamler entropi</string> - <string name="pubkey_touch_prompt">Berør denne boks for at generere tilfældighed: %1$d%% færdig</string> - <string name="pubkey_touch_hint">For at garantere tilfældig data til skabelsen af nøglen, skal du flytte din finger tilfældigt indenfor boksen nedenfor.</string> - <string name="pubkey_generating">Generer nøglepar...</string> - <string name="pubkey_copy_private">Kopier privat nøgle</string> - <string name="pubkey_copy_public">Kopier offentlig nøgle</string> - <!-- Note that the '\n' just splits lines, so it's actually "create or import" --> - <string name="pubkey_list_empty">Tryk "Menu" for at skabe\neller importere nøglepar.</string> - <string name="pubkey_unknown_format">Ukendt format</string> - <string name="pubkey_change_password">Ændre adgangskode</string> - <string name="pubkey_list_pick">Vælg fra /sdcard</string> - <string name="pubkey_import_parse_problem">Fejl ved indlæsning af privat nøgle</string> - <string name="pubkey_unlock">Lås nøgle op</string> - <string name="pubkey_failed_add">Forkert adgangskode for nøglen \'%1$s\'. Autorisering mislykkedes.</string> - <string name="pubkey_memory_load">Indlæs i hukommelse</string> - <string name="pubkey_memory_unload">Fjern fra hukommelse</string> - <string name="pubkey_load_on_start">Indlæs nøgle ved start</string> - <!-- Pubkey preference asking user whether the key use should be confirmed via prompt before it can be used for authentication --> - <string name="pubkey_confirm_use">Konfirmer før brug</string> - - <!-- Note that the '\n' splits lines, so it's actually "create port forwards" --> - <string name="portforward_list_empty">Tryk "Menu" for at oprette\nport-videresendelser.</string> - <string name="portforward_edit">Rediger port-videresendelse</string> - <string name="portforward_delete">Slet port-videresendelse</string> - - <string name="prompt_nickname">Øgenavn:</string> - <!-- An example string that could be used as a nickname for a pubkey. --> - <string name="prompt_nickname_hint_pubkey">Min arbejdsnøgle</string> - <!-- The source TCP port for port forwards. --> - <string name="prompt_source_port">Kildeport:</string> - <!-- The "host:port" combination used for port forward destinations. --> - <string name="prompt_destination">Destination:</string> - <string name="prompt_old_password">Gammel adgangskode:</string> - <string name="prompt_password">Adgangskode:</string> - <!-- Added after a "Password:" prompt to indicate user needs to confirm entry. --> - <string name="prompt_again">(igen)</string> - <!-- Label for the user to select port forward type. --> - <string name="prompt_type">Tast:</string> - <string name="prompt_password_can_be_blank">Bemærk: Adgangskoden kan være blank</string> - <!-- Prompt for the size of the private key in bits. --> - <string name="prompt_bits">Bits:</string> - - <!-- Prompt for the password to unlock a certain pubkey. --> - <string name="prompt_pubkey_password">Adgangskode for nøglen \'%1$s\'</string> - - <!-- Prompt for whether to allow SSH Authentication Agent to use the specified key. Note that the '\n' means split the line so it's actually "host to use key" --> - <string name="prompt_allow_agent_to_use_key">Tillad fjernvært at\nbruge nøglen \'%1$s\'?</string> - - <!-- The header of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning_header">ADVARSEL: FJERNVÆRTENS IDENTIFIKATION ER ÆNDRET!</string> - <!-- The body of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning">DET ER MULIGT AT NOGEN FORETAGER SIG BESKIDTE HANDLINGER!\nDer er mulighed for at nogen aflytter dig (man-in-the-middle angreb)!\nDet er også muligt at værtens nøgle er blevet skiftet.</string> - - <!-- Prompt user gets when the remote host has disconnected unexpectedly. --> - <string name="prompt_host_disconnected">Værten har afbrudt forbindelsen.\nLuk session?</string> - <!-- Prompt user must answer yes or no to when the remote host fails verification of encryption fingerprint --> - <string name="prompt_continue_connecting">Er du sikker på at du ønsker\nat skabe forbindelse?</string> - - <!-- Sent to user when the remote public encryption key fingerprint doesn't match the local database --> - <string name="host_authenticity_warning">Ægtheden for værten \'%1$s\' kan ikke påvises.</string> - <!-- First field is encryption algorithm. Second is the actual fingerprint in hex digits --> - <string name="host_fingerprint">%1$s nøgle fingeraftryk er %2$s</string> - - <string name="alert_passwords_do_not_match_msg">Adgangskoderne er ikke ens!</string> - <string name="alert_wrong_password_msg">Forkert adgangskode!</string> - <string name="alert_key_corrupted_msg">Privat nøgle synes ødelagt!</string> - <string name="alert_sdcard_absent">SD-kort er ikke sat i!</string> - - <!-- Add a new item (e.g., host or pubkey) to the list. --> - <string name="button_add">Tilføj</string> - <!-- Change an existing item's (e.g., host or pubkey) details. --> - <string name="button_change">Ændre</string> - <!-- Button that begins the generation of a public key pair. --> - <string name="button_generate">Generer nøgle</string> - <!-- Button that resizes the screen to the user-specified dimensions. --> - <string name="button_resize">Ændre størrelse</string> - - <string name="alert_disconnect_msg">Forbindelse tabt</string> - - <string name="msg_copyright">Copyright © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> - - <!-- The category title for terminal emulation preferences. --> - <string name="pref_emulation_category">Stands emulation</string> - - <!-- Name for the emulation terminal type preference. --> - <string name="pref_emulation_title">Emulations mode</string> - <!-- Description of the emulation terminal type preference. --> - <string name="pref_emulation_summary">Stands emulations mode for at bruge PTY forbindelse</string> - - <!-- Name for the scrollback size preference --> - <string name="pref_scrollback_title">Rul-tilbage buffer</string> - <!-- Description of the scrollback size preference --> - <string name="pref_scrollback_summary">Størrelsen af rul-tilbage bufferen for hver konsol</string> - - <!-- The category title for user interface preferences --> - <string name="pref_ui_category">Bruger interface</string> - - <!-- Name for the rotation mode preference --> - <string name="pref_rotation_title">Rotations mode</string> - <!-- Summary for the rotation mode preference --> - <string name="pref_rotation_summary">Hvordan skærmen roteres når keyboard skubbes ind/ud</string> - - <!-- Name for the full screen preference --> - <string name="pref_fullscreen_title">Fuld skærm</string> - <!-- Summary for the full screen preference --> - <string name="pref_fullscreen_summary">Skjul statusbar i konsol</string> - - <!-- Name for the memorize keys preference --> - <string name="pref_memkeys_title">Husk nøgler i hukommelsen</string> - <!-- Summary for the memorize keys preference --> - <string name="pref_memkeys_summary">Gem oplåste nøgler i hukommelsen indtil backend servicen er afsluttet</string> - - <!-- Name for the update check preference --> - <string name="pref_update_title">Opdaterings tjek</string> - <!-- Summary for the update check preference --> - <string name="pref_update_summary">Maksimal tid mellem check for opdateringer til ConnectBot</string> - - <!-- Name for the preference that forces the service to stay running in the background.--> - <string name="pref_conn_persist_title">Vedvarende forbindelser</string> - <!-- Summary for the preference that forces the service to stay running in the background. --> - <string name="pref_conn_persist_summary">Tving forbindelser til at være aktive i baggrunden</string> - - <!-- Name for the keyboard shortcuts preference --> - <string name="pref_keymode_title">Biblioteksgenveje</string> - <!-- Summary for the keyboard shortcuts preference --> - <string name="pref_keymode_summary">Vælg hvordan Alt for \'/\' og Skift for Tabulater skal bruges</string> - - <!-- Name for the camera shortcut usage preference --> - <string name="pref_camera_title">Kamera genveje</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_camera_summary">Vælg genvej som kamera-knap skal aktivere</string> - - <!-- Name for the keep screen on preference --> - <string name="pref_keepalive_title">Hold skærm vågen</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_keepalive_summary">Undgå skærm slukker når der arbejdes i konsol</string> - - <!-- Name for the Wi-Fi lock preference --> - <string name="pref_wifilock_title">Hold Wi-Fi aktiv</string> - <!-- Summary for the Wi-Fi lock preference --> - <string name="pref_wifilock_summary">Undgå at WI-FI slår fra når en session er aktiv</string> - - <!-- Name for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_title">Knoldede pile</string> - <!-- Summary for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_summary">Vibrér når der afsendes piletaster fra trackballen; nyttig ved langsomme forbindelser</string> - - <!-- Category title for the Terminal Bell preferences --> - <string name="pref_bell_category">Terminalklokke</string> - - <!-- Checkbox preference title for the audible terminal bell feature --> - <string name="pref_bell_title">Hørbar klokke</string> - - <!-- Title for the slider preference to set the volume --> - <string name="pref_bell_volume_title">Klokke volume</string> - - <!-- Checkbox preference title for the vibrate on terminal bell feature --> - <string name="pref_bell_vibrate_title">Vibrér når klokken ringer</string> - - <!-- Checkbox preference title for the receive notifications on terminal bell feature --> - <string name="pref_bell_notification_title">Baggrundspåmindelser</string> - <!-- Brief summary of the feature that is enabled when the checkbox preference for the receive notifications on terminal bell feature is checked --> - <string name="pref_bell_notification_summary">Send påmindelse når en terminal, der kører i baggrunden, ringer med klokken.</string> - - <!-- Preference selection to indicate use of right side of keyboard for special shortcuts. --> - <string name="list_keymode_right">Anvend taster på højre side</string> - <!-- Preference selection to indicate use of left side of keyboard for special shortcuts. --> - <string name="list_keymode_left">Anvend taster på venstre side</string> - <!-- Preference selection to indicate never to use special shortcut keys. --> - <string name="list_keymode_none">Slå fra</string> - - <!-- Preference to not use pubkeys to authenticate to this host. --> - <string name="list_pubkeyids_none">Brug ikke tasterne</string> - <!-- Preference to use any pubkey to authenticate to this host. --> - <string name="list_pubkeyids_any">Anvend enhver ulåst nøgle</string> - - <!-- Frequency for which to check for program updates. --> - <string name="list_update_daily">Dagligt</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_weekly">Ugenligt</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_never">Aldrig</string> - - <!-- Host nickname field preference title --> - <string name="hostpref_nickname_title">Øgenavn</string> - - <!-- Host color category preference title --> - <string name="hostpref_color_title">Farvekategorier</string> - - <!-- Host's default font size when opening the terminal in points (pt) --> - <string name="hostpref_fontsize_title">Skriftstørrelse (pt)</string> - - <!-- Host pubkey usage preference title --> - <string name="hostpref_pubkeyid_title">Brug offentlig nøgleautorisering</string> - - <!-- Preference title for the SSH Authentication Agent Forwarding for a host connection --> - <string name="hostpref_authagent_title">Brug SSH auth agent</string> - - <!-- Host post-login automation preference title --> - <string name="hostpref_postlogin_title">Post-login automatik</string> - <!-- Host post-login automation preference summary --> - <string name="hostpref_postlogin_summary">Udfør kommandoer på fjernserveren efter autorisering</string> - - <!-- Host compression preference title --> - <string name="hostpref_compression_title">Komprimering</string> - <!-- Summary for compression preference --> - <string name="hostpref_compression_summary">Dette kan hjælpe på langsomme netværk</string> - - <!-- Setting for whether we want a session to start up when we connect to a host --> - <string name="hostpref_wantsession_title">Start shell session</string> - <!-- Summary for field asking whether a shell session should be started up upon connection or not --> - <string name="hostpref_wantsession_summary">Deaktiver denne præference og brug kun portvideresendelser</string> - - <!-- Setting for whether the host should be reconnected to automatically upon disconnect --> - <string name="hostpref_stayconnected_title">Forbliv forbundet</string> - <!-- Summary for preference asking whether the host should be reconnected to when it disconnects --> - <string name="hostpref_stayconnected_summary">Genforbind hvis forbindelsen tabes</string> - - <!-- Setting for what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_title">DEL knap</string> - <!-- Summary for field asking what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_summary">Tast som sendes når DEL knappen trykkes</string> - - <!-- Host character encoding preference title --> - <string name="hostpref_encoding_title">Tekstkodning</string> - <!-- Host character encoding preference summary --> - <string name="hostpref_encoding_summary">Tekstkodning for værten</string> - - <!-- Host preference category title for connection settings --> - <string name="hostpref_connection_category">Forbindelsesindstillinger</string> - - <!-- Username field title for host editor preference --> - <string name="hostpref_username_title">Brugernavn</string> - - <!-- Hostname field title for host editor preference --> - <string name="hostpref_hostname_title">Vært</string> - - <!-- Port field title for host editor preference --> - <string name="hostpref_port_title">Port</string> - - <!-- Displayed to indicate a host has never been connected to. --> - <string name="bind_never">Aldrig forbundet</string> - <!-- The time that has elapsed since a host was connected to when it has been less than an hour. --> - <string name="bind_minutes">%1$s minutter siden</string> - <!-- The time that has elapsed since a host was connected to when it has been less than a day. --> - <string name="bind_hours">%1$s timer siden</string> - <!-- The time that has elapsed since a host was connected to when it has been a day or more. --> - <string name="bind_days">%1$s dage siden</string> - - <!-- Message given when user copies from the terminal. --> - <string name="console_copy_done">Kopier %1$d bytes til udklipsholder</string> - <!-- Instructions for how to copy from the terminal. The '\n' entries are to split lines to improve readability and prevent wrapping off the screen. --> - <string name="console_copy_start">Berør og flyt\neller brug piletasterne\nfor at vælge område at kopiere</string> - - <!-- Button to close the disconnected terminal window. --> - <string name="console_menu_close">Luk</string> - <!-- Button to begin copying from the terminal to the clipboard. --> - <string name="console_menu_copy">Kopier</string> - <!-- Button to paste from the clipboard to the terminal. --> - <string name="console_menu_paste">Indsæt</string> - <!-- Button that brings user to the Port Forwards List. --> - <string name="console_menu_portforwards">Portvideresendelser</string> - <!-- Button that brings user to the terminal resizing dialog where they can force a size. --> - <string name="console_menu_resize">Tving størrelse</string> - <!-- Button that brings up the list of URLs on the current screen --> - <string name="console_menu_urlscan">URL scan</string> - - <!-- Selection for a "local" port forward. E.g., connections to a port listening locally is forwarded to the remote end's listening port. --> - <string name="portforward_local">Lokal</string> - <!-- Selection for a "remote" port forward. E.g., connections to a port listening remotely is forwarded to the local end's listening port. --> - <string name="portforward_remote">Fjern</string> - <!-- Selection for a "dynamic" port forward. E.g., connections to a port listening locally is forwarded based on the SOCKS protocol to an arbitrary remote host and port. --> - <string name="portforward_dynamic">Dynamisk (SOCKS)</string> - <!-- Button that commits the port forward to be made from the Port Forward Creation dialog. --> - <string name="portforward_pos">Opret portvideresendelse</string> - - <string name="portforward_done">Oprettede portvideresendelse</string> - <string name="portforward_problem">Der opstod problemer ved oprettelsen af portvideresendelse. Måske bruger du en port under 1024, eller en port som allerede er i brug.</string> - - <string name="portforward_menu_add">Tilføj portvideresendelse</string> - - <!-- The string to present in the quick-connect box to hint the user to the format for connecting to hosts. --> - <string name="hint_userhost">bruger@værtsnavn</string> - - <!-- Hint given to user when the format they're using is incorrect in the quick-connect box. --> - <string name="list_format_error">Anvend formatet "%1$s"</string> - - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_username">brugernavn</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_hostname">værtsnavn</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_port">port</string> - - <string name="list_menu_pubkeys">Administrer offentlige nøgler</string> - <!-- Selection choice to sort hosts by color. --> - <string name="list_menu_sortcolor">Sortér efter farve</string> - <!-- Selection choice to sort hosts by nickname. --> - <string name="list_menu_sortname">Sortér efter navn</string> - <string name="list_menu_settings">Indstillinger</string> - - <string name="list_host_disconnect">Afbryd forbindelse</string> - <string name="list_host_edit">Redigér vært</string> - <string name="list_host_portforwards">Redigér portvideresendelse</string> - <string name="list_host_delete">Slet vært</string> - <!-- Note that the '\n' splits the lines so it's actually "quick-connect box below to connect" --> - <string name="list_host_empty">Anvend hurtig-forbind boksen\nnedenfor for at oprette forbindelse\n til en vært.</string> - - <!-- Default screen rotation preference selection --> - <string name="list_rotation_default">Standard</string> - <string name="list_rotation_land">Fremtving liggende</string> - <string name="list_rotation_port">Fremtving stående</string> - <!-- Selection to indicate the rotation should be selected automatically based on the tilt sensor. --> - <string name="list_rotation_auto">Automatisk</string> - - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A then Space". --> - <string name="list_camera_ctrlaspace">Ctrl+A derefter mellemrum</string> - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A". --> - <string name="list_camera_ctrla">Ctrl+A</string> - <!-- Selection to indicate pressing the Camera button should send the "Esc" key. --> - <string name="list_camera_esc">Esc</string> - <!-- Selection to indicate pressing the Camera button should send "Esc+A". --> - <string name="list_camera_esc_a">Esc+A</string> - <!-- Selection to indicate pressing the Camera button should send nothing at all. --> - <string name="list_camera_none">Ingen</string> - - <!-- Name for the backspace character --> - <string name="list_delkey_backspace">Slet tilbage</string> - <!-- Name for the ASCII DEL character --> - <string name="list_delkey_del">Slet</string> - - <string name="delete_message">Er du sikker på at du vil slette \'%1$s\'?</string> - <string name="delete_pos">Ja slet</string> - <string name="delete_neg">Afbryd</string> - - <!-- Button to agree to license terms. --> - <string name="wizard_agree">Godkend</string> - <!-- Button to go to the next page in the first time start-up wizard. --> - <string name="wizard_next">Næste</string> - <!-- Button to go to the previous page in the first time start-up wizard. --> - <string name="wizard_back">Tilbage</string> - - <string name="terminal_no_hosts_connected">Ingen forbindelser aktive i øjeblikket</string> - - <!-- Displayed in terminal when attempting to connect to a host. The first two - variables are host:port and the third is the protocol (e.g., SSH) --> - <string name="terminal_connecting">Forbinder til %1$s:%2$d via %3$s</string> - - <!-- Displays the host key to the user in the terminal --> - <string name="terminal_sucess">Verificeret vært \'%1$s\' nøgle: %2$s</string> - <string name="terminal_failed">Verifikation af værtsnøgle mislykkedes.</string> - - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_s2c_algorithm">Server-til-klient algoritme: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_c2s_algorithm">Klient-til-server algoritme: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_algorithm">Bruger algoritme: %1$s %2$s</string> - - <string name="terminal_auth">Forsøger at autorisere</string> - - <string name="terminal_auth_pass">Forsøger "adgangskode"-autorisering</string> - <string name="terminal_auth_pass_fail">Autoriseringsmetoden "adgangskode" mislykkedes</string> - - <string name="terminal_auth_pubkey_any">Forsøger \'publickey\'-autorisering med enhver offentlig nøgle i hukommelsen</string> - <string name="terminal_auth_pubkey_invalid">Valgte offentlige nøgle er ugyldig, prøv at vælge nøglen igen</string> - <string name="terminal_auth_pubkey_specific">Forsøger \'publickey\'-autorisering med valgte offentlige nøgle</string> - <string name="terminal_auth_pubkey_fail">autentifikationsmetoden \'publickey\' med nøglen \'%1$s\' fejlede</string> - - <string name="terminal_auth_ki">Forsøger \'keyboard-interactive\' autorisering</string> - <string name="terminal_auth_ki_fail">\'keyboard-interactive\'-autorisering fejlede</string> - - <string name="terminal_auth_fail">[Din vært understøtter ikke \'password\' eller \'keyboard-interactive\' autorisering.]</string> - - <string name="terminal_no_session">Sessionen kunne ikke startes pga. værtens preferencer</string> - <string name="terminal_enable_portfoward">Aktiver port videreførsel: %1$s</string> - - <string name="local_shell_unavailable">Fejl! Lokal shell er ikke tilgængelig på denne telefon.</string> - - <!-- Text sent to the user to alert them that a Terminal Bell is received in a background session --> - <string name="notification_text">%1$s vil have din opmærksomhed.</string> - - <!-- Dialog title when a new version of ConnectBot is detected. --> - <string name="upgrade">Ny version</string> - <!-- Button selection to upgrade to the latest ConnectBot when one is available. --> - <string name="upgrade_pos">Ja, opgradér</string> - <!-- Button selection to skip upgrading to the latest ConnectBot when one is available. --> - <string name="upgrade_neg">Ikke lige nu</string> - - <!-- Preference selection for SSH Authentication Agent to never use pubkeys --> - <string name="no">Nej</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys "with confirmation" only --> - <string name="with_confirmation">Med godkendelse</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys --> - <string name="yes">Ja</string> - - <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> - <string name="exceptions_submit_message">Tilsyneladende havde ConnectBot problemer sidste gang det blev brugt. Videresend fejlrapport til ConnectBot udviklerne?</string> - - <!-- Menu selection to reset colors to their defaults. --> - <string name="menu_colors_reset">Nulstil</string> - - <!-- Displayed in the notification bar that connections are active --> - <string name="app_is_running">ConnectBot kører</string> - - <string name="color_red">rød</string> - <string name="color_green">grøn</string> - <string name="color_blue">blå</string> - <string name="color_gray">grå</string> + <string name="app_desc">Enkel, kraftfuld, open source SSH klient</string> + <string name="service_desc">Opretholder SSH forbindelser og indlæste offentlige nøgler</string> + <string name="title_hosts_list">Værter</string> + <string name="title_pubkey_list">Offentlige nøgler</string> + <string name="title_port_forwards_list">Port-videresendelser</string> + <string name="title_host_editor">Rediger vært</string> + <string name="title_help">Hjælp</string> + <string name="title_colors">Farver</string> + <string name="resolve_connect">Tilslut</string> + <string name="resolve_entropy">Indsamler entropi</string> + <string name="menu_insert">Tilføj vært</string> + <string name="menu_delete">Fjern vært</string> + <string name="menu_preferences">Egenskaber</string> + <string name="help_intro">Vælg et emne nedenfor for yderligere information.</string> + <string name="help_about">Om ConnectBot</string> + <string name="help_keyboard">Tastatur</string> + <string name="pubkey_generate">Opret</string> + <string name="pubkey_import">Importér</string> + <string name="pubkey_delete">Slet nøgle</string> + <string name="pubkey_gather_entropy">Indsamler entropi</string> + <string name="pubkey_touch_prompt">Berør denne boks for at generere tilfældighed: %1$d%% færdig</string> + <string name="pubkey_touch_hint">For at garantere tilfældig data til oprettelse af nøglen, skal du flytte din finger tilfældigt indenfor boksen nedenfor.</string> + <string name="pubkey_generating">Opretter nøglepar...</string> + <string name="pubkey_copy_private">Kopier privat nøgle</string> + <string name="pubkey_copy_public">Kopier offentlig nøgle</string> + <string name="pubkey_list_empty">Tryk Menu for at oprette\nog importere nøglepar.</string> + <string name="pubkey_unknown_format">Ukendt format</string> + <string name="pubkey_change_password">Ændre adgangskode</string> + <string name="pubkey_list_pick">Vælg fra /sdcard</string> + <string name="pubkey_import_parse_problem">Fejl ved indlæsning af privat nøgle</string> + <string name="pubkey_unlock">Lås nøgle op</string> + <string name="pubkey_failed_add">Forkert adgangskode for nøglen \'%1$s\'. Autorisering mislykkedes.</string> + <string name="pubkey_memory_load">Indlæs i hukommelse</string> + <string name="pubkey_memory_unload">Fjern fra hukommelse</string> + <string name="pubkey_load_on_start">Indlæs nøgle ved start</string> + <string name="pubkey_confirm_use">Bekræft før brug</string> + <string name="portforward_list_empty">Tryk Menu for at oprette\nport-videresendelser.</string> + <string name="portforward_edit">Rediger port-videresendelse</string> + <string name="portforward_delete">Slet port-videresendelse</string> + <string name="prompt_nickname">Kaldenavn:</string> + <string name="prompt_nickname_hint_pubkey">Min arbejdsnøgle</string> + <string name="prompt_source_port">Kildeport:</string> + <string name="prompt_destination">Destination:</string> + <string name="prompt_old_password">Gammel adgangskode:</string> + <string name="prompt_password">Adgangskode:</string> + <string name="prompt_again">(igen)</string> + <string name="prompt_type">Type:</string> + <string name="prompt_password_can_be_blank">Bemærk: Adgangskoden kan være blank</string> + <string name="prompt_bits">Bit:</string> + <string name="prompt_pubkey_password">Adgangskode for nøglen \'%1$s\'</string> + <string name="prompt_allow_agent_to_use_key">Tillad fjernvært at\nbruge nøglen \'%1$s\'?</string> + <string name="host_verification_failure_warning_header">ADVARSEL: FJERNVÆRTENS IDENTIFIKATION ER ÆNDRET!</string> + <string name="host_verification_failure_warning">DET ER MULIGT AT NOGEN FORETAGER SIG BESKIDTE HANDLINGER!\nDer er mulighed for at nogen aflytter dig (man-in-the-middle angreb)!\nDet er også muligt at værtens nøgle er blevet skiftet.</string> + <string name="prompt_host_disconnected">Værten har afbrudt forbindelsen.\nLuk session?</string> + <string name="prompt_continue_connecting">Er du sikker på at du ønsker\nat skabe forbindelse?</string> + <string name="host_authenticity_warning">Ægtheden for værten \'%1$s\' kan ikke påvises.</string> + <string name="host_fingerprint">%1$s nøgle fingeraftryk er %2$s</string> + <string name="alert_passwords_do_not_match_msg">Adgangskoderne er ikke ens!</string> + <string name="alert_wrong_password_msg">Forkert adgangskode!</string> + <string name="alert_key_corrupted_msg">Privat nøgle synes ødelagt!</string> + <string name="alert_sdcard_absent">SD-kort er ikke sat i!</string> + <string name="button_add">Tilføj</string> + <string name="button_change">Ændre</string> + <string name="button_generate">Opret nøgle</string> + <string name="button_resize">Ændre størrelse</string> + <string name="alert_disconnect_msg">Forbindelse tabt</string> + <string name="msg_copyright">Copyright © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> + <string name="pref_emulation_category">Terminal emulering</string> + <string name="pref_emulation_title">Emulerings metode</string> + <string name="pref_emulation_summary">Terminal emulerings metode til brug ved PTY forbindelser</string> + <string name="pref_scrollback_title">Rul-tilbage buffer</string> + <string name="pref_scrollback_summary">Størrelsen af rul-tilbage bufferen for hver konsol</string> + <string name="pref_ui_category">Brugerflade</string> + <string name="pref_rotation_title">Rotations tilstand</string> + <string name="pref_rotation_summary">Hvordan skærmen roteres når keyboard skubbes ind/ud</string> + <string name="pref_fullscreen_title">Fuld skærm</string> + <string name="pref_fullscreen_summary">Skjul statusbar i konsol</string> + <string name="pref_memkeys_title">Husk nøgler i hukommelsen</string> + <string name="pref_memkeys_summary">Gem oplåste nøgler i hukommelsen indtil baggrunds servicen er afsluttet</string> + <string name="pref_update_title">Opdaterings tjek</string> + <string name="pref_update_summary">Maksimal tid mellem check for opdateringer til ConnectBot</string> + <string name="pref_conn_persist_title">Vedvarende forbindelser</string> + <string name="pref_conn_persist_summary">Tving forbindelser til at være aktive i baggrunden</string> + <string name="pref_keymode_title">Biblioteksgenveje</string> + <string name="pref_keymode_summary">Vælg hvordan Alt for \'/\' og Skift for Tabulater skal bruges</string> + <string name="pref_camera_title">Kamera genveje</string> + <string name="pref_camera_summary">Vælg genvej som kamera-knap skal aktivere</string> + <string name="pref_keepalive_title">Hold skærm tændt</string> + <string name="pref_keepalive_summary">Undgå skærm slukker når der arbejdes i en konsol</string> + <string name="pref_wifilock_title">Hold Wi-Fi aktiv</string> + <string name="pref_wifilock_summary">Undgå at Wi-Fi slår fra imens en session er aktiv</string> + <string name="pref_bumpyarrows_title">Vibrerende pile</string> + <string name="pref_bumpyarrows_summary">Vibrér når der afsendes piletaster fra trackballen; nyttig ved langsomme forbindelser</string> + <string name="pref_bell_category">Terminalklokke</string> + <string name="pref_bell_title">Hørbar klokke</string> + <string name="pref_bell_volume_title">Klokke volume</string> + <string name="pref_bell_vibrate_title">Vibrér når klokken ringer</string> + <string name="pref_bell_notification_title">Baggrundspåmindelser</string> + <string name="pref_bell_notification_summary">Send påmindelse når en terminal, der kører i baggrunden, ringer med klokken.</string> + <string name="list_keymode_right">Anvend taster på højre side</string> + <string name="list_keymode_left">Anvend taster på venstre side</string> + <string name="list_keymode_none">Slå fra</string> + <string name="list_pubkeyids_none">Brug ikke tasterne</string> + <string name="list_pubkeyids_any">Anvend enhver ulåst nøgle</string> + <string name="list_update_daily">Dagligt</string> + <string name="list_update_weekly">Ugenligt</string> + <string name="list_update_never">Aldrig</string> + <string name="hostpref_nickname_title">Kaldenavn</string> + <string name="hostpref_color_title">Farvekategori</string> + <string name="hostpref_fontsize_title">Skriftstørrelse (pt)</string> + <string name="hostpref_pubkeyid_title">Brug offentlig nøgleautorisering</string> + <string name="hostpref_authagent_title">Brug SSH godkendelses klient</string> + <string name="hostpref_postlogin_title">Post-login automatik</string> + <string name="hostpref_postlogin_summary">Udfør kommandoer på fjernserveren efter autorisering</string> + <string name="hostpref_compression_title">Komprimering</string> + <string name="hostpref_compression_summary">Dette kan hjælpe på langsomme netværk</string> + <string name="hostpref_wantsession_title">Start konsol session</string> + <string name="hostpref_wantsession_summary">Deaktiver denne præference og brug kun port-videresendelser</string> + <string name="hostpref_stayconnected_title">Oprethold forbindelse</string> + <string name="hostpref_stayconnected_summary">Forbind igen hvis forbindelsen tabes</string> + <string name="hostpref_delkey_title">Slet tast</string> + <string name="hostpref_delkey_summary">Tast som sendes når slet tasten benyttes</string> + <string name="hostpref_encoding_title">Tekstkodning</string> + <string name="hostpref_encoding_summary">Tekstkodning for værten</string> + <string name="hostpref_connection_category">Forbindelsesindstillinger</string> + <string name="hostpref_username_title">Brugernavn</string> + <string name="hostpref_hostname_title">Vært</string> + <string name="hostpref_port_title">Port</string> + <string name="bind_never">Aldrig forbundet</string> + <string name="bind_minutes">%1$s minutter siden</string> + <string name="bind_hours">%1$s timer siden</string> + <string name="bind_days">%1$s dage siden</string> + <string name="console_copy_done">Kopier %1$d byte til udklipsholder</string> + <string name="console_copy_start">Berør og flyt\neller brug piletasterne\nfor at vælge område at kopiere</string> + <string name="console_menu_close">Luk</string> + <string name="console_menu_copy">Kopier</string> + <string name="console_menu_paste">Indsæt</string> + <string name="console_menu_portforwards">Port-videresendelser</string> + <string name="console_menu_resize">Tving størrelse</string> + <string name="console_menu_urlscan">URL skan</string> + <string name="button_yes">Ja</string> + <string name="button_no">Nej</string> + <string name="portforward_local">Lokal</string> + <string name="portforward_remote">Fjern</string> + <string name="portforward_dynamic">Dynamisk (SOCKS)</string> + <string name="portforward_pos">Opret port-videresendelse</string> + <string name="portforward_done">Port-videresendelse oprettet</string> + <string name="portforward_problem">Der opstod problemer ved oprettelsen af port-videresendelse. Måske bruger du en port lavere end 1025, eller en port som allerede er i brug.</string> + <string name="portforward_menu_add">Tilføj port-videresendelse</string> + <string name="hint_userhost">brugernavn\@vært</string> + <string name="list_format_error">Anvend formatet %1$s</string> + <string name="format_username">brugernavn</string> + <string name="format_hostname">værtsnavn</string> + <string name="format_port">port</string> + <string name="list_menu_pubkeys">Administrer offentlige nøgler</string> + <string name="list_menu_sortcolor">Sortér efter farve</string> + <string name="list_menu_sortname">Sortér efter navn</string> + <string name="list_menu_settings">Indstillinger</string> + <string name="list_host_disconnect">Afbryd forbindelse</string> + <string name="list_host_edit">Redigér vært</string> + <string name="list_host_portforwards">Redigér port-videresendelser</string> + <string name="list_host_delete">Slet vært</string> + <string name="list_host_empty">Anvend hurtig boksen nedenfor\nfor at oprette forbindelse\ntil en vært.</string> + <string name="list_rotation_default">Standard</string> + <string name="list_rotation_land">Fremtving liggende</string> + <string name="list_rotation_port">Fremtving stående</string> + <string name="list_rotation_auto">Automatisk</string> + <string name="list_camera_ctrlaspace">Ctrl+A derefter mellemrum</string> + <string name="list_camera_ctrla">Ctrl+A</string> + <string name="list_camera_esc">Esc</string> + <string name="list_camera_esc_a">Esc+A</string> + <string name="list_camera_none">Ingen</string> + <string name="list_delkey_backspace">Slet tilbage</string> + <string name="list_delkey_del">Slet</string> + <string name="delete_message">Er du sikker på at du vil slette \'%1$s\'?</string> + <string name="delete_pos">Ja, slet</string> + <string name="delete_neg">Afbryd</string> + <string name="wizard_agree">Godkend</string> + <string name="wizard_next">Næste</string> + <string name="wizard_back">Tilbage</string> + <string name="terminal_no_hosts_connected">Ingen forbindelser aktive i øjeblikket</string> + <string name="terminal_connecting">Forbinder til %1$s:%2$d via %3$s</string> + <string name="terminal_sucess">Verificeret vært \'%1$s\' nøgle: %2$s</string> + <string name="terminal_failed">Verifikation af værtsnøgle mislykkedes.</string> + <string name="terminal_using_s2c_algorithm">Server-til-klient algoritme: %1$s %2$s</string> + <string name="terminal_using_c2s_algorithm">Klient-til-server algoritme: %1$s %2$s</string> + <string name="terminal_using_algorithm">Bruger algoritme: %1$s %2$s</string> + <string name="terminal_auth">Forsøger at autorisere</string> + <string name="terminal_auth_pass">Forsøger adgangskode-autorisering</string> + <string name="terminal_auth_pass_fail">Autoriseringsmetoden adgangskode mislykkedes</string> + <string name="terminal_auth_pubkey_any">Forsøger \'publickey\'-autorisering med enhver offentlig nøgle i hukommelsen</string> + <string name="terminal_auth_pubkey_invalid">Valgte offentlige nøgle er ugyldig, prøv at vælge nøglen igen</string> + <string name="terminal_auth_pubkey_specific">Forsøger \'publickey\'-autorisering med valgte offentlige nøgle</string> + <string name="terminal_auth_pubkey_fail">Autentifikationsmetoden \'publickey\' med nøglen \'%1$s\' fejlede</string> + <string name="terminal_auth_ki">Forsøger \'keyboard-interactive\' autorisering</string> + <string name="terminal_auth_ki_fail">\'keyboard-interactive\'-autorisering fejlede</string> + <string name="terminal_auth_fail">[Din vært understøtter ikke \'password\' eller \'keyboard-interactive\' autorisering.]</string> + <string name="terminal_no_session">Sessionen kunne ikke startes pga. værtens preferencer</string> + <string name="terminal_enable_portfoward">Aktiver port-videresendelse: %1$s</string> + <string name="local_shell_unavailable">Fejl! Lokal konsol er ikke tilgængelig på denne telefon.</string> + <string name="notification_text">%1$s vil have din opmærksomhed.</string> + <string name="upgrade">Ny version</string> + <string name="upgrade_pos">Ja, opgradér</string> + <string name="upgrade_neg">Ikke lige nu</string> + <string name="no">Nej</string> + <string name="with_confirmation">Med godkendelse</string> + <string name="yes">Ja</string> + <string name="exceptions_submit_message">ConnectBot havde tilsyneladende problemer sidste gang det blev brugt. Send fejlrapport til ConnectBot udviklerne?</string> + <string name="menu_colors_reset">Nulstil</string> + <string name="app_is_running">ConnectBot kører</string> + <string name="color_red">rød</string> + <string name="color_green">grøn</string> + <string name="color_blue">blå</string> + <string name="color_gray">grå</string> </resources> diff --git a/res/values-de/strings.xml b/res/values-de/strings.xml index 9cccbfd..617829f 100644 --- a/res/values-de/strings.xml +++ b/res/values-de/strings.xml @@ -1,461 +1,217 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * ConnectBot: simple, powerful, open-source SSH client for Android - * Copyright 2007 Kenny Root, Jeffrey Sharkey - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ ---> +<?xml version='1.0' encoding='utf-8'?> <resources> - <string name="app_desc">Einfacher, mächtiger, open-source SSH client.</string> - - <!-- Window title for the Host List --> - <string name="title_hosts_list">Hosts</string> - <!-- Window title for the Pubkeys List --> - <string name="title_pubkey_list">Pubkeys</string> - <!-- Window title for the Port Forwards List --> - <string name="title_port_forwards_list">Port-Weiterleitungen</string> - <!-- Window title when editing host details --> - <string name="title_host_editor">Host bearbeiten</string> - <!-- Window title for Help index --> - <string name="title_help">Hilfe</string> - <!-- Window title for color list editing screen --> - <string name="title_colors">Farben</string> - - <string name="resolve_connect">Verbinden</string> - <!-- Menu selection where user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="resolve_entropy">Sammle Entropie</string> - - <string name="menu_insert">Host hinzufügen</string> - <string name="menu_delete">Host löschen</string> - <string name="menu_preferences">Einstellungen</string> - - <string name="help_intro">Für mehr Informationen wählen Sie eine Überschrift!</string> - <string name="help_about">Über ConnectBot</string> - <string name="help_keyboard">Tastatur</string> - - <string name="pubkey_generate">Erzeugen</string> - <string name="pubkey_import">Importieren</string> - <string name="pubkey_delete">Schlüssel löschen</string> - <!-- Dialog title when user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="pubkey_gather_entropy">Sammle Entropie</string> - <string name="pubkey_touch_prompt">Berühren Sie diese Box, um Zufallszahlen zu erzeugen: %1$d%% fertig</string> - <string name="pubkey_touch_hint">Um eine gute Zufallsverteilung zu gewährleisten, bewegen Sie Ihren Finger zufällig über die Box unten!</string> - <string name="pubkey_generating">Erzeuge Schlüsselpaar...</string> - <string name="pubkey_copy_private">Privaten Schlüssel kopieren</string> - <string name="pubkey_copy_public">Öffentlichen Schlüssel kopieren</string> - <!-- Note that the '\n' just splits lines, so it's actually "create or import" --> - <string name="pubkey_list_empty">"Menu" drücken, um Schlüsselpaare\nzu erzeugen oder importieren.</string> - <string name="pubkey_unknown_format">Unbekanntes Format</string> - <string name="pubkey_change_password">Passwort ändern</string> - <string name="pubkey_list_pick">Wähle von /sdcard</string> - <string name="pubkey_import_parse_problem">Konnte importierten geheimen Schlüssel nicht parsen.</string> - <string name="pubkey_unlock">Schlüssel entsperren.</string> - <string name="pubkey_failed_add">Falsches Passwort für Schlüssel \'%1$s\'. Legitimation fehlgeschlagen.</string> - <string name="pubkey_memory_load">In Speicher laden.</string> - <string name="pubkey_memory_unload">Aus Speicher entfernen.</string> - <string name="pubkey_load_on_start">Schlüssel beim Start laden</string> - <!-- Pubkey preference asking user whether the key use should be confirmed via prompt before it can be used for authentication --> - <string name="pubkey_confirm_use">Bestätigen vor Benutzung</string> - - <!-- Note that the '\n' splits lines, so it's actually "create port forwards" --> - <string name="portforward_list_empty">"Menu" tippen, um Port-\nWeiterleitungen zu erzeugen.</string> - <string name="portforward_edit">Port-Weiterleitung editieren.</string> - <string name="portforward_delete">Port-Weiterleitung löschen.</string> - - <string name="prompt_nickname">Spitzname:</string> - <!-- An example string that could be used as a nickname for a pubkey. --> - <string name="prompt_nickname_hint_pubkey">Mein Schlüssel</string> - <!-- The source TCP port for port forwards. --> - <string name="prompt_source_port">Quellport</string> - <!-- The "host:port" combination used for port forward destinations. --> - <string name="prompt_destination">Ziel:</string> - <string name="prompt_old_password">Altes Passwort:</string> - <string name="prompt_password">Passwort:</string> - <!-- Added after a "Password:" prompt to indicate user needs to confirm entry. --> - <string name="prompt_again">(nochmal)</string> - <!-- Label for the user to select port forward type. --> - <string name="prompt_type">Typ:</string> - <string name="prompt_password_can_be_blank">Hinweis: Passwort kann leer bleiben</string> - <!-- Prompt for the size of the private key in bits. --> - <string name="prompt_bits">Bits:</string> - - <!-- Prompt for the password to unlock a certain pubkey. --> - <string name="prompt_pubkey_password">Passwort für Schlüssel \'%1$s\'</string> - - <!-- Prompt for whether to allow SSH Authentication Agent to use the specified key. Note that the '\n' means split the line so it's actually "host to use key" --> - <string name="prompt_allow_agent_to_use_key">Remote Host die Benutzung\ndes Schlüssels \'%1$s\' erlauben?</string> - - <!-- The header of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning_header">WARNUNG: IDENTIFIKATION DES ENTFERNTEN HOSTS HAT SICH GEÄNDERT!</string> - <!-- The body of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning">MÖGLICHERWEISE TUT JEMAND ETWAS BÖSES!\nJemand könnte Sie jetzt gerade belauschen (man-in-the-middle attack)!\nEs ist auch möglich, dass nur der Host-Key geändert wurde.</string> - - <!-- Prompt user gets when the remote host has disconnected unexpectedly. --> - <string name="prompt_host_disconnected">Der Host hat die Verbindung beendet.\nSitzung schließen?</string> - <!-- Prompt user must answer yes or no to when the remote host fails verification of encryption fingerprint --> - <string name="prompt_continue_connecting">Sind Sie sicher, dass Sie\neine Verbindung herstellen wollen?</string> - - <!-- Sent to user when the remote public encryption key fingerprint doesn't match the local database --> - <string name="host_authenticity_warning">Die Authentizität von Host \'%1$s\' kann nicht garantiert werden.</string> - <!-- First field is encryption algorithm. Second is the actual fingerprint in hex digits --> - <string name="host_fingerprint">Host %1$ss Schlüssel Fingerabdruck ist %2$s</string> - - <string name="alert_passwords_do_not_match_msg">Passwörter stimmen nicht überein!</string> - <string name="alert_wrong_password_msg">Falsches Passwort!</string> - <string name="alert_key_corrupted_msg">Geheimer Schlüssel scheint korrupt!</string> - <string name="alert_sdcard_absent">SD-Karte nicht eingesteckt!</string> - - <!-- Add a new item (e.g., host or pubkey) to the list. --> - <string name="button_add">Hinzufügen</string> - <!-- Change an existing item's (e.g., host or pubkey) details. --> - <string name="button_change">Ändern</string> - <!-- Button that begins the generation of a public key pair. --> - <string name="button_generate">Schlüssel erzeugen</string> - <!-- Button that resizes the screen to the user-specified dimensions. --> - <string name="button_resize">Größe ändern</string> - - <string name="alert_disconnect_msg">Die Verbindung wurde getrennt.</string> - - <string name="msg_copyright">Copyright © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> - - <!-- The category title for terminal emulation preferences. --> - <string name="pref_emulation_category">Terminalemulation</string> - - <!-- Name for the emulation terminal type preference. --> - <string name="pref_emulation_title">Emulationsmodus</string> - <!-- Description of the emulation terminal type preference. --> - <string name="pref_emulation_summary">Terminalemulationsmodus für PTY Verbindungen</string> - - <!-- Name for the scrollback size preference --> - <string name="pref_scrollback_title">Bildlaufpuffergröße</string> - <!-- Description of the scrollback size preference --> - <string name="pref_scrollback_summary">Größe des Bildlaufpuffers, der für jede Konsole im Speicher gehalten wird</string> - - <!-- The category title for user interface preferences --> - <string name="pref_ui_category">Benutzungsschnittstelle</string> - - <!-- Name for the rotation mode preference --> - <string name="pref_rotation_title">Rotationsmodus</string> - <!-- Summary for the rotation mode preference --> - <string name="pref_rotation_summary">Wie soll die Rotation beim Ein-/Ausklappen der Tastatur verändert werden</string> - - <!-- Name for the full screen preference --> - <string name="pref_fullscreen_title">Vollbild</string> - <!-- Summary for the full screen preference --> - <string name="pref_fullscreen_summary">Statuszeile in der Konsole verbergen</string> - - <!-- Name for the memorize keys preference --> - <string name="pref_memkeys_title">Schlüssel im Speicher behalten</string> - <!-- Summary for the memorize keys preference --> - <string name="pref_memkeys_summary">Entsperrte Schlüssel im Speicher halten, bis der Hintergrunddienst beendet wurde</string> - - <!-- Name for the update check preference --> - <string name="pref_update_title">Aktualisierungen suchen</string> - <!-- Summary for the update check preference --> - <string name="pref_update_summary">Die maximale Frequenz einstellen, mit der nach ConnectBot Aktualisierungen gesucht werden soll</string> - - <!-- Name for the preference that forces the service to stay running in the background.--> - <string name="pref_conn_persist_title">Persistente Verbindungen</string> - <!-- Summary for the preference that forces the service to stay running in the background. --> - <string name="pref_conn_persist_summary">Erhalte Verbindungen auch im Hintergrund</string> - - <!-- Name for the keyboard shortcuts preference --> - <string name="pref_keymode_title">Verzeichniskürzel</string> - <!-- Summary for the keyboard shortcuts preference --> - <string name="pref_keymode_summary">Einstellen, wie Alt für \'/\' und Hochstellen für \'Tab\' verwendet werden sollen</string> - - <!-- Name for the camera shortcut usage preference --> - <string name="pref_camera_title">Kamerakürzel</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_camera_summary">Welches Kürzel soll durch Drücken des Kamerauslösers aktiviert werden</string> - - <!-- Name for the keep screen on preference --> - <string name="pref_keepalive_title">Bildschirm anlassen</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_keepalive_summary">Verhindern, dass beim Arbeiten an der Konsole der Bildschirm abgeschaltet wird</string> - - <!-- Name for the Wi-Fi lock preference --> - <string name="pref_wifilock_title">WLAN aktiviert lassen</string> - <!-- Summary for the Wi-Fi lock preference --> - <string name="pref_wifilock_summary">Verhindern, dass während einer aktiven Sitzung WLAN deaktiviert wird</string> - - <!-- Name for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_title">Holprige Pfeile</string> - <!-- Summary for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_summary">Vibirieren, wenn Pfeiltasten vom Trackball gesendet werden; nützlich bei laggenden Verbindungen</string> - - <!-- Category title for the Terminal Bell preferences --> - <string name="pref_bell_category">Terminalglocke</string> - - <!-- Checkbox preference title for the audible terminal bell feature --> - <string name="pref_bell_title">Hörbare Glocke</string> - - <!-- Title for the slider preference to set the volume --> - <string name="pref_bell_volume_title">Glockenlautstärke</string> - - <!-- Checkbox preference title for the vibrate on terminal bell feature --> - <string name="pref_bell_vibrate_title">Bei Glocke vibrieren</string> - - <!-- Checkbox preference title for the receive notifications on terminal bell feature --> - <string name="pref_bell_notification_title">Hintergrundnotiz</string> - <!-- Brief summary of the feature that is enabled when the checkbox preference for the receive notifications on terminal bell feature is checked --> - <string name="pref_bell_notification_summary">Benachrichtigen, wenn ein im Hintergrund laufendendes Terminal eine Glocke erklingen lässt.</string> - - <!-- Preference selection to indicate use of right side of keyboard for special shortcuts. --> - <string name="list_keymode_right">Tasten rechts verwenden</string> - <!-- Preference selection to indicate use of left side of keyboard for special shortcuts. --> - <string name="list_keymode_left">Tasten links verwenden</string> - <!-- Preference selection to indicate never to use special shortcut keys. --> - <string name="list_keymode_none">Ausschalten</string> - - <!-- Preference to not use pubkeys to authenticate to this host. --> - <string name="list_pubkeyids_none">Keine Schlüssel verwenden</string> - <!-- Preference to use any pubkey to authenticate to this host. --> - <string name="list_pubkeyids_any">Beliebigen entsperrten Schlüssel verwenden</string> - - <!-- Frequency for which to check for program updates. --> - <string name="list_update_daily">Täglich</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_weekly">Wöchentlich</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_never">Niemals</string> - - <!-- Host nickname field preference title --> - <string name="hostpref_nickname_title">Spitzname</string> - - <!-- Host color category preference title --> - <string name="hostpref_color_title">Farbkategorie</string> - - <!-- Host's default font size when opening the terminal in points (pt) --> - <string name="hostpref_fontsize_title">Fontgröße (pt)</string> - - <!-- Host pubkey usage preference title --> - <string name="hostpref_pubkeyid_title">Verwende "pubkey" Authentisierung</string> - - <!-- Preference title for the SSH Authentication Agent Forwarding for a host connection --> - <string name="hostpref_authagent_title">SSH auth agent benutzen?</string> - - <!-- Host post-login automation preference title --> - <string name="hostpref_postlogin_title">Post-Login Automatisierung</string> - <!-- Host post-login automation preference summary --> - <string name="hostpref_postlogin_summary">Befehle, die auf dem entfernten Host nach der Anmeldung gestartet werden sollen.</string> - - <!-- Host compression preference title --> - <string name="hostpref_compression_title">Kompression</string> - <!-- Summary for compression preference --> - <string name="hostpref_compression_summary">Dies könnte bei langsamen Netzwerken helfen</string> - - <!-- Setting for whether we want a session to start up when we connect to a host --> - <string name="hostpref_wantsession_title">Kommandozeilensitzung starten</string> - <!-- Summary for field asking whether a shell session should be started up upon connection or not --> - <string name="hostpref_wantsession_summary">Diese Einstellung abwählen, um ausschließlich Port-Weiterleitungen zu verwenden</string> - - <!-- Setting for whether the host should be reconnected to automatically upon disconnect --> - <string name="hostpref_stayconnected_title">Verbindung halten</string> - <!-- Summary for preference asking whether the host should be reconnected to when it disconnects --> - <string name="hostpref_stayconnected_summary">Verbindung bei Verbindungsabbruch wiederherstellen</string> - - <!-- Setting for what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_title">DEL Taste</string> - <!-- Summary for field asking what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_summary">Zu sendender Tastencode wenn DEL gedrückt wird</string> - - <!-- Host character encoding preference title --> - <string name="hostpref_encoding_title">Encoding</string> - <!-- Host character encoding preference summary --> - <string name="hostpref_encoding_summary">Zeichen-Encoding für den Host</string> - - <!-- Host preference category title for connection settings --> - <string name="hostpref_connection_category">Verbindungseinstellungen</string> - - <!-- Username field title for host editor preference --> - <string name="hostpref_username_title">Benutzername</string> - - <!-- Hostname field title for host editor preference --> - <string name="hostpref_hostname_title">Host</string> - - <!-- Port field title for host editor preference --> - <string name="hostpref_port_title">Port</string> - - <!-- Displayed to indicate a host has never been connected to. --> - <string name="bind_never">Nie verbunden</string> - <!-- The time that has elapsed since a host was connected to when it has been less than an hour. --> - <string name="bind_minutes">vor %1$s Minuten</string> - <!-- The time that has elapsed since a host was connected to when it has been less than a day. --> - <string name="bind_hours">vor %1$s Stunden</string> - <!-- The time that has elapsed since a host was connected to when it has been a day or more. --> - <string name="bind_days">vor %1$s Tagen</string> - - <!-- Message given when user copies from the terminal. --> - <string name="console_copy_done">%1$d Byte in die Zwischenablage kopiert</string> - <!-- Instructions for how to copy from the terminal. The '\n' entries are to split lines to improve readability and prevent wrapping off the screen. --> - <string name="console_copy_start">Berühren und ziehen\noder Trackball verwenden\num zu kopierenden Bereich auszuwählen</string> - - <!-- Button to close the disconnected terminal window. --> - <string name="console_menu_close">Schließen</string> - <!-- Button to begin copying from the terminal to the clipboard. --> - <string name="console_menu_copy">Kopieren</string> - <!-- Button to paste from the clipboard to the terminal. --> - <string name="console_menu_paste">Einfügen</string> - <!-- Button that brings user to the Port Forwards List. --> - <string name="console_menu_portforwards">Port-Weiterleitungen</string> - <!-- Button that brings user to the terminal resizing dialog where they can force a size. --> - <string name="console_menu_resize">Größe erzwingen</string> - <!-- Button that brings up the list of URLs on the current screen --> - <string name="console_menu_urlscan">URL Scan</string> - - <!-- Selection for a "local" port forward. E.g., connections to a port listening locally is forwarded to the remote end's listening port. --> - <string name="portforward_local">Lokal</string> - <!-- Selection for a "remote" port forward. E.g., connections to a port listening remotely is forwarded to the local end's listening port. --> - <string name="portforward_remote">Entfernt</string> - <!-- Selection for a "dynamic" port forward. E.g., connections to a port listening locally is forwarded based on the SOCKS protocol to an arbitrary remote host and port. --> - <string name="portforward_dynamic">Dynamisch (SOCKS)</string> - <!-- Button that commits the port forward to be made from the Port Forward Creation dialog. --> - <string name="portforward_pos">Port-Weiterleitung anlegen</string> - - <string name="portforward_done">Port-Weiterleitung angelegt.</string> - <string name="portforward_problem">Konnte Port-Weiterleitung nicht anlegen. Verwenden Sie Ports kleiner als 1024, oder wird der Port bereits verwendet?</string> - - <string name="portforward_menu_add">Port-Weiterleitung hinzufügen</string> - - <!-- The string to present in the quick-connect box to hint the user to the format for connecting to hosts. --> - <string name="hint_userhost">user@hostname</string> - - <!-- Hint given to user when the format they're using is incorrect in the quick-connect box. --> - <string name="list_format_error">Benutze das Format "%1$s"</string> - - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_username">Benutzername</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_hostname">Hostname</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_port">Anschluss</string> - - <string name="list_menu_pubkeys">Pubkeys verwalten</string> - <!-- Selection choice to sort hosts by color. --> - <string name="list_menu_sortcolor">Nach Farbe sortieren</string> - <!-- Selection choice to sort hosts by nickname. --> - <string name="list_menu_sortname">Nach Name sortieren</string> - <string name="list_menu_settings">Einstellungen</string> - - <string name="list_host_disconnect">Verbindung trennen</string> - <string name="list_host_edit">Host editieren</string> - <string name="list_host_portforwards">Port-Weiterleitungen editieren</string> - <string name="list_host_delete">Host löschen</string> - <!-- Note that the '\n' splits the lines so it's actually "quick-connect box below to connect" --> - <string name="list_host_empty">Benutzen Sie die quick-connect box\nunten um sich mit einem Host zu verbinden.</string> - - <!-- Default screen rotation preference selection --> - <string name="list_rotation_default">Vorgabe</string> - <string name="list_rotation_land">Querformat erzwingen</string> - <string name="list_rotation_port">Hochformat erzwingen</string> - <!-- Selection to indicate the rotation should be selected automatically based on the tilt sensor. --> - <string name="list_rotation_auto">Automatisch</string> - - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A then Space". --> - <string name="list_camera_ctrlaspace">Strg+A dann Space</string> - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A". --> - <string name="list_camera_ctrla">Strg+A</string> - <!-- Selection to indicate pressing the Camera button should send the "Esc" key. --> - <string name="list_camera_esc">Esc</string> - <!-- Selection to indicate pressing the Camera button should send "Esc+A". --> - <string name="list_camera_esc_a">Esc+A</string> - <!-- Selection to indicate pressing the Camera button should send nothing at all. --> - <string name="list_camera_none">Nichts</string> - - <!-- Name for the backspace character --> - <string name="list_delkey_backspace">Backspace</string> - <!-- Name for the ASCII DEL character --> - <string name="list_delkey_del">Entfernen</string> - - <string name="delete_message">Soll \'%1$s\' wirklich gelöscht werden?</string> - <string name="delete_pos">Ja, löschen</string> - <string name="delete_neg">Abbrechen</string> - - <!-- Button to agree to license terms. --> - <string name="wizard_agree">Zustimmung</string> - <!-- Button to go to the next page in the first time start-up wizard. --> - <string name="wizard_next">Weiter</string> - <!-- Button to go to the previous page in the first time start-up wizard. --> - <string name="wizard_back">Zurück</string> - - <string name="terminal_no_hosts_connected">Zur Zeit keine Hosts verbunden</string> - - <!-- Displayed in terminal when attempting to connect to a host. The first two - variables are host:port and the third is the protocol (e.g., SSH) --> - <string name="terminal_connecting">Verbinde mit %1$s:%2$d mittels %3$s</string> - - <!-- Displays the host key to the user in the terminal --> - <string name="terminal_sucess">Host \'%1$s\' Schlüssel: %2$s bestätigt</string> - <string name="terminal_failed">Überprüfung des Host-Schlüssels fehlgeschlagen.</string> - - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_s2c_algorithm">Server zu Client Algorithmus: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_c2s_algorithm">Client zu Server Algorithmus: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_algorithm">Benutze Algorithmus: %1$s %2$s</string> - - <string name="terminal_auth">Versuche zu authentisieren.</string> - - <string name="terminal_auth_pass">Versuche Authentisierung mit Passwort.</string> - <string name="terminal_auth_pass_fail">Authentisierungsmethode \'Passwort\' fehlgeschlagen.</string> - - <string name="terminal_auth_pubkey_any">Versuche "Public Key" Authentisierung mit allen öffentlichen Schlüsseln im Speicher</string> - <string name="terminal_auth_pubkey_invalid">Der ausgewählte öffentliche Schlüssel ist ungültig, versuchen Sie den Schlüssel im Host-Editor neu auszuwählen</string> - <string name="terminal_auth_pubkey_specific">Versuche "Public Key" Authentisierung mit einem bestimmten öffentlichen Schlüssel</string> - <string name="terminal_auth_pubkey_fail">Authentifizierungs Methode \'publickey\' mit Schlüssel \'%1$s\' fehlgeschlagen</string> - - <string name="terminal_auth_ki">Versuche \'keyboard-interactive\' Authentisierung.</string> - <string name="terminal_auth_ki_fail">Authentisierungsmethode \'keyboard-interactive\' fehlgeschlagen</string> - - <string name="terminal_auth_fail">[Ihr Host unterstützt weder \'password\' noch \'keyboard-interactive\' Authentisierung.]</string> - - <string name="terminal_no_session">Sitzung wird wegen Host Präferenz nicht gestartet</string> - <string name="terminal_enable_portfoward">Aktiviere Port Forwarding: %1$s</string> - - <string name="local_shell_unavailable">Fehler! Lokale Kommandozeile ist auf diesem Telefon nicht verfügbar.</string> - - <!-- Text sent to the user to alert them that a Terminal Bell is received in a background session --> - <string name="notification_text">%1$s will ihre Aufmerksamkeit.</string> - - <!-- Dialog title when a new version of ConnectBot is detected. --> - <string name="upgrade">Neue Version</string> - <!-- Button selection to upgrade to the latest ConnectBot when one is available. --> - <string name="upgrade_pos">Ja, aktualisieren</string> - <!-- Button selection to skip upgrading to the latest ConnectBot when one is available. --> - <string name="upgrade_neg">Nicht jetzt</string> - - <!-- Preference selection for SSH Authentication Agent to never use pubkeys --> - <string name="no">Nein</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys "with confirmation" only --> - <string name="with_confirmation">Mit Bestätigung</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys --> - <string name="yes">Ja</string> - - <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> - <string name="exceptions_submit_message">Scheinbar hatte ConnectBot Probleme bei der letzten Benutzung. Fehlermeldung an die ConnectBot übermitteln?</string> - - <!-- Menu selection to reset colors to their defaults. --> - <string name="menu_colors_reset">Zurücksetzen</string> - - <!-- Displayed in the notification bar that connections are active --> - <string name="app_is_running">ConnectBot läuft</string> - - <string name="color_red">rot</string> - <string name="color_green">grün</string> - <string name="color_blue">blau</string> - <string name="color_gray">grau</string> + <string name="app_desc">Einfacher, mächtiger, open-source SSH client.</string> + <string name="service_desc">Hält SSH-Verbindungen und geladene öffentliche Schlüssel aufrecht</string> + <string name="title_hosts_list">Hosts</string> + <string name="title_pubkey_list">Öffentliche Schlüssel</string> + <string name="title_port_forwards_list">Port-Weiterleitungen</string> + <string name="title_host_editor">Host bearbeiten</string> + <string name="title_help">Hilfe</string> + <string name="title_colors">Farben</string> + <string name="resolve_connect">Verbinden</string> + <string name="resolve_entropy">Sammle Entropie</string> + <string name="menu_insert">Host hinzufügen</string> + <string name="menu_delete">Host löschen</string> + <string name="menu_preferences">Einstellungen</string> + <string name="help_intro">Für mehr Informationen wählen Sie eine Überschrift!</string> + <string name="help_about">Über ConnectBot</string> + <string name="help_keyboard">Tastatur</string> + <string name="pubkey_generate">Erzeugen</string> + <string name="pubkey_import">Importieren</string> + <string name="pubkey_delete">Schlüssel löschen</string> + <string name="pubkey_gather_entropy">Sammle Entropie</string> + <string name="pubkey_touch_prompt">Berühren Sie diese Box, um Zufallszahlen zu erzeugen: %1$d%% fertig</string> + <string name="pubkey_touch_hint">Um eine gute Zufallsverteilung zu gewährleisten, bewegen Sie Ihren Finger zufällig über die Box unten!</string> + <string name="pubkey_generating">Erzeuge Schlüsselpaar...</string> + <string name="pubkey_copy_private">Privaten Schlüssel kopieren</string> + <string name="pubkey_copy_public">Öffentlichen Schlüssel kopieren</string> + <string name="pubkey_list_empty">\"Menu\" drücken, um Schlüsselpaare\nzu erzeugen oder zu importieren.</string> + <string name="pubkey_unknown_format">Unbekanntes Format</string> + <string name="pubkey_change_password">Passwort ändern</string> + <string name="pubkey_list_pick">Wähle von /sdcard</string> + <string name="pubkey_import_parse_problem">Fehler beim Parsen des importierten, geheimen Schlüssels</string> + <string name="pubkey_unlock">Schlüssel entsperren</string> + <string name="pubkey_failed_add">Falsches Passwort für Schlüssel \'%1$s\'. Legitimation fehlgeschlagen.</string> + <string name="pubkey_memory_load">In Speicher laden</string> + <string name="pubkey_memory_unload">Aus Speicher entfernen</string> + <string name="pubkey_load_on_start">Schlüssel beim Start laden</string> + <string name="pubkey_confirm_use">Bestätigen vor Benutzung</string> + <string name="portforward_list_empty">Auf \"Menu\" tippen um Port-\nWeiterleitungen zu erstellen.</string> + <string name="portforward_edit">Port-Weiterleitung bearbeiten.</string> + <string name="portforward_delete">Port-Weiterleitung löschen.</string> + <string name="prompt_nickname">Spitzname:</string> + <string name="prompt_nickname_hint_pubkey">Mein Schlüssel</string> + <string name="prompt_source_port">Quellport</string> + <string name="prompt_destination">Ziel:</string> + <string name="prompt_old_password">Altes Passwort:</string> + <string name="prompt_password">Passwort:</string> + <string name="prompt_again">(nochmal)</string> + <string name="prompt_type">Typ:</string> + <string name="prompt_password_can_be_blank">Hinweis: Passwort kann leer bleiben</string> + <string name="prompt_bits">Bits:</string> + <string name="prompt_pubkey_password">Passwort für Schlüssel \'%1$s\'</string> + <string name="prompt_allow_agent_to_use_key">Remote Host die Benutzung\ndes Schlüssels \'%1$s\' erlauben?</string> + <string name="host_verification_failure_warning_header">WARNUNG: IDENTIFIKATION DES ENTFERNTEN HOSTS HAT SICH GEÄNDERT!</string> + <string name="host_verification_failure_warning">MÖGLICHERWEISE TUT JEMAND ETWAS BÖSES!\nJemand könnte Sie jetzt gerade belauschen (man-in-the-middle attack)!\nEs ist auch möglich, dass nur der Host-Key geändert wurde.</string> + <string name="prompt_host_disconnected">Der Host hat die Verbindung beendet.\nSitzung schließen?</string> + <string name="prompt_continue_connecting">Sind Sie sicher, dass Sie\neine Verbindung herstellen wollen?</string> + <string name="host_authenticity_warning">Die Authentizität von Host \'%1$s\' kann nicht garantiert werden.</string> + <string name="host_fingerprint">Host %1$ss Schlüssel Fingerabdruck ist %2$s</string> + <string name="alert_passwords_do_not_match_msg">Passwörter stimmen nicht überein!</string> + <string name="alert_wrong_password_msg">Falsches Passwort!</string> + <string name="alert_key_corrupted_msg">Geheimer Schlüssel scheint korrupt!</string> + <string name="alert_sdcard_absent">SD-Karte nicht eingesteckt!</string> + <string name="button_add">Hinzufügen</string> + <string name="button_change">Ändern</string> + <string name="button_generate">Schlüssel erzeugen</string> + <string name="button_resize">Größe ändern</string> + <string name="alert_disconnect_msg">Die Verbindung wurde getrennt.</string> + <string name="msg_copyright">Copyright © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> + <string name="pref_emulation_category">Terminalemulation</string> + <string name="pref_emulation_title">Emulationsmodus</string> + <string name="pref_emulation_summary">Terminalemulationsmodus für PTY Verbindungen</string> + <string name="pref_scrollback_title">Bildlaufpuffergröße</string> + <string name="pref_scrollback_summary">Größe des Bildlaufpuffers, der für jede Konsole im Speicher gehalten wird</string> + <string name="pref_ui_category">Benutzungsschnittstelle</string> + <string name="pref_rotation_title">Rotationsmodus</string> + <string name="pref_rotation_summary">Wie soll die Rotation beim Ein-/Ausklappen der Tastatur verändert werden</string> + <string name="pref_fullscreen_title">Vollbild</string> + <string name="pref_fullscreen_summary">Statuszeile in der Konsole verbergen</string> + <string name="pref_memkeys_title">Schlüssel im Speicher behalten</string> + <string name="pref_memkeys_summary">Entsperrte Schlüssel im Speicher halten, bis der Hintergrunddienst beendet wurde</string> + <string name="pref_update_title">Aktualisierungen suchen</string> + <string name="pref_update_summary">Die maximale Frequenz einstellen, mit der nach ConnectBot Aktualisierungen gesucht werden soll</string> + <string name="pref_conn_persist_title">Persistente Verbindungen</string> + <string name="pref_conn_persist_summary">Erhalte Verbindungen auch im Hintergrund</string> + <string name="pref_keymode_title">Verzeichniskürzel</string> + <string name="pref_keymode_summary">Einstellen, wie Alt für \'/\' und Hochstellen für \'Tab\' verwendet werden sollen</string> + <string name="pref_camera_title">Kamerakürzel</string> + <string name="pref_camera_summary">Welches Kürzel soll durch Drücken des Kamerauslösers aktiviert werden</string> + <string name="pref_keepalive_title">Bildschirm anlassen</string> + <string name="pref_keepalive_summary">Verhindern, dass beim Arbeiten an der Konsole der Bildschirm abgeschaltet wird</string> + <string name="pref_wifilock_title">WLAN aktiviert lassen</string> + <string name="pref_wifilock_summary">Verhindern, dass während einer aktiven Sitzung WLAN deaktiviert wird</string> + <string name="pref_bumpyarrows_title">Holprige Pfeile</string> + <string name="pref_bumpyarrows_summary">Vibirieren, wenn Pfeiltasten vom Trackball gesendet werden; nützlich bei laggenden Verbindungen</string> + <string name="pref_bell_category">Terminalglocke</string> + <string name="pref_bell_title">Hörbare Glocke</string> + <string name="pref_bell_volume_title">Glockenlautstärke</string> + <string name="pref_bell_vibrate_title">Bei Glocke vibrieren</string> + <string name="pref_bell_notification_title">Hintergrundnotiz</string> + <string name="pref_bell_notification_summary">Benachrichtigen, wenn ein im Hintergrund laufendendes Terminal eine Glocke erklingen lässt.</string> + <string name="list_keymode_right">Tasten rechts verwenden</string> + <string name="list_keymode_left">Tasten links verwenden</string> + <string name="list_keymode_none">Ausschalten</string> + <string name="list_pubkeyids_none">Keine Schlüssel verwenden</string> + <string name="list_pubkeyids_any">Beliebigen entsperrten Schlüssel verwenden</string> + <string name="list_update_daily">Täglich</string> + <string name="list_update_weekly">Wöchentlich</string> + <string name="list_update_never">Niemals</string> + <string name="hostpref_nickname_title">Nutzername</string> + <string name="hostpref_color_title">Farbkategorie</string> + <string name="hostpref_fontsize_title">Fontgröße (pt)</string> + <string name="hostpref_pubkeyid_title">Verwende pubkey Authentisierung</string> + <string name="hostpref_authagent_title">SSH auth agent benutzen?</string> + <string name="hostpref_postlogin_title">Post-Login Automatisierung</string> + <string name="hostpref_postlogin_summary">Befehle, die auf dem entfernten Host nach der Anmeldung gestartet werden sollen.</string> + <string name="hostpref_compression_title">Kompression</string> + <string name="hostpref_compression_summary">Dies könnte bei langsamen Netzwerken helfen</string> + <string name="hostpref_wantsession_title">Kommandozeilensitzung starten</string> + <string name="hostpref_wantsession_summary">Diese Einstellung abwählen, um ausschließlich Port-Weiterleitungen zu verwenden</string> + <string name="hostpref_stayconnected_title">Verbindung halten</string> + <string name="hostpref_stayconnected_summary">Verbindung bei Verbindungsabbruch wiederherstellen</string> + <string name="hostpref_delkey_title">DEL Taste</string> + <string name="hostpref_delkey_summary">Zu sendender Tastencode wenn DEL gedrückt wird</string> + <string name="hostpref_encoding_title">Zeichensatz</string> + <string name="hostpref_encoding_summary">Zeichen-Encoding für den Host</string> + <string name="hostpref_connection_category">Verbindungseinstellungen</string> + <string name="hostpref_username_title">Benutzername</string> + <string name="hostpref_hostname_title">Host</string> + <string name="hostpref_port_title">Port</string> + <string name="bind_never">Nie verbunden</string> + <string name="bind_minutes">vor %1$s Minuten</string> + <string name="bind_hours">vor %1$s Stunden</string> + <string name="bind_days">vor %1$s Tagen</string> + <string name="console_copy_done">%1$d Byte in die Zwischenablage kopiert</string> + <string name="console_copy_start">Berühren und ziehen\noder Trackball verwenden\num zu kopierenden Bereich auszuwählen</string> + <string name="console_menu_close">Schließen</string> + <string name="console_menu_copy">Kopieren</string> + <string name="console_menu_paste">Einfügen</string> + <string name="console_menu_portforwards">Port-Weiterleitungen</string> + <string name="console_menu_resize">Größe erzwingen</string> + <string name="console_menu_urlscan">URL Scan</string> + <string name="button_yes">Ja</string> + <string name="button_no">Nein</string> + <string name="portforward_local">Lokal</string> + <string name="portforward_remote">Entfernt</string> + <string name="portforward_dynamic">Dynamisch (SOCKS)</string> + <string name="portforward_pos">Port-Weiterleitung anlegen</string> + <string name="portforward_done">Port-Weiterleitung angelegt.</string> + <string name="portforward_problem">Konnte Port-Weiterleitung nicht anlegen. Verwenden Sie Ports kleiner als 1024, oder wird der Port bereits verwendet?</string> + <string name="portforward_menu_add">Port-Weiterleitung hinzufügen</string> + <string name="hint_userhost">benutzer\@hostname</string> + <string name="list_format_error">Benutze das Format %1$s</string> + <string name="format_username">Benutzername</string> + <string name="format_hostname">Hostname</string> + <string name="format_port">Anschluss</string> + <string name="list_menu_pubkeys">Pubkeys verwalten</string> + <string name="list_menu_sortcolor">Nach Farbe sortieren</string> + <string name="list_menu_sortname">Nach Name sortieren</string> + <string name="list_menu_settings">Einstellungen</string> + <string name="list_host_disconnect">Verbindung trennen</string> + <string name="list_host_edit">Host editieren</string> + <string name="list_host_portforwards">Port-Weiterleitungen editieren</string> + <string name="list_host_delete">Host löschen</string> + <string name="list_host_empty">Benutzen Sie die quick-connect box\nunten um sich mit einem Host zu verbinden.</string> + <string name="list_rotation_default">Vorgabe</string> + <string name="list_rotation_land">Querformat erzwingen</string> + <string name="list_rotation_port">Hochformat erzwingen</string> + <string name="list_rotation_auto">Automatisch</string> + <string name="list_camera_ctrlaspace">Strg+A dann Space</string> + <string name="list_camera_ctrla">Strg+A</string> + <string name="list_camera_esc">Esc</string> + <string name="list_camera_esc_a">Esc+A</string> + <string name="list_camera_none">Nichts</string> + <string name="list_delkey_backspace">Rücktaste</string> + <string name="list_delkey_del">Entfernen</string> + <string name="delete_message">Soll \'%1$s\' wirklich gelöscht werden?</string> + <string name="delete_pos">Ja, löschen</string> + <string name="delete_neg">Abbrechen</string> + <string name="wizard_agree">Zustimmung</string> + <string name="wizard_next">Weiter</string> + <string name="wizard_back">Zurück</string> + <string name="terminal_no_hosts_connected">Zur Zeit keine Hosts verbunden</string> + <string name="terminal_connecting">Verbinde mit %1$s:%2$d mittels %3$s</string> + <string name="terminal_sucess">Host \'%1$s\' Schlüssel: %2$s bestätigt</string> + <string name="terminal_failed">Überprüfung des Host-Schlüssels fehlgeschlagen.</string> + <string name="terminal_using_s2c_algorithm">Server zu Client Algorithmus: %1$s %2$s</string> + <string name="terminal_using_c2s_algorithm">Client zu Server Algorithmus: %1$s %2$s</string> + <string name="terminal_using_algorithm">Benutze Algorithmus: %1$s %2$s</string> + <string name="terminal_auth">Versuche zu authentisieren.</string> + <string name="terminal_auth_pass">Versuche Authentisierung mit Passwort.</string> + <string name="terminal_auth_pass_fail">Authentisierungsmethode \'Passwort\' fehlgeschlagen.</string> + <string name="terminal_auth_pubkey_any">Versuche Public Key Authentisierung mit allen öffentlichen Schlüsseln im Speicher</string> + <string name="terminal_auth_pubkey_invalid">Der ausgewählte öffentliche Schlüssel ist ungültig, versuchen Sie den Schlüssel im Host-Editor neu auszuwählen</string> + <string name="terminal_auth_pubkey_specific">Versuche Public Key Authentisierung mit einem bestimmten öffentlichen Schlüssel</string> + <string name="terminal_auth_pubkey_fail">Authentifizierungs Methode \'publickey\' mit Schlüssel \'%1$s\' fehlgeschlagen</string> + <string name="terminal_auth_ki">Versuche \'keyboard-interactive\' Authentisierung.</string> + <string name="terminal_auth_ki_fail">Authentisierungsmethode \'keyboard-interactive\' fehlgeschlagen</string> + <string name="terminal_auth_fail">[Ihr Host unterstützt weder \'password\' noch \'keyboard-interactive\' Authentisierung.]</string> + <string name="terminal_no_session">Sitzung wird wegen Host Präferenz nicht gestartet</string> + <string name="terminal_enable_portfoward">Aktiviere Port Forwarding: %1$s</string> + <string name="local_shell_unavailable">Fehler! Lokale Kommandozeile ist auf diesem Telefon nicht verfügbar.</string> + <string name="notification_text">%1$s will ihre Aufmerksamkeit.</string> + <string name="upgrade">Neue Version</string> + <string name="upgrade_pos">Ja, aktualisieren</string> + <string name="upgrade_neg">Nicht jetzt</string> + <string name="no">Nein</string> + <string name="with_confirmation">Mit Bestätigung</string> + <string name="yes">Ja</string> + <string name="exceptions_submit_message">Scheinbar hatte ConnectBot Probleme bei der letzten Benutzung. Fehlermeldung an die ConnectBot übermitteln?</string> + <string name="menu_colors_reset">Zurücksetzen</string> + <string name="app_is_running">ConnectBot läuft</string> + <string name="color_red">rot</string> + <string name="color_green">grün</string> + <string name="color_blue">blau</string> + <string name="color_gray">grau</string> </resources> diff --git a/res/values-el/strings.xml b/res/values-el/strings.xml new file mode 100644 index 0000000..94edc23 --- /dev/null +++ b/res/values-el/strings.xml @@ -0,0 +1,2 @@ +<?xml version='1.0' encoding='utf-8'?> +<resources/> diff --git a/res/values-en-rCA/strings.xml b/res/values-en-rCA/strings.xml new file mode 100644 index 0000000..534a588 --- /dev/null +++ b/res/values-en-rCA/strings.xml @@ -0,0 +1,10 @@ +<?xml version='1.0' encoding='utf-8'?> +<resources> + <string name="title_colors">Colours</string> + <string name="pubkey_list_empty">Tap Menu to create\nor import key pairs.</string> + <string name="portforward_list_empty">Tap Menu to create\nport forwards.</string> + <string name="hostpref_color_title">Colour category</string> + <string name="list_format_error">Use the format %1$s</string> + <string name="list_menu_sortcolor">Sort by colour</string> + <string name="exceptions_submit_message">It appears ConnectBot had a problem last time it ran. Submit error report to ConnectBot developers?</string> +</resources> diff --git a/res/values-en-rGB/strings.xml b/res/values-en-rGB/strings.xml new file mode 100644 index 0000000..6bc6957 --- /dev/null +++ b/res/values-en-rGB/strings.xml @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* + * ConnectBot: simple, powerful, open-source SSH client for Android + * Copyright 2007 Kenny Root, Jeffrey Sharkey + * Copyright 2011 Darren Salt + * + * This file is derived from res/values/strings.xml + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +--> + +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="title_colors">"Colours"</string> + <string name="hostpref_color_title">"Colour category"</string> + <string name="list_menu_sortcolor">"Sort by colour"</string> + <string name="color_gray">"grey"</string> +</resources> diff --git a/res/values-es/strings.xml b/res/values-es/strings.xml index ebff578..15d118d 100644 --- a/res/values-es/strings.xml +++ b/res/values-es/strings.xml @@ -1,461 +1,217 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * ConnectBot: simple, powerful, open-source SSH client for Android - * Copyright 2007 Kenny Root, Jeffrey Sharkey - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ ---> +<?xml version='1.0' encoding='utf-8'?> <resources> - <string name="app_desc">Cliente de SSH sencillo, potente y open-source</string> - - <!-- Window title for the Host List --> - <string name="title_hosts_list">Máquinas</string> - <!-- Window title for the Pubkeys List --> - <string name="title_pubkey_list">Claves Publicas</string> - <!-- Window title for the Port Forwards List --> - <string name="title_port_forwards_list">Traducciones de puerto</string> - <!-- Window title when editing host details --> - <string name="title_host_editor">Editar equipo remoto</string> - <!-- Window title for Help index --> - <string name="title_help">Ayuda</string> - <!-- Window title for color list editing screen --> - <string name="title_colors">Colores</string> - - <string name="resolve_connect">Conectar</string> - <!-- Menu selection where user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="resolve_entropy">Recolectar entropía</string> - - <string name="menu_insert">Añadir equipo remoto</string> - <string name="menu_delete">Eliminar máquina</string> - <string name="menu_preferences">Configuración</string> - - <string name="help_intro">Por favor seleccione un tema a continuación para más información sobre una materia en particular.</string> - <string name="help_about">Acerca de ConnectBot</string> - <string name="help_keyboard">Teclado</string> - - <string name="pubkey_generate">Generar</string> - <string name="pubkey_import">Importar</string> - <string name="pubkey_delete">Eliminar clave</string> - <!-- Dialog title when user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="pubkey_gather_entropy">Haciendo acopio de entropía</string> - <string name="pubkey_touch_prompt">Toque esta caja para conseguir aleatoriedad: %1$d%% hecho</string> - <string name="pubkey_touch_hint">Para poder conseguir aleatoriedad durante la generacion de la clave, mueva su dedo aleatoriamente sobre la caja a continuación.</string> - <string name="pubkey_generating">Generar llavero de claves</string> - <string name="pubkey_copy_private">Copiar clave privada</string> - <string name="pubkey_copy_public">Copiar clave pública</string> - <!-- Note that the '\n' just splits lines, so it's actually "create or import" --> - <string name="pubkey_list_empty">Presione "menu" para crear\nó importar un llavero de claves</string> - <string name="pubkey_unknown_format">Formato desconocido</string> - <string name="pubkey_change_password">Cambiar contraseña</string> - <string name="pubkey_list_pick">Escoger desde la tarjeta sd</string> - <string name="pubkey_import_parse_problem">Problema analizando clave privada importada</string> - <string name="pubkey_unlock">Desbloquear clave</string> - <string name="pubkey_failed_add">Contraseña incorrecta para la clave \'%1$s\'. Autenticación fallida.</string> - <string name="pubkey_memory_load">Cargar en memoria</string> - <string name="pubkey_memory_unload">Descargar de memoria</string> - <string name="pubkey_load_on_start">Cargar clave al inicio</string> - <!-- Pubkey preference asking user whether the key use should be confirmed via prompt before it can be used for authentication --> - <string name="pubkey_confirm_use">Confirme antes de usar</string> - - <!-- Note that the '\n' splits lines, so it's actually "create port forwards" --> - <string name="portforward_list_empty">Presione "Menu" para crear\nó importar redireccionamientos.</string> - <string name="portforward_edit">Editar redireccionamiento de puerto</string> - <string name="portforward_delete">Eliminar redireccionamiento de puerto</string> - - <string name="prompt_nickname">Nombre de usuario:</string> - <!-- An example string that could be used as a nickname for a pubkey. --> - <string name="prompt_nickname_hint_pubkey">Mi clave de trabajo</string> - <!-- The source TCP port for port forwards. --> - <string name="prompt_source_port">Puerto fuente:</string> - <!-- The "host:port" combination used for port forward destinations. --> - <string name="prompt_destination">Destino:</string> - <string name="prompt_old_password">Contraseña antigua:</string> - <string name="prompt_password">Contraseña:</string> - <!-- Added after a "Password:" prompt to indicate user needs to confirm entry. --> - <string name="prompt_again">(de nuevo)</string> - <!-- Label for the user to select port forward type. --> - <string name="prompt_type">Tipo:</string> - <string name="prompt_password_can_be_blank">Nota: la contraseña puede ser dejada en blanco</string> - <!-- Prompt for the size of the private key in bits. --> - <string name="prompt_bits">Bits:</string> - - <!-- Prompt for the password to unlock a certain pubkey. --> - <string name="prompt_pubkey_password">Contraseña para clave \'%1$s\'</string> - - <!-- Prompt for whether to allow SSH Authentication Agent to use the specified key. Note that the '\n' means split the line so it's actually "host to use key" --> - <string name="prompt_allow_agent_to_use_key">¿Autorizar maquina remota\nde usar clave \'%1$s\'?</string> - - <!-- The header of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning_header">ATENCIÓN: ¡LA IDENTIFICACIÓN DE LA MAQUINA REMOTA HA CAMBIADO!</string> - <!-- The body of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning">¡ES POSIBLE QUE ALGUIEN ESTE HACIENDO ALGO INAPROPIADO!\nAlguien puede estar interviniendo en estos momentos (ataque "man-in-the-middle")!\nTambién es posible que la clave haya sido cambiada.</string> - - <!-- Prompt user gets when the remote host has disconnected unexpectedly. --> - <string name="prompt_host_disconnected">La máquina ha sido desconectada.\n¿Desea cerrar sesión?</string> - <!-- Prompt user must answer yes or no to when the remote host fails verification of encryption fingerprint --> - <string name="prompt_continue_connecting">¿Esta seguro de que desea\nseguir conectándose?</string> - - <!-- Sent to user when the remote public encryption key fingerprint doesn't match the local database --> - <string name="host_authenticity_warning">La autenticidad de la máquina \'%1$s\' no puede ser establecida.</string> - <!-- First field is encryption algorithm. Second is the actual fingerprint in hex digits --> - <string name="host_fingerprint">La clave huella de la maquina %1$s es %2$s</string> - - <string name="alert_passwords_do_not_match_msg">¡Las contraseñas no coinciden!</string> - <string name="alert_wrong_password_msg">¡Contraseña errónea!</string> - <string name="alert_key_corrupted_msg">¡La clave privada parece corrupta!</string> - <string name="alert_sdcard_absent">¡Tarjeta SD no insertada!</string> - - <!-- Add a new item (e.g., host or pubkey) to the list. --> - <string name="button_add">Añadir</string> - <!-- Change an existing item's (e.g., host or pubkey) details. --> - <string name="button_change">Modificar</string> - <!-- Button that begins the generation of a public key pair. --> - <string name="button_generate">Generar clave</string> - <!-- Button that resizes the screen to the user-specified dimensions. --> - <string name="button_resize">Redimensionar</string> - - <string name="alert_disconnect_msg">Conexión perdida</string> - - <string name="msg_copyright">Todos los derechos reservados © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> - - <!-- The category title for terminal emulation preferences. --> - <string name="pref_emulation_category">Emulación del terminal</string> - - <!-- Name for the emulation terminal type preference. --> - <string name="pref_emulation_title">Modo emulación</string> - <!-- Description of the emulation terminal type preference. --> - <string name="pref_emulation_summary">Modo emulación para usar en conexiones PTY</string> - - <!-- Name for the scrollback size preference --> - <string name="pref_scrollback_title">Tamaño de navegación</string> - <!-- Description of the scrollback size preference --> - <string name="pref_scrollback_summary">Tamaño de búfer que quedara en memoria para cada consola.</string> - - <!-- The category title for user interface preferences --> - <string name="pref_ui_category">Interfaz de usuario</string> - - <!-- Name for the rotation mode preference --> - <string name="pref_rotation_title">Modo de rotación</string> - <!-- Summary for the rotation mode preference --> - <string name="pref_rotation_summary">Como cambiar la rotación cuando se abra el teclado.</string> - - <!-- Name for the full screen preference --> - <string name="pref_fullscreen_title">Pantalla completa</string> - <!-- Summary for the full screen preference --> - <string name="pref_fullscreen_summary">Esconder barra de estatus cuando este en consola</string> - - <!-- Name for the memorize keys preference --> - <string name="pref_memkeys_title">Recordar claves en memoria</string> - <!-- Summary for the memorize keys preference --> - <string name="pref_memkeys_summary">Recordar claves en memoria hasta que el servicio en segundo plano termine</string> - - <!-- Name for the update check preference --> - <string name="pref_update_title">Revisar por actualizaciones</string> - <!-- Summary for the update check preference --> - <string name="pref_update_summary">Establecer la frequencia maxima para revisar actualizaciones de ConnectBot</string> - - <!-- Name for the preference that forces the service to stay running in the background.--> - <string name="pref_conn_persist_title">Conexiones persistentes</string> - <!-- Summary for the preference that forces the service to stay running in the background. --> - <string name="pref_conn_persist_summary">Mantener conexiones activas en segundo plano</string> - - <!-- Name for the keyboard shortcuts preference --> - <string name="pref_keymode_title">Secuencia de teclas para directorios</string> - <!-- Summary for the keyboard shortcuts preference --> - <string name="pref_keymode_summary">Especifique como usar Alt para \'/\' y Shit para Tab</string> - - <!-- Name for the camera shortcut usage preference --> - <string name="pref_camera_title">Boton de la Cámara</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_camera_summary">Especifique que secuencia de teclas activar cuando presione el botón de la cámara</string> - - <!-- Name for the keep screen on preference --> - <string name="pref_keepalive_title">Mantener pantalla activa</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_keepalive_summary">Prevenir que se apague la pantalla cuando se este trabajando en consola</string> - - <!-- Name for the Wi-Fi lock preference --> - <string name="pref_wifilock_title">Mantener la red inálambrica activa</string> - <!-- Summary for the Wi-Fi lock preference --> - <string name="pref_wifilock_summary">Prevenir que la red inálambrica se apague mientras haya una conexión activa</string> - - <!-- Name for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_title">Cursor con vibración</string> - <!-- Summary for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_summary">Vibrar al recibir las teclas del cursor desde el trackball; útil para conexiones con retardos</string> - - <!-- Category title for the Terminal Bell preferences --> - <string name="pref_bell_category">Timbre del terminal</string> - - <!-- Checkbox preference title for the audible terminal bell feature --> - <string name="pref_bell_title">Timbre audible</string> - - <!-- Title for the slider preference to set the volume --> - <string name="pref_bell_volume_title">Volúmen del timbre</string> - - <!-- Checkbox preference title for the vibrate on terminal bell feature --> - <string name="pref_bell_vibrate_title">Vibrar con el timbre</string> - - <!-- Checkbox preference title for the receive notifications on terminal bell feature --> - <string name="pref_bell_notification_title">Notificaciones de fondo</string> - <!-- Brief summary of the feature that is enabled when the checkbox preference for the receive notifications on terminal bell feature is checked --> - <string name="pref_bell_notification_summary">Activar notificacion cuando algun terminal corriendo en el fondo active un timbre</string> - - <!-- Preference selection to indicate use of right side of keyboard for special shortcuts. --> - <string name="list_keymode_right">Usar teclas del lado derecho</string> - <!-- Preference selection to indicate use of left side of keyboard for special shortcuts. --> - <string name="list_keymode_left">Usar teclas del lado izquierdo</string> - <!-- Preference selection to indicate never to use special shortcut keys. --> - <string name="list_keymode_none">Desactivar</string> - - <!-- Preference to not use pubkeys to authenticate to this host. --> - <string name="list_pubkeyids_none">No usar teclas</string> - <!-- Preference to use any pubkey to authenticate to this host. --> - <string name="list_pubkeyids_any">Utilizar cualquier clave desbloqueada</string> - - <!-- Frequency for which to check for program updates. --> - <string name="list_update_daily">Diariamente</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_weekly">Semanalmente</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_never">Nunca</string> - - <!-- Host nickname field preference title --> - <string name="hostpref_nickname_title">Apodo</string> - - <!-- Host color category preference title --> - <string name="hostpref_color_title">Categoria de colores</string> - - <!-- Host's default font size when opening the terminal in points (pt) --> - <string name="hostpref_fontsize_title">Tamaño de la fuente (pt)</string> - - <!-- Host pubkey usage preference title --> - <string name="hostpref_pubkeyid_title">Usar clave de autenticación pública</string> - - <!-- Preference title for the SSH Authentication Agent Forwarding for a host connection --> - <string name="hostpref_authagent_title">Utilizar agente de autenticación SSH</string> - - <!-- Host post-login automation preference title --> - <string name="hostpref_postlogin_title">Inicio de sesión después de la automatización</string> - <!-- Host post-login automation preference summary --> - <string name="hostpref_postlogin_summary">Comandos para ejecutar en el servidor remoto, una vez autenticado</string> - - <!-- Host compression preference title --> - <string name="hostpref_compression_title">Compresión</string> - <!-- Summary for compression preference --> - <string name="hostpref_compression_summary">Esto puede ayudar con las redes más lentas</string> - - <!-- Setting for whether we want a session to start up when we connect to a host --> - <string name="hostpref_wantsession_title">Inciar sesión en shell</string> - <!-- Summary for field asking whether a shell session should be started up upon connection or not --> - <string name="hostpref_wantsession_summary">Desactive esta preferencia para usar sólo reenvíos por puerto</string> - - <!-- Setting for whether the host should be reconnected to automatically upon disconnect --> - <string name="hostpref_stayconnected_title">Mantenerse conectado</string> - <!-- Summary for preference asking whether the host should be reconnected to when it disconnects --> - <string name="hostpref_stayconnected_summary">Intentar reconectar al equipo si se desconecta</string> - - <!-- Setting for what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_title">Tecla DEL</string> - <!-- Summary for field asking what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_summary">El código clave que se envía cuando se pulsa tecla DEL</string> - - <!-- Host character encoding preference title --> - <string name="hostpref_encoding_title">Codificando</string> - <!-- Host character encoding preference summary --> - <string name="hostpref_encoding_summary">Codificación de caracteres para la maquina</string> - - <!-- Host preference category title for connection settings --> - <string name="hostpref_connection_category">Opciones de Conexión</string> - - <!-- Username field title for host editor preference --> - <string name="hostpref_username_title">Nombre de usuario</string> - - <!-- Hostname field title for host editor preference --> - <string name="hostpref_hostname_title">Host (equipo anfitrión)</string> - - <!-- Port field title for host editor preference --> - <string name="hostpref_port_title">Puerto</string> - - <!-- Displayed to indicate a host has never been connected to. --> - <string name="bind_never">Nunca fué conectado</string> - <!-- The time that has elapsed since a host was connected to when it has been less than an hour. --> - <string name="bind_minutes">Hace %1$s minutos</string> - <!-- The time that has elapsed since a host was connected to when it has been less than a day. --> - <string name="bind_hours">Hace %1$s horas</string> - <!-- The time that has elapsed since a host was connected to when it has been a day or more. --> - <string name="bind_days">Hace %1$s días</string> - - <!-- Message given when user copies from the terminal. --> - <string name="console_copy_done">%1$d bytes copiados al portapaleles</string> - <!-- Instructions for how to copy from the terminal. The '\n' entries are to split lines to improve readability and prevent wrapping off the screen. --> - <string name="console_copy_start">Toque y arrastre\no use la almohadilla direccional\npara seleccionar la zona a copiar</string> - - <!-- Button to close the disconnected terminal window. --> - <string name="console_menu_close">Cerrar</string> - <!-- Button to begin copying from the terminal to the clipboard. --> - <string name="console_menu_copy">Copiar</string> - <!-- Button to paste from the clipboard to the terminal. --> - <string name="console_menu_paste">Pegar</string> - <!-- Button that brings user to the Port Forwards List. --> - <string name="console_menu_portforwards">Traducciones de puerto</string> - <!-- Button that brings user to the terminal resizing dialog where they can force a size. --> - <string name="console_menu_resize">Forzar un tamaño</string> - <!-- Button that brings up the list of URLs on the current screen --> - <string name="console_menu_urlscan">Escaneo de direcciones</string> - - <!-- Selection for a "local" port forward. E.g., connections to a port listening locally is forwarded to the remote end's listening port. --> - <string name="portforward_local">Local</string> - <!-- Selection for a "remote" port forward. E.g., connections to a port listening remotely is forwarded to the local end's listening port. --> - <string name="portforward_remote">Remoto</string> - <!-- Selection for a "dynamic" port forward. E.g., connections to a port listening locally is forwarded based on the SOCKS protocol to an arbitrary remote host and port. --> - <string name="portforward_dynamic">Dinámicos (SOCKS)</string> - <!-- Button that commits the port forward to be made from the Port Forward Creation dialog. --> - <string name="portforward_pos">Crear reenvio de puerto</string> - - <string name="portforward_done">Creacion satisfactoria del reenvio de puerto</string> - <string name="portforward_problem">Problema al crear el puerto de reenvio, tal vez usted está usando puertos menores de 1024 o el puerto ya está siendo utilizado?</string> - - <string name="portforward_menu_add">Añadir redirección de puertos</string> - - <!-- The string to present in the quick-connect box to hint the user to the format for connecting to hosts. --> - <string name="hint_userhost">usuario@equipo</string> - - <!-- Hint given to user when the format they're using is incorrect in the quick-connect box. --> - <string name="list_format_error">Usar formato "%1$s"</string> - - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_username">Usuario</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_hostname">nombre del host</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_port">puerto</string> - - <string name="list_menu_pubkeys">Administrar clave públicas</string> - <!-- Selection choice to sort hosts by color. --> - <string name="list_menu_sortcolor">Ordenar por color</string> - <!-- Selection choice to sort hosts by nickname. --> - <string name="list_menu_sortname">Ordenar por nombre</string> - <string name="list_menu_settings">Configuración</string> - - <string name="list_host_disconnect">Desconectar</string> - <string name="list_host_edit">Editar equipo</string> - <string name="list_host_portforwards">Editar redirección de puertos</string> - <string name="list_host_delete">Eliminar equipo</string> - <!-- Note that the '\n' splits the lines so it's actually "quick-connect box below to connect" --> - <string name="list_host_empty">Usar la casilla de conexión rápida\na continuación para conectarse a una máquina</string> - - <!-- Default screen rotation preference selection --> - <string name="list_rotation_default">Predeterminado</string> - <string name="list_rotation_land">Forzar paisaje</string> - <string name="list_rotation_port">Forzar retrato</string> - <!-- Selection to indicate the rotation should be selected automatically based on the tilt sensor. --> - <string name="list_rotation_auto">Automático</string> - - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A then Space". --> - <string name="list_camera_ctrlaspace">Ctrl+A después espacio</string> - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A". --> - <string name="list_camera_ctrla">Ctrl+A</string> - <!-- Selection to indicate pressing the Camera button should send the "Esc" key. --> - <string name="list_camera_esc">Esc</string> - <!-- Selection to indicate pressing the Camera button should send "Esc+A". --> - <string name="list_camera_esc_a">Esc+A</string> - <!-- Selection to indicate pressing the Camera button should send nothing at all. --> - <string name="list_camera_none">Ninguno</string> - - <!-- Name for the backspace character --> - <string name="list_delkey_backspace">Borrar</string> - <!-- Name for the ASCII DEL character --> - <string name="list_delkey_del">Eliminar</string> - - <string name="delete_message">¿Está seguro de que quiere eliminar \'%1$s\'?</string> - <string name="delete_pos">Sí, eliminar</string> - <string name="delete_neg">Cancelar</string> - - <!-- Button to agree to license terms. --> - <string name="wizard_agree">De acuerdo</string> - <!-- Button to go to the next page in the first time start-up wizard. --> - <string name="wizard_next">Siguiente</string> - <!-- Button to go to the previous page in the first time start-up wizard. --> - <string name="wizard_back">Atrás</string> - - <string name="terminal_no_hosts_connected">No hay equipos conectados ahora</string> - - <!-- Displayed in terminal when attempting to connect to a host. The first two - variables are host:port and the third is the protocol (e.g., SSH) --> - <string name="terminal_connecting">Canectando a %1$s:%2$d via %3$s</string> - - <!-- Displays the host key to the user in the terminal --> - <string name="terminal_sucess">Host (equipo anfitrion) \'%1$s\' clave: %2$s verifiado.</string> - <string name="terminal_failed">Verificación del host (equipo anfitrion) fallida</string> - - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_s2c_algorithm">Algoritmo servidor-cliente: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_c2s_algorithm">Algoritmo cliente-servidor: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_algorithm">Algoritmo que se esta usando: %1$s %2$s</string> - - <string name="terminal_auth">Intentando autenticar</string> - - <string name="terminal_auth_pass">Intentando autenticación de la contraseña</string> - <string name="terminal_auth_pass_fail">Método de autenticación \'password\' fallido</string> - - <string name="terminal_auth_pubkey_any">Intentando autenticacion de la clave pública usando las claves públicas en memoria</string> - <string name="terminal_auth_pubkey_invalid">La clave pública selecciona es invalida, intenta reseleccional la clave en el editor de host (equipo anfitrion)</string> - <string name="terminal_auth_pubkey_specific">Intentar autenticación de la clave pública con una clave pública determinada</string> - <string name="terminal_auth_pubkey_fail">El método de autenticación \'publickey\' con clave \'%1$s\' ha fallado.</string> - - <string name="terminal_auth_ki">Intentando autenticación \'interactiva por teclado\'</string> - <string name="terminal_auth_ki_fail">El método de autenticación \'interactiva por teclado\' ha fallado</string> - - <string name="terminal_auth_fail">[Su equipo no soporta el método de autenticación por \'contraseña\' o por \'interacción por teclado\'.]</string> - - <string name="terminal_no_session">La sesión no se iniciará debido a las preferencias del equipo.</string> - <string name="terminal_enable_portfoward">Activar redirección de puerto: %1$s</string> - - <string name="local_shell_unavailable">¡Fallo! Su intérprete de órdenes local no está disponible en este teléfono.</string> - - <!-- Text sent to the user to alert them that a Terminal Bell is received in a background session --> - <string name="notification_text">%1$s requiere de tu atención.</string> - - <!-- Dialog title when a new version of ConnectBot is detected. --> - <string name="upgrade">Nueva versión</string> - <!-- Button selection to upgrade to the latest ConnectBot when one is available. --> - <string name="upgrade_pos">Sí, actualizar</string> - <!-- Button selection to skip upgrading to the latest ConnectBot when one is available. --> - <string name="upgrade_neg">No en este momento</string> - - <!-- Preference selection for SSH Authentication Agent to never use pubkeys --> - <string name="no">No</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys "with confirmation" only --> - <string name="with_confirmation">Con confirmación</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys --> - <string name="yes">Sí</string> - - <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> - <string name="exceptions_submit_message">Parece que ConnectBot tuvo un problema en su última ejecución. Enviar reporte de error a los desarrolladores de ConnectBot?</string> - - <!-- Menu selection to reset colors to their defaults. --> - <string name="menu_colors_reset">Restablecer</string> - - <!-- Displayed in the notification bar that connections are active --> - <string name="app_is_running">ConnectBot está ejecutándose</string> - - <string name="color_red">rojo</string> - <string name="color_green">verde</string> - <string name="color_blue">azul</string> - <string name="color_gray">gris</string> + <string name="app_desc">Cliente de SSH sencillo, potente y open-source</string> + <string name="service_desc">Mantiene conexiones SSH y las claves públicas guardadas</string> + <string name="title_hosts_list">Máquinas</string> + <string name="title_pubkey_list">Claves Publicas</string> + <string name="title_port_forwards_list">Traducciones de puerto</string> + <string name="title_host_editor">Editar equipo remoto</string> + <string name="title_help">Ayuda</string> + <string name="title_colors">Colores</string> + <string name="resolve_connect">Conectar</string> + <string name="resolve_entropy">Recolectar entropía</string> + <string name="menu_insert">Añadir equipo remoto</string> + <string name="menu_delete">Eliminar máquina</string> + <string name="menu_preferences">Configuración</string> + <string name="help_intro">Por favor seleccione un tema a continuación para más información sobre una materia en particular.</string> + <string name="help_about">Acerca de ConnectBot</string> + <string name="help_keyboard">Teclado</string> + <string name="pubkey_generate">Generar</string> + <string name="pubkey_import">Importar</string> + <string name="pubkey_delete">Eliminar clave</string> + <string name="pubkey_gather_entropy">Haciendo acopio de entropía</string> + <string name="pubkey_touch_prompt">Toque esta caja para conseguir aleatoriedad: %1$d%% hecho</string> + <string name="pubkey_touch_hint">Para poder conseguir aleatoriedad durante la generacion de la clave, mueva su dedo aleatoriamente sobre la caja a continuación.</string> + <string name="pubkey_generating">Generar llavero de claves</string> + <string name="pubkey_copy_private">Copiar clave privada</string> + <string name="pubkey_copy_public">Copiar clave pública</string> + <string name="pubkey_list_empty">Presione menu para crear\nó importar un llavero de claves</string> + <string name="pubkey_unknown_format">Formato desconocido</string> + <string name="pubkey_change_password">Cambiar contraseña</string> + <string name="pubkey_list_pick">Escoger desde la tarjeta sd</string> + <string name="pubkey_import_parse_problem">Problema analizando clave privada importada</string> + <string name="pubkey_unlock">Desbloquear clave</string> + <string name="pubkey_failed_add">Contraseña incorrecta para la clave \'%1$s\'. Autenticación fallida.</string> + <string name="pubkey_memory_load">Cargar en memoria</string> + <string name="pubkey_memory_unload">Descargar de memoria</string> + <string name="pubkey_load_on_start">Cargar clave al inicio</string> + <string name="pubkey_confirm_use">Confirme antes de usar</string> + <string name="portforward_list_empty">Presione Menu para crear\nó importar redireccionamientos.</string> + <string name="portforward_edit">Editar redireccionamiento de puerto</string> + <string name="portforward_delete">Eliminar redireccionamiento de puerto</string> + <string name="prompt_nickname">Nombre de usuario:</string> + <string name="prompt_nickname_hint_pubkey">Mi clave de trabajo</string> + <string name="prompt_source_port">Puerto fuente:</string> + <string name="prompt_destination">Destino:</string> + <string name="prompt_old_password">Contraseña antigua:</string> + <string name="prompt_password">Contraseña:</string> + <string name="prompt_again">(de nuevo)</string> + <string name="prompt_type">Tipo:</string> + <string name="prompt_password_can_be_blank">Nota: la contraseña puede ser dejada en blanco</string> + <string name="prompt_bits">Bits:</string> + <string name="prompt_pubkey_password">Contraseña para clave \'%1$s\'</string> + <string name="prompt_allow_agent_to_use_key">¿Autorizar maquina remota\nde usar clave \'%1$s\'?</string> + <string name="host_verification_failure_warning_header">ATENCIÓN: ¡LA IDENTIFICACIÓN DE LA MAQUINA REMOTA HA CAMBIADO!</string> + <string name="host_verification_failure_warning">¡ES POSIBLE QUE ALGUIEN ESTE HACIENDO ALGO INAPROPIADO!\nAlguien puede estar interviniendo en estos momentos (ataque man-in-the-middle)!\nTambién es posible que la clave haya sido cambiada.</string> + <string name="prompt_host_disconnected">La máquina ha sido desconectada.\n¿Desea cerrar sesión?</string> + <string name="prompt_continue_connecting">¿Esta seguro de que desea\nseguir conectándose?</string> + <string name="host_authenticity_warning">La autenticidad de la máquina \'%1$s\' no puede ser establecida.</string> + <string name="host_fingerprint">La clave huella de la maquina %1$s es %2$s</string> + <string name="alert_passwords_do_not_match_msg">¡Las contraseñas no coinciden!</string> + <string name="alert_wrong_password_msg">¡Contraseña errónea!</string> + <string name="alert_key_corrupted_msg">¡La clave privada parece corrupta!</string> + <string name="alert_sdcard_absent">¡Tarjeta SD no insertada!</string> + <string name="button_add">Añadir</string> + <string name="button_change">Modificar</string> + <string name="button_generate">Generar clave</string> + <string name="button_resize">Redimensionar</string> + <string name="alert_disconnect_msg">Conexión perdida</string> + <string name="msg_copyright">Todos los derechos reservados © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> + <string name="pref_emulation_category">Emulación del terminal</string> + <string name="pref_emulation_title">Modo emulación</string> + <string name="pref_emulation_summary">Modo emulación para usar en conexiones PTY</string> + <string name="pref_scrollback_title">Tamaño de navegación</string> + <string name="pref_scrollback_summary">Tamaño de búfer que quedara en memoria para cada consola.</string> + <string name="pref_ui_category">Interfaz de usuario</string> + <string name="pref_rotation_title">Modo de rotación</string> + <string name="pref_rotation_summary">Como cambiar la rotación cuando se abra el teclado.</string> + <string name="pref_fullscreen_title">Pantalla completa</string> + <string name="pref_fullscreen_summary">Esconder barra de estatus cuando este en consola</string> + <string name="pref_memkeys_title">Recordar claves en memoria</string> + <string name="pref_memkeys_summary">Recordar claves en memoria hasta que el servicio en segundo plano termine</string> + <string name="pref_update_title">Revisar por actualizaciones</string> + <string name="pref_update_summary">Establecer la frequencia maxima para revisar actualizaciones de ConnectBot</string> + <string name="pref_conn_persist_title">Conexiones persistentes</string> + <string name="pref_conn_persist_summary">Mantener conexiones activas en segundo plano</string> + <string name="pref_keymode_title">Secuencia de teclas para directorios</string> + <string name="pref_keymode_summary">Especifique como usar Alt para \'/\' y Shit para Tab</string> + <string name="pref_camera_title">Boton de la Cámara</string> + <string name="pref_camera_summary">Especifique que secuencia de teclas activar cuando presione el botón de la cámara</string> + <string name="pref_keepalive_title">Mantener pantalla activa</string> + <string name="pref_keepalive_summary">Prevenir que se apague la pantalla cuando se este trabajando en consola</string> + <string name="pref_wifilock_title">Mantener la red inálambrica activa</string> + <string name="pref_wifilock_summary">Prevenir que la red inálambrica se apague mientras haya una conexión activa</string> + <string name="pref_bumpyarrows_title">Cursor con vibración</string> + <string name="pref_bumpyarrows_summary">Vibrar al recibir las teclas del cursor desde el trackball; útil para conexiones con retardos</string> + <string name="pref_bell_category">Timbre del terminal</string> + <string name="pref_bell_title">Timbre audible</string> + <string name="pref_bell_volume_title">Volúmen del timbre</string> + <string name="pref_bell_vibrate_title">Vibrar con el timbre</string> + <string name="pref_bell_notification_title">Notificaciones de fondo</string> + <string name="pref_bell_notification_summary">Activar notificacion cuando algun terminal corriendo en el fondo active un timbre</string> + <string name="list_keymode_right">Usar teclas del lado derecho</string> + <string name="list_keymode_left">Usar teclas del lado izquierdo</string> + <string name="list_keymode_none">Desactivar</string> + <string name="list_pubkeyids_none">No usar teclas</string> + <string name="list_pubkeyids_any">Utilizar cualquier clave desbloqueada</string> + <string name="list_update_daily">Diariamente</string> + <string name="list_update_weekly">Semanalmente</string> + <string name="list_update_never">Nunca</string> + <string name="hostpref_nickname_title">Apodo</string> + <string name="hostpref_color_title">Categoria de colores</string> + <string name="hostpref_fontsize_title">Tamaño de la fuente (pt)</string> + <string name="hostpref_pubkeyid_title">Usar clave de autenticación pública</string> + <string name="hostpref_authagent_title">Utilizar agente de autenticación SSH</string> + <string name="hostpref_postlogin_title">Inicio de sesión después de la automatización</string> + <string name="hostpref_postlogin_summary">Comandos para ejecutar en el servidor remoto, una vez autenticado</string> + <string name="hostpref_compression_title">Compresión</string> + <string name="hostpref_compression_summary">Esto puede ayudar con las redes más lentas</string> + <string name="hostpref_wantsession_title">Inciar sesión en shell</string> + <string name="hostpref_wantsession_summary">Desactive esta preferencia para usar sólo reenvíos por puerto</string> + <string name="hostpref_stayconnected_title">Mantenerse conectado</string> + <string name="hostpref_stayconnected_summary">Intentar reconectar al equipo si se desconecta</string> + <string name="hostpref_delkey_title">Tecla DEL</string> + <string name="hostpref_delkey_summary">El código clave que se envía cuando se pulsa tecla DEL</string> + <string name="hostpref_encoding_title">Codificando</string> + <string name="hostpref_encoding_summary">Codificación de caracteres para la maquina</string> + <string name="hostpref_connection_category">Opciones de Conexión</string> + <string name="hostpref_username_title">Nombre de usuario</string> + <string name="hostpref_hostname_title">Host (equipo anfitrión)</string> + <string name="hostpref_port_title">Puerto</string> + <string name="bind_never">Nunca fué conectado</string> + <string name="bind_minutes">Hace %1$s minutos</string> + <string name="bind_hours">Hace %1$s horas</string> + <string name="bind_days">Hace %1$s días</string> + <string name="console_copy_done">%1$d bytes copiados al portapaleles</string> + <string name="console_copy_start">Toque y arrastre\no use la almohadilla direccional\npara seleccionar la zona a copiar</string> + <string name="console_menu_close">Cerrar</string> + <string name="console_menu_copy">Copiar</string> + <string name="console_menu_paste">Pegar</string> + <string name="console_menu_portforwards">Traducciones de puerto</string> + <string name="console_menu_resize">Forzar un tamaño</string> + <string name="console_menu_urlscan">Escaneo de direcciones</string> + <string name="button_yes">Sí</string> + <string name="button_no">Denegar</string> + <string name="portforward_local">Local</string> + <string name="portforward_remote">Remoto</string> + <string name="portforward_dynamic">Dinámicos (SOCKS)</string> + <string name="portforward_pos">Crear reenvio de puerto</string> + <string name="portforward_done">Creacion satisfactoria del reenvio de puerto</string> + <string name="portforward_problem">Problema al crear el puerto de reenvio, tal vez usted está usando puertos menores de 1024 o el puerto ya está siendo utilizado?</string> + <string name="portforward_menu_add">Añadir redirección de puertos</string> + <string name="hint_userhost">usuario\@equipo</string> + <string name="list_format_error">Usar formato %1$s</string> + <string name="format_username">Usuario</string> + <string name="format_hostname">nombre del host</string> + <string name="format_port">puerto</string> + <string name="list_menu_pubkeys">Administrar clave públicas</string> + <string name="list_menu_sortcolor">Ordenar por color</string> + <string name="list_menu_sortname">Ordenar por nombre</string> + <string name="list_menu_settings">Configuración</string> + <string name="list_host_disconnect">Desconectar</string> + <string name="list_host_edit">Editar equipo</string> + <string name="list_host_portforwards">Editar redirección de puertos</string> + <string name="list_host_delete">Eliminar equipo</string> + <string name="list_host_empty">Usar la casilla de conexión rápida\na continuación para conectarse a una máquina</string> + <string name="list_rotation_default">Predeterminado</string> + <string name="list_rotation_land">Forzar paisaje</string> + <string name="list_rotation_port">Forzar retrato</string> + <string name="list_rotation_auto">Automático</string> + <string name="list_camera_ctrlaspace">Ctrl+A después espacio</string> + <string name="list_camera_ctrla">Ctrl+A</string> + <string name="list_camera_esc">Esc</string> + <string name="list_camera_esc_a">Esc+A</string> + <string name="list_camera_none">Ninguno</string> + <string name="list_delkey_backspace">Borrar</string> + <string name="list_delkey_del">Eliminar</string> + <string name="delete_message">¿Está seguro de que quiere eliminar \'%1$s\'?</string> + <string name="delete_pos">Sí, eliminar</string> + <string name="delete_neg">Cancelar</string> + <string name="wizard_agree">De acuerdo</string> + <string name="wizard_next">Siguiente</string> + <string name="wizard_back">Atrás</string> + <string name="terminal_no_hosts_connected">No hay equipos conectados ahora</string> + <string name="terminal_connecting">Canectando a %1$s:%2$d via %3$s</string> + <string name="terminal_sucess">Host (equipo anfitrion) \'%1$s\' clave: %2$s verifiado.</string> + <string name="terminal_failed">Verificación del host (equipo anfitrion) fallida</string> + <string name="terminal_using_s2c_algorithm">Algoritmo servidor-cliente: %1$s %2$s</string> + <string name="terminal_using_c2s_algorithm">Algoritmo cliente-servidor: %1$s %2$s</string> + <string name="terminal_using_algorithm">Algoritmo que se esta usando: %1$s %2$s</string> + <string name="terminal_auth">Intentando autenticar</string> + <string name="terminal_auth_pass">Intentando autenticación de la contraseña</string> + <string name="terminal_auth_pass_fail">Método de autenticación \'password\' fallido</string> + <string name="terminal_auth_pubkey_any">Intentando autenticacion de la clave pública usando las claves públicas en memoria</string> + <string name="terminal_auth_pubkey_invalid">La clave pública selecciona es invalida, intenta reseleccional la clave en el editor de host (equipo anfitrion)</string> + <string name="terminal_auth_pubkey_specific">Intentar autenticación de la clave pública con una clave pública determinada</string> + <string name="terminal_auth_pubkey_fail">El método de autenticación \'publickey\' con clave \'%1$s\' ha fallado.</string> + <string name="terminal_auth_ki">Intentando autenticación \'interactiva por teclado\'</string> + <string name="terminal_auth_ki_fail">El método de autenticación \'interactiva por teclado\' ha fallado</string> + <string name="terminal_auth_fail">[Su equipo no soporta el método de autenticación por \'contraseña\' o por \'interacción por teclado\'.]</string> + <string name="terminal_no_session">La sesión no se iniciará debido a las preferencias del equipo.</string> + <string name="terminal_enable_portfoward">Activar redirección de puerto: %1$s</string> + <string name="local_shell_unavailable">¡Fallo! Su intérprete de órdenes local no está disponible en este teléfono.</string> + <string name="notification_text">%1$s requiere de tu atención.</string> + <string name="upgrade">Nueva versión</string> + <string name="upgrade_pos">Sí, actualizar</string> + <string name="upgrade_neg">No en este momento</string> + <string name="no">Denegar</string> + <string name="with_confirmation">Con confirmación</string> + <string name="yes">Sí</string> + <string name="exceptions_submit_message">Parece que ConnectBot tuvo un problema en su última ejecución. Enviar reporte de error a los desarrolladores de ConnectBot?</string> + <string name="menu_colors_reset">Restablecer</string> + <string name="app_is_running">ConnectBot está ejecutándose</string> + <string name="color_red">rojo</string> + <string name="color_green">verde</string> + <string name="color_blue">azul</string> + <string name="color_gray">gris</string> </resources> diff --git a/res/values-eu/strings.xml b/res/values-eu/strings.xml index c902ed0..ac3c8ce 100644 --- a/res/values-eu/strings.xml +++ b/res/values-eu/strings.xml @@ -1,461 +1,26 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * ConnectBot: simple, powerful, open-source SSH client for Android - * Copyright 2007 Kenny Root, Jeffrey Sharkey - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ ---> +<?xml version='1.0' encoding='utf-8'?> <resources> - <string name="app_desc">Erraza, boteretsua, sftware askeko SSH bezeroa</string> - - <!-- Window title for the Host List --> - <string name="title_hosts_list">Ostalariak</string> - <!-- Window title for the Pubkeys List --> - <string name="title_pubkey_list">Giltz publikoak</string> - <!-- Window title for the Port Forwards List --> - <string name="title_port_forwards_list">Port forwards</string> - <!-- Window title when editing host details --> - <string name="title_host_editor">Ostalaria</string> - <!-- Window title for Help index --> - <string name="title_help">Laguntza</string> - <!-- Window title for color list editing screen --> - <string name="title_colors">Colors</string> - - <string name="resolve_connect">Connect</string> - <!-- Menu selection where user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="resolve_entropy">Gather Entropy</string> - - <string name="menu_insert">Gehitu ostalaria</string> - <string name="menu_delete">Ezabatu ostalaria</string> - <string name="menu_preferences">Hobespenak</string> - - <string name="help_intro">Please select a topic below for more information on a particular subject.</string> - <string name="help_about">ConectBot-eri buruz</string> - <string name="help_keyboard">Keyboard</string> - - <string name="pubkey_generate">Sortu</string> - <string name="pubkey_import">Inportatu</string> - <string name="pubkey_delete">Ezabatu giltza</string> - <!-- Dialog title when user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="pubkey_gather_entropy">Gathering Entropy</string> - <string name="pubkey_touch_prompt">Touch this box to gather randomness: %1$d%% done</string> - <string name="pubkey_touch_hint">In order to assure randomness during the key generation, move your finger randomly over the box below.</string> - <string name="pubkey_generating">Giltz parea sortzen...</string> - <string name="pubkey_copy_private">Kopiatu giltz pribatua</string> - <string name="pubkey_copy_public">Kopiatu giltz publikoa</string> - <!-- Note that the '\n' just splits lines, so it's actually "create or import" --> - <string name="pubkey_list_empty">Tap "Menu" to create\nor import key pairs.</string> - <string name="pubkey_unknown_format">Formatu ezezaguna</string> - <string name="pubkey_change_password">Aldatu pasahitza</string> - <string name="pubkey_list_pick">Aukeratu "/sdcard"-etik</string> - <string name="pubkey_import_parse_problem">Problem parsing imported private key</string> - <string name="pubkey_unlock">Unlock key</string> - <string name="pubkey_failed_add">Bad password for key \'%1$s\'. Authentication failed.</string> - <string name="pubkey_memory_load">Load into memory</string> - <string name="pubkey_memory_unload">Unload from memory</string> - <string name="pubkey_load_on_start">Load key on start</string> - <!-- Pubkey preference asking user whether the key use should be confirmed via prompt before it can be used for authentication --> - <string name="pubkey_confirm_use">Confirm before use</string> - - <!-- Note that the '\n' splits lines, so it's actually "create port forwards" --> - <string name="portforward_list_empty">Tap "Menu" to create\nport forwards.</string> - <string name="portforward_edit">Edit port forward</string> - <string name="portforward_delete">Delete port forward</string> - - <string name="prompt_nickname">Nickname:</string> - <!-- An example string that could be used as a nickname for a pubkey. --> - <string name="prompt_nickname_hint_pubkey">My work key</string> - <!-- The source TCP port for port forwards. --> - <string name="prompt_source_port">Source port:</string> - <!-- The "host:port" combination used for port forward destinations. --> - <string name="prompt_destination">Destination:</string> - <string name="prompt_old_password">Old password:</string> - <string name="prompt_password">Password:</string> - <!-- Added after a "Password:" prompt to indicate user needs to confirm entry. --> - <string name="prompt_again">(again)</string> - <!-- Label for the user to select port forward type. --> - <string name="prompt_type">Type:</string> - <string name="prompt_password_can_be_blank">Note: password can be blank</string> - <!-- Prompt for the size of the private key in bits. --> - <string name="prompt_bits">Bits:</string> - - <!-- Prompt for the password to unlock a certain pubkey. --> - <string name="prompt_pubkey_password">Password for key \'%1$s\'</string> - - <!-- Prompt for whether to allow SSH Authentication Agent to use the specified key. Note that the '\n' means split the line so it's actually "host to use key" --> - <string name="prompt_allow_agent_to_use_key">Allow remote host to\nuse key \'%1$s\'?</string> - - <!-- The header of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning_header">WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!</string> - <!-- The body of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning">IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!\nSomeone could be eavesdropping on you right now (man-in-the-middle attack)!\nIt is also possible that the host key has just been changed.</string> - - <!-- Prompt user gets when the remote host has disconnected unexpectedly. --> - <string name="prompt_host_disconnected">Host has disconnected.\nClose session?</string> - <!-- Prompt user must answer yes or no to when the remote host fails verification of encryption fingerprint --> - <string name="prompt_continue_connecting">Are you sure you want\nto continue connecting?</string> - - <!-- Sent to user when the remote public encryption key fingerprint doesn't match the local database --> - <string name="host_authenticity_warning">The authenticity of host \'%1$s\' can\'t be established.</string> - <!-- First field is encryption algorithm. Second is the actual fingerprint in hex digits --> - <string name="host_fingerprint">Host %1$s key fingerprint is %2$s</string> - - <string name="alert_passwords_do_not_match_msg">Passwords do not match!</string> - <string name="alert_wrong_password_msg">Wrong password!</string> - <string name="alert_key_corrupted_msg">Private key appears corrupt!</string> - <string name="alert_sdcard_absent">SD card is not inserted!</string> - - <!-- Add a new item (e.g., host or pubkey) to the list. --> - <string name="button_add">Add</string> - <!-- Change an existing item's (e.g., host or pubkey) details. --> - <string name="button_change">Change</string> - <!-- Button that begins the generation of a public key pair. --> - <string name="button_generate">Generate Key</string> - <!-- Button that resizes the screen to the user-specified dimensions. --> - <string name="button_resize">Resize</string> - - <string name="alert_disconnect_msg">Connection Lost</string> - - <string name="msg_copyright">Copyright © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> - - <!-- The category title for terminal emulation preferences. --> - <string name="pref_emulation_category">Terminal emulation</string> - - <!-- Name for the emulation terminal type preference. --> - <string name="pref_emulation_title">Emulation mode</string> - <!-- Description of the emulation terminal type preference. --> - <string name="pref_emulation_summary">Terminal emulation mode to use for PTY connections</string> - - <!-- Name for the scrollback size preference --> - <string name="pref_scrollback_title">Scrollback size</string> - <!-- Description of the scrollback size preference --> - <string name="pref_scrollback_summary">Size of scrollback buffer to keep in memory for each console</string> - - <!-- The category title for user interface preferences --> - <string name="pref_ui_category">User interface</string> - - <!-- Name for the rotation mode preference --> - <string name="pref_rotation_title">Rotation mode</string> - <!-- Summary for the rotation mode preference --> - <string name="pref_rotation_summary">How to change rotation when keyboard popped in/out</string> - - <!-- Name for the full screen preference --> - <string name="pref_fullscreen_title">Full screen</string> - <!-- Summary for the full screen preference --> - <string name="pref_fullscreen_summary">Hide status bar while in console</string> - - <!-- Name for the memorize keys preference --> - <string name="pref_memkeys_title">Remember keys in memory</string> - <!-- Summary for the memorize keys preference --> - <string name="pref_memkeys_summary">Keep unlocked keys in memory until backend service is terminated</string> - - <!-- Name for the update check preference --> - <string name="pref_update_title">Update check</string> - <!-- Summary for the update check preference --> - <string name="pref_update_summary">Set the maximum frequency to check for ConnectBot updates</string> - - <!-- Name for the preference that forces the service to stay running in the background.--> - <string name="pref_conn_persist_title">Persist connections</string> - <!-- Summary for the preference that forces the service to stay running in the background. --> - <string name="pref_conn_persist_summary">Force connections to stay connected while in background</string> - - <!-- Name for the keyboard shortcuts preference --> - <string name="pref_keymode_title">Directory shortcuts</string> - <!-- Summary for the keyboard shortcuts preference --> - <string name="pref_keymode_summary">Select how to use Alt for \'/\' and Shift for Tab</string> - - <!-- Name for the camera shortcut usage preference --> - <string name="pref_camera_title">Camera shortcut</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_camera_summary">Select which shortcut to trigger when the camera button is pushed</string> - - <!-- Name for the keep screen on preference --> - <string name="pref_keepalive_title">Keep screen awake</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_keepalive_summary">Prevent the screen from turning off when working in a console</string> - - <!-- Name for the Wi-Fi lock preference --> - <string name="pref_wifilock_title">Keep Wi-Fi active</string> - <!-- Summary for the Wi-Fi lock preference --> - <string name="pref_wifilock_summary">Prevent Wi-Fi from turning off when a session is active</string> - - <!-- Name for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_title">Bumpy arrows</string> - <!-- Summary for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_summary">Vibrate when sending arrow keys from trackball; useful for laggy connections</string> - - <!-- Category title for the Terminal Bell preferences --> - <string name="pref_bell_category">Terminal bell</string> - - <!-- Checkbox preference title for the audible terminal bell feature --> - <string name="pref_bell_title">Audible bell</string> - - <!-- Title for the slider preference to set the volume --> - <string name="pref_bell_volume_title">Bell volume</string> - - <!-- Checkbox preference title for the vibrate on terminal bell feature --> - <string name="pref_bell_vibrate_title">Vibrate on bell</string> - - <!-- Checkbox preference title for the receive notifications on terminal bell feature --> - <string name="pref_bell_notification_title">Background notifications</string> - <!-- Brief summary of the feature that is enabled when the checkbox preference for the receive notifications on terminal bell feature is checked --> - <string name="pref_bell_notification_summary">Send notification when a terminal running in the background sounds a bell.</string> - - <!-- Preference selection to indicate use of right side of keyboard for special shortcuts. --> - <string name="list_keymode_right">Use right-side keys</string> - <!-- Preference selection to indicate use of left side of keyboard for special shortcuts. --> - <string name="list_keymode_left">Use left-side keys</string> - <!-- Preference selection to indicate never to use special shortcut keys. --> - <string name="list_keymode_none">Disable</string> - - <!-- Preference to not use pubkeys to authenticate to this host. --> - <string name="list_pubkeyids_none">Do not use keys</string> - <!-- Preference to use any pubkey to authenticate to this host. --> - <string name="list_pubkeyids_any">Use any unlocked key</string> - - <!-- Frequency for which to check for program updates. --> - <string name="list_update_daily">Daily</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_weekly">Weekly</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_never">Never</string> - - <!-- Host nickname field preference title --> - <string name="hostpref_nickname_title">Nickname</string> - - <!-- Host color category preference title --> - <string name="hostpref_color_title">Color category</string> - - <!-- Host's default font size when opening the terminal in points (pt) --> - <string name="hostpref_fontsize_title">Font size (pt)</string> - - <!-- Host pubkey usage preference title --> - <string name="hostpref_pubkeyid_title">Use pubkey authentication</string> - - <!-- Preference title for the SSH Authentication Agent Forwarding for a host connection --> - <string name="hostpref_authagent_title">Use SSH auth agent</string> - - <!-- Host post-login automation preference title --> - <string name="hostpref_postlogin_title">Post-login automation</string> - <!-- Host post-login automation preference summary --> - <string name="hostpref_postlogin_summary">Commands to run on remote server once authenticated</string> - - <!-- Host compression preference title --> - <string name="hostpref_compression_title">Compression</string> - <!-- Summary for compression preference --> - <string name="hostpref_compression_summary">This may help with slower networks</string> - - <!-- Setting for whether we want a session to start up when we connect to a host --> - <string name="hostpref_wantsession_title">Start shell session</string> - <!-- Summary for field asking whether a shell session should be started up upon connection or not --> - <string name="hostpref_wantsession_summary">Disable this preference to only use port forwards</string> - - <!-- Setting for whether the host should be reconnected to automatically upon disconnect --> - <string name="hostpref_stayconnected_title">Stay connected</string> - <!-- Summary for preference asking whether the host should be reconnected to when it disconnects --> - <string name="hostpref_stayconnected_summary">Try to reconnect to host if disconnected</string> - - <!-- Setting for what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_title">DEL Key</string> - <!-- Summary for field asking what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_summary">The key code sent when DEL key is pressed</string> - - <!-- Host character encoding preference title --> - <string name="hostpref_encoding_title">Encoding</string> - <!-- Host character encoding preference summary --> - <string name="hostpref_encoding_summary">Character encoding for the host</string> - - <!-- Host preference category title for connection settings --> - <string name="hostpref_connection_category">Connection settings</string> - - <!-- Username field title for host editor preference --> - <string name="hostpref_username_title">Username</string> - - <!-- Hostname field title for host editor preference --> - <string name="hostpref_hostname_title">Host</string> - - <!-- Port field title for host editor preference --> - <string name="hostpref_port_title">Port</string> - - <!-- Displayed to indicate a host has never been connected to. --> - <string name="bind_never">Never connected</string> - <!-- The time that has elapsed since a host was connected to when it has been less than an hour. --> - <string name="bind_minutes">%1$s minutes ago</string> - <!-- The time that has elapsed since a host was connected to when it has been less than a day. --> - <string name="bind_hours">%1$s hours ago</string> - <!-- The time that has elapsed since a host was connected to when it has been a day or more. --> - <string name="bind_days">%1$s days ago</string> - - <!-- Message given when user copies from the terminal. --> - <string name="console_copy_done">Copied %1$d bytes to clipboard</string> - <!-- Instructions for how to copy from the terminal. The '\n' entries are to split lines to improve readability and prevent wrapping off the screen. --> - <string name="console_copy_start">Touch and drag\nor use directional pad\nto select area to copy</string> - - <!-- Button to close the disconnected terminal window. --> - <string name="console_menu_close">Close</string> - <!-- Button to begin copying from the terminal to the clipboard. --> - <string name="console_menu_copy">Copy</string> - <!-- Button to paste from the clipboard to the terminal. --> - <string name="console_menu_paste">Paste</string> - <!-- Button that brings user to the Port Forwards List. --> - <string name="console_menu_portforwards">Port Forwards</string> - <!-- Button that brings user to the terminal resizing dialog where they can force a size. --> - <string name="console_menu_resize">Force Size</string> - <!-- Button that brings up the list of URLs on the current screen --> - <string name="console_menu_urlscan">URL Scan</string> - - <!-- Selection for a "local" port forward. E.g., connections to a port listening locally is forwarded to the remote end's listening port. --> - <string name="portforward_local">Local</string> - <!-- Selection for a "remote" port forward. E.g., connections to a port listening remotely is forwarded to the local end's listening port. --> - <string name="portforward_remote">Remote</string> - <!-- Selection for a "dynamic" port forward. E.g., connections to a port listening locally is forwarded based on the SOCKS protocol to an arbitrary remote host and port. --> - <string name="portforward_dynamic">Dynamic (SOCKS)</string> - <!-- Button that commits the port forward to be made from the Port Forward Creation dialog. --> - <string name="portforward_pos">Create port forward</string> - - <string name="portforward_done">Successfully created port forward</string> - <string name="portforward_problem">Problem creating port forward, maybe you\'re using ports under 1024 or port is already used?</string> - - <string name="portforward_menu_add">Add port forward</string> - - <!-- The string to present in the quick-connect box to hint the user to the format for connecting to hosts. --> - <string name="hint_userhost">user@hostname</string> - - <!-- Hint given to user when the format they're using is incorrect in the quick-connect box. --> - <string name="list_format_error">Use the format "%1$s"</string> - - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_username">username</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_hostname">hostname</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_port">port</string> - - <string name="list_menu_pubkeys">Manage Pubkeys</string> - <!-- Selection choice to sort hosts by color. --> - <string name="list_menu_sortcolor">Sort by color</string> - <!-- Selection choice to sort hosts by nickname. --> - <string name="list_menu_sortname">Sort by name</string> - <string name="list_menu_settings">Settings</string> - - <string name="list_host_disconnect">Disconnect</string> - <string name="list_host_edit">Edit host</string> - <string name="list_host_portforwards">Edit port forwards</string> - <string name="list_host_delete">Delete host</string> - <!-- Note that the '\n' splits the lines so it's actually "quick-connect box below to connect" --> - <string name="list_host_empty">Use the quick-connect box\nbelow to connect to a host.</string> - - <!-- Default screen rotation preference selection --> - <string name="list_rotation_default">Default</string> - <string name="list_rotation_land">Force landscape</string> - <string name="list_rotation_port">Force portrait</string> - <!-- Selection to indicate the rotation should be selected automatically based on the tilt sensor. --> - <string name="list_rotation_auto">Automatic</string> - - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A then Space". --> - <string name="list_camera_ctrlaspace">Ctrl+A then Space</string> - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A". --> - <string name="list_camera_ctrla">Ctrl+A</string> - <!-- Selection to indicate pressing the Camera button should send the "Esc" key. --> - <string name="list_camera_esc">Esc</string> - <!-- Selection to indicate pressing the Camera button should send "Esc+A". --> - <string name="list_camera_esc_a">Esc+A</string> - <!-- Selection to indicate pressing the Camera button should send nothing at all. --> - <string name="list_camera_none">None</string> - - <!-- Name for the backspace character --> - <string name="list_delkey_backspace">Backspace</string> - <!-- Name for the ASCII DEL character --> - <string name="list_delkey_del">Delete</string> - - <string name="delete_message">Are you sure you want to delete \'%1$s\'?</string> - <string name="delete_pos">Yes, delete</string> - <string name="delete_neg">Utzi</string> - - <!-- Button to agree to license terms. --> - <string name="wizard_agree">Agree</string> - <!-- Button to go to the next page in the first time start-up wizard. --> - <string name="wizard_next">Next</string> - <!-- Button to go to the previous page in the first time start-up wizard. --> - <string name="wizard_back">Back</string> - - <string name="terminal_no_hosts_connected">No hosts currently connected</string> - - <!-- Displayed in terminal when attempting to connect to a host. The first two - variables are host:port and the third is the protocol (e.g., SSH) --> - <string name="terminal_connecting">Connecting to %1$s:%2$d via %3$s</string> - - <!-- Displays the host key to the user in the terminal --> - <string name="terminal_sucess">Verified host \'%1$s\' key: %2$s</string> - <string name="terminal_failed">Host key verification failed.</string> - - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_s2c_algorithm">Server-to-client algorithm: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_c2s_algorithm">Client-to-server algorithm: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_algorithm">Using algorithm: %1$s %2$s</string> - - <string name="terminal_auth">Trying to authenticate</string> - - <string name="terminal_auth_pass">Attempting \'password\' authentication</string> - <string name="terminal_auth_pass_fail">Authentication method \'password\' failed</string> - - <string name="terminal_auth_pubkey_any">Attempting \'publickey\' authentication with any in-memory public keys</string> - <string name="terminal_auth_pubkey_invalid">Selected public key is invalid, try reselecting key in host editor</string> - <string name="terminal_auth_pubkey_specific">Attempting \'publickey\' authentication with a specific public key</string> - <string name="terminal_auth_pubkey_fail">Authentication method \'publickey\' with key \'%1$s\' failed</string> - - <string name="terminal_auth_ki">Attempting \'keyboard-interactive\' authentication</string> - <string name="terminal_auth_ki_fail">Authentication method \'keyboard-interactive\' failed</string> - - <string name="terminal_auth_fail">[Your host doesn\'t support \'password\' or \'keyboard-interactive\' authentication.]</string> - - <string name="terminal_no_session">Session will not be started due to host preference.</string> - <string name="terminal_enable_portfoward">Enable port forward: %1$s</string> - - <string name="local_shell_unavailable">Failure! Local shell is unavailable on this phone.</string> - - <!-- Text sent to the user to alert them that a Terminal Bell is received in a background session --> - <string name="notification_text">%1$s wants your attention.</string> - - <!-- Dialog title when a new version of ConnectBot is detected. --> - <string name="upgrade">New version</string> - <!-- Button selection to upgrade to the latest ConnectBot when one is available. --> - <string name="upgrade_pos">Yes, upgrade</string> - <!-- Button selection to skip upgrading to the latest ConnectBot when one is available. --> - <string name="upgrade_neg">Not right now</string> - - <!-- Preference selection for SSH Authentication Agent to never use pubkeys --> - <string name="no">No</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys "with confirmation" only --> - <string name="with_confirmation">With confirmation</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys --> - <string name="yes">Yes</string> - - <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> - <string name="exceptions_submit_message">It appears ConnectBot had a problem last time it ran. Submit error report to ConnectBot developers?</string> - - <!-- Menu selection to reset colors to their defaults. --> - <string name="menu_colors_reset">Reset</string> - - <!-- Displayed in the notification bar that connections are active --> - <string name="app_is_running">ConnectBot is running</string> - - <string name="color_red">red</string> - <string name="color_green">green</string> - <string name="color_blue">blue</string> - <string name="color_gray">gray</string> + <string name="app_desc">Erraza, boteretsua, sftware askeko SSH bezeroa</string> + <string name="title_hosts_list">Ostalariak</string> + <string name="title_pubkey_list">Giltz publikoak</string> + <string name="title_host_editor">Ostalaria</string> + <string name="title_help">Laguntza</string> + <string name="menu_insert">Gehitu ostalaria</string> + <string name="menu_delete">Ezabatu ostalaria</string> + <string name="menu_preferences">Hobespenak</string> + <string name="help_about">ConectBot-eri buruz</string> + <string name="pubkey_generate">Sortu</string> + <string name="pubkey_import">Inportatu</string> + <string name="pubkey_delete">Ezabatu giltza</string> + <string name="pubkey_generating">Giltz parea sortzen...</string> + <string name="pubkey_copy_private">Kopiatu giltz pribatua</string> + <string name="pubkey_copy_public">Kopiatu giltz publikoa</string> + <string name="pubkey_list_empty">Tap Menu to create\nor import key pairs.</string> + <string name="pubkey_unknown_format">Formatu ezezaguna</string> + <string name="pubkey_change_password">Aldatu pasahitza</string> + <string name="pubkey_list_pick">Aukeratu /sdcard-etik</string> + <string name="portforward_list_empty">Tap Menu to create\nport forwards.</string> + <string name="list_format_error">Use the format %1$s</string> + <string name="delete_neg">Utzi</string> + <string name="exceptions_submit_message">It appears ConnectBot had a problem last time it ran. Submit error report to ConnectBot developers?</string> </resources> diff --git a/res/values-fa/strings.xml b/res/values-fa/strings.xml new file mode 100644 index 0000000..94edc23 --- /dev/null +++ b/res/values-fa/strings.xml @@ -0,0 +1,2 @@ +<?xml version='1.0' encoding='utf-8'?> +<resources/> diff --git a/res/values-fi/strings.xml b/res/values-fi/strings.xml index 1682486..fd3ba86 100644 --- a/res/values-fi/strings.xml +++ b/res/values-fi/strings.xml @@ -1,461 +1,206 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * ConnectBot: simple, powerful, open-source SSH client for Android - * Copyright 2007 Kenny Root, Jeffrey Sharkey - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ ---> +<?xml version='1.0' encoding='utf-8'?> <resources> - <string name="app_desc">Yksinkertainen, tehokas, avoimen lähdekoodin SSH-asiakasohjelma.</string> - - <!-- Window title for the Host List --> - <string name="title_hosts_list">Palvelimet</string> - <!-- Window title for the Pubkeys List --> - <string name="title_pubkey_list">Julkiset avaimet</string> - <!-- Window title for the Port Forwards List --> - <string name="title_port_forwards_list">Porttiohjaukset</string> - <!-- Window title when editing host details --> - <string name="title_host_editor">Palvelimen muokkaus</string> - <!-- Window title for Help index --> - <string name="title_help">Ohje</string> - <!-- Window title for color list editing screen --> - <string name="title_colors">Värit</string> - - <string name="resolve_connect">Yhdistä</string> - <!-- Menu selection where user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="resolve_entropy">Gather Entropy</string> - - <string name="menu_insert">Lisää palvelin</string> - <string name="menu_delete">Poista palvelin</string> - <string name="menu_preferences">Asetukset</string> - - <string name="help_intro">Ole hyvä ja valitse alta aihe, josta haluaisit tietää lisää.</string> - <string name="help_about">Tietoja ConnectBotista</string> - <string name="help_keyboard">Näppäimistö</string> - - <string name="pubkey_generate">Luo</string> - <string name="pubkey_import">Tuo</string> - <string name="pubkey_delete">Poista avain</string> - <!-- Dialog title when user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="pubkey_gather_entropy">Gathering Entropy</string> - <string name="pubkey_touch_prompt">Kosketa tätä laatikkoa kerätäksesi satunnaisdataa: %1$d%% valmiina</string> - <string name="pubkey_touch_hint">Varmistaaksesi avaimen luonnin satunnaisuuden, liikuta sormeasi alla olevan laatikon kohdalla sattumanvaraisesti.</string> - <string name="pubkey_generating">Luodaan avainparia...</string> - <string name="pubkey_copy_private">Kopio yksityinen avain</string> - <string name="pubkey_copy_public">Kopioi julkinen avain</string> - <!-- Note that the '\n' just splits lines, so it's actually "create or import" --> - <string name="pubkey_list_empty">Tap "Menu" to create\nor import key pairs.</string> - <string name="pubkey_unknown_format">Tuntematon tyyppi</string> - <string name="pubkey_change_password">Vaihda salasana</string> - <string name="pubkey_list_pick">Pick from /sdcard</string> - <string name="pubkey_import_parse_problem">Ongelma käsiteltäessä tuotua avainparia</string> - <string name="pubkey_unlock">Unlock key</string> - <string name="pubkey_failed_add">Bad password for key \'%1$s\'. Authentication failed.</string> - <string name="pubkey_memory_load">Load into memory</string> - <string name="pubkey_memory_unload">Unload from memory</string> - <string name="pubkey_load_on_start">Load key on start</string> - <!-- Pubkey preference asking user whether the key use should be confirmed via prompt before it can be used for authentication --> - <string name="pubkey_confirm_use">Confirm before use</string> - - <!-- Note that the '\n' splits lines, so it's actually "create port forwards" --> - <string name="portforward_list_empty">Tap "Menu" to create\nport forwards.</string> - <string name="portforward_edit">Edit port forward</string> - <string name="portforward_delete">Delete port forward</string> - - <string name="prompt_nickname">Nickname:</string> - <!-- An example string that could be used as a nickname for a pubkey. --> - <string name="prompt_nickname_hint_pubkey">My work key</string> - <!-- The source TCP port for port forwards. --> - <string name="prompt_source_port">Source port:</string> - <!-- The "host:port" combination used for port forward destinations. --> - <string name="prompt_destination">Destination:</string> - <string name="prompt_old_password">Old password:</string> - <string name="prompt_password">Password:</string> - <!-- Added after a "Password:" prompt to indicate user needs to confirm entry. --> - <string name="prompt_again">(again)</string> - <!-- Label for the user to select port forward type. --> - <string name="prompt_type">Type:</string> - <string name="prompt_password_can_be_blank">Note: password can be blank</string> - <!-- Prompt for the size of the private key in bits. --> - <string name="prompt_bits">Bits:</string> - - <!-- Prompt for the password to unlock a certain pubkey. --> - <string name="prompt_pubkey_password">Password for key \'%1$s\'</string> - - <!-- Prompt for whether to allow SSH Authentication Agent to use the specified key. Note that the '\n' means split the line so it's actually "host to use key" --> - <string name="prompt_allow_agent_to_use_key">Allow remote host to\nuse key \'%1$s\'?</string> - - <!-- The header of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning_header">WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!</string> - <!-- The body of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning">IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!\nSomeone could be eavesdropping on you right now (man-in-the-middle attack)!\nIt is also possible that the host key has just been changed.</string> - - <!-- Prompt user gets when the remote host has disconnected unexpectedly. --> - <string name="prompt_host_disconnected">Host has disconnected.\nClose session?</string> - <!-- Prompt user must answer yes or no to when the remote host fails verification of encryption fingerprint --> - <string name="prompt_continue_connecting">Are you sure you want\nto continue connecting?</string> - - <!-- Sent to user when the remote public encryption key fingerprint doesn't match the local database --> - <string name="host_authenticity_warning">The authenticity of host \'%1$s\' can\'t be established.</string> - <!-- First field is encryption algorithm. Second is the actual fingerprint in hex digits --> - <string name="host_fingerprint">Host %1$s key fingerprint is %2$s</string> - - <string name="alert_passwords_do_not_match_msg">Passwords do not match!</string> - <string name="alert_wrong_password_msg">Wrong password!</string> - <string name="alert_key_corrupted_msg">Private key appears corrupt!</string> - <string name="alert_sdcard_absent">SD card is not inserted!</string> - - <!-- Add a new item (e.g., host or pubkey) to the list. --> - <string name="button_add">Add</string> - <!-- Change an existing item's (e.g., host or pubkey) details. --> - <string name="button_change">Change</string> - <!-- Button that begins the generation of a public key pair. --> - <string name="button_generate">Generate Key</string> - <!-- Button that resizes the screen to the user-specified dimensions. --> - <string name="button_resize">Resize</string> - - <string name="alert_disconnect_msg">Connection Lost</string> - - <string name="msg_copyright">Copyright © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> - - <!-- The category title for terminal emulation preferences. --> - <string name="pref_emulation_category">Terminal emulation</string> - - <!-- Name for the emulation terminal type preference. --> - <string name="pref_emulation_title">Emulation mode</string> - <!-- Description of the emulation terminal type preference. --> - <string name="pref_emulation_summary">Terminal emulation mode to use for PTY connections</string> - - <!-- Name for the scrollback size preference --> - <string name="pref_scrollback_title">Scrollback size</string> - <!-- Description of the scrollback size preference --> - <string name="pref_scrollback_summary">Size of scrollback buffer to keep in memory for each console</string> - - <!-- The category title for user interface preferences --> - <string name="pref_ui_category">User interface</string> - - <!-- Name for the rotation mode preference --> - <string name="pref_rotation_title">Rotation mode</string> - <!-- Summary for the rotation mode preference --> - <string name="pref_rotation_summary">How to change rotation when keyboard popped in/out</string> - - <!-- Name for the full screen preference --> - <string name="pref_fullscreen_title">Full screen</string> - <!-- Summary for the full screen preference --> - <string name="pref_fullscreen_summary">Hide status bar while in console</string> - - <!-- Name for the memorize keys preference --> - <string name="pref_memkeys_title">Remember keys in memory</string> - <!-- Summary for the memorize keys preference --> - <string name="pref_memkeys_summary">Keep unlocked keys in memory until backend service is terminated</string> - - <!-- Name for the update check preference --> - <string name="pref_update_title">Update check</string> - <!-- Summary for the update check preference --> - <string name="pref_update_summary">Set the maximum frequency to check for ConnectBot updates</string> - - <!-- Name for the preference that forces the service to stay running in the background.--> - <string name="pref_conn_persist_title">Persist connections</string> - <!-- Summary for the preference that forces the service to stay running in the background. --> - <string name="pref_conn_persist_summary">Force connections to stay connected while in background</string> - - <!-- Name for the keyboard shortcuts preference --> - <string name="pref_keymode_title">Directory shortcuts</string> - <!-- Summary for the keyboard shortcuts preference --> - <string name="pref_keymode_summary">Select how to use Alt for \'/\' and Shift for Tab</string> - - <!-- Name for the camera shortcut usage preference --> - <string name="pref_camera_title">Camera shortcut</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_camera_summary">Select which shortcut to trigger when the camera button is pushed</string> - - <!-- Name for the keep screen on preference --> - <string name="pref_keepalive_title">Keep screen awake</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_keepalive_summary">Prevent the screen from turning off when working in a console</string> - - <!-- Name for the Wi-Fi lock preference --> - <string name="pref_wifilock_title">Keep Wi-Fi active</string> - <!-- Summary for the Wi-Fi lock preference --> - <string name="pref_wifilock_summary">Prevent Wi-Fi from turning off when a session is active</string> - - <!-- Name for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_title">Bumpy arrows</string> - <!-- Summary for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_summary">Vibrate when sending arrow keys from trackball; useful for laggy connections</string> - - <!-- Category title for the Terminal Bell preferences --> - <string name="pref_bell_category">Terminal bell</string> - - <!-- Checkbox preference title for the audible terminal bell feature --> - <string name="pref_bell_title">Audible bell</string> - - <!-- Title for the slider preference to set the volume --> - <string name="pref_bell_volume_title">Bell volume</string> - - <!-- Checkbox preference title for the vibrate on terminal bell feature --> - <string name="pref_bell_vibrate_title">Vibrate on bell</string> - - <!-- Checkbox preference title for the receive notifications on terminal bell feature --> - <string name="pref_bell_notification_title">Background notifications</string> - <!-- Brief summary of the feature that is enabled when the checkbox preference for the receive notifications on terminal bell feature is checked --> - <string name="pref_bell_notification_summary">Send notification when a terminal running in the background sounds a bell.</string> - - <!-- Preference selection to indicate use of right side of keyboard for special shortcuts. --> - <string name="list_keymode_right">Use right-side keys</string> - <!-- Preference selection to indicate use of left side of keyboard for special shortcuts. --> - <string name="list_keymode_left">Use left-side keys</string> - <!-- Preference selection to indicate never to use special shortcut keys. --> - <string name="list_keymode_none">Disable</string> - - <!-- Preference to not use pubkeys to authenticate to this host. --> - <string name="list_pubkeyids_none">Do not use keys</string> - <!-- Preference to use any pubkey to authenticate to this host. --> - <string name="list_pubkeyids_any">Use any unlocked key</string> - - <!-- Frequency for which to check for program updates. --> - <string name="list_update_daily">Daily</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_weekly">Weekly</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_never">Never</string> - - <!-- Host nickname field preference title --> - <string name="hostpref_nickname_title">Nickname</string> - - <!-- Host color category preference title --> - <string name="hostpref_color_title">Color category</string> - - <!-- Host's default font size when opening the terminal in points (pt) --> - <string name="hostpref_fontsize_title">Font size (pt)</string> - - <!-- Host pubkey usage preference title --> - <string name="hostpref_pubkeyid_title">Use pubkey authentication</string> - - <!-- Preference title for the SSH Authentication Agent Forwarding for a host connection --> - <string name="hostpref_authagent_title">Use SSH auth agent</string> - - <!-- Host post-login automation preference title --> - <string name="hostpref_postlogin_title">Post-login automation</string> - <!-- Host post-login automation preference summary --> - <string name="hostpref_postlogin_summary">Commands to run on remote server once authenticated</string> - - <!-- Host compression preference title --> - <string name="hostpref_compression_title">Compression</string> - <!-- Summary for compression preference --> - <string name="hostpref_compression_summary">This may help with slower networks</string> - - <!-- Setting for whether we want a session to start up when we connect to a host --> - <string name="hostpref_wantsession_title">Start shell session</string> - <!-- Summary for field asking whether a shell session should be started up upon connection or not --> - <string name="hostpref_wantsession_summary">Disable this preference to only use port forwards</string> - - <!-- Setting for whether the host should be reconnected to automatically upon disconnect --> - <string name="hostpref_stayconnected_title">Stay connected</string> - <!-- Summary for preference asking whether the host should be reconnected to when it disconnects --> - <string name="hostpref_stayconnected_summary">Try to reconnect to host if disconnected</string> - - <!-- Setting for what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_title">DEL Key</string> - <!-- Summary for field asking what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_summary">The key code sent when DEL key is pressed</string> - - <!-- Host character encoding preference title --> - <string name="hostpref_encoding_title">Encoding</string> - <!-- Host character encoding preference summary --> - <string name="hostpref_encoding_summary">Character encoding for the host</string> - - <!-- Host preference category title for connection settings --> - <string name="hostpref_connection_category">Connection settings</string> - - <!-- Username field title for host editor preference --> - <string name="hostpref_username_title">Username</string> - - <!-- Hostname field title for host editor preference --> - <string name="hostpref_hostname_title">Host</string> - - <!-- Port field title for host editor preference --> - <string name="hostpref_port_title">Port</string> - - <!-- Displayed to indicate a host has never been connected to. --> - <string name="bind_never">Never connected</string> - <!-- The time that has elapsed since a host was connected to when it has been less than an hour. --> - <string name="bind_minutes">%1$s minutes ago</string> - <!-- The time that has elapsed since a host was connected to when it has been less than a day. --> - <string name="bind_hours">%1$s hours ago</string> - <!-- The time that has elapsed since a host was connected to when it has been a day or more. --> - <string name="bind_days">%1$s days ago</string> - - <!-- Message given when user copies from the terminal. --> - <string name="console_copy_done">Copied %1$d bytes to clipboard</string> - <!-- Instructions for how to copy from the terminal. The '\n' entries are to split lines to improve readability and prevent wrapping off the screen. --> - <string name="console_copy_start">Touch and drag\nor use directional pad\nto select area to copy</string> - - <!-- Button to close the disconnected terminal window. --> - <string name="console_menu_close">Close</string> - <!-- Button to begin copying from the terminal to the clipboard. --> - <string name="console_menu_copy">Copy</string> - <!-- Button to paste from the clipboard to the terminal. --> - <string name="console_menu_paste">Paste</string> - <!-- Button that brings user to the Port Forwards List. --> - <string name="console_menu_portforwards">Port Forwards</string> - <!-- Button that brings user to the terminal resizing dialog where they can force a size. --> - <string name="console_menu_resize">Force Size</string> - <!-- Button that brings up the list of URLs on the current screen --> - <string name="console_menu_urlscan">URL Scan</string> - - <!-- Selection for a "local" port forward. E.g., connections to a port listening locally is forwarded to the remote end's listening port. --> - <string name="portforward_local">Local</string> - <!-- Selection for a "remote" port forward. E.g., connections to a port listening remotely is forwarded to the local end's listening port. --> - <string name="portforward_remote">Remote</string> - <!-- Selection for a "dynamic" port forward. E.g., connections to a port listening locally is forwarded based on the SOCKS protocol to an arbitrary remote host and port. --> - <string name="portforward_dynamic">Dynamic (SOCKS)</string> - <!-- Button that commits the port forward to be made from the Port Forward Creation dialog. --> - <string name="portforward_pos">Create port forward</string> - - <string name="portforward_done">Successfully created port forward</string> - <string name="portforward_problem">Problem creating port forward, maybe you\'re using ports under 1024 or port is already used?</string> - - <string name="portforward_menu_add">Add port forward</string> - - <!-- The string to present in the quick-connect box to hint the user to the format for connecting to hosts. --> - <string name="hint_userhost">user@hostname</string> - - <!-- Hint given to user when the format they're using is incorrect in the quick-connect box. --> - <string name="list_format_error">Use the format "%1$s"</string> - - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_username">username</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_hostname">hostname</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_port">port</string> - - <string name="list_menu_pubkeys">Manage Pubkeys</string> - <!-- Selection choice to sort hosts by color. --> - <string name="list_menu_sortcolor">Sort by color</string> - <!-- Selection choice to sort hosts by nickname. --> - <string name="list_menu_sortname">Sort by name</string> - <string name="list_menu_settings">Settings</string> - - <string name="list_host_disconnect">Disconnect</string> - <string name="list_host_edit">Edit host</string> - <string name="list_host_portforwards">Edit port forwards</string> - <string name="list_host_delete">Delete host</string> - <!-- Note that the '\n' splits the lines so it's actually "quick-connect box below to connect" --> - <string name="list_host_empty">Use the quick-connect box\nbelow to connect to a host.</string> - - <!-- Default screen rotation preference selection --> - <string name="list_rotation_default">Default</string> - <string name="list_rotation_land">Force landscape</string> - <string name="list_rotation_port">Force portrait</string> - <!-- Selection to indicate the rotation should be selected automatically based on the tilt sensor. --> - <string name="list_rotation_auto">Automatic</string> - - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A then Space". --> - <string name="list_camera_ctrlaspace">Ctrl+A then Space</string> - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A". --> - <string name="list_camera_ctrla">Ctrl+A</string> - <!-- Selection to indicate pressing the Camera button should send the "Esc" key. --> - <string name="list_camera_esc">Esc</string> - <!-- Selection to indicate pressing the Camera button should send "Esc+A". --> - <string name="list_camera_esc_a">Esc+A</string> - <!-- Selection to indicate pressing the Camera button should send nothing at all. --> - <string name="list_camera_none">None</string> - - <!-- Name for the backspace character --> - <string name="list_delkey_backspace">Backspace</string> - <!-- Name for the ASCII DEL character --> - <string name="list_delkey_del">Delete</string> - - <string name="delete_message">Are you sure you want to delete \'%1$s\'?</string> - <string name="delete_pos">Yes, delete</string> - <string name="delete_neg">Cancel</string> - - <!-- Button to agree to license terms. --> - <string name="wizard_agree">Agree</string> - <!-- Button to go to the next page in the first time start-up wizard. --> - <string name="wizard_next">Next</string> - <!-- Button to go to the previous page in the first time start-up wizard. --> - <string name="wizard_back">Back</string> - - <string name="terminal_no_hosts_connected">No hosts currently connected</string> - - <!-- Displayed in terminal when attempting to connect to a host. The first two - variables are host:port and the third is the protocol (e.g., SSH) --> - <string name="terminal_connecting">Connecting to %1$s:%2$d via %3$s</string> - - <!-- Displays the host key to the user in the terminal --> - <string name="terminal_sucess">Verified host \'%1$s\' key: %2$s</string> - <string name="terminal_failed">Host key verification failed.</string> - - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_s2c_algorithm">Server-to-client algorithm: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_c2s_algorithm">Client-to-server algorithm: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_algorithm">Using algorithm: %1$s %2$s</string> - - <string name="terminal_auth">Trying to authenticate</string> - - <string name="terminal_auth_pass">Attempting \'password\' authentication</string> - <string name="terminal_auth_pass_fail">Authentication method \'password\' failed</string> - - <string name="terminal_auth_pubkey_any">Attempting \'publickey\' authentication with any in-memory public keys</string> - <string name="terminal_auth_pubkey_invalid">Selected public key is invalid, try reselecting key in host editor</string> - <string name="terminal_auth_pubkey_specific">Attempting \'publickey\' authentication with a specific public key</string> - <string name="terminal_auth_pubkey_fail">Authentication method \'publickey\' with key \'%1$s\' failed</string> - - <string name="terminal_auth_ki">Attempting \'keyboard-interactive\' authentication</string> - <string name="terminal_auth_ki_fail">Authentication method \'keyboard-interactive\' failed</string> - - <string name="terminal_auth_fail">[Your host doesn\'t support \'password\' or \'keyboard-interactive\' authentication.]</string> - - <string name="terminal_no_session">Session will not be started due to host preference.</string> - <string name="terminal_enable_portfoward">Enable port forward: %1$s</string> - - <string name="local_shell_unavailable">Failure! Local shell is unavailable on this phone.</string> - - <!-- Text sent to the user to alert them that a Terminal Bell is received in a background session --> - <string name="notification_text">%1$s wants your attention.</string> - - <!-- Dialog title when a new version of ConnectBot is detected. --> - <string name="upgrade">New version</string> - <!-- Button selection to upgrade to the latest ConnectBot when one is available. --> - <string name="upgrade_pos">Yes, upgrade</string> - <!-- Button selection to skip upgrading to the latest ConnectBot when one is available. --> - <string name="upgrade_neg">Not right now</string> - - <!-- Preference selection for SSH Authentication Agent to never use pubkeys --> - <string name="no">No</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys "with confirmation" only --> - <string name="with_confirmation">With confirmation</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys --> - <string name="yes">Yes</string> - - <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> - <string name="exceptions_submit_message">It appears ConnectBot had a problem last time it ran. Submit error report to ConnectBot developers?</string> - - <!-- Menu selection to reset colors to their defaults. --> - <string name="menu_colors_reset">Reset</string> - - <!-- Displayed in the notification bar that connections are active --> - <string name="app_is_running">ConnectBot is running</string> - - <string name="color_red">red</string> - <string name="color_green">green</string> - <string name="color_blue">blue</string> - <string name="color_gray">gray</string> + <string name="app_desc">Yksinkertainen ja tehokas avoimen lähdekoodin SSH-asiakasohjelma.</string> + <string name="service_desc">Ylläpitää SSH yhteydet ja ladatut julkiset avaimet</string> + <string name="title_hosts_list">Palvelimet</string> + <string name="title_pubkey_list">Julkiset avaimet</string> + <string name="title_port_forwards_list">Porttiohjaukset</string> + <string name="title_host_editor">Muokaa palvelinta</string> + <string name="title_help">Ohje</string> + <string name="title_colors">Värit</string> + <string name="resolve_connect">Yhdistä</string> + <string name="resolve_entropy">Satunnaisdatan keräys</string> + <string name="menu_insert">Lisää palvelin</string> + <string name="menu_delete">Poista palvelin</string> + <string name="menu_preferences">Asetukset</string> + <string name="help_intro">Valitse alta aihe, josta haluat lisätietoja.</string> + <string name="help_about">Tietoja ConnectBotista</string> + <string name="help_keyboard">Näppäimistö</string> + <string name="pubkey_generate">Luo</string> + <string name="pubkey_import">Tuo</string> + <string name="pubkey_delete">Poista avain</string> + <string name="pubkey_gather_entropy">Kerätään satunnaisdataa</string> + <string name="pubkey_touch_prompt">Kosketa tätä laatikkoa kerätäksesi satunnaisdataa: %1$d%% valmiina</string> + <string name="pubkey_touch_hint">Liikuta sormeasi alla olevan laatikon kohdalla sattumanvaraisesti varmistaaksesi avaimen luonnin satunnaisuuden.</string> + <string name="pubkey_generating">Luodaan avainparia...</string> + <string name="pubkey_copy_private">Kopio yksityinen avain</string> + <string name="pubkey_copy_public">Kopioi julkinen avain</string> + <string name="pubkey_list_empty">Paina valikkopainiketta\nluodaksesi tai tuodaksesi\navainpareja.</string> + <string name="pubkey_unknown_format">Tuntematon tyyppi</string> + <string name="pubkey_change_password">Vaihda salasana</string> + <string name="pubkey_list_pick">Hae sijainnista /sdcard</string> + <string name="pubkey_import_parse_problem">Ongelma käsiteltäessä tuotua avainparia</string> + <string name="pubkey_unlock">Poista avaimen lukitus</string> + <string name="pubkey_failed_add">Väärä salasana avaimelle \'%1$s\'. Tunnistus epäonnistui.</string> + <string name="pubkey_memory_load">Lataa muistiin</string> + <string name="pubkey_memory_unload">Poista muistista</string> + <string name="pubkey_load_on_start">Lataa avain käynnistyksen yhteydessä</string> + <string name="pubkey_confirm_use">Vahvista ennen käyttöä</string> + <string name="portforward_list_empty">Paina valikkopainiketta\nluodaksesi porttiohjauksia.</string> + <string name="portforward_edit">Muokkaa porttiohjausta</string> + <string name="portforward_delete">Poista porttiohjaus</string> + <string name="prompt_nickname">Lempinimi:</string> + <string name="prompt_nickname_hint_pubkey">Työavain</string> + <string name="prompt_source_port">Lähdeportti:</string> + <string name="prompt_destination">Kohde:</string> + <string name="prompt_old_password">Vanha salasana:</string> + <string name="prompt_password">Salasana:</string> + <string name="prompt_again">(uudelleen)</string> + <string name="prompt_type">Tyyppi:</string> + <string name="prompt_password_can_be_blank">Huomio: salasana voi olla sisältämättä merkkejä</string> + <string name="prompt_bits">Bittejä:</string> + <string name="prompt_pubkey_password">Salasana avaimelle \'%1$s\'</string> + <string name="prompt_allow_agent_to_use_key">Hyväksy etäyhteys:\nkäytä avainta \'%1$s\'</string> + <string name="host_verification_failure_warning_header">VAROITUS: ETÄPÄÄN KONEEN TUNNISTE ON MUUTTUNUT!</string> + <string name="host_verification_failure_warning">JOKU SAATTAA OLLA TEKEMÄSSÄ PAHOJAAN!\nOn mahdollista, että yhteyttäsi salakuunnellaan (niin kutsuttu man-in-the-middle -hyökkäys)!\nOn toki myös mahdollista, että palvelimen avainta vain on muutettu.</string> + <string name="prompt_host_disconnected">Palvelin katkaisi yhteyden.\nSuljetaanko istunto?</string> + <string name="prompt_continue_connecting">Haluatko varmasti\njatkaa yhdistämistä?</string> + <string name="host_fingerprint">Palvelimen %1$s avaimen sormenjälki: %2$s</string> + <string name="alert_passwords_do_not_match_msg">Salasanat eivät täsmää!</string> + <string name="alert_wrong_password_msg">Väärä salasana!</string> + <string name="alert_key_corrupted_msg">Yksityinen avain vaikuttaa korruptoituneelta.</string> + <string name="alert_sdcard_absent">Laitteessa ei ole muistikorttia!</string> + <string name="button_add">Lisää</string> + <string name="button_change">Muokkaa</string> + <string name="button_generate">Luo avain</string> + <string name="button_resize">Muuta kokoa</string> + <string name="alert_disconnect_msg">Yhteys katkesi</string> + <string name="msg_copyright">Tekijänoikeudet © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> + <string name="pref_emulation_category">Pääte-emulaattori</string> + <string name="pref_emulation_title">Emulointitila</string> + <string name="pref_emulation_summary">PTY-yhteyksissä käytettävä emulointitila</string> + <string name="pref_scrollback_title">Vierityspuskurin koko</string> + <string name="pref_scrollback_summary">Konsolikohtainen koko vierityspuskurille, jossa pidetään konsolin historiaa</string> + <string name="pref_ui_category">Käyttöliittymä</string> + <string name="pref_rotation_title">Näytön pyöritys</string> + <string name="pref_rotation_summary">Miten näyttöä pyöritetään kun näppäimistö tulee näkyviin/poistuu näkyvistä</string> + <string name="pref_fullscreen_title">Kokoruutu</string> + <string name="pref_fullscreen_summary">Piilota ilmoitusalue konsolikäytössä</string> + <string name="pref_memkeys_title">Pidä avaimet muistissa</string> + <string name="pref_memkeys_summary">Pitää avatut avaimet muistissa kunnes taustapalvelu suljetaan</string> + <string name="pref_update_title">Päivitysten tarkistus</string> + <string name="pref_update_summary">Kuinka usein ConnectBot enintään tarkistaa päivitykset</string> + <string name="pref_conn_persist_title">Ylläpidä yhteys</string> + <string name="pref_conn_persist_summary">Pakottaa yhteyden pysymään aktiivisena ohjelman ollessa taustalla</string> + <string name="pref_keymode_title">Pikanäppäimet</string> + <string name="pref_camera_title">Kamera-pikanäppäin</string> + <string name="pref_camera_summary">Valitse kamerapainikkeesta suoritettava toiminto</string> + <string name="pref_keepalive_title">Pidä näyttö päällä</string> + <string name="pref_keepalive_summary">Estää näytön sammumisen työskenneltäessä konsolissa</string> + <string name="pref_wifilock_title">Pidä Wi-Fi-yhteys päällä</string> + <string name="pref_wifilock_summary">Estää Wi-Fi-yhteyden katkaisemisen kun istunto on aktiivinen</string> + <string name="pref_bumpyarrows_title">Värinä nuolista</string> + <string name="pref_bumpyarrows_summary">Värinäefekti aina kun nuolinäppäinten painalluksia lähetetään palvelimelle. Kätevä hitaille yhteyksille.</string> + <string name="pref_bell_category">Päätteen kello</string> + <string name="pref_bell_title">Kellon äänet käytössä</string> + <string name="pref_bell_volume_title">Kellon äänenvoimakkuus</string> + <string name="pref_bell_vibrate_title">Värinäefekti kellosta</string> + <string name="pref_bell_notification_title">Taustailmoitukset</string> + <string name="pref_bell_notification_summary">Näyttää ilmoituksen kun taustalla olevassa päätteessä soitetaan kelloa.</string> + <string name="list_keymode_right">Käytä oikean reunan erikoispainikkeita</string> + <string name="list_keymode_left">Käytä vasemman reunan erikoispainikkeita</string> + <string name="list_keymode_none">Pois käytöstä</string> + <string name="list_pubkeyids_none">Älä käytä avaimia</string> + <string name="list_pubkeyids_any">Käytä mitä tahansa avattua avainta</string> + <string name="list_update_daily">Päivittäin</string> + <string name="list_update_weekly">Viikoittain</string> + <string name="list_update_never">Ei koskaan</string> + <string name="hostpref_nickname_title">Lempinimi</string> + <string name="hostpref_color_title">Väri</string> + <string name="hostpref_fontsize_title">Kirjasimen koko (pistettä)</string> + <string name="hostpref_pubkeyid_title">Kirjaudu avainparilla</string> + <string name="hostpref_authagent_title">Käytä SSH-kirjautumisagenttia</string> + <string name="hostpref_postlogin_title">Kirjautumisen jälkeiset automaattiset toimenpiteet</string> + <string name="hostpref_postlogin_summary">Palvelimella kirjautumisen jälkeen ajettavat komennot</string> + <string name="hostpref_compression_title">Pakkaus</string> + <string name="hostpref_compression_summary">Tämä voi helpottaa hitaiden yhteyksien käyttämistä</string> + <string name="hostpref_wantsession_title">Käynnistä komentorivi-istunto</string> + <string name="hostpref_wantsession_summary">Ota tämä pois käytöstä jos käytät vain porttiohjausta</string> + <string name="hostpref_stayconnected_title">Pysy yhteydessä</string> + <string name="hostpref_stayconnected_summary">Yritä yhdistää palvelimeen uudelleen yhteyden katkeamisen jälkeen</string> + <string name="hostpref_delkey_title">Del-näppäin</string> + <string name="hostpref_delkey_summary">Del-näppäintä painettaessa lähetettävä näppäinkoodi</string> + <string name="hostpref_encoding_title">Merkistökoodaus</string> + <string name="hostpref_encoding_summary">Palvelimella käytettävä merkistökoodaus</string> + <string name="hostpref_connection_category">Yhteysasetukset</string> + <string name="hostpref_username_title">Käyttäjätunnus</string> + <string name="hostpref_hostname_title">Palvelin</string> + <string name="hostpref_port_title">Portti</string> + <string name="bind_never">Ei koskaan yhdistetty</string> + <string name="bind_minutes">%1$s minuuttia sitten</string> + <string name="bind_hours">%1$s tuntia sitten</string> + <string name="bind_days">%1$s päivää sitten</string> + <string name="console_copy_done">%1$d tavua kopioitu leikepöydälle</string> + <string name="console_copy_start">Maalaa koskettamalla\ntai käytä nuolinäppäimiä\nvalitaksesi kopioitavan alueen</string> + <string name="console_menu_close">Sulje</string> + <string name="console_menu_copy">Kopioi</string> + <string name="console_menu_paste">Liitä</string> + <string name="console_menu_portforwards">Porttiohjaukset</string> + <string name="console_menu_resize">Pakota koko</string> + <string name="console_menu_urlscan">URL-haku</string> + <string name="button_yes">Kyllä</string> + <string name="button_no">Ei</string> + <string name="portforward_local">Paikallinen</string> + <string name="portforward_remote">Etä</string> + <string name="portforward_dynamic">Dynaaminen (SOCKS)</string> + <string name="portforward_pos">Luo porttiohjaus</string> + <string name="portforward_done">Porttiohjaus luotu onnistuneesti</string> + <string name="portforward_menu_add">Lisää porttiohjaus</string> + <string name="hint_userhost">tunnus\@palvelin</string> + <string name="list_format_error">Käytä muotoa %1$s</string> + <string name="format_username">käyttäjätunnus</string> + <string name="format_hostname">palvelin</string> + <string name="format_port">portti</string> + <string name="list_menu_pubkeys">Hallitse avaimia</string> + <string name="list_menu_sortcolor">Lajittele värin mukaan</string> + <string name="list_menu_sortname">Lajittele nimen mukaan</string> + <string name="list_menu_settings">Asetukset</string> + <string name="list_host_disconnect">Katkaise</string> + <string name="list_host_edit">Muokkaa palvelinta</string> + <string name="list_host_portforwards">Muokkaa porttiohjauksia</string> + <string name="list_host_delete">Poista palvelin</string> + <string name="list_host_empty">Käytä alla olevaa tekstikenttää\nyhdistääksesei palvelimeen.</string> + <string name="list_rotation_default">Oletus</string> + <string name="list_rotation_land">Pakota vaakatasoon</string> + <string name="list_rotation_port">Pakota pystysuuntaan</string> + <string name="list_rotation_auto">Automaattinen</string> + <string name="list_camera_ctrlaspace">Ctrl+A ja välilyönti</string> + <string name="list_camera_ctrla">Ctrl+A</string> + <string name="list_camera_esc">Esc</string> + <string name="list_camera_esc_a">Esc+A</string> + <string name="list_camera_none">Ei mitään</string> + <string name="list_delkey_backspace">Askelpalautin</string> + <string name="list_delkey_del">Delete</string> + <string name="delete_message">Oletko varma että haluat poistaa: \'%1$s\'?</string> + <string name="delete_pos">Kyllä, poista</string> + <string name="delete_neg">Peru</string> + <string name="wizard_agree">Hyväksy</string> + <string name="wizard_next">Seuraava</string> + <string name="wizard_back">Edellinen</string> + <string name="terminal_no_hosts_connected">Yhteenkään palvelimeen ei ole yhdistetty</string> + <string name="terminal_connecting">Muodostetaan %3$s-yhteys palvelimeen %1$s:%2$d</string> + <string name="terminal_failed">Palvelimen avaimen varmistaminen epäonnistui</string> + <string name="terminal_using_s2c_algorithm">Salausalgoritmi palvelimelta asiakkaalle: %1$s %2$s</string> + <string name="terminal_using_c2s_algorithm">Salausalgoritmi asiakkaalta palvelimelle: %1$s %2$s</string> + <string name="terminal_using_algorithm">Käytetään salausalgoritmia %1$s %2$s</string> + <string name="terminal_auth">Kirjaudutaan</string> + <string name="terminal_auth_pass">Yritetään \'salasana\' tunnistusta</string> + <string name="terminal_auth_pubkey_invalid">Valittu julkinen avain ei kelpaa, kokeile valita toinen avain palvelimen asetuksista</string> + <string name="terminal_no_session">Istuntoa ei aloiteta palvelimen asetuksista johtuen</string> + <string name="terminal_enable_portfoward">Ota käyttöön porttiohjaus %1$s</string> + <string name="local_shell_unavailable">Virhe! Paikallista komentoriviä ei ole käytettävissä</string> + <string name="notification_text">%1$s kaipaa huomiotasi.</string> + <string name="upgrade">Uusi versio</string> + <string name="upgrade_pos">Kyllä, päivitä</string> + <string name="upgrade_neg">Ei juuri nyt</string> + <string name="no">Ei</string> + <string name="with_confirmation">Kysy varmistus</string> + <string name="yes">Kyllä</string> + <string name="exceptions_submit_message">ConnectBotilla vaikutti olevan ongelmia kun sitä käytettiin edellisen kerran. Lähetetäänkö virheraportti ohjelman kehittäjille?</string> + <string name="menu_colors_reset">Palauta</string> + <string name="app_is_running">ConnectBot on käynnissä</string> + <string name="color_red">punainen</string> + <string name="color_green">vihreä</string> + <string name="color_blue">sininen</string> + <string name="color_gray">harmaa</string> </resources> diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml index b992822..7bac312 100644 --- a/res/values-fr/strings.xml +++ b/res/values-fr/strings.xml @@ -1,461 +1,217 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * ConnectBot: simple, powerful, open-source SSH client for Android - * Copyright 2007 Kenny Root, Jeffrey Sharkey - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ ---> +<?xml version='1.0' encoding='utf-8'?> <resources> - <string name="app_desc">Un client SSH simple, open-source et puissant.</string> - - <!-- Window title for the Host List --> - <string name="title_hosts_list">Serveurs</string> - <!-- Window title for the Pubkeys List --> - <string name="title_pubkey_list">Clés publiques</string> - <!-- Window title for the Port Forwards List --> - <string name="title_port_forwards_list">Redirections de ports</string> - <!-- Window title when editing host details --> - <string name="title_host_editor">Modifier le serveur</string> - <!-- Window title for Help index --> - <string name="title_help">Aide</string> - <!-- Window title for color list editing screen --> - <string name="title_colors">Couleurs</string> - - <string name="resolve_connect">Connexion</string> - <!-- Menu selection where user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="resolve_entropy">Génération d\'aléatoire</string> - - <string name="menu_insert">Ajouter un serveur</string> - <string name="menu_delete">Supprimmer le serveur</string> - <string name="menu_preferences">Préférences</string> - - <string name="help_intro">Sélectionnez un sujet ci-dessous pour plus d\'informations.</string> - <string name="help_about">À propos de ConnectBot</string> - <string name="help_keyboard">Clavier</string> - - <string name="pubkey_generate">Générer</string> - <string name="pubkey_import">Importer</string> - <string name="pubkey_delete">Supprimer la clé</string> - <!-- Dialog title when user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="pubkey_gather_entropy">Génération d\'aléatoire</string> - <string name="pubkey_touch_prompt">Touchez cette boîte pour récupérer un nombre aléatoire : %1$d%% fait</string> - <string name="pubkey_touch_hint">Afin d\'assurer la qualité des nombres aléatoires utilisés pendant la génération de la clé, merci de bouger votre doigt de façon aléatoire sur la boîte ci-dessous.</string> - <string name="pubkey_generating">Génération de la paire de clés en cours...</string> - <string name="pubkey_copy_private">Copier la clé privée</string> - <string name="pubkey_copy_public">Copier la clé publique</string> - <!-- Note that the '\n' just splits lines, so it's actually "create or import" --> - <string name="pubkey_list_empty">Cliquer sur le "Menu" pour créer\nou importer des paires de clés.</string> - <string name="pubkey_unknown_format">Format inconnu</string> - <string name="pubkey_change_password">Changer le mot de passe</string> - <string name="pubkey_list_pick">Récupérer depuis /sdcard</string> - <string name="pubkey_import_parse_problem">Problème lors de l\'import de la clé privée</string> - <string name="pubkey_unlock">Déverrouiller la clé</string> - <string name="pubkey_failed_add">Mot de passe incorrect pour la clef \'%1$s\'. Authentification incorrecte.</string> - <string name="pubkey_memory_load">Chargée en mémoire</string> - <string name="pubkey_memory_unload">Effacée de la mémoire</string> - <string name="pubkey_load_on_start">Charger la clé au démarrage</string> - <!-- Pubkey preference asking user whether the key use should be confirmed via prompt before it can be used for authentication --> - <string name="pubkey_confirm_use">Confirmer avant utilisation</string> - - <!-- Note that the '\n' splits lines, so it's actually "create port forwards" --> - <string name="portforward_list_empty">Appuyez sur "Menu" pour créer\ndes redirections de port.</string> - <string name="portforward_edit">Editez la redirection de port</string> - <string name="portforward_delete">Effacez la redirection de port</string> - - <string name="prompt_nickname">Pseudo</string> - <!-- An example string that could be used as a nickname for a pubkey. --> - <string name="prompt_nickname_hint_pubkey">Ma clé de travail</string> - <!-- The source TCP port for port forwards. --> - <string name="prompt_source_port">Port source:</string> - <!-- The "host:port" combination used for port forward destinations. --> - <string name="prompt_destination">Destination :</string> - <string name="prompt_old_password">Ancien mot de passe:</string> - <string name="prompt_password">Mot de passe:</string> - <!-- Added after a "Password:" prompt to indicate user needs to confirm entry. --> - <string name="prompt_again">(encore)</string> - <!-- Label for the user to select port forward type. --> - <string name="prompt_type">Type :</string> - <string name="prompt_password_can_be_blank">Note: le mot de passe peux être vide</string> - <!-- Prompt for the size of the private key in bits. --> - <string name="prompt_bits">Bits :</string> - - <!-- Prompt for the password to unlock a certain pubkey. --> - <string name="prompt_pubkey_password">Mot de passe pour la clé \'%1$s\'</string> - - <!-- Prompt for whether to allow SSH Authentication Agent to use the specified key. Note that the '\n' means split the line so it's actually "host to use key" --> - <string name="prompt_allow_agent_to_use_key">Autoriser l\'hôte distant à\nutiliser la clé \'%1$s\' ?</string> - - <!-- The header of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning_header">ATTENTION : L\'IDENTIFICATION DE L\'HOTE DISTANT A CHANGEE !</string> - <!-- The body of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning">IL EST POSSIBLE QUE QUELQU\'UN FASSE QUELQUE CHOSE DE NUISIBLE !\nQuelqu\'un pourrait vous écouter en ce moment (attaque de l\'homme du milieu) !\nIl est aussi possible que la clé du serveur ait juste changée.</string> - - <!-- Prompt user gets when the remote host has disconnected unexpectedly. --> - <string name="prompt_host_disconnected">L\'hôte s\'est deconnecté.\nFermer la session?</string> - <!-- Prompt user must answer yes or no to when the remote host fails verification of encryption fingerprint --> - <string name="prompt_continue_connecting">Etes-vous sur de vouloir\ncontinuer à vous connecter ?</string> - - <!-- Sent to user when the remote public encryption key fingerprint doesn't match the local database --> - <string name="host_authenticity_warning">L\'autenthicité du serveur \'%1$s\' ne peut être établie.</string> - <!-- First field is encryption algorithm. Second is the actual fingerprint in hex digits --> - <string name="host_fingerprint">L\'empreinte de la clé du serveur %1$s est %2$s</string> - - <string name="alert_passwords_do_not_match_msg">Les mots de passe diffèrent!</string> - <string name="alert_wrong_password_msg">Mauvais mot de passe</string> - <string name="alert_key_corrupted_msg">La clé privée semble corrompue!</string> - <string name="alert_sdcard_absent">Pas de carte SD dans le lecteur !</string> - - <!-- Add a new item (e.g., host or pubkey) to the list. --> - <string name="button_add">Ajouter</string> - <!-- Change an existing item's (e.g., host or pubkey) details. --> - <string name="button_change">Changer</string> - <!-- Button that begins the generation of a public key pair. --> - <string name="button_generate">Générer clé</string> - <!-- Button that resizes the screen to the user-specified dimensions. --> - <string name="button_resize">Redimensionner</string> - - <string name="alert_disconnect_msg">Connexion perdue</string> - - <string name="msg_copyright">Copyright © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> - - <!-- The category title for terminal emulation preferences. --> - <string name="pref_emulation_category">Emulation du mode terminal</string> - - <!-- Name for the emulation terminal type preference. --> - <string name="pref_emulation_title">Mode d\'emulation</string> - <!-- Description of the emulation terminal type preference. --> - <string name="pref_emulation_summary">Mode d\'emulation du terminal à utiliser pour les connexions PTY</string> - - <!-- Name for the scrollback size preference --> - <string name="pref_scrollback_title">Taille de la mémoire de parcours arrière</string> - <!-- Description of the scrollback size preference --> - <string name="pref_scrollback_summary">Taille de la mémoire de parcours arrière à garder en mémoire pour chaque console</string> - - <!-- The category title for user interface preferences --> - <string name="pref_ui_category">Interface utilisateur</string> - - <!-- Name for the rotation mode preference --> - <string name="pref_rotation_title">Mode de rotation</string> - <!-- Summary for the rotation mode preference --> - <string name="pref_rotation_summary">Comment changer l\'orientation de l\'écran quand le clavier est deplié ou non</string> - - <!-- Name for the full screen preference --> - <string name="pref_fullscreen_title">Plein écran</string> - <!-- Summary for the full screen preference --> - <string name="pref_fullscreen_summary">Cacher la barre de status lorsque la console est active</string> - - <!-- Name for the memorize keys preference --> - <string name="pref_memkeys_title">Garder les clés en mémoire</string> - <!-- Summary for the memorize keys preference --> - <string name="pref_memkeys_summary">Garder les clés débloquées en mémoire tant que le service tourne en arrière plan</string> - - <!-- Name for the update check preference --> - <string name="pref_update_title">Vérifier les mises à jour</string> - <!-- Summary for the update check preference --> - <string name="pref_update_summary">Régler la fréquence de vérification pour les mise à jour de ConnectBot</string> - - <!-- Name for the preference that forces the service to stay running in the background.--> - <string name="pref_conn_persist_title">Connexions persistantes</string> - <!-- Summary for the preference that forces the service to stay running in the background. --> - <string name="pref_conn_persist_summary">Forcer les connexions à rester connectées en arrière plan</string> - - <!-- Name for the keyboard shortcuts preference --> - <string name="pref_keymode_title">Raccourcis de navigation</string> - <!-- Summary for the keyboard shortcuts preference --> - <string name="pref_keymode_summary">Définir quel couple de touche Alt et Shift utiliser pour \'/\' et Tab</string> - - <!-- Name for the camera shortcut usage preference --> - <string name="pref_camera_title">Raccourci du bouton Camera</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_camera_summary">Sélectionnez le raccourci à exécuter quand le bouton camera est pressé</string> - - <!-- Name for the keep screen on preference --> - <string name="pref_keepalive_title">Garder l\'écran allumé</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_keepalive_summary">Empêcher la mise en veille de l\'écran pendant une session console</string> - - <!-- Name for the Wi-Fi lock preference --> - <string name="pref_wifilock_title">Garder le Wi-Fi actif</string> - <!-- Summary for the Wi-Fi lock preference --> - <string name="pref_wifilock_summary">Empêcher la désactivation du Wi-Fi quand une session est active</string> - - <!-- Name for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_title">Flêches vibrantes</string> - <!-- Summary for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_summary">Vibrer lors de l\'envoi d\'une touche directionnelle à partir du trackball ; intéressant pour les connexions lentes</string> - - <!-- Category title for the Terminal Bell preferences --> - <string name="pref_bell_category">Cloche du terminal</string> - - <!-- Checkbox preference title for the audible terminal bell feature --> - <string name="pref_bell_title">Alerte sonore</string> - - <!-- Title for the slider preference to set the volume --> - <string name="pref_bell_volume_title">Volume de l\'alerte</string> - - <!-- Checkbox preference title for the vibrate on terminal bell feature --> - <string name="pref_bell_vibrate_title">Vibrer en cas d\'alerte</string> - - <!-- Checkbox preference title for the receive notifications on terminal bell feature --> - <string name="pref_bell_notification_title">Notification en arrière plan</string> - <!-- Brief summary of the feature that is enabled when the checkbox preference for the receive notifications on terminal bell feature is checked --> - <string name="pref_bell_notification_summary">Envoyer une notification lorsqu\'un terminal génère une alerte</string> - - <!-- Preference selection to indicate use of right side of keyboard for special shortcuts. --> - <string name="list_keymode_right">Utiliser les touches du coté droit du clavier</string> - <!-- Preference selection to indicate use of left side of keyboard for special shortcuts. --> - <string name="list_keymode_left">Utiliser les touches du coté gauche du clavier</string> - <!-- Preference selection to indicate never to use special shortcut keys. --> - <string name="list_keymode_none">Désactiver</string> - - <!-- Preference to not use pubkeys to authenticate to this host. --> - <string name="list_pubkeyids_none">Ne pas utiliser les clefs de cryptage publiques</string> - <!-- Preference to use any pubkey to authenticate to this host. --> - <string name="list_pubkeyids_any">Utiliser une clé pour l\'authentification</string> - - <!-- Frequency for which to check for program updates. --> - <string name="list_update_daily">Journalière</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_weekly">Hebdomadaire</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_never">Jamais</string> - - <!-- Host nickname field preference title --> - <string name="hostpref_nickname_title">Surnom</string> - - <!-- Host color category preference title --> - <string name="hostpref_color_title">Catégorie de couleur</string> - - <!-- Host's default font size when opening the terminal in points (pt) --> - <string name="hostpref_fontsize_title">Taille de police (pt)</string> - - <!-- Host pubkey usage preference title --> - <string name="hostpref_pubkeyid_title">Utiliser l\'autentification par clef de cryptage publique</string> - - <!-- Preference title for the SSH Authentication Agent Forwarding for a host connection --> - <string name="hostpref_authagent_title">Utiliser l\'agent d\'authentification SSH</string> - - <!-- Host post-login automation preference title --> - <string name="hostpref_postlogin_title">Commande à exécuter automatiquement après l\'authentification</string> - <!-- Host post-login automation preference summary --> - <string name="hostpref_postlogin_summary">Commandes a éffectuer sur le serveur distant après s\'êtres autentifier</string> - - <!-- Host compression preference title --> - <string name="hostpref_compression_title">Compression</string> - <!-- Summary for compression preference --> - <string name="hostpref_compression_summary">Cela peut aider pour des reseaux lent</string> - - <!-- Setting for whether we want a session to start up when we connect to a host --> - <string name="hostpref_wantsession_title">Démarrer une session en ligne de commande</string> - <!-- Summary for field asking whether a shell session should be started up upon connection or not --> - <string name="hostpref_wantsession_summary">Décochez cette préférence pour n\'utiliser que le mode "port forwards"</string> - - <!-- Setting for whether the host should be reconnected to automatically upon disconnect --> - <string name="hostpref_stayconnected_title">Rester connecté</string> - <!-- Summary for preference asking whether the host should be reconnected to when it disconnects --> - <string name="hostpref_stayconnected_summary">Essayer de se reconnecter à l\'hôte après déconnexion</string> - - <!-- Setting for what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_title">Touche SUPPR</string> - <!-- Summary for field asking what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_summary">Le code de touche envoyé quand la touche SUPPR est appuyée.</string> - - <!-- Host character encoding preference title --> - <string name="hostpref_encoding_title">cryptage</string> - <!-- Host character encoding preference summary --> - <string name="hostpref_encoding_summary">codage de charactère a utiliser pour le serveur</string> - - <!-- Host preference category title for connection settings --> - <string name="hostpref_connection_category">Paramètre de connexion</string> - - <!-- Username field title for host editor preference --> - <string name="hostpref_username_title">Nom d\'utilisateur</string> - - <!-- Hostname field title for host editor preference --> - <string name="hostpref_hostname_title">Serveur</string> - - <!-- Port field title for host editor preference --> - <string name="hostpref_port_title">Port</string> - - <!-- Displayed to indicate a host has never been connected to. --> - <string name="bind_never">jamais connecté</string> - <!-- The time that has elapsed since a host was connected to when it has been less than an hour. --> - <string name="bind_minutes">Il ya %1$s minutes</string> - <!-- The time that has elapsed since a host was connected to when it has been less than a day. --> - <string name="bind_hours">Il y a %1$s heures</string> - <!-- The time that has elapsed since a host was connected to when it has been a day or more. --> - <string name="bind_days">Il y a %1$s jours</string> - - <!-- Message given when user copies from the terminal. --> - <string name="console_copy_done">%1$d octets copié dans le presse-papier</string> - <!-- Instructions for how to copy from the terminal. The '\n' entries are to split lines to improve readability and prevent wrapping off the screen. --> - <string name="console_copy_start">Toucher et tirer\nou utiliser les touches directionelles\npour selectioner la region à copier</string> - - <!-- Button to close the disconnected terminal window. --> - <string name="console_menu_close">Fermer</string> - <!-- Button to begin copying from the terminal to the clipboard. --> - <string name="console_menu_copy">Copier</string> - <!-- Button to paste from the clipboard to the terminal. --> - <string name="console_menu_paste">Coller</string> - <!-- Button that brings user to the Port Forwards List. --> - <string name="console_menu_portforwards">Redirections de port</string> - <!-- Button that brings user to the terminal resizing dialog where they can force a size. --> - <string name="console_menu_resize">Forcer la taille</string> - <!-- Button that brings up the list of URLs on the current screen --> - <string name="console_menu_urlscan">Lister les URL</string> - - <!-- Selection for a "local" port forward. E.g., connections to a port listening locally is forwarded to the remote end's listening port. --> - <string name="portforward_local">Local</string> - <!-- Selection for a "remote" port forward. E.g., connections to a port listening remotely is forwarded to the local end's listening port. --> - <string name="portforward_remote">Distant</string> - <!-- Selection for a "dynamic" port forward. E.g., connections to a port listening locally is forwarded based on the SOCKS protocol to an arbitrary remote host and port. --> - <string name="portforward_dynamic">Dynamique (SOCKS)</string> - <!-- Button that commits the port forward to be made from the Port Forward Creation dialog. --> - <string name="portforward_pos">Créer la redirection de port</string> - - <string name="portforward_done">Redirection de port créée avec succès</string> - <string name="portforward_problem">Problème de création de la redirection de port, peut-être utilisez vous un port sous le 1024 ou un déjà utilisé ?</string> - - <string name="portforward_menu_add">Ajouter une redirection de port</string> - - <!-- The string to present in the quick-connect box to hint the user to the format for connecting to hosts. --> - <string name="hint_userhost">utilisateur@serveur</string> - - <!-- Hint given to user when the format they're using is incorrect in the quick-connect box. --> - <string name="list_format_error">Utilisez le format "%1$s"</string> - - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_username">utilisateur</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_hostname">serveur</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_port">port</string> - - <string name="list_menu_pubkeys">Gérer les clés publiques</string> - <!-- Selection choice to sort hosts by color. --> - <string name="list_menu_sortcolor">Trier par couleur</string> - <!-- Selection choice to sort hosts by nickname. --> - <string name="list_menu_sortname">Trier par nom</string> - <string name="list_menu_settings">Réglages</string> - - <string name="list_host_disconnect">Déconnexion</string> - <string name="list_host_edit">Editer le serveur</string> - <string name="list_host_portforwards">Editer les redirections de port</string> - <string name="list_host_delete">Effacer le serveur</string> - <!-- Note that the '\n' splits the lines so it's actually "quick-connect box below to connect" --> - <string name="list_host_empty">Utilisez la boite de connection rapide en bas pour vous connecter a un serveur</string> - - <!-- Default screen rotation preference selection --> - <string name="list_rotation_default">Par défaut</string> - <string name="list_rotation_land">Forcer le mode paysage</string> - <string name="list_rotation_port">Forcer le mode portrait</string> - <!-- Selection to indicate the rotation should be selected automatically based on the tilt sensor. --> - <string name="list_rotation_auto">Automatique</string> - - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A then Space". --> - <string name="list_camera_ctrlaspace">Ctrl+A puis Espace</string> - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A". --> - <string name="list_camera_ctrla">Ctrl+A</string> - <!-- Selection to indicate pressing the Camera button should send the "Esc" key. --> - <string name="list_camera_esc">Echap</string> - <!-- Selection to indicate pressing the Camera button should send "Esc+A". --> - <string name="list_camera_esc_a">Esc+A</string> - <!-- Selection to indicate pressing the Camera button should send nothing at all. --> - <string name="list_camera_none">aucun</string> - - <!-- Name for the backspace character --> - <string name="list_delkey_backspace">Retour arriére</string> - <!-- Name for the ASCII DEL character --> - <string name="list_delkey_del">Supprimer</string> - - <string name="delete_message">Êtes-vous sûr de vouloir supprimer \'%1$s\' ?</string> - <string name="delete_pos">Oui, supprimer</string> - <string name="delete_neg">Annuler</string> - - <!-- Button to agree to license terms. --> - <string name="wizard_agree">Accepter</string> - <!-- Button to go to the next page in the first time start-up wizard. --> - <string name="wizard_next">Suivant</string> - <!-- Button to go to the previous page in the first time start-up wizard. --> - <string name="wizard_back">Précédent</string> - - <string name="terminal_no_hosts_connected">Aucun hôte actuellement connecté</string> - - <!-- Displayed in terminal when attempting to connect to a host. The first two - variables are host:port and the third is the protocol (e.g., SSH) --> - <string name="terminal_connecting">Connexion à %1$s:%2$d via %3$s</string> - - <!-- Displays the host key to the user in the terminal --> - <string name="terminal_sucess">Clé de vérification de l\'hôte \'%1$s\' : %2$s</string> - <string name="terminal_failed">Authentification par clé échouée</string> - - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_s2c_algorithm">Algorithme serveur vers client : %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_c2s_algorithm">Algorithme client vers serveur : %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_algorithm">Utilisation de l\'algorithme de cryptage : %1$s %2$s</string> - - <string name="terminal_auth">Tentative d\'authentification</string> - - <string name="terminal_auth_pass">Tentative d\'authentification par mot de passe</string> - <string name="terminal_auth_pass_fail">L\'authentification par mot de passe a échoué</string> - - <string name="terminal_auth_pubkey_any">Tentative d\'authentification avec une clé publique en mémoire</string> - <string name="terminal_auth_pubkey_invalid">La clé publique sélectionnée est invalide, essayez de sélectionner une clé dans les préférences de l\'hôte</string> - <string name="terminal_auth_pubkey_specific">Tentative d\'authentification par clé publique avec une clé publique spécifique</string> - <string name="terminal_auth_pubkey_fail">La méthode d\'authentification par clé publique avec la clé \'%1$s\' a échouée.</string> - - <string name="terminal_auth_ki">Tentative d\'authentification par clavier</string> - <string name="terminal_auth_ki_fail">La méthode d\'authentification par clavier a échouée</string> - - <string name="terminal_auth_fail">[L\'hôte ne supporte pas l\'authentification par mot de passe ou par clavier.]</string> - - <string name="terminal_no_session">La session ne sera pas démarrée à cause des préférences de l\'hôte.</string> - <string name="terminal_enable_portfoward">Activer la redirection de port : %1$s</string> - - <string name="local_shell_unavailable">Echec ! Le shell local est indisponible sur ce téléphone.</string> - - <!-- Text sent to the user to alert them that a Terminal Bell is received in a background session --> - <string name="notification_text">%1$s requiert votre attention.</string> - - <!-- Dialog title when a new version of ConnectBot is detected. --> - <string name="upgrade">Nouvelle version</string> - <!-- Button selection to upgrade to the latest ConnectBot when one is available. --> - <string name="upgrade_pos">Oui, mettre à jour</string> - <!-- Button selection to skip upgrading to the latest ConnectBot when one is available. --> - <string name="upgrade_neg">Pas maintenant</string> - - <!-- Preference selection for SSH Authentication Agent to never use pubkeys --> - <string name="no">Non</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys "with confirmation" only --> - <string name="with_confirmation">Après confirmation</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys --> - <string name="yes">Oui</string> - - <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> - <string name="exceptions_submit_message">Il semblerait que ConnectBot ait eu un problème lors de sa dernière utilisation. Voulez vous envoyer un rapport d\'erreur aux développeurs de ConnectBot ?</string> - - <!-- Menu selection to reset colors to their defaults. --> - <string name="menu_colors_reset">Réinitialiser</string> - - <!-- Displayed in the notification bar that connections are active --> - <string name="app_is_running">ConnectBot est en cours</string> - - <string name="color_red">rouge</string> - <string name="color_green">vert</string> - <string name="color_blue">bleu</string> - <string name="color_gray">gris</string> + <string name="app_desc">Un client SSH simple, open-source et puissant.</string> + <string name="service_desc">Maintient les connexions SSH et les clefs publiques chargées</string> + <string name="title_hosts_list">Serveurs</string> + <string name="title_pubkey_list">Clés publiques</string> + <string name="title_port_forwards_list">Redirections de ports</string> + <string name="title_host_editor">Modifier le serveur</string> + <string name="title_help">Aide</string> + <string name="title_colors">Couleurs</string> + <string name="resolve_connect">Connexion</string> + <string name="resolve_entropy">Génération d\'aléatoire</string> + <string name="menu_insert">Ajouter un serveur</string> + <string name="menu_delete">Supprimer le serveur</string> + <string name="menu_preferences">Préférences</string> + <string name="help_intro">Sélectionnez un sujet ci-dessous pour plus d\'informations.</string> + <string name="help_about">À propos de ConnectBot</string> + <string name="help_keyboard">Clavier</string> + <string name="pubkey_generate">Générer</string> + <string name="pubkey_import">Importer</string> + <string name="pubkey_delete">Supprimer la clé</string> + <string name="pubkey_gather_entropy">Génération d\'antropie</string> + <string name="pubkey_touch_prompt">Touchez cette boîte pour récupérer un nombre aléatoire : %1$d%% fait</string> + <string name="pubkey_touch_hint">Afin d\'assurer la qualité des nombres aléatoires utilisés pendant la génération de la clé, merci de bouger votre doigt de façon aléatoire sur la boîte ci-dessous.</string> + <string name="pubkey_generating">Génération de la paire de clés en cours...</string> + <string name="pubkey_copy_private">Copier la clé privée</string> + <string name="pubkey_copy_public">Copier la clé publique</string> + <string name="pubkey_list_empty">Cliquer sur le Menu pour créer\nou importer des paires de clés.</string> + <string name="pubkey_unknown_format">Format inconnu</string> + <string name="pubkey_change_password">Changer le mot de passe</string> + <string name="pubkey_list_pick">Récupérer depuis /sdcard</string> + <string name="pubkey_import_parse_problem">Problème lors du parsage de la clé privée importée</string> + <string name="pubkey_unlock">Déverrouiller la clé</string> + <string name="pubkey_failed_add">Mot de passe incorrect pour la clef \'%1$s\'. Authentification incorrecte.</string> + <string name="pubkey_memory_load">Chargée en mémoire</string> + <string name="pubkey_memory_unload">Déchargée de la mémoire</string> + <string name="pubkey_load_on_start">Charger la clé au démarrage</string> + <string name="pubkey_confirm_use">Confirmer avant utilisation</string> + <string name="portforward_list_empty">Appuyez sur Menu pour créer\ndes redirections de port.</string> + <string name="portforward_edit">Éditer la redirection de port</string> + <string name="portforward_delete">Effacer la redirection de port</string> + <string name="prompt_nickname">Pseudonyme :</string> + <string name="prompt_nickname_hint_pubkey">Ma clé de travail</string> + <string name="prompt_source_port">Port source :</string> + <string name="prompt_destination">Destination :</string> + <string name="prompt_old_password">Ancien mot de passe :</string> + <string name="prompt_password">Mot de passe :</string> + <string name="prompt_again">(encore)</string> + <string name="prompt_type">Type :</string> + <string name="prompt_password_can_be_blank">Note : le mot de passe peut être vide</string> + <string name="prompt_bits">Bits :</string> + <string name="prompt_pubkey_password">Mot de passe pour la clé \'%1$s\'</string> + <string name="prompt_allow_agent_to_use_key">Autoriser l\'hôte distant à\nutiliser la clé \'%1$s\' ?</string> + <string name="host_verification_failure_warning_header">ATTENTION : L\'IDENTIFICATION DE L\'HÔTE DISTANT A CHANGÉ !</string> + <string name="host_verification_failure_warning">IL EST POSSIBLE QUE QUELQU\'UN FASSE QUELQUE CHOSE DE NUISIBLE !\nQuelqu\'un pourrait vous écouter en ce moment (attaque de l\'homme du milieu) !\nIl est aussi possible que la clé du serveur ait juste changée.</string> + <string name="prompt_host_disconnected">L\'hôte s\'est déconnecté.\nFermer la session ?</string> + <string name="prompt_continue_connecting">Êtes-vous sûr de vouloir\ncontinuer à vous connecter ?</string> + <string name="host_authenticity_warning">L\'athenticité du serveur \'%1$s\' ne peut être établie</string> + <string name="host_fingerprint">L\'empreinte de la clé du serveur %1$s est %2$s</string> + <string name="alert_passwords_do_not_match_msg">Les mots de passe sont différents !</string> + <string name="alert_wrong_password_msg">Mauvais mot de passe !</string> + <string name="alert_key_corrupted_msg">La clé privé semble corrompue !</string> + <string name="alert_sdcard_absent">Pas de carte SD dans le lecteur !</string> + <string name="button_add">Ajouter</string> + <string name="button_change">Changer</string> + <string name="button_generate">Générer une clé</string> + <string name="button_resize">Retailler</string> + <string name="alert_disconnect_msg">Connexion perdue</string> + <string name="msg_copyright">Copyright © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> + <string name="pref_emulation_category">Émulation du mode terminal</string> + <string name="pref_emulation_title">Mode d\'émulation</string> + <string name="pref_emulation_summary">Mode d\'émulation de terminal à utiliser pour les connexions PTY</string> + <string name="pref_scrollback_title">Taille de la mémoire de parcours arrière</string> + <string name="pref_scrollback_summary">Taille de la mémoire de parcours arrière à garder en mémoire pour chaque console</string> + <string name="pref_ui_category">Interface utilisateur</string> + <string name="pref_rotation_title">Mode de rotation</string> + <string name="pref_rotation_summary">Comment changer l\'orientation de l\'écran quand le clavier est deplié ou non</string> + <string name="pref_fullscreen_title">Plein écran</string> + <string name="pref_fullscreen_summary">Cacher la barre de status lorsque la console est active</string> + <string name="pref_memkeys_title">Garder les clés en mémoire</string> + <string name="pref_memkeys_summary">Garder les clés débloquées en mémoire tant que le service tourne en arrière plan</string> + <string name="pref_update_title">Vérifier les mises à jour</string> + <string name="pref_update_summary">Régler la fréquence de vérification pour les mise à jour de ConnectBot</string> + <string name="pref_conn_persist_title">Connexions persistantes</string> + <string name="pref_conn_persist_summary">Forcer les connexions à rester connectées en arrière plan</string> + <string name="pref_keymode_title">Raccourcis de navigation</string> + <string name="pref_keymode_summary">Définir quel couple de touche Alt et Shift utiliser pour \'/\' et Tab</string> + <string name="pref_camera_title">Raccourci du bouton Camera</string> + <string name="pref_camera_summary">Sélectionnez le raccourci à exécuter quand le bouton camera est pressé</string> + <string name="pref_keepalive_title">Garder l\'écran allumé</string> + <string name="pref_keepalive_summary">Empêcher la mise en veille de l\'écran pendant une session console</string> + <string name="pref_wifilock_title">Garder le Wi-Fi actif</string> + <string name="pref_wifilock_summary">Empêcher la désactivation du Wi-Fi quand une session est active</string> + <string name="pref_bumpyarrows_title">Flêches vibrantes</string> + <string name="pref_bumpyarrows_summary">Vibrer lors de l\'envoi d\'une touche directionnelle à partir du trackball ; intéressant pour les connexions lentes</string> + <string name="pref_bell_category">Cloche du terminal</string> + <string name="pref_bell_title">Alerte sonore</string> + <string name="pref_bell_volume_title">Volume de l\'alerte</string> + <string name="pref_bell_vibrate_title">Vibrer en cas d\'alerte</string> + <string name="pref_bell_notification_title">Notification en arrière plan</string> + <string name="pref_bell_notification_summary">Envoyer une notification lorsqu\'un terminal génère une alerte</string> + <string name="list_keymode_right">Utiliser les touches du côté droit du clavier</string> + <string name="list_keymode_left">Utiliser les touches du côté gauche du clavier</string> + <string name="list_keymode_none">Désactivé</string> + <string name="list_pubkeyids_none">Ne pas utiliser les clefs de cryptage publiques</string> + <string name="list_pubkeyids_any">Utiliser une clé pour l\'authentification</string> + <string name="list_update_daily">Journalière</string> + <string name="list_update_weekly">Hebdomadaire</string> + <string name="list_update_never">Jamais</string> + <string name="hostpref_nickname_title">Surnom</string> + <string name="hostpref_color_title">Catégorie de couleur</string> + <string name="hostpref_fontsize_title">Taille de police (pt)</string> + <string name="hostpref_pubkeyid_title">Utiliser l\'autentification par clef de cryptage publique</string> + <string name="hostpref_authagent_title">Utiliser l\'agent d\'authentification SSH</string> + <string name="hostpref_postlogin_title">Commande à exécuter automatiquement après l\'authentification</string> + <string name="hostpref_postlogin_summary">\'ommandes à effectuer sur le serveur distant après s\'être authentifié</string> + <string name="hostpref_compression_title">Compression</string> + <string name="hostpref_compression_summary">Cela peut aider pour les réseaux lents</string> + <string name="hostpref_wantsession_title">Démarrer une session en ligne de commande</string> + <string name="hostpref_wantsession_summary">Décochez cette préférence pour n\'utiliser que le mode port forwards</string> + <string name="hostpref_stayconnected_title">Rester connecté</string> + <string name="hostpref_stayconnected_summary">Essayer de se reconnzcter à l\'hôte si on se fait déconnecter</string> + <string name="hostpref_delkey_title">Touche SUPPR</string> + <string name="hostpref_delkey_summary">Le code de touche envoyé quand la touche SUPPR est appuyée.</string> + <string name="hostpref_encoding_title">Encodage</string> + <string name="hostpref_encoding_summary">Jeu de caractères à utiliser pour le serveur</string> + <string name="hostpref_connection_category">Paramètre de connexion</string> + <string name="hostpref_username_title">Nom d\'utilisateur</string> + <string name="hostpref_hostname_title">Serveur</string> + <string name="hostpref_port_title">Port</string> + <string name="bind_never">Jamais connecté</string> + <string name="bind_minutes">Il y a %1$s minutes</string> + <string name="bind_hours">Il y a %1$s heures</string> + <string name="bind_days">Il y a %1$s jours</string> + <string name="console_copy_done">%1$d octets copiés dans le presse-papier</string> + <string name="console_copy_start">Touchez et tirez, ou utilisez\nles touches directionnelles\npour sélectionner la région\nà copier</string> + <string name="console_menu_close">Fermer</string> + <string name="console_menu_copy">Copier</string> + <string name="console_menu_paste">Coller</string> + <string name="console_menu_portforwards">Redirections de port</string> + <string name="console_menu_resize">Forcer la taille</string> + <string name="console_menu_urlscan">Lister les URL</string> + <string name="button_yes">Oui</string> + <string name="button_no">Non</string> + <string name="portforward_local">Local</string> + <string name="portforward_remote">Distant</string> + <string name="portforward_dynamic">Dynamique (SOCKS)</string> + <string name="portforward_pos">Créer la redirection de port</string> + <string name="portforward_done">Redirection de port créée avec succès</string> + <string name="portforward_problem">Problème de création de la redirection de port, peut-être utilisez vous un port sous le 1024 ou un déjà utilisé ?</string> + <string name="portforward_menu_add">Ajouter une redirection de port</string> + <string name="hint_userhost">utilisateur\@serveur</string> + <string name="list_format_error">Utilisez le format \"%1$s\"</string> + <string name="format_username">utilisateur</string> + <string name="format_hostname">nom d\'hôte</string> + <string name="format_port">port</string> + <string name="list_menu_pubkeys">Gérer les clés publiques</string> + <string name="list_menu_sortcolor">Trier par couleur</string> + <string name="list_menu_sortname">Trier par nom</string> + <string name="list_menu_settings">Réglages</string> + <string name="list_host_disconnect">Déconnexion</string> + <string name="list_host_edit">Éditer le serveur</string> + <string name="list_host_portforwards">Éditer les redirections de port</string> + <string name="list_host_delete">Effacer le serveur</string> + <string name="list_host_empty">Utilisez la boite de connection rapide en bas pour vous connecter a un serveur</string> + <string name="list_rotation_default">Par défaut</string> + <string name="list_rotation_land">Forcer le mode paysage</string> + <string name="list_rotation_port">Forcer le mode portrait</string> + <string name="list_rotation_auto">Automatique</string> + <string name="list_camera_ctrlaspace">Ctrl+A puis Espace</string> + <string name="list_camera_ctrla">Ctrl+A</string> + <string name="list_camera_esc">Échap</string> + <string name="list_camera_esc_a">Echap+A</string> + <string name="list_camera_none">Aucun</string> + <string name="list_delkey_backspace">Retour arrière</string> + <string name="list_delkey_del">Supprimer</string> + <string name="delete_message">Êtes-vous sûr de vouloir supprimer \'%1$s\' ?</string> + <string name="delete_pos">Oui, supprimer</string> + <string name="delete_neg">Annuler</string> + <string name="wizard_agree">Accepter</string> + <string name="wizard_next">Suivant</string> + <string name="wizard_back">Précédent</string> + <string name="terminal_no_hosts_connected">Aucun hôte actuellement connecté</string> + <string name="terminal_connecting">Connexion à %1$s:%2$d via %3$s</string> + <string name="terminal_sucess">Clé de vérification de l\'hôte \'%1$s\' : %2$s</string> + <string name="terminal_failed">Authentification par clé échouée</string> + <string name="terminal_using_s2c_algorithm">Algorithme serveur vers client : %1$s %2$s</string> + <string name="terminal_using_c2s_algorithm">Algorithme client vers serveur : %1$s %2$s</string> + <string name="terminal_using_algorithm">Utilisation de l\'algorithme de cryptage : %1$s %2$s</string> + <string name="terminal_auth">Tentative d\'authentification</string> + <string name="terminal_auth_pass">Tentative d\'authentification par mot de passe</string> + <string name="terminal_auth_pass_fail">L\'authentification par mot de passe a échoué</string> + <string name="terminal_auth_pubkey_any">Tentative d\'authentification avec une clé publique en mémoire</string> + <string name="terminal_auth_pubkey_invalid">La clé publique sélectionnée est invalide, essayez de sélectionner une clé dans les préférences de l\'hôte</string> + <string name="terminal_auth_pubkey_specific">Tentative d\'authentification par clé publique avec une clé publique spécifique</string> + <string name="terminal_auth_pubkey_fail">La méthode d\'authentification par clé publique avec la clé \'%1$s\' a échouée.</string> + <string name="terminal_auth_ki">Tentative d\'authentification par clavier</string> + <string name="terminal_auth_ki_fail">La méthode d\'authentification par clavier a échouée</string> + <string name="terminal_auth_fail">[L\'hôte ne supporte pas l\'authentification par mot de passe ou par clavier.]</string> + <string name="terminal_no_session">La session ne sera pas démarrée à cause des préférences de l\'hôte.</string> + <string name="terminal_enable_portfoward">Activer la redirection de port : %1$s</string> + <string name="local_shell_unavailable">Échec ! Le shell local est indisponible pour ce téphone.</string> + <string name="notification_text">%1$s requiert votre attention.</string> + <string name="upgrade">Nouvelle version</string> + <string name="upgrade_pos">Oui, mettre à jour</string> + <string name="upgrade_neg">Pas maintenant</string> + <string name="no">Non</string> + <string name="with_confirmation">Après confirmation</string> + <string name="yes">Oui</string> + <string name="exceptions_submit_message">Il semblerait que ConnectBot ait eu un problème lors de sa dernière utilisation. Voulez vous envoyer un rapport d\'erreur aux développeurs de ConnectBot ?</string> + <string name="menu_colors_reset">Réinitialiser</string> + <string name="app_is_running">ConnectBot est en cours</string> + <string name="color_red">rouge</string> + <string name="color_green">vert</string> + <string name="color_blue">bleu</string> + <string name="color_gray">gris</string> </resources> diff --git a/res/values-gl/strings.xml b/res/values-gl/strings.xml index c87792f..7563050 100644 --- a/res/values-gl/strings.xml +++ b/res/values-gl/strings.xml @@ -1,461 +1,123 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * ConnectBot: simple, powerful, open-source SSH client for Android - * Copyright 2007 Kenny Root, Jeffrey Sharkey - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ ---> +<?xml version='1.0' encoding='utf-8'?> <resources> - <string name="app_desc">Cliente SSH simple, potente e open-source</string> - - <!-- Window title for the Host List --> - <string name="title_hosts_list">Servidores</string> - <!-- Window title for the Pubkeys List --> - <string name="title_pubkey_list">Chaves públicas</string> - <!-- Window title for the Port Forwards List --> - <string name="title_port_forwards_list">Redirección de portos</string> - <!-- Window title when editing host details --> - <string name="title_host_editor">Editar servidor</string> - <!-- Window title for Help index --> - <string name="title_help">Axuda</string> - <!-- Window title for color list editing screen --> - <string name="title_colors">Cores</string> - - <string name="resolve_connect">Conectar</string> - <!-- Menu selection where user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="resolve_entropy">Xerar entropía</string> - - <string name="menu_insert">Engadir un servidor</string> - <string name="menu_delete">Borrar servidor</string> - <string name="menu_preferences">Preferencias</string> - - <string name="help_intro">Seleccione un apartado dos seguintes para máis información dun tema particular</string> - <string name="help_about">Acerca de ConnectBot</string> - <string name="help_keyboard">Teclado</string> - - <string name="pubkey_generate">Xerar</string> - <string name="pubkey_import">Importar</string> - <string name="pubkey_delete">Borrar a chave</string> - <!-- Dialog title when user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="pubkey_gather_entropy">Xerando Entropía</string> - <string name="pubkey_touch_prompt">Toca esta casiña para xerar aleatoriedade: %1$d%% feito</string> - <string name="pubkey_touch_hint">Para garantir aleatoriedade durante a xeración da chave, mova o dedo aleatoriamente na casiña a continuación</string> - <string name="pubkey_generating">Xerando par de chaves...</string> - <string name="pubkey_copy_private">Copiar chave privada</string> - <string name="pubkey_copy_public">Copiar chave pública</string> - <!-- Note that the '\n' just splits lines, so it's actually "create or import" --> - <string name="pubkey_list_empty">Pulse "Menu" para crear\nou importar pares de chaves</string> - <string name="pubkey_unknown_format">Formato descoñecido</string> - <string name="pubkey_change_password">Cambiar o contrasinal</string> - <string name="pubkey_list_pick">Seleccionar da /sdcard</string> - <string name="pubkey_import_parse_problem">Problema analisando a chave privada importada</string> - <string name="pubkey_unlock">Desbloquear chave</string> - <string name="pubkey_failed_add">Bad password for key \'%1$s\'. Authentication failed.</string> - <string name="pubkey_memory_load">Cargar en memoria</string> - <string name="pubkey_memory_unload">Descargar de memoria</string> - <string name="pubkey_load_on_start">Cargar chave ao iniciar</string> - <!-- Pubkey preference asking user whether the key use should be confirmed via prompt before it can be used for authentication --> - <string name="pubkey_confirm_use">Confirmar antes de usar</string> - - <!-- Note that the '\n' splits lines, so it's actually "create port forwards" --> - <string name="portforward_list_empty">Pulsar "Menu" para crear\nredireccións de portos</string> - <string name="portforward_edit">Editar redirección de porto</string> - <string name="portforward_delete">Borrar redirección de porto</string> - - <string name="prompt_nickname">Seudónimo:</string> - <!-- An example string that could be used as a nickname for a pubkey. --> - <string name="prompt_nickname_hint_pubkey">A miña chave do traballo</string> - <!-- The source TCP port for port forwards. --> - <string name="prompt_source_port">Porto orixe:</string> - <!-- The "host:port" combination used for port forward destinations. --> - <string name="prompt_destination">Destino:</string> - <string name="prompt_old_password">Contrasinal antigo:</string> - <string name="prompt_password">Contrasinal:</string> - <!-- Added after a "Password:" prompt to indicate user needs to confirm entry. --> - <string name="prompt_again">(de novo)</string> - <!-- Label for the user to select port forward type. --> - <string name="prompt_type">Tipo:</string> - <string name="prompt_password_can_be_blank">Nota: o contrasinal pode quedar baleiro</string> - <!-- Prompt for the size of the private key in bits. --> - <string name="prompt_bits">Bits:</string> - - <!-- Prompt for the password to unlock a certain pubkey. --> - <string name="prompt_pubkey_password">Password for key \'%1$s\'</string> - - <!-- Prompt for whether to allow SSH Authentication Agent to use the specified key. Note that the '\n' means split the line so it's actually "host to use key" --> - <string name="prompt_allow_agent_to_use_key">Allow remote host to\nuse key \'%1$s\'?</string> - - <!-- The header of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning_header">¡ATENCIÓN: A IDENTIFICACIÓN DO EQUIPO REMOTO CAMBIOU!</string> - <!-- The body of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning">¡É POSIBLE QUE HAXA ALGUÉN FACENDO ALGO INAXEITADO!\n¡Alguén podería estar intervindo neste momento (cun ataque man-in-the-middle)!\nTamén é posible que a chave do equipo simplemente cambiara.</string> - - <!-- Prompt user gets when the remote host has disconnected unexpectedly. --> - <string name="prompt_host_disconnected">O equipo desconectouse.\n¿Pechar a sesión?</string> - <!-- Prompt user must answer yes or no to when the remote host fails verification of encryption fingerprint --> - <string name="prompt_continue_connecting">Seguro que quere\ncontinuar conectándose?</string> - - <!-- Sent to user when the remote public encryption key fingerprint doesn't match the local database --> - <string name="host_authenticity_warning">The authenticity of host \'%1$s\' can\'t be established.</string> - <!-- First field is encryption algorithm. Second is the actual fingerprint in hex digits --> - <string name="host_fingerprint">Host %1$s key fingerprint is %2$s</string> - - <string name="alert_passwords_do_not_match_msg">¡Non coinciden os contrasinais!</string> - <string name="alert_wrong_password_msg">¡Contrasinal incorrecto!</string> - <string name="alert_key_corrupted_msg">¡A chave privada parece corrupta!</string> - <string name="alert_sdcard_absent">¡A tarxeta SD non está inserida!</string> - - <!-- Add a new item (e.g., host or pubkey) to the list. --> - <string name="button_add">Engadir</string> - <!-- Change an existing item's (e.g., host or pubkey) details. --> - <string name="button_change">Modificar</string> - <!-- Button that begins the generation of a public key pair. --> - <string name="button_generate">Xerar chave</string> - <!-- Button that resizes the screen to the user-specified dimensions. --> - <string name="button_resize">Redimensionar</string> - - <string name="alert_disconnect_msg">Conexión Perdida</string> - - <string name="msg_copyright">Todos os dereitos reservados © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> - - <!-- The category title for terminal emulation preferences. --> - <string name="pref_emulation_category">Emulación de terminal</string> - - <!-- Name for the emulation terminal type preference. --> - <string name="pref_emulation_title">Modo de emulación</string> - <!-- Description of the emulation terminal type preference. --> - <string name="pref_emulation_summary">Modo de emulación de terminal para usar en conexións PTY</string> - - <!-- Name for the scrollback size preference --> - <string name="pref_scrollback_title">Tamaño de navegación</string> - <!-- Description of the scrollback size preference --> - <string name="pref_scrollback_summary">Tamaño de búfer que quedará en memoria para cada consola</string> - - <!-- The category title for user interface preferences --> - <string name="pref_ui_category">Interface de usuario</string> - - <!-- Name for the rotation mode preference --> - <string name="pref_rotation_title">Modo de rotación</string> - <!-- Summary for the rotation mode preference --> - <string name="pref_rotation_summary">Como cambiar a rotación ao abrir/pechar o teclado</string> - - <!-- Name for the full screen preference --> - <string name="pref_fullscreen_title">Pantalla completa</string> - <!-- Summary for the full screen preference --> - <string name="pref_fullscreen_summary">Esconder a barra de estado cando estea na consola</string> - - <!-- Name for the memorize keys preference --> - <string name="pref_memkeys_title">Recordar chaves en memoria</string> - <!-- Summary for the memorize keys preference --> - <string name="pref_memkeys_summary">Manter chaves desbloqueadas en memoria ata que o servicio de backend teña terminado</string> - - <!-- Name for the update check preference --> - <string name="pref_update_title">Comprobar actualizacións</string> - <!-- Summary for the update check preference --> - <string name="pref_update_summary">Establecer a frecuencia máxima para comprobar as actualizacións de ConnectBot</string> - - <!-- Name for the preference that forces the service to stay running in the background.--> - <string name="pref_conn_persist_title">Conexións persistentes</string> - <!-- Summary for the preference that forces the service to stay running in the background. --> - <string name="pref_conn_persist_summary">Manter conexións activas en segundo plano</string> - - <!-- Name for the keyboard shortcuts preference --> - <string name="pref_keymode_title">Atallos de teclado para directorios</string> - <!-- Summary for the keyboard shortcuts preference --> - <string name="pref_keymode_summary">Select how to use Alt for \'/\' and Shift for Tab</string> - - <!-- Name for the camera shortcut usage preference --> - <string name="pref_camera_title">Atallo de teclado para a cámara</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_camera_summary">Select which shortcut to trigger when the camera button is pushed</string> - - <!-- Name for the keep screen on preference --> - <string name="pref_keepalive_title">Manter pantalla activa</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_keepalive_summary">Evitar que a pantalla se apague ao traballar nunha consola</string> - - <!-- Name for the Wi-Fi lock preference --> - <string name="pref_wifilock_title">Manter a Wi-Fi activa</string> - <!-- Summary for the Wi-Fi lock preference --> - <string name="pref_wifilock_summary">Evitar que a Wi-Fi se apague mentres a sesión está activa</string> - - <!-- Name for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_title">Bumpy arrows</string> - <!-- Summary for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_summary">Vibrar ao enviar teclas de dirección dende o trackball; útil para conexións con retardos</string> - - <!-- Category title for the Terminal Bell preferences --> - <string name="pref_bell_category">Timbre do terminal</string> - - <!-- Checkbox preference title for the audible terminal bell feature --> - <string name="pref_bell_title">Timbre audible</string> - - <!-- Title for the slider preference to set the volume --> - <string name="pref_bell_volume_title">Volume do timbre</string> - - <!-- Checkbox preference title for the vibrate on terminal bell feature --> - <string name="pref_bell_vibrate_title">Vibrar co timbre</string> - - <!-- Checkbox preference title for the receive notifications on terminal bell feature --> - <string name="pref_bell_notification_title">Notificacións en segundo plano</string> - <!-- Brief summary of the feature that is enabled when the checkbox preference for the receive notifications on terminal bell feature is checked --> - <string name="pref_bell_notification_summary">Send notification when a terminal running in the background sounds a bell.</string> - - <!-- Preference selection to indicate use of right side of keyboard for special shortcuts. --> - <string name="list_keymode_right">Use right-side keys</string> - <!-- Preference selection to indicate use of left side of keyboard for special shortcuts. --> - <string name="list_keymode_left">Use left-side keys</string> - <!-- Preference selection to indicate never to use special shortcut keys. --> - <string name="list_keymode_none">Deshabilitar</string> - - <!-- Preference to not use pubkeys to authenticate to this host. --> - <string name="list_pubkeyids_none">Non usar chaves</string> - <!-- Preference to use any pubkey to authenticate to this host. --> - <string name="list_pubkeyids_any">Usar calquera chave desbloqueada</string> - - <!-- Frequency for which to check for program updates. --> - <string name="list_update_daily">Diariamente</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_weekly">Semanalmente</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_never">Nunca</string> - - <!-- Host nickname field preference title --> - <string name="hostpref_nickname_title">Nickname</string> - - <!-- Host color category preference title --> - <string name="hostpref_color_title">Color category</string> - - <!-- Host's default font size when opening the terminal in points (pt) --> - <string name="hostpref_fontsize_title">Tamaño da fonte (pt)</string> - - <!-- Host pubkey usage preference title --> - <string name="hostpref_pubkeyid_title">Use pubkey authentication</string> - - <!-- Preference title for the SSH Authentication Agent Forwarding for a host connection --> - <string name="hostpref_authagent_title">Use SSH auth agent</string> - - <!-- Host post-login automation preference title --> - <string name="hostpref_postlogin_title">Post-login automation</string> - <!-- Host post-login automation preference summary --> - <string name="hostpref_postlogin_summary">Comandos a executar no servidor remoto unha vez autenticado</string> - - <!-- Host compression preference title --> - <string name="hostpref_compression_title">Compresión</string> - <!-- Summary for compression preference --> - <string name="hostpref_compression_summary">Esto podería axudar en redes lentas</string> - - <!-- Setting for whether we want a session to start up when we connect to a host --> - <string name="hostpref_wantsession_title">Comezar sesión de shell</string> - <!-- Summary for field asking whether a shell session should be started up upon connection or not --> - <string name="hostpref_wantsession_summary">Disable this preference to only use port forwards</string> - - <!-- Setting for whether the host should be reconnected to automatically upon disconnect --> - <string name="hostpref_stayconnected_title">Stay connected</string> - <!-- Summary for preference asking whether the host should be reconnected to when it disconnects --> - <string name="hostpref_stayconnected_summary">Try to reconnect to host if disconnected</string> - - <!-- Setting for what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_title">DEL Key</string> - <!-- Summary for field asking what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_summary">The key code sent when DEL key is pressed</string> - - <!-- Host character encoding preference title --> - <string name="hostpref_encoding_title">Codificación</string> - <!-- Host character encoding preference summary --> - <string name="hostpref_encoding_summary">Codificación de caracteres para a máquina remota</string> - - <!-- Host preference category title for connection settings --> - <string name="hostpref_connection_category">Configuracion da conexión</string> - - <!-- Username field title for host editor preference --> - <string name="hostpref_username_title">Nome de usuario</string> - - <!-- Hostname field title for host editor preference --> - <string name="hostpref_hostname_title">Máquina</string> - - <!-- Port field title for host editor preference --> - <string name="hostpref_port_title">Porto</string> - - <!-- Displayed to indicate a host has never been connected to. --> - <string name="bind_never">Nunca conectado</string> - <!-- The time that has elapsed since a host was connected to when it has been less than an hour. --> - <string name="bind_minutes">Hai %1$s minutos</string> - <!-- The time that has elapsed since a host was connected to when it has been less than a day. --> - <string name="bind_hours">Hai %1$s horas</string> - <!-- The time that has elapsed since a host was connected to when it has been a day or more. --> - <string name="bind_days">Hai %1$s días</string> - - <!-- Message given when user copies from the terminal. --> - <string name="console_copy_done">Copiados %1$d bytes ao portapapeis</string> - <!-- Instructions for how to copy from the terminal. The '\n' entries are to split lines to improve readability and prevent wrapping off the screen. --> - <string name="console_copy_start">Tocar e arrastrar\nou usar o cursor direccional\npara seleccionar a área a copiar</string> - - <!-- Button to close the disconnected terminal window. --> - <string name="console_menu_close">Pechar</string> - <!-- Button to begin copying from the terminal to the clipboard. --> - <string name="console_menu_copy">Copiar</string> - <!-- Button to paste from the clipboard to the terminal. --> - <string name="console_menu_paste">Pegar</string> - <!-- Button that brings user to the Port Forwards List. --> - <string name="console_menu_portforwards">Redirección de portos</string> - <!-- Button that brings user to the terminal resizing dialog where they can force a size. --> - <string name="console_menu_resize">Forzar tamaño</string> - <!-- Button that brings up the list of URLs on the current screen --> - <string name="console_menu_urlscan">Escanear URLs</string> - - <!-- Selection for a "local" port forward. E.g., connections to a port listening locally is forwarded to the remote end's listening port. --> - <string name="portforward_local">Local</string> - <!-- Selection for a "remote" port forward. E.g., connections to a port listening remotely is forwarded to the local end's listening port. --> - <string name="portforward_remote">Remoto</string> - <!-- Selection for a "dynamic" port forward. E.g., connections to a port listening locally is forwarded based on the SOCKS protocol to an arbitrary remote host and port. --> - <string name="portforward_dynamic">Dynamic (SOCKS)</string> - <!-- Button that commits the port forward to be made from the Port Forward Creation dialog. --> - <string name="portforward_pos">Create port forward</string> - - <string name="portforward_done">Successfully created port forward</string> - <string name="portforward_problem">Problem creating port forward, maybe you\'re using ports under 1024 or port is already used?</string> - - <string name="portforward_menu_add">Add port forward</string> - - <!-- The string to present in the quick-connect box to hint the user to the format for connecting to hosts. --> - <string name="hint_userhost">user@hostname</string> - - <!-- Hint given to user when the format they're using is incorrect in the quick-connect box. --> - <string name="list_format_error">Use the format "%1$s"</string> - - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_username">username</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_hostname">hostname</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_port">port</string> - - <string name="list_menu_pubkeys">Manage Pubkeys</string> - <!-- Selection choice to sort hosts by color. --> - <string name="list_menu_sortcolor">Sort by color</string> - <!-- Selection choice to sort hosts by nickname. --> - <string name="list_menu_sortname">Sort by name</string> - <string name="list_menu_settings">Settings</string> - - <string name="list_host_disconnect">Disconnect</string> - <string name="list_host_edit">Edit host</string> - <string name="list_host_portforwards">Edit port forwards</string> - <string name="list_host_delete">Delete host</string> - <!-- Note that the '\n' splits the lines so it's actually "quick-connect box below to connect" --> - <string name="list_host_empty">Use the quick-connect box\nbelow to connect to a host.</string> - - <!-- Default screen rotation preference selection --> - <string name="list_rotation_default">Default</string> - <string name="list_rotation_land">Force landscape</string> - <string name="list_rotation_port">Force portrait</string> - <!-- Selection to indicate the rotation should be selected automatically based on the tilt sensor. --> - <string name="list_rotation_auto">Automatic</string> - - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A then Space". --> - <string name="list_camera_ctrlaspace">Ctrl+A then Space</string> - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A". --> - <string name="list_camera_ctrla">Ctrl+A</string> - <!-- Selection to indicate pressing the Camera button should send the "Esc" key. --> - <string name="list_camera_esc">Esc</string> - <!-- Selection to indicate pressing the Camera button should send "Esc+A". --> - <string name="list_camera_esc_a">Esc+A</string> - <!-- Selection to indicate pressing the Camera button should send nothing at all. --> - <string name="list_camera_none">None</string> - - <!-- Name for the backspace character --> - <string name="list_delkey_backspace">Backspace</string> - <!-- Name for the ASCII DEL character --> - <string name="list_delkey_del">Delete</string> - - <string name="delete_message">Are you sure you want to delete \'%1$s\'?</string> - <string name="delete_pos">Yes, delete</string> - <string name="delete_neg">Cancel</string> - - <!-- Button to agree to license terms. --> - <string name="wizard_agree">Agree</string> - <!-- Button to go to the next page in the first time start-up wizard. --> - <string name="wizard_next">Next</string> - <!-- Button to go to the previous page in the first time start-up wizard. --> - <string name="wizard_back">Back</string> - - <string name="terminal_no_hosts_connected">No hosts currently connected</string> - - <!-- Displayed in terminal when attempting to connect to a host. The first two - variables are host:port and the third is the protocol (e.g., SSH) --> - <string name="terminal_connecting">Connecting to %1$s:%2$d via %3$s</string> - - <!-- Displays the host key to the user in the terminal --> - <string name="terminal_sucess">Verified host \'%1$s\' key: %2$s</string> - <string name="terminal_failed">Host key verification failed.</string> - - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_s2c_algorithm">Server-to-client algorithm: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_c2s_algorithm">Client-to-server algorithm: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_algorithm">Using algorithm: %1$s %2$s</string> - - <string name="terminal_auth">Trying to authenticate</string> - - <string name="terminal_auth_pass">Attempting \'password\' authentication</string> - <string name="terminal_auth_pass_fail">Authentication method \'password\' failed</string> - - <string name="terminal_auth_pubkey_any">Attempting \'publickey\' authentication with any in-memory public keys</string> - <string name="terminal_auth_pubkey_invalid">Selected public key is invalid, try reselecting key in host editor</string> - <string name="terminal_auth_pubkey_specific">Attempting \'publickey\' authentication with a specific public key</string> - <string name="terminal_auth_pubkey_fail">Authentication method \'publickey\' with key \'%1$s\' failed</string> - - <string name="terminal_auth_ki">Attempting \'keyboard-interactive\' authentication</string> - <string name="terminal_auth_ki_fail">Authentication method \'keyboard-interactive\' failed</string> - - <string name="terminal_auth_fail">[Your host doesn\'t support \'password\' or \'keyboard-interactive\' authentication.]</string> - - <string name="terminal_no_session">Session will not be started due to host preference.</string> - <string name="terminal_enable_portfoward">Enable port forward: %1$s</string> - - <string name="local_shell_unavailable">Failure! Local shell is unavailable on this phone.</string> - - <!-- Text sent to the user to alert them that a Terminal Bell is received in a background session --> - <string name="notification_text">%1$s wants your attention.</string> - - <!-- Dialog title when a new version of ConnectBot is detected. --> - <string name="upgrade">New version</string> - <!-- Button selection to upgrade to the latest ConnectBot when one is available. --> - <string name="upgrade_pos">Yes, upgrade</string> - <!-- Button selection to skip upgrading to the latest ConnectBot when one is available. --> - <string name="upgrade_neg">Not right now</string> - - <!-- Preference selection for SSH Authentication Agent to never use pubkeys --> - <string name="no">No</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys "with confirmation" only --> - <string name="with_confirmation">With confirmation</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys --> - <string name="yes">Yes</string> - - <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> - <string name="exceptions_submit_message">It appears ConnectBot had a problem last time it ran. Submit error report to ConnectBot developers?</string> - - <!-- Menu selection to reset colors to their defaults. --> - <string name="menu_colors_reset">Reset</string> - - <!-- Displayed in the notification bar that connections are active --> - <string name="app_is_running">ConnectBot is running</string> - - <string name="color_red">red</string> - <string name="color_green">green</string> - <string name="color_blue">blue</string> - <string name="color_gray">gray</string> + <string name="app_desc">Cliente SSH simple, potente e open-source</string> + <string name="title_hosts_list">Servidores</string> + <string name="title_pubkey_list">Chaves públicas</string> + <string name="title_port_forwards_list">Redirección de portos</string> + <string name="title_host_editor">Editar servidor</string> + <string name="title_help">Axuda</string> + <string name="title_colors">Cores</string> + <string name="resolve_connect">Conectar</string> + <string name="resolve_entropy">Xerar entropía</string> + <string name="menu_insert">Engadir un servidor</string> + <string name="menu_delete">Borrar servidor</string> + <string name="menu_preferences">Preferencias</string> + <string name="help_intro">Seleccione un apartado dos seguintes para máis información dun tema particular</string> + <string name="help_about">Acerca de ConnectBot</string> + <string name="help_keyboard">Teclado</string> + <string name="pubkey_generate">Xerar</string> + <string name="pubkey_import">Importar</string> + <string name="pubkey_delete">Borrar a chave</string> + <string name="pubkey_gather_entropy">Xerando Entropía</string> + <string name="pubkey_touch_prompt">Toca esta casiña para xerar aleatoriedade: %1$d%% feito</string> + <string name="pubkey_touch_hint">Para garantir aleatoriedade durante a xeración da chave, mova o dedo aleatoriamente na casiña a continuación</string> + <string name="pubkey_generating">Xerando par de chaves...</string> + <string name="pubkey_copy_private">Copiar chave privada</string> + <string name="pubkey_copy_public">Copiar chave pública</string> + <string name="pubkey_list_empty">Pulse Menu para crear\nou importar pares de chaves</string> + <string name="pubkey_unknown_format">Formato descoñecido</string> + <string name="pubkey_change_password">Cambiar o contrasinal</string> + <string name="pubkey_list_pick">Seleccionar da /sdcard</string> + <string name="pubkey_import_parse_problem">Problema analisando a chave privada importada</string> + <string name="pubkey_unlock">Desbloquear chave</string> + <string name="pubkey_memory_load">Cargar en memoria</string> + <string name="pubkey_memory_unload">Descargar de memoria</string> + <string name="pubkey_load_on_start">Cargar chave ao iniciar</string> + <string name="pubkey_confirm_use">Confirmar antes de usar</string> + <string name="portforward_list_empty">Pulsar Menu para crear\nredireccións de portos</string> + <string name="portforward_edit">Editar redirección de porto</string> + <string name="portforward_delete">Borrar redirección de porto</string> + <string name="prompt_nickname">Seudónimo:</string> + <string name="prompt_nickname_hint_pubkey">A miña chave do traballo</string> + <string name="prompt_source_port">Porto orixe:</string> + <string name="prompt_destination">Destino:</string> + <string name="prompt_old_password">Contrasinal antigo:</string> + <string name="prompt_password">Contrasinal:</string> + <string name="prompt_again">(de novo)</string> + <string name="prompt_type">Tipo:</string> + <string name="prompt_password_can_be_blank">Nota: o contrasinal pode quedar baleiro</string> + <string name="host_verification_failure_warning_header">¡ATENCIÓN: A IDENTIFICACIÓN DO EQUIPO REMOTO CAMBIOU!</string> + <string name="host_verification_failure_warning">¡É POSIBLE QUE HAXA ALGUÉN FACENDO ALGO INAXEITADO!\n¡Alguén podería estar intervindo neste momento (cun ataque man-in-the-middle)!\nTamén é posible que a chave do equipo simplemente cambiara.</string> + <string name="prompt_host_disconnected">O equipo desconectouse.\n¿Pechar a sesión?</string> + <string name="prompt_continue_connecting">Seguro que quere\ncontinuar conectándose?</string> + <string name="alert_passwords_do_not_match_msg">¡Non coinciden os contrasinais!</string> + <string name="alert_wrong_password_msg">¡Contrasinal incorrecto!</string> + <string name="alert_key_corrupted_msg">¡A chave privada parece corrupta!</string> + <string name="alert_sdcard_absent">¡A tarxeta SD non está inserida!</string> + <string name="button_add">Engadir</string> + <string name="button_change">Modificar</string> + <string name="button_generate">Xerar chave</string> + <string name="button_resize">Redimensionar</string> + <string name="alert_disconnect_msg">Conexión Perdida</string> + <string name="msg_copyright">Todos os dereitos reservados © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> + <string name="pref_emulation_category">Emulación de terminal</string> + <string name="pref_emulation_title">Modo de emulación</string> + <string name="pref_emulation_summary">Modo de emulación de terminal para usar en conexións PTY</string> + <string name="pref_scrollback_title">Tamaño de navegación</string> + <string name="pref_scrollback_summary">Tamaño de búfer que quedará en memoria para cada consola</string> + <string name="pref_ui_category">Interface de usuario</string> + <string name="pref_rotation_title">Modo de rotación</string> + <string name="pref_rotation_summary">Como cambiar a rotación ao abrir/pechar o teclado</string> + <string name="pref_fullscreen_title">Pantalla completa</string> + <string name="pref_fullscreen_summary">Esconder a barra de estado cando estea na consola</string> + <string name="pref_memkeys_title">Recordar chaves en memoria</string> + <string name="pref_memkeys_summary">Manter chaves desbloqueadas en memoria ata que o servicio de backend teña terminado</string> + <string name="pref_update_title">Comprobar actualizacións</string> + <string name="pref_update_summary">Establecer a frecuencia máxima para comprobar as actualizacións de ConnectBot</string> + <string name="pref_conn_persist_title">Conexións persistentes</string> + <string name="pref_conn_persist_summary">Manter conexións activas en segundo plano</string> + <string name="pref_keymode_title">Atallos de teclado para directorios</string> + <string name="pref_camera_title">Atallo de teclado para a cámara</string> + <string name="pref_keepalive_title">Manter pantalla activa</string> + <string name="pref_keepalive_summary">Evitar que a pantalla se apague ao traballar nunha consola</string> + <string name="pref_wifilock_title">Manter a Wi-Fi activa</string> + <string name="pref_wifilock_summary">Evitar que a Wi-Fi se apague mentres a sesión está activa</string> + <string name="pref_bumpyarrows_summary">Vibrar ao enviar teclas de dirección dende o trackball; útil para conexións con retardos</string> + <string name="pref_bell_category">Timbre do terminal</string> + <string name="pref_bell_title">Timbre audible</string> + <string name="pref_bell_volume_title">Volume do timbre</string> + <string name="pref_bell_vibrate_title">Vibrar co timbre</string> + <string name="pref_bell_notification_title">Notificacións en segundo plano</string> + <string name="list_keymode_none">Deshabilitar</string> + <string name="list_pubkeyids_none">Non usar chaves</string> + <string name="list_pubkeyids_any">Usar calquera chave desbloqueada</string> + <string name="list_update_daily">Diariamente</string> + <string name="list_update_weekly">Semanalmente</string> + <string name="list_update_never">Nunca</string> + <string name="hostpref_fontsize_title">Tamaño da fonte (pt)</string> + <string name="hostpref_postlogin_summary">Comandos a executar no servidor remoto unha vez autenticado</string> + <string name="hostpref_compression_title">Compresión</string> + <string name="hostpref_compression_summary">Esto podería axudar en redes lentas</string> + <string name="hostpref_wantsession_title">Comezar sesión de shell</string> + <string name="hostpref_encoding_title">Codificación</string> + <string name="hostpref_encoding_summary">Codificación de caracteres para a máquina remota</string> + <string name="hostpref_connection_category">Configuracion da conexión</string> + <string name="hostpref_username_title">Nome de usuario</string> + <string name="hostpref_hostname_title">Máquina</string> + <string name="hostpref_port_title">Porto</string> + <string name="bind_never">Nunca conectado</string> + <string name="bind_minutes">Hai %1$s minutos</string> + <string name="bind_hours">Hai %1$s horas</string> + <string name="bind_days">Hai %1$s días</string> + <string name="console_copy_done">Copiados %1$d bytes ao portapapeis</string> + <string name="console_copy_start">Tocar e arrastrar\nou usar o cursor direccional\npara seleccionar a área a copiar</string> + <string name="console_menu_close">Pechar</string> + <string name="console_menu_copy">Copiar</string> + <string name="console_menu_paste">Pegar</string> + <string name="console_menu_portforwards">Redirección de portos</string> + <string name="console_menu_resize">Forzar tamaño</string> + <string name="console_menu_urlscan">Escanear URLs</string> + <string name="portforward_remote">Remoto</string> + <string name="list_format_error">Use the format %1$s</string> + <string name="exceptions_submit_message">It appears ConnectBot had a problem last time it ran. Submit error report to ConnectBot developers?</string> </resources> diff --git a/res/values-hu/strings.xml b/res/values-hu/strings.xml index 792b10f..195f758 100644 --- a/res/values-hu/strings.xml +++ b/res/values-hu/strings.xml @@ -1,461 +1,209 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * ConnectBot: simple, powerful, open-source SSH client for Android - * Copyright 2007 Kenny Root, Jeffrey Sharkey - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ ---> +<?xml version='1.0' encoding='utf-8'?> <resources> - <string name="app_desc">Egyszerű, hatékony, nyílt-forráskódú SSH kliens.</string> - - <!-- Window title for the Host List --> - <string name="title_hosts_list">Kiszolgálók</string> - <!-- Window title for the Pubkeys List --> - <string name="title_pubkey_list">Publikus kulcsok</string> - <!-- Window title for the Port Forwards List --> - <string name="title_port_forwards_list">Port átiránytások</string> - <!-- Window title when editing host details --> - <string name="title_host_editor">Kiszolgáló szerkesztése</string> - <!-- Window title for Help index --> - <string name="title_help">Súgó</string> - <!-- Window title for color list editing screen --> - <string name="title_colors">Színek</string> - - <string name="resolve_connect">Csatlakozás</string> - <!-- Menu selection where user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="resolve_entropy">Entrópia gyűjtés</string> - - <string name="menu_insert">Kiszolgáló hozzáadása</string> - <string name="menu_delete">Kiszolgáló törlése</string> - <string name="menu_preferences">Beállítások</string> - - <string name="help_intro">Válaszon témakört az alábbiak közül egy adott téma részletes leírásához.</string> - <string name="help_about">A ConnectBot névjegye</string> - <string name="help_keyboard">Billentyűzet</string> - - <string name="pubkey_generate">Generálás</string> - <string name="pubkey_import">Importálás</string> - <string name="pubkey_delete">Kulcs törlése</string> - <!-- Dialog title when user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="pubkey_gather_entropy">Entrópia gyűjtés</string> - <string name="pubkey_touch_prompt">Érintse meg a dobozt a véletlenszerű generálásához: %1$d%% kész</string> - <string name="pubkey_touch_hint">A kulcs egyediségének biztosítása érdekében mozgassa ujját véletlenszerűen az alábbi dobozban.</string> - <string name="pubkey_generating">Kulcspár generálása...</string> - <string name="pubkey_copy_private">Privát kulcs másolása</string> - <string name="pubkey_copy_public">Nyilvános kulcs másolása</string> - <!-- Note that the '\n' just splits lines, so it's actually "create or import" --> - <string name="pubkey_list_empty">Nyomjon "Menu"-t, kulcspár\n létrehozáshoz/importáláshoz.</string> - <string name="pubkey_unknown_format">Ismeretlen formátum</string> - <string name="pubkey_change_password">Jelszócsere</string> - <string name="pubkey_list_pick">Kiválaszt /sdcard -ról</string> - <string name="pubkey_import_parse_problem">Probléma a privát kulcspár feldolgozása során</string> - <string name="pubkey_unlock">Kulcs feloldása</string> - <string name="pubkey_failed_add">Hibás jelszó a \'%1$s\' kulcshoz. Sikertelen azonosítás.</string> - <string name="pubkey_memory_load">Betöltés a memóriába</string> - <string name="pubkey_memory_unload">Mermória ürítése</string> - <string name="pubkey_load_on_start">Kulcs betöltése induláskor</string> - <!-- Pubkey preference asking user whether the key use should be confirmed via prompt before it can be used for authentication --> - <string name="pubkey_confirm_use">Jóváhagyás használat előtt</string> - - <!-- Note that the '\n' splits lines, so it's actually "create port forwards" --> - <string name="portforward_list_empty">Nyomj "Menu"-t a port\nátirányításhoz.</string> - <string name="portforward_edit">Port átirányítás módosítása</string> - <string name="portforward_delete">Port átirányítás törlése</string> - - <string name="prompt_nickname">Becenév:</string> - <!-- An example string that could be used as a nickname for a pubkey. --> - <string name="prompt_nickname_hint_pubkey">A munkahelyi kulcsom</string> - <!-- The source TCP port for port forwards. --> - <string name="prompt_source_port">Helyi port:</string> - <!-- The "host:port" combination used for port forward destinations. --> - <string name="prompt_destination">Cél:</string> - <string name="prompt_old_password">Régi jelszó:</string> - <string name="prompt_password">Jelszó:</string> - <!-- Added after a "Password:" prompt to indicate user needs to confirm entry. --> - <string name="prompt_again">(újra)</string> - <!-- Label for the user to select port forward type. --> - <string name="prompt_type">Típus:</string> - <string name="prompt_password_can_be_blank">Tipp: a jelszóadás nem kötelező</string> - <!-- Prompt for the size of the private key in bits. --> - <string name="prompt_bits">Bitek:</string> - - <!-- Prompt for the password to unlock a certain pubkey. --> - <string name="prompt_pubkey_password">A \'%1$s\' kulcs jelszava</string> - - <!-- Prompt for whether to allow SSH Authentication Agent to use the specified key. Note that the '\n' means split the line so it's actually "host to use key" --> - <string name="prompt_allow_agent_to_use_key">A \'%1$s\' kulcs engedélyezése\na távoli gépnek?</string> - - <!-- The header of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning_header">FIGYELEM: A TÁVOLI GÉP AZONOSÍTÓJA MEGVÁLTOZOTT!</string> - <!-- The body of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning">FELTEHETŐEN VALAKI GYANÚS DOLGOKAT MŰVEL! \nValaki feltehetően megpróbál lehallgatni (man-in-the-middle attack) téged! \ nDe az is lehetséges, hogy a távoli fél kulcsa közben megváltozott.</string> - - <!-- Prompt user gets when the remote host has disconnected unexpectedly. --> - <string name="prompt_host_disconnected">A kapcsolat megszakadt.\nBezárja a folyamatot?</string> - <!-- Prompt user must answer yes or no to when the remote host fails verification of encryption fingerprint --> - <string name="prompt_continue_connecting">Biztosan folytatja a csatlakozást?</string> - - <!-- Sent to user when the remote public encryption key fingerprint doesn't match the local database --> - <string name="host_authenticity_warning">A \'%1$s\' kiszolgáló azonosítása sikertelen.</string> - <!-- First field is encryption algorithm. Second is the actual fingerprint in hex digits --> - <string name="host_fingerprint">A %1$s kulcs újlenyomata a(-z) %2$s</string> - - <string name="alert_passwords_do_not_match_msg">Nem egyezik a jelszó!</string> - <string name="alert_wrong_password_msg">Hibás jelszó!</string> - <string name="alert_key_corrupted_msg">Sérült privát kulcs!</string> - <string name="alert_sdcard_absent">Nincs SD kártya!</string> - - <!-- Add a new item (e.g., host or pubkey) to the list. --> - <string name="button_add">Hozzáadás</string> - <!-- Change an existing item's (e.g., host or pubkey) details. --> - <string name="button_change">Módosítás</string> - <!-- Button that begins the generation of a public key pair. --> - <string name="button_generate">Kulcs generálása</string> - <!-- Button that resizes the screen to the user-specified dimensions. --> - <string name="button_resize">Átméretezés</string> - - <string name="alert_disconnect_msg">A kapcsolat megszakadt</string> - - <string name="msg_copyright">Minden jog fentartva © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> - - <!-- The category title for terminal emulation preferences. --> - <string name="pref_emulation_category">Terminál emulálás</string> - - <!-- Name for the emulation terminal type preference. --> - <string name="pref_emulation_title">Emulálási mód</string> - <!-- Description of the emulation terminal type preference. --> - <string name="pref_emulation_summary">Terminál emulálási mód PTY kapcsolatokhoz</string> - - <!-- Name for the scrollback size preference --> - <string name="pref_scrollback_title">Előzmények mérete</string> - <!-- Description of the scrollback size preference --> - <string name="pref_scrollback_summary">Az előzmények memóriában tartandó mérete konzolonként</string> - - <!-- The category title for user interface preferences --> - <string name="pref_ui_category">Felhasználói felület</string> - - <!-- Name for the rotation mode preference --> - <string name="pref_rotation_title">Forgatási mód</string> - <!-- Summary for the rotation mode preference --> - <string name="pref_rotation_summary">Hogyan forduljon a kijelző a billentyűzet ki/becsukása során</string> - - <!-- Name for the full screen preference --> - <string name="pref_fullscreen_title">Teljes képernyő</string> - <!-- Summary for the full screen preference --> - <string name="pref_fullscreen_summary">Rejtett állapotsor a konzol használata során</string> - - <!-- Name for the memorize keys preference --> - <string name="pref_memkeys_title">Kulcsok megörzése a memóriában</string> - <!-- Summary for the memorize keys preference --> - <string name="pref_memkeys_summary">Tartsa nyitva a memóriában lévő kulcsokat amíg a háttérszolgáltatás meg nem szűnik</string> - - <!-- Name for the update check preference --> - <string name="pref_update_title">Frissítés ellenőrzése</string> - <!-- Summary for the update check preference --> - <string name="pref_update_summary">ConnectBot frissítés ellenőrzésének maximális gyakorisága</string> - - <!-- Name for the preference that forces the service to stay running in the background.--> - <string name="pref_conn_persist_title">Kapcsolatok fenntartása</string> - <!-- Summary for the preference that forces the service to stay running in the background. --> - <string name="pref_conn_persist_summary">A háttérben tartsa fenn a kapcsolatokat</string> - - <!-- Name for the keyboard shortcuts preference --> - <string name="pref_keymode_title">Könyvtár hivatkozások</string> - <!-- Summary for the keyboard shortcuts preference --> - <string name="pref_keymode_summary">Válassza ki, hogyan kell használni az Alt-ot\n a \'/\' helyett és a Shift-et a Tab helyett</string> - - <!-- Name for the camera shortcut usage preference --> - <string name="pref_camera_title">Kamera gomb hivatkozás</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_camera_summary">Válassza ki a kamera gombhoz tartozó hivatkozást</string> - - <!-- Name for the keep screen on preference --> - <string name="pref_keepalive_title">Tartsa ébren a képernyőt</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_keepalive_summary">Akadályozza meg a képernyővédő bekapcsolását konzolon végzett munka alatt</string> - - <!-- Name for the Wi-Fi lock preference --> - <string name="pref_wifilock_title">Tartsa fenn a Wi-Fi kapcsolatot</string> - <!-- Summary for the Wi-Fi lock preference --> - <string name="pref_wifilock_summary">Akadályozza meg a Wi-Fi kikapcsolását amíg a munka zajlik</string> - - <!-- Name for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_title">Ugráló nyilak</string> - <!-- Summary for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_summary">Vibráljon amikor a hanyattegérrel mozgatjuk a kurzort; hasznos lehet lassú kapcsolatoknál</string> - - <!-- Category title for the Terminal Bell preferences --> - <string name="pref_bell_category">Terminál csengő</string> - - <!-- Checkbox preference title for the audible terminal bell feature --> - <string name="pref_bell_title">Hallható csengő</string> - - <!-- Title for the slider preference to set the volume --> - <string name="pref_bell_volume_title">Csengő hangereje</string> - - <!-- Checkbox preference title for the vibrate on terminal bell feature --> - <string name="pref_bell_vibrate_title">Vibráljon csengetéskor</string> - - <!-- Checkbox preference title for the receive notifications on terminal bell feature --> - <string name="pref_bell_notification_title">Háttér figyelmeztetések</string> - <!-- Brief summary of the feature that is enabled when the checkbox preference for the receive notifications on terminal bell feature is checked --> - <string name="pref_bell_notification_summary">Küldjön értesítőt amikor a háttérben futó terminál csenget.</string> - - <!-- Preference selection to indicate use of right side of keyboard for special shortcuts. --> - <string name="list_keymode_right">A jobb oldali gombok használata</string> - <!-- Preference selection to indicate use of left side of keyboard for special shortcuts. --> - <string name="list_keymode_left">A baloldali gombok használata</string> - <!-- Preference selection to indicate never to use special shortcut keys. --> - <string name="list_keymode_none">Tiltás</string> - - <!-- Preference to not use pubkeys to authenticate to this host. --> - <string name="list_pubkeyids_none">Kulcsok használatának tiltása</string> - <!-- Preference to use any pubkey to authenticate to this host. --> - <string name="list_pubkeyids_any">Bármely nyilvános kulcs használata</string> - - <!-- Frequency for which to check for program updates. --> - <string name="list_update_daily">Naponta</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_weekly">Hetente</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_never">Soha</string> - - <!-- Host nickname field preference title --> - <string name="hostpref_nickname_title">Becenév</string> - - <!-- Host color category preference title --> - <string name="hostpref_color_title">Szín-kategória</string> - - <!-- Host's default font size when opening the terminal in points (pt) --> - <string name="hostpref_fontsize_title">Betűtipus mérete (pt)</string> - - <!-- Host pubkey usage preference title --> - <string name="hostpref_pubkeyid_title">Nyilvános kulcs használata azonosításhoz</string> - - <!-- Preference title for the SSH Authentication Agent Forwarding for a host connection --> - <string name="hostpref_authagent_title">Az SSH auth agent használata</string> - - <!-- Host post-login automation preference title --> - <string name="hostpref_postlogin_title">Bejelentkezést követő automatikus parancsok</string> - <!-- Host post-login automation preference summary --> - <string name="hostpref_postlogin_summary">Olyan parancsok amelyek a bejelentkezést követően kerülnek futtatásra</string> - - <!-- Host compression preference title --> - <string name="hostpref_compression_title">Tömörítés</string> - <!-- Summary for compression preference --> - <string name="hostpref_compression_summary">Jól jöhet lassú házatok esetén</string> - - <!-- Setting for whether we want a session to start up when we connect to a host --> - <string name="hostpref_wantsession_title">Parancssor indítása</string> - <!-- Summary for field asking whether a shell session should be started up upon connection or not --> - <string name="hostpref_wantsession_summary">Kapcsolja ki, ha csak port átirányitásokat akar</string> - - <!-- Setting for whether the host should be reconnected to automatically upon disconnect --> - <string name="hostpref_stayconnected_title">Maradjon csatlakozva</string> - <!-- Summary for preference asking whether the host should be reconnected to when it disconnects --> - <string name="hostpref_stayconnected_summary">Újracsatlakozás ha a kapcsolat megszakad</string> - - <!-- Setting for what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_title">DEL billentyű</string> - <!-- Summary for field asking what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_summary">Az a billenytű kód amit a DEL lenyomásakor küldünk</string> - - <!-- Host character encoding preference title --> - <string name="hostpref_encoding_title">Karakterkódolás</string> - <!-- Host character encoding preference summary --> - <string name="hostpref_encoding_summary">A kiszolgáló karakterkódolása</string> - - <!-- Host preference category title for connection settings --> - <string name="hostpref_connection_category">Kapcsolat beállításai</string> - - <!-- Username field title for host editor preference --> - <string name="hostpref_username_title">Felhasználónév</string> - - <!-- Hostname field title for host editor preference --> - <string name="hostpref_hostname_title">Kiszolgáló</string> - - <!-- Port field title for host editor preference --> - <string name="hostpref_port_title">Port</string> - - <!-- Displayed to indicate a host has never been connected to. --> - <string name="bind_never">Még nem csatlakozott</string> - <!-- The time that has elapsed since a host was connected to when it has been less than an hour. --> - <string name="bind_minutes">%1$s perce</string> - <!-- The time that has elapsed since a host was connected to when it has been less than a day. --> - <string name="bind_hours">%1$s órája</string> - <!-- The time that has elapsed since a host was connected to when it has been a day or more. --> - <string name="bind_days">%1$s napja</string> - - <!-- Message given when user copies from the terminal. --> - <string name="console_copy_done">%1$d bájt a vágólapra másolva</string> - <!-- Instructions for how to copy from the terminal. The '\n' entries are to split lines to improve readability and prevent wrapping off the screen. --> - <string name="console_copy_start">Érintéssel és húzással\nvagy a hanyattegér használatával\njelölje ki a másolandó területet.</string> - - <!-- Button to close the disconnected terminal window. --> - <string name="console_menu_close">Bezárás</string> - <!-- Button to begin copying from the terminal to the clipboard. --> - <string name="console_menu_copy">Másolás</string> - <!-- Button to paste from the clipboard to the terminal. --> - <string name="console_menu_paste">Beillesztés</string> - <!-- Button that brings user to the Port Forwards List. --> - <string name="console_menu_portforwards">Port átirányítások</string> - <!-- Button that brings user to the terminal resizing dialog where they can force a size. --> - <string name="console_menu_resize">Méret kényszerítése</string> - <!-- Button that brings up the list of URLs on the current screen --> - <string name="console_menu_urlscan">URL Keresés</string> - - <!-- Selection for a "local" port forward. E.g., connections to a port listening locally is forwarded to the remote end's listening port. --> - <string name="portforward_local">Helyi</string> - <!-- Selection for a "remote" port forward. E.g., connections to a port listening remotely is forwarded to the local end's listening port. --> - <string name="portforward_remote">Távoli</string> - <!-- Selection for a "dynamic" port forward. E.g., connections to a port listening locally is forwarded based on the SOCKS protocol to an arbitrary remote host and port. --> - <string name="portforward_dynamic">Dinamikus (SOCKS)</string> - <!-- Button that commits the port forward to be made from the Port Forward Creation dialog. --> - <string name="portforward_pos">Port átirányítás létrehozása</string> - - <string name="portforward_done">Sikeres port átirányítás</string> - <string name="portforward_problem">Probléma a port átirányítás létrehozása során, 1024 alatti vagy már használatban lévő portot választott?</string> - - <string name="portforward_menu_add">Port átirányítás hozzáadása</string> - - <!-- The string to present in the quick-connect box to hint the user to the format for connecting to hosts. --> - <string name="hint_userhost">felhasználó@gépnév</string> - - <!-- Hint given to user when the format they're using is incorrect in the quick-connect box. --> - <string name="list_format_error">A "%1$s" formátum használata</string> - - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_username">felhasználónév</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_hostname">gépnév</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_port">port</string> - - <string name="list_menu_pubkeys">Publikus kulcsok kezelése</string> - <!-- Selection choice to sort hosts by color. --> - <string name="list_menu_sortcolor">Rendezés szín szerint</string> - <!-- Selection choice to sort hosts by nickname. --> - <string name="list_menu_sortname">Rendezés név szerint</string> - <string name="list_menu_settings">Beállítások</string> - - <string name="list_host_disconnect">A kapcsolat bontása</string> - <string name="list_host_edit">Kiszolgáló szerkesztése</string> - <string name="list_host_portforwards">Port átirányítások szerkesztése</string> - <string name="list_host_delete">Kiszolgáló törlése</string> - <!-- Note that the '\n' splits the lines so it's actually "quick-connect box below to connect" --> - <string name="list_host_empty">Használja a gyors csatlakozás dobozt\n a csatlakozáshoz.</string> - - <!-- Default screen rotation preference selection --> - <string name="list_rotation_default">Alapbeállitás</string> - <string name="list_rotation_land">Fekvő mód kényszerítése</string> - <string name="list_rotation_port">Álló mód kényszerítése</string> - <!-- Selection to indicate the rotation should be selected automatically based on the tilt sensor. --> - <string name="list_rotation_auto">Automatikus</string> - - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A then Space". --> - <string name="list_camera_ctrlaspace">Ctrl+A majd Space</string> - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A". --> - <string name="list_camera_ctrla">Ctrl+A</string> - <!-- Selection to indicate pressing the Camera button should send the "Esc" key. --> - <string name="list_camera_esc">Esc</string> - <!-- Selection to indicate pressing the Camera button should send "Esc+A". --> - <string name="list_camera_esc_a">Esc+A</string> - <!-- Selection to indicate pressing the Camera button should send nothing at all. --> - <string name="list_camera_none">Semmit</string> - - <!-- Name for the backspace character --> - <string name="list_delkey_backspace">Backspace</string> - <!-- Name for the ASCII DEL character --> - <string name="list_delkey_del">Delete</string> - - <string name="delete_message">Biztosan törli a \'%1$s\'-t?</string> - <string name="delete_pos">Igen, törlés</string> - <string name="delete_neg">Mégsem</string> - - <!-- Button to agree to license terms. --> - <string name="wizard_agree">Elfogad</string> - <!-- Button to go to the next page in the first time start-up wizard. --> - <string name="wizard_next">Következő</string> - <!-- Button to go to the previous page in the first time start-up wizard. --> - <string name="wizard_back">Vissza</string> - - <string name="terminal_no_hosts_connected">Nincs csatlakozva</string> - - <!-- Displayed in terminal when attempting to connect to a host. The first two - variables are host:port and the third is the protocol (e.g., SSH) --> - <string name="terminal_connecting">Csatlakozás %1$s:%2$d a %3$s protokollon</string> - - <!-- Displays the host key to the user in the terminal --> - <string name="terminal_sucess">Azonosított \'%1$s\' gépnév kulcsa: %2$s</string> - <string name="terminal_failed">Távoli gép, kulcs azonosítása sikertelen.</string> - - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_s2c_algorithm">Szerver-kliens algoritmus: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_c2s_algorithm">Kliens-szerver algoritmus: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_algorithm">Használt algoritmus: %1$s %2$s</string> - - <string name="terminal_auth">Azonosítási probálkozás</string> - - <string name="terminal_auth_pass">Próbálkozás \'password\' azonosítással</string> - <string name="terminal_auth_pass_fail">A \'password\' azonosítás sikertelen.</string> - - <string name="terminal_auth_pubkey_any">Próbálkozás \'publickey\' azonosítással, bármely memóriában található nyilvános kulccsal</string> - <string name="terminal_auth_pubkey_invalid">A nyilvános kulcs hibás, próbálja újra kiválasztani az állomás kezelőből</string> - <string name="terminal_auth_pubkey_specific">Próbálkozás \'publickey\' azonosítással, választott nyilvános kulccsal</string> - <string name="terminal_auth_pubkey_fail">A \'%1$s\' kulccsal történt \'publickey\' azonosítás sikertelen.</string> - - <string name="terminal_auth_ki">Próbálkozás \'keyboard-interactive\' azonosítással</string> - <string name="terminal_auth_ki_fail">\'keyboard-interactive\' azonosítás sikertelen</string> - - <string name="terminal_auth_fail">[A gépnév nem támogatja a \'password\' vagy \'keyboard-interactive\' azonosítást.]</string> - - <string name="terminal_no_session">A munkamenet nem kezdhető el a gép beállítások miatt.</string> - <string name="terminal_enable_portfoward">Port átirányítás engedélyezése: %1$s</string> - - <string name="local_shell_unavailable">Hiba! Nincs lokális shell ezen a telefonon.</string> - - <!-- Text sent to the user to alert them that a Terminal Bell is received in a background session --> - <string name="notification_text">%1$s a figyelmére szorul.</string> - - <!-- Dialog title when a new version of ConnectBot is detected. --> - <string name="upgrade">Új verzió</string> - <!-- Button selection to upgrade to the latest ConnectBot when one is available. --> - <string name="upgrade_pos">Igen, frissítés</string> - <!-- Button selection to skip upgrading to the latest ConnectBot when one is available. --> - <string name="upgrade_neg">Most nem</string> - - <!-- Preference selection for SSH Authentication Agent to never use pubkeys --> - <string name="no">Nem</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys "with confirmation" only --> - <string name="with_confirmation">Csak beleegyezéssel</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys --> - <string name="yes">Igen</string> - - <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> - <string name="exceptions_submit_message">Úgy tűnik a ConnectBot a legutóbbi futtatáskor összeomlott. Elküldi a hibanaplót a ConnectBot fejleszőinek?</string> - - <!-- Menu selection to reset colors to their defaults. --> - <string name="menu_colors_reset">Visszaállít</string> - - <!-- Displayed in the notification bar that connections are active --> - <string name="app_is_running">ConnectBot már fut</string> - - <string name="color_red">piros</string> - <string name="color_green">zöld</string> - <string name="color_blue">kék</string> - <string name="color_gray">szürke</string> + <string name="app_desc">Egyszerű, hatékony, nyílt-forráskódú SSH kliens.</string> + <string name="title_hosts_list">Kiszolgálók</string> + <string name="title_pubkey_list">Publikus kulcsok</string> + <string name="title_port_forwards_list">Port átiránytások</string> + <string name="title_host_editor">Kiszolgáló szerkesztése</string> + <string name="title_help">Súgó</string> + <string name="title_colors">Színek</string> + <string name="resolve_connect">Csatlakozás</string> + <string name="resolve_entropy">Entrópia gyűjtés</string> + <string name="menu_insert">Kiszolgáló hozzáadása</string> + <string name="menu_delete">Kiszolgáló törlése</string> + <string name="menu_preferences">Beállítások</string> + <string name="help_intro">Válaszon témakört az alábbiak közül egy adott téma részletes leírásához.</string> + <string name="help_about">A ConnectBot névjegye</string> + <string name="help_keyboard">Billentyűzet</string> + <string name="pubkey_generate">Generálás</string> + <string name="pubkey_import">Importálás</string> + <string name="pubkey_delete">Kulcs törlése</string> + <string name="pubkey_gather_entropy">Entrópia gyűjtés</string> + <string name="pubkey_touch_prompt">Érintse meg a dobozt a véletlenszerű generálásához: %1$d%% kész</string> + <string name="pubkey_touch_hint">A kulcs egyediségének biztosítása érdekében mozgassa ujját véletlenszerűen az alábbi dobozban.</string> + <string name="pubkey_generating">Kulcspár generálása...</string> + <string name="pubkey_copy_private">Privát kulcs másolása</string> + <string name="pubkey_copy_public">Nyilvános kulcs másolása</string> + <string name="pubkey_list_empty">Nyomjon Menu-t, kulcspár\n létrehozáshoz/importáláshoz.</string> + <string name="pubkey_unknown_format">Ismeretlen formátum</string> + <string name="pubkey_change_password">Jelszócsere</string> + <string name="pubkey_list_pick">Kiválaszt /sdcard -ról</string> + <string name="pubkey_import_parse_problem">Probléma a privát kulcspár feldolgozása során</string> + <string name="pubkey_unlock">Kulcs feloldása</string> + <string name="pubkey_failed_add">Hibás jelszó a \'%1$s\' kulcshoz. Sikertelen azonosítás.</string> + <string name="pubkey_memory_load">Betöltés a memóriába</string> + <string name="pubkey_memory_unload">Mermória ürítése</string> + <string name="pubkey_load_on_start">Kulcs betöltése induláskor</string> + <string name="pubkey_confirm_use">Jóváhagyás használat előtt</string> + <string name="portforward_list_empty">Nyomj Menu-t a port\nátirányításhoz.</string> + <string name="portforward_edit">Port átirányítás módosítása</string> + <string name="portforward_delete">Port átirányítás törlése</string> + <string name="prompt_nickname">Becenév:</string> + <string name="prompt_nickname_hint_pubkey">A munkahelyi kulcsom</string> + <string name="prompt_source_port">Helyi port:</string> + <string name="prompt_destination">Cél:</string> + <string name="prompt_old_password">Régi jelszó:</string> + <string name="prompt_password">Jelszó:</string> + <string name="prompt_again">(újra)</string> + <string name="prompt_type">Típus:</string> + <string name="prompt_password_can_be_blank">Tipp: a jelszóadás nem kötelező</string> + <string name="prompt_bits">Bitek:</string> + <string name="prompt_pubkey_password">A \'%1$s\' kulcs jelszava</string> + <string name="prompt_allow_agent_to_use_key">A \'%1$s\' kulcs engedélyezése\na távoli gépnek?</string> + <string name="host_verification_failure_warning_header">FIGYELEM: A TÁVOLI GÉP AZONOSÍTÓJA MEGVÁLTOZOTT!</string> + <string name="host_verification_failure_warning">FELTEHETŐEN VALAKI GYANÚS DOLGOKAT MŰVEL! \nValaki feltehetően megpróbál lehallgatni (man-in-the-middle attack) téged! \\ nDe az is lehetséges, hogy a távoli fél kulcsa közben megváltozott.</string> + <string name="prompt_host_disconnected">A kapcsolat megszakadt.\nBezárja a folyamatot?</string> + <string name="prompt_continue_connecting">Biztosan folytatja a csatlakozást?</string> + <string name="host_authenticity_warning">A \'%1$s\' kiszolgáló azonosítása sikertelen.</string> + <string name="host_fingerprint">A %1$s kulcs újlenyomata a(-z) %2$s</string> + <string name="alert_passwords_do_not_match_msg">Nem egyezik a jelszó!</string> + <string name="alert_wrong_password_msg">Hibás jelszó!</string> + <string name="alert_key_corrupted_msg">Sérült privát kulcs!</string> + <string name="alert_sdcard_absent">Nincs SD kártya!</string> + <string name="button_add">Hozzáadás</string> + <string name="button_change">Módosítás</string> + <string name="button_generate">Kulcs generálása</string> + <string name="button_resize">Átméretezés</string> + <string name="alert_disconnect_msg">A kapcsolat megszakadt</string> + <string name="msg_copyright">Minden jog fentartva © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> + <string name="pref_emulation_category">Terminál emulálás</string> + <string name="pref_emulation_title">Emulálási mód</string> + <string name="pref_emulation_summary">Terminál emulálási mód PTY kapcsolatokhoz</string> + <string name="pref_scrollback_title">Előzmények mérete</string> + <string name="pref_scrollback_summary">Az előzmények memóriában tartandó mérete konzolonként</string> + <string name="pref_ui_category">Felhasználói felület</string> + <string name="pref_rotation_title">Forgatási mód</string> + <string name="pref_rotation_summary">Hogyan forduljon a kijelző a billentyűzet ki/becsukása során</string> + <string name="pref_fullscreen_title">Teljes képernyő</string> + <string name="pref_fullscreen_summary">Rejtett állapotsor a konzol használata során</string> + <string name="pref_memkeys_title">Kulcsok megörzése a memóriában</string> + <string name="pref_memkeys_summary">Tartsa nyitva a memóriában lévő kulcsokat amíg a háttérszolgáltatás meg nem szűnik</string> + <string name="pref_update_title">Frissítés ellenőrzése</string> + <string name="pref_update_summary">ConnectBot frissítés ellenőrzésének maximális gyakorisága</string> + <string name="pref_conn_persist_title">Kapcsolatok fenntartása</string> + <string name="pref_conn_persist_summary">A háttérben tartsa fenn a kapcsolatokat</string> + <string name="pref_keymode_title">Könyvtár hivatkozások</string> + <string name="pref_keymode_summary">Válassza ki, hogyan kell használni az Alt-ot\n a \'/\' helyett és a Shift-et a Tab helyett</string> + <string name="pref_camera_title">Kamera gomb hivatkozás</string> + <string name="pref_camera_summary">Válassza ki a kamera gombhoz tartozó hivatkozást</string> + <string name="pref_keepalive_title">Tartsa ébren a képernyőt</string> + <string name="pref_keepalive_summary">Akadályozza meg a képernyővédő bekapcsolását konzolon végzett munka alatt</string> + <string name="pref_wifilock_title">Tartsa fenn a Wi-Fi kapcsolatot</string> + <string name="pref_wifilock_summary">Akadályozza meg a Wi-Fi kikapcsolását amíg a munka zajlik</string> + <string name="pref_bumpyarrows_title">Ugráló nyilak</string> + <string name="pref_bumpyarrows_summary">Vibráljon amikor a hanyattegérrel mozgatjuk a kurzort; hasznos lehet lassú kapcsolatoknál</string> + <string name="pref_bell_category">Terminál csengő</string> + <string name="pref_bell_title">Hallható csengő</string> + <string name="pref_bell_volume_title">Csengő hangereje</string> + <string name="pref_bell_vibrate_title">Vibráljon csengetéskor</string> + <string name="pref_bell_notification_title">Háttér figyelmeztetések</string> + <string name="pref_bell_notification_summary">Küldjön értesítőt amikor a háttérben futó terminál csenget.</string> + <string name="list_keymode_right">A jobb oldali gombok használata</string> + <string name="list_keymode_left">A baloldali gombok használata</string> + <string name="list_keymode_none">Tiltás</string> + <string name="list_pubkeyids_none">Kulcsok használatának tiltása</string> + <string name="list_pubkeyids_any">Bármely nyilvános kulcs használata</string> + <string name="list_update_daily">Naponta</string> + <string name="list_update_weekly">Hetente</string> + <string name="list_update_never">Soha</string> + <string name="hostpref_nickname_title">Becenév</string> + <string name="hostpref_color_title">Szín-kategória</string> + <string name="hostpref_fontsize_title">Betűtipus mérete (pt)</string> + <string name="hostpref_pubkeyid_title">Nyilvános kulcs használata azonosításhoz</string> + <string name="hostpref_authagent_title">Az SSH auth agent használata</string> + <string name="hostpref_postlogin_title">Bejelentkezést követő automatikus parancsok</string> + <string name="hostpref_postlogin_summary">Olyan parancsok amelyek a bejelentkezést követően kerülnek futtatásra</string> + <string name="hostpref_compression_title">Tömörítés</string> + <string name="hostpref_compression_summary">Jól jöhet lassú házatok esetén</string> + <string name="hostpref_wantsession_title">Parancssor indítása</string> + <string name="hostpref_wantsession_summary">Kapcsolja ki, ha csak port átirányitásokat akar</string> + <string name="hostpref_stayconnected_title">Maradjon csatlakozva</string> + <string name="hostpref_stayconnected_summary">Újracsatlakozás ha a kapcsolat megszakad</string> + <string name="hostpref_delkey_title">DEL billentyű</string> + <string name="hostpref_delkey_summary">Az a billenytű kód amit a DEL lenyomásakor küldünk</string> + <string name="hostpref_encoding_title">Karakterkódolás</string> + <string name="hostpref_encoding_summary">A kiszolgáló karakterkódolása</string> + <string name="hostpref_connection_category">Kapcsolat beállításai</string> + <string name="hostpref_username_title">Felhasználónév</string> + <string name="hostpref_hostname_title">Kiszolgáló</string> + <string name="bind_never">Még nem csatlakozott</string> + <string name="bind_minutes">%1$s perce</string> + <string name="bind_hours">%1$s órája</string> + <string name="bind_days">%1$s napja</string> + <string name="console_copy_done">%1$d bájt a vágólapra másolva</string> + <string name="console_copy_start">Érintéssel és húzással\nvagy a hanyattegér használatával\njelölje ki a másolandó területet.</string> + <string name="console_menu_close">Bezárás</string> + <string name="console_menu_copy">Másolás</string> + <string name="console_menu_paste">Beillesztés</string> + <string name="console_menu_portforwards">Port átirányítások</string> + <string name="console_menu_resize">Méret kényszerítése</string> + <string name="console_menu_urlscan">URL Keresés</string> + <string name="button_yes">Igen</string> + <string name="button_no">Nem</string> + <string name="portforward_local">Helyi</string> + <string name="portforward_remote">Távoli</string> + <string name="portforward_dynamic">Dinamikus (SOCKS)</string> + <string name="portforward_pos">Port átirányítás létrehozása</string> + <string name="portforward_done">Sikeres port átirányítás</string> + <string name="portforward_problem">Probléma a port átirányítás létrehozása során, 1024 alatti vagy már használatban lévő portot választott?</string> + <string name="portforward_menu_add">Port átirányítás hozzáadása</string> + <string name="hint_userhost">felhasználó\@gépnév</string> + <string name="list_format_error">A %1$s formátum használata</string> + <string name="format_username">felhasználónév</string> + <string name="format_hostname">gépnév</string> + <string name="list_menu_pubkeys">Publikus kulcsok kezelése</string> + <string name="list_menu_sortcolor">Rendezés szín szerint</string> + <string name="list_menu_sortname">Rendezés név szerint</string> + <string name="list_menu_settings">Beállítások</string> + <string name="list_host_disconnect">A kapcsolat bontása</string> + <string name="list_host_edit">Kiszolgáló szerkesztése</string> + <string name="list_host_portforwards">Port átirányítások szerkesztése</string> + <string name="list_host_delete">Kiszolgáló törlése</string> + <string name="list_host_empty">Használja a gyors csatlakozás dobozt\n a csatlakozáshoz.</string> + <string name="list_rotation_default">Alapbeállitás</string> + <string name="list_rotation_land">Fekvő mód kényszerítése</string> + <string name="list_rotation_port">Álló mód kényszerítése</string> + <string name="list_rotation_auto">Automatikus</string> + <string name="list_camera_ctrlaspace">Ctrl+A majd Space</string> + <string name="list_camera_none">Semmit</string> + <string name="delete_message">Biztosan törli a \'%1$s\'-t?</string> + <string name="delete_pos">Igen, törlés</string> + <string name="delete_neg">Mégsem</string> + <string name="wizard_agree">Elfogad</string> + <string name="wizard_next">Következő</string> + <string name="wizard_back">Vissza</string> + <string name="terminal_no_hosts_connected">Nincs csatlakozva</string> + <string name="terminal_connecting">Csatlakozás %1$s:%2$d a %3$s protokollon</string> + <string name="terminal_sucess">Azonosított \'%1$s\' gépnév kulcsa: %2$s</string> + <string name="terminal_failed">Távoli gép, kulcs azonosítása sikertelen.</string> + <string name="terminal_using_s2c_algorithm">Szerver-kliens algoritmus: %1$s %2$s</string> + <string name="terminal_using_c2s_algorithm">Kliens-szerver algoritmus: %1$s %2$s</string> + <string name="terminal_using_algorithm">Használt algoritmus: %1$s %2$s</string> + <string name="terminal_auth">Azonosítási probálkozás</string> + <string name="terminal_auth_pass">Próbálkozás \'password\' azonosítással</string> + <string name="terminal_auth_pass_fail">A \'password\' azonosítás sikertelen.</string> + <string name="terminal_auth_pubkey_any">Próbálkozás \'publickey\' azonosítással, bármely memóriában található nyilvános kulccsal</string> + <string name="terminal_auth_pubkey_invalid">A nyilvános kulcs hibás, próbálja újra kiválasztani az állomás kezelőből</string> + <string name="terminal_auth_pubkey_specific">Próbálkozás \'publickey\' azonosítással, választott nyilvános kulccsal</string> + <string name="terminal_auth_pubkey_fail">A \'%1$s\' kulccsal történt \'publickey\' azonosítás sikertelen.</string> + <string name="terminal_auth_ki">Próbálkozás \'keyboard-interactive\' azonosítással</string> + <string name="terminal_auth_ki_fail">\'keyboard-interactive\' azonosítás sikertelen</string> + <string name="terminal_auth_fail">[A gépnév nem támogatja a \'password\' vagy \'keyboard-interactive\' azonosítást.]</string> + <string name="terminal_no_session">A munkamenet nem kezdhető el a gép beállítások miatt.</string> + <string name="terminal_enable_portfoward">Port átirányítás engedélyezése: %1$s</string> + <string name="local_shell_unavailable">Hiba! Nincs lokális shell ezen a telefonon.</string> + <string name="notification_text">%1$s a figyelmére szorul.</string> + <string name="upgrade">Új verzió</string> + <string name="upgrade_pos">Igen, frissítés</string> + <string name="upgrade_neg">Most nem</string> + <string name="no">Nem</string> + <string name="with_confirmation">Csak beleegyezéssel</string> + <string name="yes">Igen</string> + <string name="exceptions_submit_message">Úgy tűnik a ConnectBot a legutóbbi futtatáskor összeomlott. Elküldi a hibanaplót a ConnectBot fejleszőinek?</string> + <string name="menu_colors_reset">Visszaállít</string> + <string name="app_is_running">ConnectBot már fut</string> + <string name="color_red">piros</string> + <string name="color_green">zöld</string> + <string name="color_blue">kék</string> + <string name="color_gray">szürke</string> </resources> diff --git a/res/values-id/strings.xml b/res/values-id/strings.xml index a7a0f2d..b43b88b 100644 --- a/res/values-id/strings.xml +++ b/res/values-id/strings.xml @@ -1,461 +1,170 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * ConnectBot: simple, powerful, open-source SSH client for Android - * Copyright 2007 Kenny Root, Jeffrey Sharkey - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ ---> +<?xml version='1.0' encoding='utf-8'?> <resources> - <string name="app_desc">Sederhana, kuat, klien kode terbuka SSH</string> - - <!-- Window title for the Host List --> - <string name="title_hosts_list">Host</string> - <!-- Window title for the Pubkeys List --> - <string name="title_pubkey_list">Kunci Publik</string> - <!-- Window title for the Port Forwards List --> - <string name="title_port_forwards_list">Port forwards</string> - <!-- Window title when editing host details --> - <string name="title_host_editor">Ubah Host</string> - <!-- Window title for Help index --> - <string name="title_help">Bantuan</string> - <!-- Window title for color list editing screen --> - <string name="title_colors">Colors</string> - - <string name="resolve_connect">Hubungi</string> - <!-- Menu selection where user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="resolve_entropy">Kumpulkan entropy</string> - - <string name="menu_insert">Tambahkan host</string> - <string name="menu_delete">Hapus Host</string> - <string name="menu_preferences">Kesukaan</string> - - <string name="help_intro">Mohon pilih sebuah topik dibawah untuk informasi lebih lanjut di subjek tertentu.</string> - <string name="help_about">Mengenai ConnectBot</string> - <string name="help_keyboard">Papan Ketik</string> - - <string name="pubkey_generate">Buat</string> - <string name="pubkey_import">Impor</string> - <string name="pubkey_delete">Tombol Hapus</string> - <!-- Dialog title when user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="pubkey_gather_entropy">Kumpulkan Entropy</string> - <string name="pubkey_touch_prompt">Sentuh boks ini untuk mengumpulkan ke tidak tentuan: %1$d%% selesai</string> - <string name="pubkey_touch_hint">Untuk menyakinkan ketidak tentuan selama pembuatan kunci, gerakan tangan anda secara tidak menentu diatas kotak dibawah.</string> - <string name="pubkey_generating">Membuat pasangan kunci</string> - <string name="pubkey_copy_private">Menyalin kunci pribadi</string> - <string name="pubkey_copy_public">Salin kunci publik</string> - <!-- Note that the '\n' just splits lines, so it's actually "create or import" --> - <string name="pubkey_list_empty">Sentuh "Menu" untuk membuat/atau mengimpor pasangan kunci</string> - <string name="pubkey_unknown_format">Format tidak diketahui</string> - <string name="pubkey_change_password">Ubah kata sandi</string> - <string name="pubkey_list_pick">Ambil dari /sdcard</string> - <string name="pubkey_import_parse_problem">Masalah dalam mengambil kunci pribadi yang terimpor</string> - <string name="pubkey_unlock">Buka kunci</string> - <string name="pubkey_failed_add">Kata sandi buruk untuk kunci \'%1$s\'. Authentifikasi gagal.</string> - <string name="pubkey_memory_load">Muat ke memori</string> - <string name="pubkey_memory_unload">Hapus dari memori</string> - <string name="pubkey_load_on_start">Muat kunci pada waktu memulai</string> - <!-- Pubkey preference asking user whether the key use should be confirmed via prompt before it can be used for authentication --> - <string name="pubkey_confirm_use">Confirm before use</string> - - <!-- Note that the '\n' splits lines, so it's actually "create port forwards" --> - <string name="portforward_list_empty">Sentu "Menu" untuk membuat\nport forwards.</string> - <string name="portforward_edit">Ubah port forward</string> - <string name="portforward_delete">Hapus port forward</string> - - <string name="prompt_nickname">Nama panggilan:</string> - <!-- An example string that could be used as a nickname for a pubkey. --> - <string name="prompt_nickname_hint_pubkey">Kunci kerja saya</string> - <!-- The source TCP port for port forwards. --> - <string name="prompt_source_port">Port sumber</string> - <!-- The "host:port" combination used for port forward destinations. --> - <string name="prompt_destination">Tujuan:</string> - <string name="prompt_old_password">Kata sandi sebelumnya:</string> - <string name="prompt_password">Kata sandi:</string> - <!-- Added after a "Password:" prompt to indicate user needs to confirm entry. --> - <string name="prompt_again">(sekali lagi)</string> - <!-- Label for the user to select port forward type. --> - <string name="prompt_type">Ketik:</string> - <string name="prompt_password_can_be_blank">Catatan: kata sandi tidak boleh kosong</string> - <!-- Prompt for the size of the private key in bits. --> - <string name="prompt_bits">Bits:</string> - - <!-- Prompt for the password to unlock a certain pubkey. --> - <string name="prompt_pubkey_password">Kata sandi untuk kunci \'%1$s\'</string> - - <!-- Prompt for whether to allow SSH Authentication Agent to use the specified key. Note that the '\n' means split the line so it's actually "host to use key" --> - <string name="prompt_allow_agent_to_use_key">Allow remote host to\nuse key \'%1$s\'?</string> - - <!-- The header of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning_header">PERINGATAN: IDENTIFIKASI REMOTE HOST TELAH BERUBAH!</string> - <!-- The body of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning">INI MEMUNGKINKAN BAHWA SESEORANG TELAH MELAKUKAN PERBUATAN KOTOR!\nSeseorang dapat saja melakukan penyadapan kepada anda saay ini (serangan orang-di-tengah)!\nlt ini juga memungkinkan jika kunci host telah berubah.</string> - - <!-- Prompt user gets when the remote host has disconnected unexpectedly. --> - <string name="prompt_host_disconnected">Host telah terputus.\nTutup sesi ini?</string> - <!-- Prompt user must answer yes or no to when the remote host fails verification of encryption fingerprint --> - <string name="prompt_continue_connecting">Apakah anda yakin anda ingin\n melanjutkan untuk menghubungi?</string> - - <!-- Sent to user when the remote public encryption key fingerprint doesn't match the local database --> - <string name="host_authenticity_warning">Authentifikasi dari host \'%1$s\' tidak dapat dibuat.</string> - <!-- First field is encryption algorithm. Second is the actual fingerprint in hex digits --> - <string name="host_fingerprint">Host %1$s tanda tangan kunci adalah %2$s</string> - - <string name="alert_passwords_do_not_match_msg">Kata sandi tidak cocok!</string> - <string name="alert_wrong_password_msg">Kata sandi salah!</string> - <string name="alert_key_corrupted_msg">Tombol kunci telah terkorupsi!</string> - <string name="alert_sdcard_absent">SD card belum dimasukan!</string> - - <!-- Add a new item (e.g., host or pubkey) to the list. --> - <string name="button_add">Tambahkan</string> - <!-- Change an existing item's (e.g., host or pubkey) details. --> - <string name="button_change">Ubah</string> - <!-- Button that begins the generation of a public key pair. --> - <string name="button_generate">Buat Kunci</string> - <!-- Button that resizes the screen to the user-specified dimensions. --> - <string name="button_resize">Ubah ukuran</string> - - <string name="alert_disconnect_msg">Koneksi Hilang</string> - - <string name="msg_copyright">Hak Cipta © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> - - <!-- The category title for terminal emulation preferences. --> - <string name="pref_emulation_category">Terminal Emulasi</string> - - <!-- Name for the emulation terminal type preference. --> - <string name="pref_emulation_title">Mode Emulasi</string> - <!-- Description of the emulation terminal type preference. --> - <string name="pref_emulation_summary">Mode emulasi terminal yang digunakan untuk koneksi PTY</string> - - <!-- Name for the scrollback size preference --> - <string name="pref_scrollback_title">Ukuran Scrollback</string> - <!-- Description of the scrollback size preference --> - <string name="pref_scrollback_summary">Ukuran dari penyangga scrollback untuk menjaga memori disetiap konsol</string> - - <!-- The category title for user interface preferences --> - <string name="pref_ui_category">Antarmuka pengguna</string> - - <!-- Name for the rotation mode preference --> - <string name="pref_rotation_title">Mode rotasi</string> - <!-- Summary for the rotation mode preference --> - <string name="pref_rotation_summary">Bagaimana mengubah rotasi ketika papan ketik menyembul masuk/keluar</string> - - <!-- Name for the full screen preference --> - <string name="pref_fullscreen_title">Layar penuh</string> - <!-- Summary for the full screen preference --> - <string name="pref_fullscreen_summary">Sembunyikan bar status ketika dalam konsol</string> - - <!-- Name for the memorize keys preference --> - <string name="pref_memkeys_title">Ingat kunci dalam memori</string> - <!-- Summary for the memorize keys preference --> - <string name="pref_memkeys_summary">Jaga kunci tidak terkunci dalam memori ketika backend service berakhir</string> - - <!-- Name for the update check preference --> - <string name="pref_update_title">Perbarui pemeriksaan</string> - <!-- Summary for the update check preference --> - <string name="pref_update_summary">Set frekuensi maksimal untuk memeriksa untuk memperbarui ConnectBot</string> - - <!-- Name for the preference that forces the service to stay running in the background.--> - <string name="pref_conn_persist_title">Persist connections</string> - <!-- Summary for the preference that forces the service to stay running in the background. --> - <string name="pref_conn_persist_summary">Force connections to stay connected while in background</string> - - <!-- Name for the keyboard shortcuts preference --> - <string name="pref_keymode_title">Direktori jalan pintas</string> - <!-- Summary for the keyboard shortcuts preference --> - <string name="pref_keymode_summary">Pilih bagaimana menggunakan Alt untuk \'/\' dan Shift untuk Tab</string> - - <!-- Name for the camera shortcut usage preference --> - <string name="pref_camera_title">Jalan pintas kamera</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_camera_summary">Pilih jalan pintas mana untuk menyalakan ketika tombol kamera ditekan</string> - - <!-- Name for the keep screen on preference --> - <string name="pref_keepalive_title">Jaga layar terjaga</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_keepalive_summary">Jaga layar dari padam ketika bekerja dalam sebuah konsol</string> - - <!-- Name for the Wi-Fi lock preference --> - <string name="pref_wifilock_title">Jaga Wi-Fi aktif</string> - <!-- Summary for the Wi-Fi lock preference --> - <string name="pref_wifilock_summary">Jaga Wi-Fi supaya tidak padam ketika sesi aktif</string> - - <!-- Name for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_title">Panah belok</string> - <!-- Summary for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_summary">Bergetar ketika mengirim tombol panah dari trackball; berguna untuk koneksi lambat</string> - - <!-- Category title for the Terminal Bell preferences --> - <string name="pref_bell_category">Terminal bell</string> - - <!-- Checkbox preference title for the audible terminal bell feature --> - <string name="pref_bell_title">Audible bell</string> - - <!-- Title for the slider preference to set the volume --> - <string name="pref_bell_volume_title">Bell volume</string> - - <!-- Checkbox preference title for the vibrate on terminal bell feature --> - <string name="pref_bell_vibrate_title">Vibrate on bell</string> - - <!-- Checkbox preference title for the receive notifications on terminal bell feature --> - <string name="pref_bell_notification_title">Background notifications</string> - <!-- Brief summary of the feature that is enabled when the checkbox preference for the receive notifications on terminal bell feature is checked --> - <string name="pref_bell_notification_summary">Send notification when a terminal running in the background sounds a bell.</string> - - <!-- Preference selection to indicate use of right side of keyboard for special shortcuts. --> - <string name="list_keymode_right">Gunakan tombol sisi kanan</string> - <!-- Preference selection to indicate use of left side of keyboard for special shortcuts. --> - <string name="list_keymode_left">Gunakan tombol sisi-kiri</string> - <!-- Preference selection to indicate never to use special shortcut keys. --> - <string name="list_keymode_none">Tidak aktif</string> - - <!-- Preference to not use pubkeys to authenticate to this host. --> - <string name="list_pubkeyids_none">Jangan gunakan tombol</string> - <!-- Preference to use any pubkey to authenticate to this host. --> - <string name="list_pubkeyids_any">Gunakan tombol apapun yang tidak terkunci</string> - - <!-- Frequency for which to check for program updates. --> - <string name="list_update_daily">Setiap hari</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_weekly">Setiap minggu</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_never">Tidak pernah</string> - - <!-- Host nickname field preference title --> - <string name="hostpref_nickname_title">Nama panggilan</string> - - <!-- Host color category preference title --> - <string name="hostpref_color_title">Kategori warna</string> - - <!-- Host's default font size when opening the terminal in points (pt) --> - <string name="hostpref_fontsize_title">Font size (pt)</string> - - <!-- Host pubkey usage preference title --> - <string name="hostpref_pubkeyid_title">Gunakan otentifikasi pubkey</string> - - <!-- Preference title for the SSH Authentication Agent Forwarding for a host connection --> - <string name="hostpref_authagent_title">Use SSH auth agent</string> - - <!-- Host post-login automation preference title --> - <string name="hostpref_postlogin_title">otomasi setelah login</string> - <!-- Host post-login automation preference summary --> - <string name="hostpref_postlogin_summary">Perintah yang dijalankan diremote server sekali terotentifikasi</string> - - <!-- Host compression preference title --> - <string name="hostpref_compression_title">Kompresi</string> - <!-- Summary for compression preference --> - <string name="hostpref_compression_summary">Ini mungkin akan membantu dengan jaringan lambat</string> - - <!-- Setting for whether we want a session to start up when we connect to a host --> - <string name="hostpref_wantsession_title">Jalankan sesi shell</string> - <!-- Summary for field asking whether a shell session should be started up upon connection or not --> - <string name="hostpref_wantsession_summary">Non-aktifkan kesukaan ini hanya untuk port forwards</string> - - <!-- Setting for whether the host should be reconnected to automatically upon disconnect --> - <string name="hostpref_stayconnected_title">Stay connected</string> - <!-- Summary for preference asking whether the host should be reconnected to when it disconnects --> - <string name="hostpref_stayconnected_summary">Try to reconnect to host if disconnected</string> - - <!-- Setting for what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_title">DEL Key</string> - <!-- Summary for field asking what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_summary">The key code sent when DEL key is pressed</string> - - <!-- Host character encoding preference title --> - <string name="hostpref_encoding_title">Pengkodean</string> - <!-- Host character encoding preference summary --> - <string name="hostpref_encoding_summary">Karakter pengkodean untuk host</string> - - <!-- Host preference category title for connection settings --> - <string name="hostpref_connection_category">Konfigurasi koneksi</string> - - <!-- Username field title for host editor preference --> - <string name="hostpref_username_title">Nama pengguna</string> - - <!-- Hostname field title for host editor preference --> - <string name="hostpref_hostname_title">Host</string> - - <!-- Port field title for host editor preference --> - <string name="hostpref_port_title">Port</string> - - <!-- Displayed to indicate a host has never been connected to. --> - <string name="bind_never">Tidak pernah terhubung</string> - <!-- The time that has elapsed since a host was connected to when it has been less than an hour. --> - <string name="bind_minutes">%1$s menit yang lalu</string> - <!-- The time that has elapsed since a host was connected to when it has been less than a day. --> - <string name="bind_hours">%1$s jam yang lalu</string> - <!-- The time that has elapsed since a host was connected to when it has been a day or more. --> - <string name="bind_days">%1$s hari yang lalu</string> - - <!-- Message given when user copies from the terminal. --> - <string name="console_copy_done">Tersalin %1$d bytes ke papan klip</string> - <!-- Instructions for how to copy from the terminal. The '\n' entries are to split lines to improve readability and prevent wrapping off the screen. --> - <string name="console_copy_start">Sentuh dan tarik\natau gunakan tombol panah\nuntuk memilih daerah untuk disalin</string> - - <!-- Button to close the disconnected terminal window. --> - <string name="console_menu_close">Tutup</string> - <!-- Button to begin copying from the terminal to the clipboard. --> - <string name="console_menu_copy">Salin</string> - <!-- Button to paste from the clipboard to the terminal. --> - <string name="console_menu_paste">Tempel</string> - <!-- Button that brings user to the Port Forwards List. --> - <string name="console_menu_portforwards">Port Forwards</string> - <!-- Button that brings user to the terminal resizing dialog where they can force a size. --> - <string name="console_menu_resize">Paksa ukuran</string> - <!-- Button that brings up the list of URLs on the current screen --> - <string name="console_menu_urlscan">URL Scan</string> - - <!-- Selection for a "local" port forward. E.g., connections to a port listening locally is forwarded to the remote end's listening port. --> - <string name="portforward_local">Lokal</string> - <!-- Selection for a "remote" port forward. E.g., connections to a port listening remotely is forwarded to the local end's listening port. --> - <string name="portforward_remote">Remote</string> - <!-- Selection for a "dynamic" port forward. E.g., connections to a port listening locally is forwarded based on the SOCKS protocol to an arbitrary remote host and port. --> - <string name="portforward_dynamic">Dinamis (SOCKS)</string> - <!-- Button that commits the port forward to be made from the Port Forward Creation dialog. --> - <string name="portforward_pos">Buat port forward</string> - - <string name="portforward_done">Sukses membuat port forward</string> - <string name="portforward_problem">Masalah membuat port forward, mungkin anda menggunakan port dibawah 1024 atau port telah digunakan?</string> - - <string name="portforward_menu_add">Tambahkan port forward</string> - - <!-- The string to present in the quick-connect box to hint the user to the format for connecting to hosts. --> - <string name="hint_userhost">pengguna@namahost</string> - - <!-- Hint given to user when the format they're using is incorrect in the quick-connect box. --> - <string name="list_format_error">Gunakan format "%1$s"</string> - - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_username">pengguna</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_hostname">namahost</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_port">port</string> - - <string name="list_menu_pubkeys">Pelihara Pubkeys</string> - <!-- Selection choice to sort hosts by color. --> - <string name="list_menu_sortcolor">Urutkan berdasarkan warna</string> - <!-- Selection choice to sort hosts by nickname. --> - <string name="list_menu_sortname">Urutkan berdasarkan nama</string> - <string name="list_menu_settings">Konfigurasi</string> - - <string name="list_host_disconnect">Putus koneksi</string> - <string name="list_host_edit">Ubah host</string> - <string name="list_host_portforwards">Ubah port forwards</string> - <string name="list_host_delete">Hapus host</string> - <!-- Note that the '\n' splits the lines so it's actually "quick-connect box below to connect" --> - <string name="list_host_empty">Gunakan kotak cepat-hubungi\ndibawah untuk menghubungi sebuah host.</string> - - <!-- Default screen rotation preference selection --> - <string name="list_rotation_default">Baku</string> - <string name="list_rotation_land">Paksa landscape</string> - <string name="list_rotation_port">Paksa portrait</string> - <!-- Selection to indicate the rotation should be selected automatically based on the tilt sensor. --> - <string name="list_rotation_auto">Otomatis</string> - - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A then Space". --> - <string name="list_camera_ctrlaspace">Ctrl+A kemudian spasi</string> - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A". --> - <string name="list_camera_ctrla">Ctrl+A</string> - <!-- Selection to indicate pressing the Camera button should send the "Esc" key. --> - <string name="list_camera_esc">Esc</string> - <!-- Selection to indicate pressing the Camera button should send "Esc+A". --> - <string name="list_camera_esc_a">Esc+A</string> - <!-- Selection to indicate pressing the Camera button should send nothing at all. --> - <string name="list_camera_none">Kosong</string> - - <!-- Name for the backspace character --> - <string name="list_delkey_backspace">Backspace</string> - <!-- Name for the ASCII DEL character --> - <string name="list_delkey_del">Delete</string> - - <string name="delete_message">Apakah anda yakin ingin menghapus %1$s?</string> - <string name="delete_pos">Ya, hapus</string> - <string name="delete_neg">Batal</string> - - <!-- Button to agree to license terms. --> - <string name="wizard_agree">Setuju</string> - <!-- Button to go to the next page in the first time start-up wizard. --> - <string name="wizard_next">Selanjutnya</string> - <!-- Button to go to the previous page in the first time start-up wizard. --> - <string name="wizard_back">Sebelumnya</string> - - <string name="terminal_no_hosts_connected">Tidak ada host yang saat ini terhubung</string> - - <!-- Displayed in terminal when attempting to connect to a host. The first two - variables are host:port and the third is the protocol (e.g., SSH) --> - <string name="terminal_connecting">Connecting to %1$s:%2$d via %3$s</string> - - <!-- Displays the host key to the user in the terminal --> - <string name="terminal_sucess">Verified host \'%1$s\' key: %2$s</string> - <string name="terminal_failed">Verifikasi kunci host gagal.</string> - - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_s2c_algorithm">Server-to-client algorithm: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_c2s_algorithm">Client-to-server algorithm: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_algorithm">Using algorithm: %1$s %2$s</string> - - <string name="terminal_auth">Mencoba untuk mengotentifikasi</string> - - <string name="terminal_auth_pass">Mencoba otentifikasi \'kata sandi\'</string> - <string name="terminal_auth_pass_fail">Metoda otentifikasi \'kata sandi\' gagal</string> - - <string name="terminal_auth_pubkey_any">Mencoba otentifikasi \'kunci publik\' dengan kunci publik apapun dalam memori</string> - <string name="terminal_auth_pubkey_invalid">Kunci publik yang dipilih tidak valid, coba pilih kembali tombol dalam pengubah host</string> - <string name="terminal_auth_pubkey_specific">Mencoba otentifikasi \'kunci publik\' dengan kunci publik spesifik</string> - <string name="terminal_auth_pubkey_fail">Authentication method \'publickey\' with key \'%1$s\' failed</string> - - <string name="terminal_auth_ki">Mencoba otentifikasi \'papan ketik interaktif\'</string> - <string name="terminal_auth_ki_fail">Metode otentifikasi \'papan ketik interaktif\' gagal</string> - - <string name="terminal_auth_fail">[Host anda tidak mendukung otentifikasi \'kata sandi\' atau \'papan ketik interaktif\'.]</string> - - <string name="terminal_no_session">Session will not be started due to host preference.</string> - <string name="terminal_enable_portfoward">Enable port forward: %1$s</string> - - <string name="local_shell_unavailable">Gagal! Shell lokal tidak tersedia di telepon ini.</string> - - <!-- Text sent to the user to alert them that a Terminal Bell is received in a background session --> - <string name="notification_text">%1$s wants your attention.</string> - - <!-- Dialog title when a new version of ConnectBot is detected. --> - <string name="upgrade">Versi baru</string> - <!-- Button selection to upgrade to the latest ConnectBot when one is available. --> - <string name="upgrade_pos">Ya, perbarui</string> - <!-- Button selection to skip upgrading to the latest ConnectBot when one is available. --> - <string name="upgrade_neg">Jangan sekarang</string> - - <!-- Preference selection for SSH Authentication Agent to never use pubkeys --> - <string name="no">No</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys "with confirmation" only --> - <string name="with_confirmation">With confirmation</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys --> - <string name="yes">Yes</string> - - <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> - <string name="exceptions_submit_message">It appears ConnectBot had a problem last time it ran. Submit error report to ConnectBot developers?</string> - - <!-- Menu selection to reset colors to their defaults. --> - <string name="menu_colors_reset">Reset</string> - - <!-- Displayed in the notification bar that connections are active --> - <string name="app_is_running">ConnectBot is running</string> - - <string name="color_red">merah</string> - <string name="color_green">hijau</string> - <string name="color_blue">biru</string> - <string name="color_gray">abu-abu</string> + <string name="app_desc">Sederhana, kuat, klien kode terbuka SSH</string> + <string name="title_hosts_list">Host</string> + <string name="title_pubkey_list">Kunci Publik</string> + <string name="title_host_editor">Ubah Host</string> + <string name="title_help">Bantuan</string> + <string name="resolve_connect">Hubungi</string> + <string name="resolve_entropy">Kumpulkan entropy</string> + <string name="menu_insert">Tambahkan host</string> + <string name="menu_delete">Hapus Host</string> + <string name="menu_preferences">Kesukaan</string> + <string name="help_intro">Mohon pilih sebuah topik dibawah untuk informasi lebih lanjut di subjek tertentu.</string> + <string name="help_about">Mengenai ConnectBot</string> + <string name="help_keyboard">Papan Ketik</string> + <string name="pubkey_generate">Buat</string> + <string name="pubkey_import">Impor</string> + <string name="pubkey_delete">Tombol Hapus</string> + <string name="pubkey_gather_entropy">Kumpulkan Entropy</string> + <string name="pubkey_touch_prompt">Sentuh boks ini untuk mengumpulkan ke tidak tentuan: %1$d%% selesai</string> + <string name="pubkey_touch_hint">Untuk menyakinkan ketidak tentuan selama pembuatan kunci, gerakan tangan anda secara tidak menentu diatas kotak dibawah.</string> + <string name="pubkey_generating">Membuat pasangan kunci</string> + <string name="pubkey_copy_private">Menyalin kunci pribadi</string> + <string name="pubkey_copy_public">Salin kunci publik</string> + <string name="pubkey_list_empty">Sentuh Menu untuk membuat/atau mengimpor pasangan kunci</string> + <string name="pubkey_unknown_format">Format tidak diketahui</string> + <string name="pubkey_change_password">Ubah kata sandi</string> + <string name="pubkey_list_pick">Ambil dari /sdcard</string> + <string name="pubkey_import_parse_problem">Masalah dalam mengambil kunci pribadi yang terimpor</string> + <string name="pubkey_unlock">Buka kunci</string> + <string name="pubkey_failed_add">Kata sandi buruk untuk kunci \'%1$s\'. Authentifikasi gagal.</string> + <string name="pubkey_memory_load">Muat ke memori</string> + <string name="pubkey_memory_unload">Hapus dari memori</string> + <string name="pubkey_load_on_start">Muat kunci pada waktu memulai</string> + <string name="portforward_list_empty">Sentu Menu untuk membuat\nport forwards.</string> + <string name="portforward_edit">Ubah port forward</string> + <string name="portforward_delete">Hapus port forward</string> + <string name="prompt_nickname">Nama panggilan:</string> + <string name="prompt_nickname_hint_pubkey">Kunci kerja saya</string> + <string name="prompt_source_port">Port sumber</string> + <string name="prompt_destination">Tujuan:</string> + <string name="prompt_old_password">Kata sandi sebelumnya:</string> + <string name="prompt_password">Kata sandi:</string> + <string name="prompt_again">(sekali lagi)</string> + <string name="prompt_type">Ketik:</string> + <string name="prompt_password_can_be_blank">Catatan: kata sandi tidak boleh kosong</string> + <string name="prompt_pubkey_password">Kata sandi untuk kunci \'%1$s\'</string> + <string name="host_verification_failure_warning_header">PERINGATAN: IDENTIFIKASI REMOTE HOST TELAH BERUBAH!</string> + <string name="host_verification_failure_warning">INI MEMUNGKINKAN BAHWA SESEORANG TELAH MELAKUKAN PERBUATAN KOTOR!\nSeseorang dapat saja melakukan penyadapan kepada anda saay ini (serangan orang-di-tengah)!\nlt ini juga memungkinkan jika kunci host telah berubah.</string> + <string name="prompt_host_disconnected">Host telah terputus.\nTutup sesi ini?</string> + <string name="prompt_continue_connecting">Apakah anda yakin anda ingin\n melanjutkan untuk menghubungi?</string> + <string name="host_authenticity_warning">Authentifikasi dari host \'%1$s\' tidak dapat dibuat.</string> + <string name="host_fingerprint">Host %1$s tanda tangan kunci adalah %2$s</string> + <string name="alert_passwords_do_not_match_msg">Kata sandi tidak cocok!</string> + <string name="alert_wrong_password_msg">Kata sandi salah!</string> + <string name="alert_key_corrupted_msg">Tombol kunci telah terkorupsi!</string> + <string name="alert_sdcard_absent">SD card belum dimasukan!</string> + <string name="button_add">Tambahkan</string> + <string name="button_change">Ubah</string> + <string name="button_generate">Buat Kunci</string> + <string name="button_resize">Ubah ukuran</string> + <string name="alert_disconnect_msg">Koneksi Hilang</string> + <string name="msg_copyright">Hak Cipta © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> + <string name="pref_emulation_category">Terminal Emulasi</string> + <string name="pref_emulation_title">Mode Emulasi</string> + <string name="pref_emulation_summary">Mode emulasi terminal yang digunakan untuk koneksi PTY</string> + <string name="pref_scrollback_title">Ukuran Scrollback</string> + <string name="pref_scrollback_summary">Ukuran dari penyangga scrollback untuk menjaga memori disetiap konsol</string> + <string name="pref_ui_category">Antarmuka pengguna</string> + <string name="pref_rotation_title">Mode rotasi</string> + <string name="pref_rotation_summary">Bagaimana mengubah rotasi ketika papan ketik menyembul masuk/keluar</string> + <string name="pref_fullscreen_title">Layar penuh</string> + <string name="pref_fullscreen_summary">Sembunyikan bar status ketika dalam konsol</string> + <string name="pref_memkeys_title">Ingat kunci dalam memori</string> + <string name="pref_memkeys_summary">Jaga kunci tidak terkunci dalam memori ketika backend service berakhir</string> + <string name="pref_update_title">Perbarui pemeriksaan</string> + <string name="pref_update_summary">Set frekuensi maksimal untuk memeriksa untuk memperbarui ConnectBot</string> + <string name="pref_keymode_title">Direktori jalan pintas</string> + <string name="pref_keymode_summary">Pilih bagaimana menggunakan Alt untuk \'/\' dan Shift untuk Tab</string> + <string name="pref_camera_title">Jalan pintas kamera</string> + <string name="pref_camera_summary">Pilih jalan pintas mana untuk menyalakan ketika tombol kamera ditekan</string> + <string name="pref_keepalive_title">Jaga layar terjaga</string> + <string name="pref_keepalive_summary">Jaga layar dari padam ketika bekerja dalam sebuah konsol</string> + <string name="pref_wifilock_title">Jaga Wi-Fi aktif</string> + <string name="pref_wifilock_summary">Jaga Wi-Fi supaya tidak padam ketika sesi aktif</string> + <string name="pref_bumpyarrows_title">Panah belok</string> + <string name="pref_bumpyarrows_summary">Bergetar ketika mengirim tombol panah dari trackball; berguna untuk koneksi lambat</string> + <string name="list_keymode_right">Gunakan tombol sisi kanan</string> + <string name="list_keymode_left">Gunakan tombol sisi-kiri</string> + <string name="list_keymode_none">Tidak aktif</string> + <string name="list_pubkeyids_none">Jangan gunakan tombol</string> + <string name="list_pubkeyids_any">Gunakan tombol apapun yang tidak terkunci</string> + <string name="list_update_daily">Setiap hari</string> + <string name="list_update_weekly">Setiap minggu</string> + <string name="list_update_never">Tidak pernah</string> + <string name="hostpref_nickname_title">Nama panggilan</string> + <string name="hostpref_color_title">Kategori warna</string> + <string name="hostpref_pubkeyid_title">Gunakan otentifikasi pubkey</string> + <string name="hostpref_postlogin_title">otomasi setelah login</string> + <string name="hostpref_postlogin_summary">Perintah yang dijalankan diremote server sekali terotentifikasi</string> + <string name="hostpref_compression_title">Kompresi</string> + <string name="hostpref_compression_summary">Ini mungkin akan membantu dengan jaringan lambat</string> + <string name="hostpref_wantsession_title">Jalankan sesi shell</string> + <string name="hostpref_wantsession_summary">Non-aktifkan kesukaan ini hanya untuk port forwards</string> + <string name="hostpref_encoding_title">Pengkodean</string> + <string name="hostpref_encoding_summary">Karakter pengkodean untuk host</string> + <string name="hostpref_connection_category">Konfigurasi koneksi</string> + <string name="hostpref_username_title">Nama pengguna</string> + <string name="bind_never">Tidak pernah terhubung</string> + <string name="bind_minutes">%1$s menit yang lalu</string> + <string name="bind_hours">%1$s jam yang lalu</string> + <string name="bind_days">%1$s hari yang lalu</string> + <string name="console_copy_done">Tersalin %1$d bytes ke papan klip</string> + <string name="console_copy_start">Sentuh dan tarik\natau gunakan tombol panah\nuntuk memilih daerah untuk disalin</string> + <string name="console_menu_close">Tutup</string> + <string name="console_menu_copy">Salin</string> + <string name="console_menu_paste">Tempel</string> + <string name="console_menu_resize">Paksa ukuran</string> + <string name="portforward_local">Lokal</string> + <string name="portforward_dynamic">Dinamis (SOCKS)</string> + <string name="portforward_pos">Buat port forward</string> + <string name="portforward_done">Sukses membuat port forward</string> + <string name="portforward_problem">Masalah membuat port forward, mungkin anda menggunakan port dibawah 1024 atau port telah digunakan?</string> + <string name="portforward_menu_add">Tambahkan port forward</string> + <string name="hint_userhost">pengguna\@namahost</string> + <string name="list_format_error">Gunakan format %1$s</string> + <string name="format_username">pengguna</string> + <string name="format_hostname">namahost</string> + <string name="list_menu_pubkeys">Pelihara Pubkeys</string> + <string name="list_menu_sortcolor">Urutkan berdasarkan warna</string> + <string name="list_menu_sortname">Urutkan berdasarkan nama</string> + <string name="list_menu_settings">Konfigurasi</string> + <string name="list_host_disconnect">Putus koneksi</string> + <string name="list_host_edit">Ubah host</string> + <string name="list_host_portforwards">Ubah port forwards</string> + <string name="list_host_delete">Hapus host</string> + <string name="list_host_empty">Gunakan kotak cepat-hubungi\ndibawah untuk menghubungi sebuah host.</string> + <string name="list_rotation_default">Baku</string> + <string name="list_rotation_land">Paksa landscape</string> + <string name="list_rotation_port">Paksa portrait</string> + <string name="list_rotation_auto">Otomatis</string> + <string name="list_camera_ctrlaspace">Ctrl+A kemudian spasi</string> + <string name="list_camera_none">Kosong</string> + <string name="delete_message">Apakah anda yakin ingin menghapus %1$s?</string> + <string name="delete_pos">Ya, hapus</string> + <string name="delete_neg">Batal</string> + <string name="wizard_agree">Setuju</string> + <string name="wizard_next">Selanjutnya</string> + <string name="wizard_back">Sebelumnya</string> + <string name="terminal_no_hosts_connected">Tidak ada host yang saat ini terhubung</string> + <string name="terminal_failed">Verifikasi kunci host gagal.</string> + <string name="terminal_auth">Mencoba untuk mengotentifikasi</string> + <string name="terminal_auth_pass">Mencoba otentifikasi \'kata sandi\'</string> + <string name="terminal_auth_pass_fail">Metoda otentifikasi \'kata sandi\' gagal</string> + <string name="terminal_auth_pubkey_any">Mencoba otentifikasi \'kunci publik\' dengan kunci publik apapun dalam memori</string> + <string name="terminal_auth_pubkey_invalid">Kunci publik yang dipilih tidak valid, coba pilih kembali tombol dalam pengubah host</string> + <string name="terminal_auth_pubkey_specific">Mencoba otentifikasi \'kunci publik\' dengan kunci publik spesifik</string> + <string name="terminal_auth_ki">Mencoba otentifikasi \'papan ketik interaktif\'</string> + <string name="terminal_auth_ki_fail">Metode otentifikasi \'papan ketik interaktif\' gagal</string> + <string name="terminal_auth_fail">[Host anda tidak mendukung otentifikasi \'kata sandi\' atau \'papan ketik interaktif\'.]</string> + <string name="local_shell_unavailable">Gagal! Shell lokal tidak tersedia di telepon ini.</string> + <string name="upgrade">Versi baru</string> + <string name="upgrade_pos">Ya, perbarui</string> + <string name="upgrade_neg">Jangan sekarang</string> + <string name="exceptions_submit_message">It appears ConnectBot had a problem last time it ran. Submit error report to ConnectBot developers?</string> + <string name="color_red">merah</string> + <string name="color_green">hijau</string> + <string name="color_blue">biru</string> + <string name="color_gray">abu-abu</string> </resources> diff --git a/res/values-it/strings.xml b/res/values-it/strings.xml index 389f862..9645702 100644 --- a/res/values-it/strings.xml +++ b/res/values-it/strings.xml @@ -1,461 +1,217 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * ConnectBot: simple, powerful, open-source SSH client for Android - * Copyright 2007 Kenny Root, Jeffrey Sharkey - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ ---> +<?xml version='1.0' encoding='utf-8'?> <resources> - <string name="app_desc">Un client SSH semplice, potente ed open-source.</string> - - <!-- Window title for the Host List --> - <string name="title_hosts_list">Host</string> - <!-- Window title for the Pubkeys List --> - <string name="title_pubkey_list">Chiavi pubbliche</string> - <!-- Window title for the Port Forwards List --> - <string name="title_port_forwards_list">Inoltro delle porte</string> - <!-- Window title when editing host details --> - <string name="title_host_editor">Modifica connessione</string> - <!-- Window title for Help index --> - <string name="title_help">Aiuto</string> - <!-- Window title for color list editing screen --> - <string name="title_colors">Colori</string> - - <string name="resolve_connect">Connetti</string> - <!-- Menu selection where user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="resolve_entropy">Raccolta entropia</string> - - <string name="menu_insert">Aggiungi connessione</string> - <string name="menu_delete">Elimina connessione</string> - <string name="menu_preferences">Preferenze</string> - - <string name="help_intro">Seleziona un argomento dalla lista per ottenere maggiori informazioni.</string> - <string name="help_about">Informazioni su ConnectBot</string> - <string name="help_keyboard">Tastiera</string> - - <string name="pubkey_generate">Genera</string> - <string name="pubkey_import">Importa</string> - <string name="pubkey_delete">Elimina chiave</string> - <!-- Dialog title when user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="pubkey_gather_entropy">Raccolta entropia</string> - <string name="pubkey_touch_prompt">Tocca questo riquadro per raccogliere informazioni casuali: %1$d%% fatto</string> - <string name="pubkey_touch_hint">Per poter assicurare una sorgente di casualità durante la generazione della chiave, muovere le dita casualmente sul riquadro sottostante.</string> - <string name="pubkey_generating">La coppia di chiavi viene generata...</string> - <string name="pubkey_copy_private">Copia chiave privata</string> - <string name="pubkey_copy_public">Copia chiave pubblica</string> - <!-- Note that the '\n' just splits lines, so it's actually "create or import" --> - <string name="pubkey_list_empty">Seleziona "Menu" per creare\no importare chiavi.</string> - <string name="pubkey_unknown_format">Formato non riconosciuto</string> - <string name="pubkey_change_password">Cambia password</string> - <string name="pubkey_list_pick">Leggi da /sdcard</string> - <string name="pubkey_import_parse_problem">Problemi durante l\'importazione della chiave privata</string> - <string name="pubkey_unlock">Chiave di sblocco</string> - <string name="pubkey_failed_add">Password errata per la chiave \'%1$s\'. Errore di autenticazione.</string> - <string name="pubkey_memory_load">Carica in memoria</string> - <string name="pubkey_memory_unload">Elimina dalla memoria</string> - <string name="pubkey_load_on_start">Carica la chiave all\'avvio</string> - <!-- Pubkey preference asking user whether the key use should be confirmed via prompt before it can be used for authentication --> - <string name="pubkey_confirm_use">Conferma prima di usare</string> - - <!-- Note that the '\n' splits lines, so it's actually "create port forwards" --> - <string name="portforward_list_empty">Seleziona "Menu" per creare\ninoltri delle porte.</string> - <string name="portforward_edit">Modifica inoltro porte</string> - <string name="portforward_delete">Elimina inoltro porta</string> - - <string name="prompt_nickname">Nome utente:</string> - <!-- An example string that could be used as a nickname for a pubkey. --> - <string name="prompt_nickname_hint_pubkey">La mia chiave di lavoro</string> - <!-- The source TCP port for port forwards. --> - <string name="prompt_source_port">Porta sorgente:</string> - <!-- The "host:port" combination used for port forward destinations. --> - <string name="prompt_destination">Destinazione:</string> - <string name="prompt_old_password">Vecchia password:</string> - <string name="prompt_password">Password:</string> - <!-- Added after a "Password:" prompt to indicate user needs to confirm entry. --> - <string name="prompt_again">(ripeti)</string> - <!-- Label for the user to select port forward type. --> - <string name="prompt_type">Tipo:</string> - <string name="prompt_password_can_be_blank">Nota: la password può essere vuota</string> - <!-- Prompt for the size of the private key in bits. --> - <string name="prompt_bits">Bits:</string> - - <!-- Prompt for the password to unlock a certain pubkey. --> - <string name="prompt_pubkey_password">Password per la chiave \'%1$s\'</string> - - <!-- Prompt for whether to allow SSH Authentication Agent to use the specified key. Note that the '\n' means split the line so it's actually "host to use key" --> - <string name="prompt_allow_agent_to_use_key">Permetti all\'host remoto di\n usare la chiave \'%1$s\'?</string> - - <!-- The header of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning_header">ATTENZIONE: L\'IDENTIFICAZIONE DELL\'HOST REMOTO E\' CAMBIATA!</string> - <!-- The body of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning">E\' POSSIBILE CHE QUALCUNO STIA FACENDO QUALCOSA DI MALEVOLO!\nQualcuno potrebbe spiarti in questo momento (attacco man-in-the-middle)!\nMa è anche possibile che la chiave dell\'host sia cambiata.</string> - - <!-- Prompt user gets when the remote host has disconnected unexpectedly. --> - <string name="prompt_host_disconnected">L\'host si è disconnesso.\nChiudere la sessione?</string> - <!-- Prompt user must answer yes or no to when the remote host fails verification of encryption fingerprint --> - <string name="prompt_continue_connecting">Sei sicuro di voler\ncontinuare a connetterti?</string> - - <!-- Sent to user when the remote public encryption key fingerprint doesn't match the local database --> - <string name="host_authenticity_warning">L\'autenticità dell\'host \'%1$s\' non può essere accertata.</string> - <!-- First field is encryption algorithm. Second is the actual fingerprint in hex digits --> - <string name="host_fingerprint">L\'impronta digitale della chiave dell\'Host %1$s è %2$s</string> - - <string name="alert_passwords_do_not_match_msg">Le password non corrispondono!</string> - <string name="alert_wrong_password_msg">Password errata!</string> - <string name="alert_key_corrupted_msg">La chiave privata sembra corrotta!</string> - <string name="alert_sdcard_absent">Scheda SD non trovata!</string> - - <!-- Add a new item (e.g., host or pubkey) to the list. --> - <string name="button_add">Aggiungi</string> - <!-- Change an existing item's (e.g., host or pubkey) details. --> - <string name="button_change">Modifica</string> - <!-- Button that begins the generation of a public key pair. --> - <string name="button_generate">Genera le chiavi</string> - <!-- Button that resizes the screen to the user-specified dimensions. --> - <string name="button_resize">Ridimensiona</string> - - <string name="alert_disconnect_msg">Connessione persa</string> - - <string name="msg_copyright">Copyright © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> - - <!-- The category title for terminal emulation preferences. --> - <string name="pref_emulation_category">Emulazione terminale</string> - - <!-- Name for the emulation terminal type preference. --> - <string name="pref_emulation_title">Modalità emulazione</string> - <!-- Description of the emulation terminal type preference. --> - <string name="pref_emulation_summary">Modalità di emulazione terminale da usare per connessioni PTY</string> - - <!-- Name for the scrollback size preference --> - <string name="pref_scrollback_title">Dimensione scrollback</string> - <!-- Description of the scrollback size preference --> - <string name="pref_scrollback_summary">Dimensione del buffer scrollback da tenere in memoria per ciascuna console</string> - - <!-- The category title for user interface preferences --> - <string name="pref_ui_category">Interfaccia utente</string> - - <!-- Name for the rotation mode preference --> - <string name="pref_rotation_title">Modalità rotazione</string> - <!-- Summary for the rotation mode preference --> - <string name="pref_rotation_summary">Come cambiare rotazione quando la tastiera esce/rientra</string> - - <!-- Name for the full screen preference --> - <string name="pref_fullscreen_title">Schermo intero</string> - <!-- Summary for the full screen preference --> - <string name="pref_fullscreen_summary">Nascondi la barra di stato in console</string> - - <!-- Name for the memorize keys preference --> - <string name="pref_memkeys_title">Mantieni chiavi in memoria</string> - <!-- Summary for the memorize keys preference --> - <string name="pref_memkeys_summary">Mantiene le chiavi in memoria finché il servizio non viene terminato</string> - - <!-- Name for the update check preference --> - <string name="pref_update_title">Controlla aggiornamenti</string> - <!-- Summary for the update check preference --> - <string name="pref_update_summary">Imposta la frequenza massima per il controllo degli aggiornamenti</string> - - <!-- Name for the preference that forces the service to stay running in the background.--> - <string name="pref_conn_persist_title">Connessioni permanenti</string> - <!-- Summary for the preference that forces the service to stay running in the background. --> - <string name="pref_conn_persist_summary">Forza connessioni a rimanere collegate in sottofondo</string> - - <!-- Name for the keyboard shortcuts preference --> - <string name="pref_keymode_title">Scorciatoie directory</string> - <!-- Summary for the keyboard shortcuts preference --> - <string name="pref_keymode_summary">Controlla l\'uso di Alt per \'/\' e di Shift per Tab</string> - - <!-- Name for the camera shortcut usage preference --> - <string name="pref_camera_title">Scorciatoia camera</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_camera_summary">Seleziona quale scorciatoia azionare quando il bottone della camera viene premuto</string> - - <!-- Name for the keep screen on preference --> - <string name="pref_keepalive_title">Impedisci lo spegnimento dello schermo</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_keepalive_summary">Impedisce lo spegnimento dello schermo quando si è collegati</string> - - <!-- Name for the Wi-Fi lock preference --> - <string name="pref_wifilock_title">Mantieni Wi-Fi attivo</string> - <!-- Summary for the Wi-Fi lock preference --> - <string name="pref_wifilock_summary">Non spegne la connessione Wi-Fi quando una sessione è attiva</string> - - <!-- Name for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_title">Vibrazione frecce</string> - <!-- Summary for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_summary">Vibra quando si inviano movimenti con la trackball; utile per connessioni lente</string> - - <!-- Category title for the Terminal Bell preferences --> - <string name="pref_bell_category">Campanella del terminale</string> - - <!-- Checkbox preference title for the audible terminal bell feature --> - <string name="pref_bell_title">Campanella udibile</string> - - <!-- Title for the slider preference to set the volume --> - <string name="pref_bell_volume_title">Volume della campanella</string> - - <!-- Checkbox preference title for the vibrate on terminal bell feature --> - <string name="pref_bell_vibrate_title">Vibra alla campanella</string> - - <!-- Checkbox preference title for the receive notifications on terminal bell feature --> - <string name="pref_bell_notification_title">Notifiche in sottofondo</string> - <!-- Brief summary of the feature that is enabled when the checkbox preference for the receive notifications on terminal bell feature is checked --> - <string name="pref_bell_notification_summary">Invia una notifica quando un terminale eseguito in sottofondo suona una campanella.</string> - - <!-- Preference selection to indicate use of right side of keyboard for special shortcuts. --> - <string name="list_keymode_right">Usa tasti sul lato destro</string> - <!-- Preference selection to indicate use of left side of keyboard for special shortcuts. --> - <string name="list_keymode_left">Usa tasti sul lato sinistro</string> - <!-- Preference selection to indicate never to use special shortcut keys. --> - <string name="list_keymode_none">Disabilita</string> - - <!-- Preference to not use pubkeys to authenticate to this host. --> - <string name="list_pubkeyids_none">Non usare chiavi</string> - <!-- Preference to use any pubkey to authenticate to this host. --> - <string name="list_pubkeyids_any">Usa qualsiasi chiave sbloccata</string> - - <!-- Frequency for which to check for program updates. --> - <string name="list_update_daily">Ogni giorno</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_weekly">Ogni settimana</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_never">Mai</string> - - <!-- Host nickname field preference title --> - <string name="hostpref_nickname_title">Soprannome</string> - - <!-- Host color category preference title --> - <string name="hostpref_color_title">Categoria colore</string> - - <!-- Host's default font size when opening the terminal in points (pt) --> - <string name="hostpref_fontsize_title">Dimensione caratteri (pt)</string> - - <!-- Host pubkey usage preference title --> - <string name="hostpref_pubkeyid_title">Usa autenticazione a chiave pubblica</string> - - <!-- Preference title for the SSH Authentication Agent Forwarding for a host connection --> - <string name="hostpref_authagent_title">Usa l\'agente di autorizzazione SSH</string> - - <!-- Host post-login automation preference title --> - <string name="hostpref_postlogin_title">Automazione post-accesso</string> - <!-- Host post-login automation preference summary --> - <string name="hostpref_postlogin_summary">Comandi da eseguire su un server remoto una volta autenticati</string> - - <!-- Host compression preference title --> - <string name="hostpref_compression_title">Compressione</string> - <!-- Summary for compression preference --> - <string name="hostpref_compression_summary">Può essere utile con connessioni lente</string> - - <!-- Setting for whether we want a session to start up when we connect to a host --> - <string name="hostpref_wantsession_title">Avvia sessione shell</string> - <!-- Summary for field asking whether a shell session should be started up upon connection or not --> - <string name="hostpref_wantsession_summary">Disabilita questa preferenza per usare solo port forward</string> - - <!-- Setting for whether the host should be reconnected to automatically upon disconnect --> - <string name="hostpref_stayconnected_title">Mantieni connessioni</string> - <!-- Summary for preference asking whether the host should be reconnected to when it disconnects --> - <string name="hostpref_stayconnected_summary">Tenta di riconnettersi in caso di disconnessione</string> - - <!-- Setting for what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_title">Tasto CANC</string> - <!-- Summary for field asking what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_summary">Il codice di tastiera inviato quando viene premuto il tasto CANC</string> - - <!-- Host character encoding preference title --> - <string name="hostpref_encoding_title">Codifica</string> - <!-- Host character encoding preference summary --> - <string name="hostpref_encoding_summary">Codifica dei caratteri per la connessione</string> - - <!-- Host preference category title for connection settings --> - <string name="hostpref_connection_category">Impostazioni di connessione</string> - - <!-- Username field title for host editor preference --> - <string name="hostpref_username_title">Nome utente</string> - - <!-- Hostname field title for host editor preference --> - <string name="hostpref_hostname_title">Host</string> - - <!-- Port field title for host editor preference --> - <string name="hostpref_port_title">Porta</string> - - <!-- Displayed to indicate a host has never been connected to. --> - <string name="bind_never">Mai connesso</string> - <!-- The time that has elapsed since a host was connected to when it has been less than an hour. --> - <string name="bind_minutes">%1$s minuti fa</string> - <!-- The time that has elapsed since a host was connected to when it has been less than a day. --> - <string name="bind_hours">%1$s ore fa</string> - <!-- The time that has elapsed since a host was connected to when it has been a day or more. --> - <string name="bind_days">%1$s giorni fa</string> - - <!-- Message given when user copies from the terminal. --> - <string name="console_copy_done">%1$d byte copiati</string> - <!-- Instructions for how to copy from the terminal. The '\n' entries are to split lines to improve readability and prevent wrapping off the screen. --> - <string name="console_copy_start">Tocca e trascina\noppure usa il pad direzionale\nper selezionare un\'area da copiare</string> - - <!-- Button to close the disconnected terminal window. --> - <string name="console_menu_close">Chiudi</string> - <!-- Button to begin copying from the terminal to the clipboard. --> - <string name="console_menu_copy">Copia</string> - <!-- Button to paste from the clipboard to the terminal. --> - <string name="console_menu_paste">Incolla</string> - <!-- Button that brings user to the Port Forwards List. --> - <string name="console_menu_portforwards">Inoltro porte</string> - <!-- Button that brings user to the terminal resizing dialog where they can force a size. --> - <string name="console_menu_resize">Forza Dimensione</string> - <!-- Button that brings up the list of URLs on the current screen --> - <string name="console_menu_urlscan">Scansione URL</string> - - <!-- Selection for a "local" port forward. E.g., connections to a port listening locally is forwarded to the remote end's listening port. --> - <string name="portforward_local">Locale</string> - <!-- Selection for a "remote" port forward. E.g., connections to a port listening remotely is forwarded to the local end's listening port. --> - <string name="portforward_remote">Remota</string> - <!-- Selection for a "dynamic" port forward. E.g., connections to a port listening locally is forwarded based on the SOCKS protocol to an arbitrary remote host and port. --> - <string name="portforward_dynamic">Dinamica (SOCKS)</string> - <!-- Button that commits the port forward to be made from the Port Forward Creation dialog. --> - <string name="portforward_pos">Crea inoltro porta</string> - - <string name="portforward_done">Inoltro della porta impostato correttamente</string> - <string name="portforward_problem">Problema configurando l\'inoltro della porta, forse si cerca di usare una porta più bassa di 1024 o la porta è già in uso?</string> - - <string name="portforward_menu_add">Aggiungi inoltro di una porta</string> - - <!-- The string to present in the quick-connect box to hint the user to the format for connecting to hosts. --> - <string name="hint_userhost">utente@host</string> - - <!-- Hint given to user when the format they're using is incorrect in the quick-connect box. --> - <string name="list_format_error">Usa il formato "%1$s"</string> - - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_username">nome utente</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_hostname">nome host</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_port">porta</string> - - <string name="list_menu_pubkeys">Gestione chiavi pubbliche</string> - <!-- Selection choice to sort hosts by color. --> - <string name="list_menu_sortcolor">Ordina per colore</string> - <!-- Selection choice to sort hosts by nickname. --> - <string name="list_menu_sortname">Ordina per nome</string> - <string name="list_menu_settings">Impostazioni</string> - - <string name="list_host_disconnect">Disconnetti</string> - <string name="list_host_edit">Modifica connessione</string> - <string name="list_host_portforwards">Modifica inoltri porta</string> - <string name="list_host_delete">Elimina connessione</string> - <!-- Note that the '\n' splits the lines so it's actually "quick-connect box below to connect" --> - <string name="list_host_empty">Usa la casella connessione rapida\nqui sotto per connetterti ad un host.</string> - - <!-- Default screen rotation preference selection --> - <string name="list_rotation_default">Predefinita</string> - <string name="list_rotation_land">Forza orizzontale</string> - <string name="list_rotation_port">Forza verticale</string> - <!-- Selection to indicate the rotation should be selected automatically based on the tilt sensor. --> - <string name="list_rotation_auto">Automatica</string> - - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A then Space". --> - <string name="list_camera_ctrlaspace">Ctrl+A poi Spazio</string> - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A". --> - <string name="list_camera_ctrla">Ctrl+A</string> - <!-- Selection to indicate pressing the Camera button should send the "Esc" key. --> - <string name="list_camera_esc">Esc</string> - <!-- Selection to indicate pressing the Camera button should send "Esc+A". --> - <string name="list_camera_esc_a">Esc+A</string> - <!-- Selection to indicate pressing the Camera button should send nothing at all. --> - <string name="list_camera_none">Niente</string> - - <!-- Name for the backspace character --> - <string name="list_delkey_backspace">Backspace</string> - <!-- Name for the ASCII DEL character --> - <string name="list_delkey_del">Elimina</string> - - <string name="delete_message">Sei sicuro di voler eliminare \'%1$s\'?</string> - <string name="delete_pos">Sì, elimina</string> - <string name="delete_neg">Annulla</string> - - <!-- Button to agree to license terms. --> - <string name="wizard_agree">Accetto</string> - <!-- Button to go to the next page in the first time start-up wizard. --> - <string name="wizard_next">Successiva</string> - <!-- Button to go to the previous page in the first time start-up wizard. --> - <string name="wizard_back">Precedente</string> - - <string name="terminal_no_hosts_connected">Nessun host attualmente connesso</string> - - <!-- Displayed in terminal when attempting to connect to a host. The first two - variables are host:port and the third is the protocol (e.g., SSH) --> - <string name="terminal_connecting">Connessione a %1$s:%2$d via %3$s</string> - - <!-- Displays the host key to the user in the terminal --> - <string name="terminal_sucess">Host verificato \'%1$s\' chiave: %2$s</string> - <string name="terminal_failed">Verifica della chiave dell\'host fallita.</string> - - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_s2c_algorithm">Algoritmo server-to-client: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_c2s_algorithm">Algoritmo client-to-server: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_algorithm">Algoritmo in uso: %1$s %2$s</string> - - <string name="terminal_auth">Tentativo di autenticazione</string> - - <string name="terminal_auth_pass">Provando l\'autenticazione \'password\'</string> - <string name="terminal_auth_pass_fail">Metodo di autenticazione \'password\' fallito</string> - - <string name="terminal_auth_pubkey_any">Tentativo di utilizzo autenticazione a \'chiave pubblica\' con una delle chiavi pubbliche in memoria</string> - <string name="terminal_auth_pubkey_invalid">La chiave pubblica selezionata non è valida, provare a riselezionare la chiave nell\'host editor</string> - <string name="terminal_auth_pubkey_specific">Tentativo di autenticazione a \'chiave pubblica\' con una chiave pubblica specifica</string> - <string name="terminal_auth_pubkey_fail">Metodo di autenticazione a \'chiave pubblica\' con la chiave \'%1$s\' fallito</string> - - <string name="terminal_auth_ki">Provando l\'autenticazione \'keyboard-interactive\'</string> - <string name="terminal_auth_ki_fail">Metodo di autenticazione \'keyboard-interactive\' fallito</string> - - <string name="terminal_auth_fail">[Il tuo host non supporta l\'autenticazione \'password\' o \'keyboard-interactive\'</string> - - <string name="terminal_no_session">La sessione non inizierà a causa delle preferenze dell\'host.</string> - <string name="terminal_enable_portfoward">Abilita il port forward: %1$s</string> - - <string name="local_shell_unavailable">Fallimento! La shell locale non è disponibile su questo telefono.</string> - - <!-- Text sent to the user to alert them that a Terminal Bell is received in a background session --> - <string name="notification_text">%1$s richiede la tua attenzione.</string> - - <!-- Dialog title when a new version of ConnectBot is detected. --> - <string name="upgrade">Nuova versione</string> - <!-- Button selection to upgrade to the latest ConnectBot when one is available. --> - <string name="upgrade_pos">Sì, aggiorna</string> - <!-- Button selection to skip upgrading to the latest ConnectBot when one is available. --> - <string name="upgrade_neg">Non adesso</string> - - <!-- Preference selection for SSH Authentication Agent to never use pubkeys --> - <string name="no">No</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys "with confirmation" only --> - <string name="with_confirmation">Richiedi conferma</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys --> - <string name="yes">Sì</string> - - <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> - <string name="exceptions_submit_message">Sembrerebbe che ConnectBot abbia avuto un problema durante l\'ultima esecuzione. Inviare una segnalazione d\'errore agli sviluppatori di ConnectBot?</string> - - <!-- Menu selection to reset colors to their defaults. --> - <string name="menu_colors_reset">Reimposta</string> - - <!-- Displayed in the notification bar that connections are active --> - <string name="app_is_running">ConnectBot is running</string> - - <string name="color_red">rosso</string> - <string name="color_green">verde</string> - <string name="color_blue">blu</string> - <string name="color_gray">grigio</string> + <string name="app_desc">Un client SSH semplice, potente ed open-source.</string> + <string name="service_desc">Mantieni le connessioni SSH e le chiavi pubbliche caricate</string> + <string name="title_hosts_list">Connessione</string> + <string name="title_pubkey_list">Chiavi pubbliche</string> + <string name="title_port_forwards_list">Inoltro porte</string> + <string name="title_host_editor">Modifica connessione</string> + <string name="title_help">Aiuto</string> + <string name="title_colors">Colori</string> + <string name="resolve_connect">Connetti</string> + <string name="resolve_entropy">Raccolta entropia</string> + <string name="menu_insert">Aggiungi connessione</string> + <string name="menu_delete">Elimina connessione</string> + <string name="menu_preferences">Preferenze</string> + <string name="help_intro">Seleziona un argomento dalla lista per ottenere maggiori informazioni.</string> + <string name="help_about">Informazioni su ConnectBot</string> + <string name="help_keyboard">Tastiera</string> + <string name="pubkey_generate">Genera</string> + <string name="pubkey_import">Importa</string> + <string name="pubkey_delete">Elimina chiave</string> + <string name="pubkey_gather_entropy">Raccolta entropia</string> + <string name="pubkey_touch_prompt">Tocca questo riquadro per raccogliere informazioni casuali: %1$d%% fatto</string> + <string name="pubkey_touch_hint">Per poter assicurare una sorgente di casualità durante la generazione della chiave, muovere le dita casualmente sul riquadro sottostante.</string> + <string name="pubkey_generating">La coppia di chiavi viene generata...</string> + <string name="pubkey_copy_private">Copia chiave privata</string> + <string name="pubkey_copy_public">Copia chiave pubblica</string> + <string name="pubkey_list_empty">Seleziona Menu per creare\no importare chiavi.</string> + <string name="pubkey_unknown_format">Formato non riconosciuto</string> + <string name="pubkey_change_password">Cambia password</string> + <string name="pubkey_list_pick">Leggi da /sdcard</string> + <string name="pubkey_import_parse_problem">Problemi durante l\'importazione della chiave privata</string> + <string name="pubkey_unlock">Chiave di sblocco</string> + <string name="pubkey_failed_add">Password errata per la chiave \'%1$s\'. Errore di autenticazione.</string> + <string name="pubkey_memory_load">Carica in memoria</string> + <string name="pubkey_memory_unload">Elimina dalla memoria</string> + <string name="pubkey_load_on_start">Carica la chiave all\'avvio</string> + <string name="pubkey_confirm_use">Conferma prima di usare</string> + <string name="portforward_list_empty">Seleziona Menu per creare\ninoltri delle porte.</string> + <string name="portforward_edit">Modifica inoltro porte</string> + <string name="portforward_delete">Elimina inoltro porta</string> + <string name="prompt_nickname">Nome utente:</string> + <string name="prompt_nickname_hint_pubkey">La mia chiave di lavoro</string> + <string name="prompt_source_port">Porta sorgente:</string> + <string name="prompt_destination">Destinazione:</string> + <string name="prompt_old_password">Vecchia password:</string> + <string name="prompt_password">Password:</string> + <string name="prompt_again">(ripeti)</string> + <string name="prompt_type">Tipo:</string> + <string name="prompt_password_can_be_blank">Nota: la password può essere vuota</string> + <string name="prompt_bits">Bits:</string> + <string name="prompt_pubkey_password">Password per la chiave \'%1$s\'</string> + <string name="prompt_allow_agent_to_use_key">Permetti all\'host remoto di\n usare la chiave \'%1$s\'?</string> + <string name="host_verification_failure_warning_header">ATTENZIONE: L\'IDENTIFICAZIONE DELL\'HOST REMOTO E\' CAMBIATA!</string> + <string name="host_verification_failure_warning">E\' POSSIBILE CHE QUALCUNO STIA FACENDO QUALCOSA DI MALEVOLO!\nQualcuno potrebbe spiarti in questo momento (attacco man-in-the-middle)!\nMa è anche possibile che la chiave dell\'host sia cambiata.</string> + <string name="prompt_host_disconnected">L\'host si è disconnesso.\nChiudere la sessione?</string> + <string name="prompt_continue_connecting">Sei sicuro di voler\ncontinuare a connetterti?</string> + <string name="host_authenticity_warning">L\'autenticità dell\'host \'%1$s\' non può essere accertata.</string> + <string name="host_fingerprint">L\'impronta digitale della chiave dell\'Host %1$s è %2$s</string> + <string name="alert_passwords_do_not_match_msg">Le password non corrispondono!</string> + <string name="alert_wrong_password_msg">Password errata!</string> + <string name="alert_key_corrupted_msg">La chiave privata sembra corrotta!</string> + <string name="alert_sdcard_absent">Scheda SD non trovata!</string> + <string name="button_add">Aggiungi</string> + <string name="button_change">Modifica</string> + <string name="button_generate">Genera le chiavi</string> + <string name="button_resize">Ridimensiona</string> + <string name="alert_disconnect_msg">Connessione persa</string> + <string name="msg_copyright">Copyright © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> + <string name="pref_emulation_category">Emulazione terminale</string> + <string name="pref_emulation_title">Modalità emulazione</string> + <string name="pref_emulation_summary">Modalità di emulazione terminale da usare per connessioni PTY</string> + <string name="pref_scrollback_title">Dimensione scrollback</string> + <string name="pref_scrollback_summary">Dimensione del buffer scrollback da tenere in memoria per ciascuna console</string> + <string name="pref_ui_category">Interfaccia utente</string> + <string name="pref_rotation_title">Modalità rotazione</string> + <string name="pref_rotation_summary">Come cambiare rotazione quando la tastiera esce/rientra</string> + <string name="pref_fullscreen_title">Schermo intero</string> + <string name="pref_fullscreen_summary">Nascondi la barra di stato in console</string> + <string name="pref_memkeys_title">Mantieni chiavi in memoria</string> + <string name="pref_memkeys_summary">Mantiene le chiavi in memoria finché il servizio non viene terminato</string> + <string name="pref_update_title">Controlla aggiornamenti</string> + <string name="pref_update_summary">Imposta la frequenza massima per il controllo degli aggiornamenti</string> + <string name="pref_conn_persist_title">Connessioni permanenti</string> + <string name="pref_conn_persist_summary">Forza connessioni a rimanere collegate in sottofondo</string> + <string name="pref_keymode_title">Scorciatoie directory</string> + <string name="pref_keymode_summary">Controlla l\'uso di Alt per \'/\' e di Shift per Tab</string> + <string name="pref_camera_title">Scorciatoia camera</string> + <string name="pref_camera_summary">Seleziona quale scorciatoia azionare quando il bottone della camera viene premuto</string> + <string name="pref_keepalive_title">Impedisci lo spegnimento dello schermo</string> + <string name="pref_keepalive_summary">Impedisce lo spegnimento dello schermo quando si è collegati</string> + <string name="pref_wifilock_title">Mantieni Wi-Fi attivo</string> + <string name="pref_wifilock_summary">Non spegne la connessione Wi-Fi quando una sessione è attiva</string> + <string name="pref_bumpyarrows_title">Vibrazione frecce</string> + <string name="pref_bumpyarrows_summary">Vibra quando si inviano movimenti con la trackball; utile per connessioni lente</string> + <string name="pref_bell_category">Campanella del terminale</string> + <string name="pref_bell_title">Campanella udibile</string> + <string name="pref_bell_volume_title">Volume della campanella</string> + <string name="pref_bell_vibrate_title">Vibra alla campanella</string> + <string name="pref_bell_notification_title">Notifiche in sottofondo</string> + <string name="pref_bell_notification_summary">Invia una notifica quando un terminale eseguito in sottofondo suona una campanella.</string> + <string name="list_keymode_right">Usa tasti sul lato destro</string> + <string name="list_keymode_left">Usa tasti sul lato sinistro</string> + <string name="list_keymode_none">Disabilita</string> + <string name="list_pubkeyids_none">Non usare chiavi</string> + <string name="list_pubkeyids_any">Usa qualsiasi chiave sbloccata</string> + <string name="list_update_daily">Ogni giorno</string> + <string name="list_update_weekly">Ogni settimana</string> + <string name="list_update_never">Mai</string> + <string name="hostpref_nickname_title">Soprannome</string> + <string name="hostpref_color_title">Categoria colore</string> + <string name="hostpref_fontsize_title">Dimensione caratteri (pt)</string> + <string name="hostpref_pubkeyid_title">Usa autenticazione a chiave pubblica</string> + <string name="hostpref_authagent_title">Usa l\'agente di autorizzazione SSH</string> + <string name="hostpref_postlogin_title">Automazione post-accesso</string> + <string name="hostpref_postlogin_summary">Comandi da eseguire su un server remoto una volta autenticati</string> + <string name="hostpref_compression_title">Compressione</string> + <string name="hostpref_compression_summary">Può essere utile con connessioni lente</string> + <string name="hostpref_wantsession_title">Avvia sessione shell</string> + <string name="hostpref_wantsession_summary">Disabilita questa preferenza per usare solo port forward</string> + <string name="hostpref_stayconnected_title">Mantieni connessioni</string> + <string name="hostpref_stayconnected_summary">Tenta di riconnettersi in caso di disconnessione</string> + <string name="hostpref_delkey_title">Tasto CANC</string> + <string name="hostpref_delkey_summary">Il codice di tastiera inviato quando viene premuto il tasto CANC</string> + <string name="hostpref_encoding_title">Codifica</string> + <string name="hostpref_encoding_summary">Codifica dei caratteri per la connessione</string> + <string name="hostpref_connection_category">Impostazioni di connessione</string> + <string name="hostpref_username_title">Nome utente</string> + <string name="hostpref_hostname_title">Host</string> + <string name="hostpref_port_title">Porta</string> + <string name="bind_never">Mai connesso</string> + <string name="bind_minutes">%1$s minuti fa</string> + <string name="bind_hours">%1$s ore fa</string> + <string name="bind_days">%1$s giorni fa</string> + <string name="console_copy_done">%1$d byte copiati</string> + <string name="console_copy_start">Tocca e trascina\noppure usa il pad direzionale\nper selezionare un\'area da copiare</string> + <string name="console_menu_close">Chiudi</string> + <string name="console_menu_copy">Copia</string> + <string name="console_menu_paste">Incolla</string> + <string name="console_menu_portforwards">Inoltro porte</string> + <string name="console_menu_resize">Forza Dimensione</string> + <string name="console_menu_urlscan">Scansione URL</string> + <string name="button_yes">Sì</string> + <string name="button_no">No</string> + <string name="portforward_local">Locale</string> + <string name="portforward_remote">Remota</string> + <string name="portforward_dynamic">Dinamica (SOCKS)</string> + <string name="portforward_pos">Crea inoltro porta</string> + <string name="portforward_done">Inoltro della porta impostato correttamente</string> + <string name="portforward_problem">Problema configurando l\'inoltro della porta, forse si cerca di usare una porta più bassa di 1024 o la porta è già in uso?</string> + <string name="portforward_menu_add">Aggiungi inoltro di una porta</string> + <string name="hint_userhost">utente\@host</string> + <string name="list_format_error">Usa il formato %1$s</string> + <string name="format_username">nome utente</string> + <string name="format_hostname">nome host</string> + <string name="format_port">porta</string> + <string name="list_menu_pubkeys">Gestione chiavi pubbliche</string> + <string name="list_menu_sortcolor">Ordina per colore</string> + <string name="list_menu_sortname">Ordina per nome</string> + <string name="list_menu_settings">Impostazioni</string> + <string name="list_host_disconnect">Disconnetti</string> + <string name="list_host_edit">Modifica connessione</string> + <string name="list_host_portforwards">Modifica inoltri porta</string> + <string name="list_host_delete">Elimina connessione</string> + <string name="list_host_empty">Usa la casella connessione rapida\nqui sotto per connetterti ad un host.</string> + <string name="list_rotation_default">Predefinita</string> + <string name="list_rotation_land">Forza orizzontale</string> + <string name="list_rotation_port">Forza verticale</string> + <string name="list_rotation_auto">Automatica</string> + <string name="list_camera_ctrlaspace">Ctrl+A poi Spazio</string> + <string name="list_camera_ctrla">Ctrl+A</string> + <string name="list_camera_esc">Esc</string> + <string name="list_camera_esc_a">Esc+A</string> + <string name="list_camera_none">Niente</string> + <string name="list_delkey_backspace">Barra Spaziatrice</string> + <string name="list_delkey_del">Elimina</string> + <string name="delete_message">Sei sicuro di voler eliminare \'%1$s\'?</string> + <string name="delete_pos">Sì, elimina</string> + <string name="delete_neg">Annulla</string> + <string name="wizard_agree">Accetto</string> + <string name="wizard_next">Successiva</string> + <string name="wizard_back">Precedente</string> + <string name="terminal_no_hosts_connected">Nessun host attualmente connesso</string> + <string name="terminal_connecting">Connessione a %1$s:%2$d via %3$s</string> + <string name="terminal_sucess">Host verificato \'%1$s\' chiave: %2$s</string> + <string name="terminal_failed">Verifica della chiave dell\'host fallita.</string> + <string name="terminal_using_s2c_algorithm">Algoritmo server-to-client: %1$s %2$s</string> + <string name="terminal_using_c2s_algorithm">Algoritmo client-to-server: %1$s %2$s</string> + <string name="terminal_using_algorithm">Algoritmo in uso: %1$s %2$s</string> + <string name="terminal_auth">Tentativo di autenticazione</string> + <string name="terminal_auth_pass">Provando l\'autenticazione \'password\'</string> + <string name="terminal_auth_pass_fail">Metodo di autenticazione \'password\' fallito</string> + <string name="terminal_auth_pubkey_any">Tentativo di utilizzo autenticazione a \'chiave pubblica\' con una delle chiavi pubbliche in memoria</string> + <string name="terminal_auth_pubkey_invalid">La chiave pubblica selezionata non è valida, provare a riselezionare la chiave nell\'host editor</string> + <string name="terminal_auth_pubkey_specific">Tentativo di autenticazione a \'chiave pubblica\' con una chiave pubblica specifica</string> + <string name="terminal_auth_pubkey_fail">Metodo di autenticazione a \'chiave pubblica\' con la chiave \'%1$s\' fallito</string> + <string name="terminal_auth_ki">Provando l\'autenticazione \'keyboard-interactive\'</string> + <string name="terminal_auth_ki_fail">Metodo di autenticazione \'keyboard-interactive\' fallito</string> + <string name="terminal_auth_fail">[Il tuo host non supporta l\'autenticazione \'password\' o \'keyboard-interactive\'</string> + <string name="terminal_no_session">La sessione non inizierà a causa delle preferenze dell\'host.</string> + <string name="terminal_enable_portfoward">Abilita il port forward: %1$s</string> + <string name="local_shell_unavailable">Fallimento! La shell locale non è disponibile su questo telefono.</string> + <string name="notification_text">%1$s richiede la tua attenzione.</string> + <string name="upgrade">Nuova versione</string> + <string name="upgrade_pos">Sì, aggiorna</string> + <string name="upgrade_neg">Non adesso</string> + <string name="no">No</string> + <string name="with_confirmation">Richiedi conferma</string> + <string name="yes">Sì</string> + <string name="exceptions_submit_message">Sembrerebbe che ConnectBot abbia avuto un problema durante l\'ultima esecuzione. Inviare una segnalazione d\'errore agli sviluppatori di ConnectBot?</string> + <string name="menu_colors_reset">Reimposta</string> + <string name="app_is_running">ConnectBot è in esecuzione</string> + <string name="color_red">rosso</string> + <string name="color_green">verde</string> + <string name="color_blue">blu</string> + <string name="color_gray">grigio</string> </resources> diff --git a/res/values-ja/strings.xml b/res/values-ja/strings.xml index bc9aee6..e6c70c8 100644 --- a/res/values-ja/strings.xml +++ b/res/values-ja/strings.xml @@ -1,461 +1,208 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * ConnectBot: simple, powerful, open-source SSH client for Android - * Copyright 2007 Kenny Root, Jeffrey Sharkey - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ ---> +<?xml version='1.0' encoding='utf-8'?> <resources> - <string name="app_desc">シンプルでパワフルなオープンソースのSSHクライアント</string> - - <!-- Window title for the Host List --> - <string name="title_hosts_list">ホスト</string> - <!-- Window title for the Pubkeys List --> - <string name="title_pubkey_list">公開鍵</string> - <!-- Window title for the Port Forwards List --> - <string name="title_port_forwards_list">ポート転送</string> - <!-- Window title when editing host details --> - <string name="title_host_editor">ホストを編集</string> - <!-- Window title for Help index --> - <string name="title_help">ヘルプ</string> - <!-- Window title for color list editing screen --> - <string name="title_colors">配色</string> - - <string name="resolve_connect">接続</string> - <!-- Menu selection where user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="resolve_entropy">エントロピーの取得</string> - - <string name="menu_insert">ホストを追加</string> - <string name="menu_delete">ホストを削除</string> - <string name="menu_preferences">設定</string> - - <string name="help_intro">特定の情報について知りたいときは、以下のトピックを選択してください。</string> - <string name="help_about">ConnectBotについて</string> - <string name="help_keyboard">キーボード</string> - - <string name="pubkey_generate">生成</string> - <string name="pubkey_import">インポート</string> - <string name="pubkey_delete">鍵を削除</string> - <!-- Dialog title when user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="pubkey_gather_entropy">エントロピー収集中</string> - <string name="pubkey_touch_prompt">この四角内をランダムに触ってください: %1$d%% 完了</string> - <string name="pubkey_touch_hint">鍵作成時のランダムさを保証するため、下の四角内で指をランダムに動かしてください。</string> - <string name="pubkey_generating">鍵ペアを生成しています...</string> - <string name="pubkey_copy_private">秘密鍵をコピー</string> - <string name="pubkey_copy_public">公開鍵をコピー</string> - <!-- Note that the '\n' just splits lines, so it's actually "create or import" --> - <string name="pubkey_list_empty">"Menu"ボタンを押して鍵の作成またはインポートを行ってください。</string> - <string name="pubkey_unknown_format">不明なフォーマット</string> - <string name="pubkey_change_password">パスワードを変更</string> - <string name="pubkey_list_pick">SDカードから選ぶ</string> - <string name="pubkey_import_parse_problem">インポートした秘密鍵を解析時に問題発生</string> - <string name="pubkey_unlock">鍵をアンロック</string> - <string name="pubkey_failed_add">鍵 \'%1$s\' のパスワードが正しくありません。認証に失敗しました。</string> - <string name="pubkey_memory_load">メモリにロード</string> - <string name="pubkey_memory_unload">メモリからアンロード</string> - <string name="pubkey_load_on_start">起動時に鍵をロード</string> - <!-- Pubkey preference asking user whether the key use should be confirmed via prompt before it can be used for authentication --> - <string name="pubkey_confirm_use">使用時に確認する</string> - - <!-- Note that the '\n' splits lines, so it's actually "create port forwards" --> - <string name="portforward_list_empty">MENUをタップして\nポート転送を作成します.</string> - <string name="portforward_edit">ポート転送を編集</string> - <string name="portforward_delete">ポート転送を削除</string> - - <string name="prompt_nickname">鍵の名前</string> - <!-- An example string that could be used as a nickname for a pubkey. --> - <string name="prompt_nickname_hint_pubkey">My work key</string> - <!-- The source TCP port for port forwards. --> - <string name="prompt_source_port">ソースポート:</string> - <!-- The "host:port" combination used for port forward destinations. --> - <string name="prompt_destination">転送先:</string> - <string name="prompt_old_password">旧パスワード:</string> - <string name="prompt_password">パスワード:</string> - <!-- Added after a "Password:" prompt to indicate user needs to confirm entry. --> - <string name="prompt_again">(再入力)</string> - <!-- Label for the user to select port forward type. --> - <string name="prompt_type">タイプ:</string> - <string name="prompt_password_can_be_blank">備考: パスワードは空欄にできます。</string> - <!-- Prompt for the size of the private key in bits. --> - <string name="prompt_bits">ビット長:</string> - - <!-- Prompt for the password to unlock a certain pubkey. --> - <string name="prompt_pubkey_password">鍵 \'%1$s\' のパスワード</string> - - <!-- Prompt for whether to allow SSH Authentication Agent to use the specified key. Note that the '\n' means split the line so it's actually "host to use key" --> - <string name="prompt_allow_agent_to_use_key">リモートホストが鍵 \'%1$s\' を使用することを許可しますか?</string> - - <!-- The header of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning_header">警告: リモートホストのIDが変わっています!</string> - <!-- The body of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning">何者かが不正を行っている可能性があります!\n現在誰かに盗聴されているかもしれません (中間者攻撃)!\n単にホストキーが変更されただけの可能性もあります。</string> - - <!-- Prompt user gets when the remote host has disconnected unexpectedly. --> - <string name="prompt_host_disconnected">ホスト切断されました.\nセッションを閉じますか?</string> - <!-- Prompt user must answer yes or no to when the remote host fails verification of encryption fingerprint --> - <string name="prompt_continue_connecting">このまま接続しますか?</string> - - <!-- Sent to user when the remote public encryption key fingerprint doesn't match the local database --> - <string name="host_authenticity_warning">ホスト \'%1$s\' の確認ができませんでした。</string> - <!-- First field is encryption algorithm. Second is the actual fingerprint in hex digits --> - <string name="host_fingerprint">ホストの%1$sキーフィンガープリントは%2$s</string> - - <string name="alert_passwords_do_not_match_msg">パスワードが一致しません!</string> - <string name="alert_wrong_password_msg">間違ったパスワードです.</string> - <string name="alert_key_corrupted_msg">秘密鍵が壊れています!</string> - <string name="alert_sdcard_absent">SD カードが挿入されていません.</string> - - <!-- Add a new item (e.g., host or pubkey) to the list. --> - <string name="button_add">追加</string> - <!-- Change an existing item's (e.g., host or pubkey) details. --> - <string name="button_change">変更</string> - <!-- Button that begins the generation of a public key pair. --> - <string name="button_generate">鍵生成</string> - <!-- Button that resizes the screen to the user-specified dimensions. --> - <string name="button_resize">リサイズ</string> - - <string name="alert_disconnect_msg">接続が失われました.</string> - - <string name="msg_copyright">Copyright © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> - - <!-- The category title for terminal emulation preferences. --> - <string name="pref_emulation_category">端末エミュレート</string> - - <!-- Name for the emulation terminal type preference. --> - <string name="pref_emulation_title">エミュレートモード</string> - <!-- Description of the emulation terminal type preference. --> - <string name="pref_emulation_summary">PTYで使う端末エミュレーションモード</string> - - <!-- Name for the scrollback size preference --> - <string name="pref_scrollback_title">スクロールサイズ</string> - <!-- Description of the scrollback size preference --> - <string name="pref_scrollback_summary">メモリに保持するスクロールバッファのサイズ</string> - - <!-- The category title for user interface preferences --> - <string name="pref_ui_category">ユーザーインターフェース</string> - - <!-- Name for the rotation mode preference --> - <string name="pref_rotation_title">画面の向き</string> - <!-- Summary for the rotation mode preference --> - <string name="pref_rotation_summary">キーボードのポップイン/アウト時の向きの変更</string> - - <!-- Name for the full screen preference --> - <string name="pref_fullscreen_title">全画面</string> - <!-- Summary for the full screen preference --> - <string name="pref_fullscreen_summary">ステータスバーを隠蔽しコンソールとして利用</string> - - <!-- Name for the memorize keys preference --> - <string name="pref_memkeys_title">メモリに鍵を保持する</string> - <!-- Summary for the memorize keys preference --> - <string name="pref_memkeys_summary">バックエンドのサービスが終了しない限り、アンロックした鍵をメモリに保持します</string> - - <!-- Name for the update check preference --> - <string name="pref_update_title">更新を確認</string> - <!-- Summary for the update check preference --> - <string name="pref_update_summary">ConnectBotの更新をチェックする頻度を設定します</string> - - <!-- Name for the preference that forces the service to stay running in the background.--> - <string name="pref_conn_persist_title">持続的接続</string> - <!-- Summary for the preference that forces the service to stay running in the background. --> - <string name="pref_conn_persist_summary">バックグラウンドでの実行中に接続の持続を強制する</string> - - <!-- Name for the keyboard shortcuts preference --> - <string name="pref_keymode_title">ディレクトリのショートカット</string> - <!-- Summary for the keyboard shortcuts preference --> - <string name="pref_keymode_summary">Altを\'/\'、ShiftをTabに割り当てます</string> - - <!-- Name for the camera shortcut usage preference --> - <string name="pref_camera_title">カメラボタンショートカット</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_camera_summary">カメラボタンが押されたときのショートカットを選びます</string> - - <!-- Name for the keep screen on preference --> - <string name="pref_keepalive_title">画面をスリープしない</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_keepalive_summary">コンソール作業中に画面がOFFになるのを防ぎます</string> - - <!-- Name for the Wi-Fi lock preference --> - <string name="pref_wifilock_title">Wi-Fiをスリープしない</string> - <!-- Summary for the Wi-Fi lock preference --> - <string name="pref_wifilock_summary">セッションが有効な間Wi-FiがOFFになるのを防ぎます</string> - - <!-- Name for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_title">矢印で振動</string> - <!-- Summary for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_summary">トラックボールで矢印キーを送信するときに振動します; ラグがある接続時に便利</string> - - <!-- Category title for the Terminal Bell preferences --> - <string name="pref_bell_category">端末音設定</string> - - <!-- Checkbox preference title for the audible terminal bell feature --> - <string name="pref_bell_title">ベル音</string> - - <!-- Title for the slider preference to set the volume --> - <string name="pref_bell_volume_title">ボリューム設定</string> - - <!-- Checkbox preference title for the vibrate on terminal bell feature --> - <string name="pref_bell_vibrate_title">バイブレーション</string> - - <!-- Checkbox preference title for the receive notifications on terminal bell feature --> - <string name="pref_bell_notification_title">バックグラウンド通知</string> - <!-- Brief summary of the feature that is enabled when the checkbox preference for the receive notifications on terminal bell feature is checked --> - <string name="pref_bell_notification_summary">バックグランドで実行中の端末がベルを鳴らしたとき通知します</string> - - <!-- Preference selection to indicate use of right side of keyboard for special shortcuts. --> - <string name="list_keymode_right">右側のキーで使う</string> - <!-- Preference selection to indicate use of left side of keyboard for special shortcuts. --> - <string name="list_keymode_left">左側のキーで使う</string> - <!-- Preference selection to indicate never to use special shortcut keys. --> - <string name="list_keymode_none">無効</string> - - <!-- Preference to not use pubkeys to authenticate to this host. --> - <string name="list_pubkeyids_none">公開鍵を使わない</string> - <!-- Preference to use any pubkey to authenticate to this host. --> - <string name="list_pubkeyids_any">アンロックされた鍵のいずれかを使う</string> - - <!-- Frequency for which to check for program updates. --> - <string name="list_update_daily">毎日</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_weekly">毎週</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_never">しない</string> - - <!-- Host nickname field preference title --> - <string name="hostpref_nickname_title">ニックネーム</string> - - <!-- Host color category preference title --> - <string name="hostpref_color_title">色の系統</string> - - <!-- Host's default font size when opening the terminal in points (pt) --> - <string name="hostpref_fontsize_title">フォントのサイズ (pt)</string> - - <!-- Host pubkey usage preference title --> - <string name="hostpref_pubkeyid_title">公開鍵認証を使用</string> - - <!-- Preference title for the SSH Authentication Agent Forwarding for a host connection --> - <string name="hostpref_authagent_title">SSH認証エージェントを使う</string> - - <!-- Host post-login automation preference title --> - <string name="hostpref_postlogin_title">ログイン後の自動実行</string> - <!-- Host post-login automation preference summary --> - <string name="hostpref_postlogin_summary">認証後にリモートで実行するコマンド</string> - - <!-- Host compression preference title --> - <string name="hostpref_compression_title">圧縮</string> - <!-- Summary for compression preference --> - <string name="hostpref_compression_summary">遅いネットワークで有効かもしれません</string> - - <!-- Setting for whether we want a session to start up when we connect to a host --> - <string name="hostpref_wantsession_title">シェルセッションを使う</string> - <!-- Summary for field asking whether a shell session should be started up upon connection or not --> - <string name="hostpref_wantsession_summary">ポート転送のみ行う場合に無効にしてください</string> - - <!-- Setting for whether the host should be reconnected to automatically upon disconnect --> - <string name="hostpref_stayconnected_title">接続の維持</string> - <!-- Summary for preference asking whether the host should be reconnected to when it disconnects --> - <string name="hostpref_stayconnected_summary">接続が切れたら再接続を試みます</string> - - <!-- Setting for what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_title">DELキー</string> - <!-- Summary for field asking what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_summary">DELキーが押されたときに送るキーコード</string> - - <!-- Host character encoding preference title --> - <string name="hostpref_encoding_title">エンコーディング</string> - <!-- Host character encoding preference summary --> - <string name="hostpref_encoding_summary">ホスト側の文字エンコーディング</string> - - <!-- Host preference category title for connection settings --> - <string name="hostpref_connection_category">接続設定</string> - - <!-- Username field title for host editor preference --> - <string name="hostpref_username_title">ユーザ名</string> - - <!-- Hostname field title for host editor preference --> - <string name="hostpref_hostname_title">ホスト</string> - - <!-- Port field title for host editor preference --> - <string name="hostpref_port_title">ポート</string> - - <!-- Displayed to indicate a host has never been connected to. --> - <string name="bind_never">未接続</string> - <!-- The time that has elapsed since a host was connected to when it has been less than an hour. --> - <string name="bind_minutes">%1$s 分前</string> - <!-- The time that has elapsed since a host was connected to when it has been less than a day. --> - <string name="bind_hours">%1$s 時間前</string> - <!-- The time that has elapsed since a host was connected to when it has been a day or more. --> - <string name="bind_days">%1$s 日前</string> - - <!-- Message given when user copies from the terminal. --> - <string name="console_copy_done">クリップボードに %1$d バイトコピーしました.</string> - <!-- Instructions for how to copy from the terminal. The '\n' entries are to split lines to improve readability and prevent wrapping off the screen. --> - <string name="console_copy_start">タッチしてドラッグ\nまたは方向パッドで\nコピー領域を選択</string> - - <!-- Button to close the disconnected terminal window. --> - <string name="console_menu_close">切断</string> - <!-- Button to begin copying from the terminal to the clipboard. --> - <string name="console_menu_copy">コピー</string> - <!-- Button to paste from the clipboard to the terminal. --> - <string name="console_menu_paste">貼り付け</string> - <!-- Button that brings user to the Port Forwards List. --> - <string name="console_menu_portforwards">ポート転送</string> - <!-- Button that brings user to the terminal resizing dialog where they can force a size. --> - <string name="console_menu_resize">サイズ強制</string> - <!-- Button that brings up the list of URLs on the current screen --> - <string name="console_menu_urlscan">URL スキャン</string> - - <!-- Selection for a "local" port forward. E.g., connections to a port listening locally is forwarded to the remote end's listening port. --> - <string name="portforward_local">ローカル</string> - <!-- Selection for a "remote" port forward. E.g., connections to a port listening remotely is forwarded to the local end's listening port. --> - <string name="portforward_remote">リモート</string> - <!-- Selection for a "dynamic" port forward. E.g., connections to a port listening locally is forwarded based on the SOCKS protocol to an arbitrary remote host and port. --> - <string name="portforward_dynamic">動的 (SOCKS)</string> - <!-- Button that commits the port forward to be made from the Port Forward Creation dialog. --> - <string name="portforward_pos">ポート転送の作成</string> - - <string name="portforward_done">ポート転送の作成に成功しました.</string> - <string name="portforward_problem">ポート転送の作成ができません.おそらく1024ポート以下か既に利用されているポートを指定されています.</string> - - <string name="portforward_menu_add">ポート転送の追加</string> - - <!-- The string to present in the quick-connect box to hint the user to the format for connecting to hosts. --> - <string name="hint_userhost">user@hostname</string> - - <!-- Hint given to user when the format they're using is incorrect in the quick-connect box. --> - <string name="list_format_error">"%1$s" 形式を使ってください</string> - - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_username">ユーザ名</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_hostname">ホスト名</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_port">ポート</string> - - <string name="list_menu_pubkeys">公開鍵管理</string> - <!-- Selection choice to sort hosts by color. --> - <string name="list_menu_sortcolor">色でソート</string> - <!-- Selection choice to sort hosts by nickname. --> - <string name="list_menu_sortname">名前順でソート</string> - <string name="list_menu_settings">設定</string> - - <string name="list_host_disconnect">切断</string> - <string name="list_host_edit">接続ホストの編集</string> - <string name="list_host_portforwards">ポート転送の編集</string> - <string name="list_host_delete">接続ホストの削除</string> - <!-- Note that the '\n' splits the lines so it's actually "quick-connect box below to connect" --> - <string name="list_host_empty">下のquick-connect box\nを使ってホストに接続できます.</string> - - <!-- Default screen rotation preference selection --> - <string name="list_rotation_default">デフォルト</string> - <string name="list_rotation_land">横向き固定</string> - <string name="list_rotation_port">縦向き固定</string> - <!-- Selection to indicate the rotation should be selected automatically based on the tilt sensor. --> - <string name="list_rotation_auto">自動判定</string> - - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A then Space". --> - <string name="list_camera_ctrlaspace">Ctrl+Aに続いてSpace</string> - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A". --> - <string name="list_camera_ctrla">Ctrl+A</string> - <!-- Selection to indicate pressing the Camera button should send the "Esc" key. --> - <string name="list_camera_esc">Esc</string> - <!-- Selection to indicate pressing the Camera button should send "Esc+A". --> - <string name="list_camera_esc_a">Esc+A</string> - <!-- Selection to indicate pressing the Camera button should send nothing at all. --> - <string name="list_camera_none">なし</string> - - <!-- Name for the backspace character --> - <string name="list_delkey_backspace">Backspace</string> - <!-- Name for the ASCII DEL character --> - <string name="list_delkey_del">Delete</string> - - <string name="delete_message">\'%1$s\'を削除してよろしいですか?</string> - <string name="delete_pos">はい、削除します</string> - <string name="delete_neg">キャンセル</string> - - <!-- Button to agree to license terms. --> - <string name="wizard_agree">同意します</string> - <!-- Button to go to the next page in the first time start-up wizard. --> - <string name="wizard_next">次へ</string> - <!-- Button to go to the previous page in the first time start-up wizard. --> - <string name="wizard_back">戻る</string> - - <string name="terminal_no_hosts_connected">接続済みのホストはありません.</string> - - <!-- Displayed in terminal when attempting to connect to a host. The first two - variables are host:port and the third is the protocol (e.g., SSH) --> - <string name="terminal_connecting">%1$s:%2$dに%3$sで接続しています</string> - - <!-- Displays the host key to the user in the terminal --> - <string name="terminal_sucess">ホスト\'%1$s\' キー%2$s を検証しました</string> - <string name="terminal_failed">ホストキーが検証できません</string> - - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_s2c_algorithm">サーバtoクライアント アルゴリズム: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_c2s_algorithm">クライアントからサーバ アルゴリズム: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_algorithm">使用アルゴリズム: %1$s %2$s</string> - - <string name="terminal_auth">認証を試行中</string> - - <string name="terminal_auth_pass">\'password\' 認証を試行</string> - <string name="terminal_auth_pass_fail">\'password\' 認証失敗</string> - - <string name="terminal_auth_pubkey_any">メモリ上の公開鍵による \'publickey\' 認証を試行</string> - <string name="terminal_auth_pubkey_invalid">選択された公開鍵は無効です、ホストの編集で選び直してください</string> - <string name="terminal_auth_pubkey_specific">指定された公開鍵による \'publickey\' 認証を試行</string> - <string name="terminal_auth_pubkey_fail">鍵 \'%1$s\' での \'publickey\' 認証に失敗</string> - - <string name="terminal_auth_ki">\'keyboard-interactive\' 認証を試行</string> - <string name="terminal_auth_ki_fail">\'keyboard-interactive\' 認証に失敗</string> - - <string name="terminal_auth_fail">[ホストは \'password\' や \'keyboard-interactive\' 認証をサポートしていません.]</string> - - <string name="terminal_no_session">ホスト設定によりセッションを開始しません</string> - <string name="terminal_enable_portfoward">ポート転送 %1$s を有効化</string> - - <string name="local_shell_unavailable">エラー! この電話機にはローカルシェルがありません.</string> - - <!-- Text sent to the user to alert them that a Terminal Bell is received in a background session --> - <string name="notification_text">%1$s でベルが鳴りました</string> - - <!-- Dialog title when a new version of ConnectBot is detected. --> - <string name="upgrade">新しいバージョン</string> - <!-- Button selection to upgrade to the latest ConnectBot when one is available. --> - <string name="upgrade_pos">はい、アップグレードします.</string> - <!-- Button selection to skip upgrading to the latest ConnectBot when one is available. --> - <string name="upgrade_neg">いいえ、今は行いません.</string> - - <!-- Preference selection for SSH Authentication Agent to never use pubkeys --> - <string name="no">いいえ</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys "with confirmation" only --> - <string name="with_confirmation">確認が必要</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys --> - <string name="yes">はい</string> - - <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> - <string name="exceptions_submit_message">前回ConnectBot実行時に問題が発生したようです。ConnectBotの開発者にエラーレポートを送信しますか?</string> - - <!-- Menu selection to reset colors to their defaults. --> - <string name="menu_colors_reset">リセット</string> - - <!-- Displayed in the notification bar that connections are active --> - <string name="app_is_running">ConnectBot is running</string> - - <string name="color_red">赤</string> - <string name="color_green">緑</string> - <string name="color_blue">青</string> - <string name="color_gray">グレー</string> + <string name="app_desc">シンプルでパワフルなオープンソースのSSHクライアント</string> + <string name="title_hosts_list">ホスト</string> + <string name="title_pubkey_list">公開鍵</string> + <string name="title_port_forwards_list">ポート転送</string> + <string name="title_host_editor">ホストを編集</string> + <string name="title_help">ヘルプ</string> + <string name="title_colors">配色</string> + <string name="resolve_connect">接続</string> + <string name="resolve_entropy">エントロピーの取得</string> + <string name="menu_insert">ホストを追加</string> + <string name="menu_delete">ホストを削除</string> + <string name="menu_preferences">設定</string> + <string name="help_intro">特定の情報について知りたいときは、以下のトピックを選択してください。</string> + <string name="help_about">ConnectBotについて</string> + <string name="help_keyboard">キーボード</string> + <string name="pubkey_generate">生成</string> + <string name="pubkey_import">インポート</string> + <string name="pubkey_delete">鍵を削除</string> + <string name="pubkey_gather_entropy">エントロピー収集中</string> + <string name="pubkey_touch_prompt">この四角内をランダムに触ってください: %1$d%% 完了</string> + <string name="pubkey_touch_hint">鍵作成時のランダムさを保証するため、下の四角内で指をランダムに動かしてください。</string> + <string name="pubkey_generating">鍵ペアを生成しています...</string> + <string name="pubkey_copy_private">秘密鍵をコピー</string> + <string name="pubkey_copy_public">公開鍵をコピー</string> + <string name="pubkey_list_empty">Menuボタンを押して鍵の作成またはインポートを行ってください。</string> + <string name="pubkey_unknown_format">不明なフォーマット</string> + <string name="pubkey_change_password">パスワードを変更</string> + <string name="pubkey_list_pick">SDカードから選ぶ</string> + <string name="pubkey_import_parse_problem">インポートした秘密鍵を解析時に問題発生</string> + <string name="pubkey_unlock">鍵をアンロック</string> + <string name="pubkey_failed_add">鍵 \'%1$s\' のパスワードが正しくありません。認証に失敗しました。</string> + <string name="pubkey_memory_load">メモリにロード</string> + <string name="pubkey_memory_unload">メモリからアンロード</string> + <string name="pubkey_load_on_start">起動時に鍵をロード</string> + <string name="pubkey_confirm_use">使用時に確認する</string> + <string name="portforward_list_empty">MENUをタップして\nポート転送を作成します.</string> + <string name="portforward_edit">ポート転送を編集</string> + <string name="portforward_delete">ポート転送を削除</string> + <string name="prompt_nickname">鍵の名前</string> + <string name="prompt_source_port">ソースポート:</string> + <string name="prompt_destination">転送先:</string> + <string name="prompt_old_password">旧パスワード:</string> + <string name="prompt_password">パスワード:</string> + <string name="prompt_again">(再入力)</string> + <string name="prompt_type">タイプ:</string> + <string name="prompt_password_can_be_blank">備考: パスワードは空欄にできます。</string> + <string name="prompt_bits">ビット長:</string> + <string name="prompt_pubkey_password">鍵 \'%1$s\' のパスワード</string> + <string name="prompt_allow_agent_to_use_key">リモートホストが鍵 \'%1$s\' を使用することを許可しますか?</string> + <string name="host_verification_failure_warning_header">警告: リモートホストのIDが変わっています!</string> + <string name="host_verification_failure_warning">何者かが不正を行っている可能性があります!\n現在誰かに盗聴されているかもしれません (中間者攻撃)!\n単にホストキーが変更されただけの可能性もあります。</string> + <string name="prompt_host_disconnected">ホスト切断されました.\nセッションを閉じますか?</string> + <string name="prompt_continue_connecting">このまま接続しますか?</string> + <string name="host_authenticity_warning">ホスト \'%1$s\' の確認ができませんでした。</string> + <string name="host_fingerprint">ホストの%1$sキーフィンガープリントは%2$s</string> + <string name="alert_passwords_do_not_match_msg">パスワードが一致しません!</string> + <string name="alert_wrong_password_msg">間違ったパスワードです.</string> + <string name="alert_key_corrupted_msg">秘密鍵が壊れています!</string> + <string name="alert_sdcard_absent">SD カードが挿入されていません.</string> + <string name="button_add">追加</string> + <string name="button_change">変更</string> + <string name="button_generate">鍵生成</string> + <string name="button_resize">リサイズ</string> + <string name="alert_disconnect_msg">接続が失われました.</string> + <string name="pref_emulation_category">端末エミュレート</string> + <string name="pref_emulation_title">エミュレートモード</string> + <string name="pref_emulation_summary">PTYで使う端末エミュレーションモード</string> + <string name="pref_scrollback_title">スクロールサイズ</string> + <string name="pref_scrollback_summary">メモリに保持するスクロールバッファのサイズ</string> + <string name="pref_ui_category">ユーザーインターフェース</string> + <string name="pref_rotation_title">画面の向き</string> + <string name="pref_rotation_summary">キーボードのポップイン/アウト時の向きの変更</string> + <string name="pref_fullscreen_title">全画面</string> + <string name="pref_fullscreen_summary">ステータスバーを隠蔽しコンソールとして利用</string> + <string name="pref_memkeys_title">メモリに鍵を保持する</string> + <string name="pref_memkeys_summary">バックエンドのサービスが終了しない限り、アンロックした鍵をメモリに保持します</string> + <string name="pref_update_title">更新を確認</string> + <string name="pref_update_summary">ConnectBotの更新をチェックする頻度を設定します</string> + <string name="pref_conn_persist_title">持続的接続</string> + <string name="pref_conn_persist_summary">バックグラウンドでの実行中に接続の持続を強制する</string> + <string name="pref_keymode_title">ディレクトリのショートカット</string> + <string name="pref_keymode_summary">Altを\'/\'、ShiftをTabに割り当てます</string> + <string name="pref_camera_title">カメラボタンショートカット</string> + <string name="pref_camera_summary">カメラボタンが押されたときのショートカットを選びます</string> + <string name="pref_keepalive_title">画面をスリープしない</string> + <string name="pref_keepalive_summary">コンソール作業中に画面がOFFになるのを防ぎます</string> + <string name="pref_wifilock_title">Wi-Fiをスリープしない</string> + <string name="pref_wifilock_summary">セッションが有効な間Wi-FiがOFFになるのを防ぎます</string> + <string name="pref_bumpyarrows_title">矢印で振動</string> + <string name="pref_bumpyarrows_summary">トラックボールで矢印キーを送信するときに振動します; ラグがある接続時に便利</string> + <string name="pref_bell_category">端末音設定</string> + <string name="pref_bell_title">ベル音</string> + <string name="pref_bell_volume_title">ボリューム設定</string> + <string name="pref_bell_vibrate_title">バイブレーション</string> + <string name="pref_bell_notification_title">バックグラウンド通知</string> + <string name="pref_bell_notification_summary">バックグランドで実行中の端末がベルを鳴らしたとき通知します</string> + <string name="list_keymode_right">右側のキーで使う</string> + <string name="list_keymode_left">左側のキーで使う</string> + <string name="list_keymode_none">無効</string> + <string name="list_pubkeyids_none">公開鍵を使わない</string> + <string name="list_pubkeyids_any">アンロックされた鍵のいずれかを使う</string> + <string name="list_update_daily">毎日</string> + <string name="list_update_weekly">毎週</string> + <string name="list_update_never">しない</string> + <string name="hostpref_nickname_title">ニックネーム</string> + <string name="hostpref_color_title">色の系統</string> + <string name="hostpref_fontsize_title">フォントのサイズ (pt)</string> + <string name="hostpref_pubkeyid_title">公開鍵認証を使用</string> + <string name="hostpref_authagent_title">SSH認証エージェントを使う</string> + <string name="hostpref_postlogin_title">ログイン後の自動実行</string> + <string name="hostpref_postlogin_summary">認証後にリモートで実行するコマンド</string> + <string name="hostpref_compression_title">圧縮</string> + <string name="hostpref_compression_summary">遅いネットワークで有効かもしれません</string> + <string name="hostpref_wantsession_title">シェルセッションを使う</string> + <string name="hostpref_wantsession_summary">ポート転送のみ行う場合に無効にしてください</string> + <string name="hostpref_stayconnected_title">接続の維持</string> + <string name="hostpref_stayconnected_summary">接続が切れたら再接続を試みます</string> + <string name="hostpref_delkey_title">DELキー</string> + <string name="hostpref_delkey_summary">DELキーが押されたときに送るキーコード</string> + <string name="hostpref_encoding_title">エンコーディング</string> + <string name="hostpref_encoding_summary">ホスト側の文字エンコーディング</string> + <string name="hostpref_connection_category">接続設定</string> + <string name="hostpref_username_title">ユーザ名</string> + <string name="hostpref_hostname_title">ホスト</string> + <string name="hostpref_port_title">ポート</string> + <string name="bind_never">未接続</string> + <string name="bind_minutes">%1$s 分前</string> + <string name="bind_hours">%1$s 時間前</string> + <string name="bind_days">%1$s 日前</string> + <string name="console_copy_done">クリップボードに %1$d バイトコピーしました.</string> + <string name="console_copy_start">タッチしてドラッグ\nまたは方向パッドで\nコピー領域を選択</string> + <string name="console_menu_close">切断</string> + <string name="console_menu_copy">コピー</string> + <string name="console_menu_paste">貼り付け</string> + <string name="console_menu_portforwards">ポート転送</string> + <string name="console_menu_resize">サイズ強制</string> + <string name="console_menu_urlscan">URL スキャン</string> + <string name="button_yes">はい</string> + <string name="button_no">いいえ</string> + <string name="portforward_local">ローカル</string> + <string name="portforward_remote">リモート</string> + <string name="portforward_dynamic">動的 (SOCKS)</string> + <string name="portforward_pos">ポート転送の作成</string> + <string name="portforward_done">ポート転送の作成に成功しました.</string> + <string name="portforward_problem">ポート転送の作成ができません.おそらく1024ポート以下か既に利用されているポートを指定されています.</string> + <string name="portforward_menu_add">ポート転送の追加</string> + <string name="list_format_error">%1$s 形式を使ってください</string> + <string name="format_username">ユーザ名</string> + <string name="format_hostname">ホスト名</string> + <string name="format_port">ポート</string> + <string name="list_menu_pubkeys">公開鍵管理</string> + <string name="list_menu_sortcolor">色でソート</string> + <string name="list_menu_sortname">名前順でソート</string> + <string name="list_menu_settings">設定</string> + <string name="list_host_disconnect">切断</string> + <string name="list_host_edit">接続ホストの編集</string> + <string name="list_host_portforwards">ポート転送の編集</string> + <string name="list_host_delete">接続ホストの削除</string> + <string name="list_host_empty">下のquick-connect box\nを使ってホストに接続できます.</string> + <string name="list_rotation_default">デフォルト</string> + <string name="list_rotation_land">横向き固定</string> + <string name="list_rotation_port">縦向き固定</string> + <string name="list_rotation_auto">自動判定</string> + <string name="list_camera_ctrlaspace">Ctrl+Aに続いてSpace</string> + <string name="list_camera_none">なし</string> + <string name="delete_message">\'%1$s\'を削除してよろしいですか?</string> + <string name="delete_pos">はい、削除します</string> + <string name="delete_neg">キャンセル</string> + <string name="wizard_agree">同意します</string> + <string name="wizard_next">次へ</string> + <string name="wizard_back">戻る</string> + <string name="terminal_no_hosts_connected">接続済みのホストはありません.</string> + <string name="terminal_connecting">%1$s:%2$dに%3$sで接続しています</string> + <string name="terminal_sucess">ホスト\'%1$s\' キー%2$s を検証しました</string> + <string name="terminal_failed">ホストキーが検証できません</string> + <string name="terminal_using_s2c_algorithm">サーバtoクライアント アルゴリズム: %1$s %2$s</string> + <string name="terminal_using_c2s_algorithm">クライアントからサーバ アルゴリズム: %1$s %2$s</string> + <string name="terminal_using_algorithm">使用アルゴリズム: %1$s %2$s</string> + <string name="terminal_auth">認証を試行中</string> + <string name="terminal_auth_pass">\'password\' 認証を試行</string> + <string name="terminal_auth_pass_fail">\'password\' 認証失敗</string> + <string name="terminal_auth_pubkey_any">メモリ上の公開鍵による \'publickey\' 認証を試行</string> + <string name="terminal_auth_pubkey_invalid">選択された公開鍵は無効です、ホストの編集で選び直してください</string> + <string name="terminal_auth_pubkey_specific">指定された公開鍵による \'publickey\' 認証を試行</string> + <string name="terminal_auth_pubkey_fail">鍵 \'%1$s\' での \'publickey\' 認証に失敗</string> + <string name="terminal_auth_ki">\'keyboard-interactive\' 認証を試行</string> + <string name="terminal_auth_ki_fail">\'keyboard-interactive\' 認証に失敗</string> + <string name="terminal_auth_fail">[ホストは \'password\' や \'keyboard-interactive\' 認証をサポートしていません.]</string> + <string name="terminal_no_session">ホスト設定によりセッションを開始しません</string> + <string name="terminal_enable_portfoward">ポート転送 %1$s を有効化</string> + <string name="local_shell_unavailable">エラー! この電話機にはローカルシェルがありません.</string> + <string name="notification_text">%1$s でベルが鳴りました</string> + <string name="upgrade">新しいバージョン</string> + <string name="upgrade_pos">はい、アップグレードします.</string> + <string name="upgrade_neg">いいえ、今は行いません.</string> + <string name="no">いいえ</string> + <string name="with_confirmation">確認が必要</string> + <string name="yes">はい</string> + <string name="exceptions_submit_message">前回ConnectBot実行時に問題が発生したようです。ConnectBotの開発者にエラーレポートを送信しますか?</string> + <string name="menu_colors_reset">リセット</string> + <string name="app_is_running">ConnectBot起動中</string> + <string name="color_red">赤</string> + <string name="color_green">緑</string> + <string name="color_blue">青</string> + <string name="color_gray">グレー</string> </resources> diff --git a/res/values-ko/strings.xml b/res/values-ko/strings.xml index 18d289e..830267a 100644 --- a/res/values-ko/strings.xml +++ b/res/values-ko/strings.xml @@ -1,461 +1,195 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * ConnectBot: simple, powerful, open-source SSH client for Android - * Copyright 2007 Kenny Root, Jeffrey Sharkey - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ ---> +<?xml version='1.0' encoding='utf-8'?> <resources> - <string name="app_desc">간단하고, 강력한, 오픈소스 SSH 클라이언트.</string> - - <!-- Window title for the Host List --> - <string name="title_hosts_list">호스트</string> - <!-- Window title for the Pubkeys List --> - <string name="title_pubkey_list">공개키</string> - <!-- Window title for the Port Forwards List --> - <string name="title_port_forwards_list">포트 포워딩 목록</string> - <!-- Window title when editing host details --> - <string name="title_host_editor">호스트 편집</string> - <!-- Window title for Help index --> - <string name="title_help">도움말</string> - <!-- Window title for color list editing screen --> - <string name="title_colors">색상</string> - - <string name="resolve_connect">접속</string> - <!-- Menu selection where user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="resolve_entropy">Gather Entropy</string> - - <string name="menu_insert">Add Host</string> - <string name="menu_delete">Delete Host</string> - <string name="menu_preferences">Preferences</string> - - <string name="help_intro">Please select a topic below for more information on a particular subject.</string> - <string name="help_about">About ConnectBot</string> - <string name="help_keyboard">Keyboard</string> - - <string name="pubkey_generate">Generate</string> - <string name="pubkey_import">Import</string> - <string name="pubkey_delete">Delete key</string> - <!-- Dialog title when user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="pubkey_gather_entropy">Gathering Entropy</string> - <string name="pubkey_touch_prompt">Touch this box to gather randomness: %1$d%% done</string> - <string name="pubkey_touch_hint">In order to assure randomness during the key generation, move your finger randomly over the box below.</string> - <string name="pubkey_generating">Generating key pair...</string> - <string name="pubkey_copy_private">Copy private key</string> - <string name="pubkey_copy_public">Copy public key</string> - <!-- Note that the '\n' just splits lines, so it's actually "create or import" --> - <string name="pubkey_list_empty">Tap "Menu" to create\nor import key pairs.</string> - <string name="pubkey_unknown_format">Unknown format</string> - <string name="pubkey_change_password">Change password</string> - <string name="pubkey_list_pick">Pick from /sdcard</string> - <string name="pubkey_import_parse_problem">Problem parsing imported private key</string> - <string name="pubkey_unlock">Unlock key</string> - <string name="pubkey_failed_add">Bad password for key \'%1$s\'. Authentication failed.</string> - <string name="pubkey_memory_load">Load into memory</string> - <string name="pubkey_memory_unload">Unload from memory</string> - <string name="pubkey_load_on_start">Load key on start</string> - <!-- Pubkey preference asking user whether the key use should be confirmed via prompt before it can be used for authentication --> - <string name="pubkey_confirm_use">Confirm before use</string> - - <!-- Note that the '\n' splits lines, so it's actually "create port forwards" --> - <string name="portforward_list_empty">Tap "Menu" to create\nport forwards.</string> - <string name="portforward_edit">Edit port forward</string> - <string name="portforward_delete">Delete port forward</string> - - <string name="prompt_nickname">Nickname:</string> - <!-- An example string that could be used as a nickname for a pubkey. --> - <string name="prompt_nickname_hint_pubkey">My work key</string> - <!-- The source TCP port for port forwards. --> - <string name="prompt_source_port">Source port:</string> - <!-- The "host:port" combination used for port forward destinations. --> - <string name="prompt_destination">Destination:</string> - <string name="prompt_old_password">Old password:</string> - <string name="prompt_password">Password:</string> - <!-- Added after a "Password:" prompt to indicate user needs to confirm entry. --> - <string name="prompt_again">(again)</string> - <!-- Label for the user to select port forward type. --> - <string name="prompt_type">Type:</string> - <string name="prompt_password_can_be_blank">Note: password can be blank</string> - <!-- Prompt for the size of the private key in bits. --> - <string name="prompt_bits">Bits:</string> - - <!-- Prompt for the password to unlock a certain pubkey. --> - <string name="prompt_pubkey_password">Password for key \'%1$s\'</string> - - <!-- Prompt for whether to allow SSH Authentication Agent to use the specified key. Note that the '\n' means split the line so it's actually "host to use key" --> - <string name="prompt_allow_agent_to_use_key">Allow remote host to\nuse key \'%1$s\'?</string> - - <!-- The header of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning_header">WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!</string> - <!-- The body of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning">IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!\nSomeone could be eavesdropping on you right now (man-in-the-middle attack)!\nIt is also possible that the host key has just been changed.</string> - - <!-- Prompt user gets when the remote host has disconnected unexpectedly. --> - <string name="prompt_host_disconnected">Host has disconnected.\nClose session?</string> - <!-- Prompt user must answer yes or no to when the remote host fails verification of encryption fingerprint --> - <string name="prompt_continue_connecting">Are you sure you want\nto continue connecting?</string> - - <!-- Sent to user when the remote public encryption key fingerprint doesn't match the local database --> - <string name="host_authenticity_warning">The authenticity of host \'%1$s\' can\'t be established.</string> - <!-- First field is encryption algorithm. Second is the actual fingerprint in hex digits --> - <string name="host_fingerprint">Host %1$s key fingerprint is %2$s</string> - - <string name="alert_passwords_do_not_match_msg">Passwords do not match!</string> - <string name="alert_wrong_password_msg">Wrong password!</string> - <string name="alert_key_corrupted_msg">Private key appears corrupt!</string> - <string name="alert_sdcard_absent">SD card is not inserted!</string> - - <!-- Add a new item (e.g., host or pubkey) to the list. --> - <string name="button_add">Add</string> - <!-- Change an existing item's (e.g., host or pubkey) details. --> - <string name="button_change">Change</string> - <!-- Button that begins the generation of a public key pair. --> - <string name="button_generate">Generate Key</string> - <!-- Button that resizes the screen to the user-specified dimensions. --> - <string name="button_resize">Resize</string> - - <string name="alert_disconnect_msg">Connection Lost</string> - - <string name="msg_copyright">Copyright © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> - - <!-- The category title for terminal emulation preferences. --> - <string name="pref_emulation_category">Terminal emulation</string> - - <!-- Name for the emulation terminal type preference. --> - <string name="pref_emulation_title">Emulation mode</string> - <!-- Description of the emulation terminal type preference. --> - <string name="pref_emulation_summary">Terminal emulation mode to use for PTY connections</string> - - <!-- Name for the scrollback size preference --> - <string name="pref_scrollback_title">Scrollback size</string> - <!-- Description of the scrollback size preference --> - <string name="pref_scrollback_summary">Size of scrollback buffer to keep in memory for each console</string> - - <!-- The category title for user interface preferences --> - <string name="pref_ui_category">User interface</string> - - <!-- Name for the rotation mode preference --> - <string name="pref_rotation_title">Rotation mode</string> - <!-- Summary for the rotation mode preference --> - <string name="pref_rotation_summary">How to change rotation when keyboard popped in/out</string> - - <!-- Name for the full screen preference --> - <string name="pref_fullscreen_title">Full screen</string> - <!-- Summary for the full screen preference --> - <string name="pref_fullscreen_summary">Hide status bar while in console</string> - - <!-- Name for the memorize keys preference --> - <string name="pref_memkeys_title">Remember keys in memory</string> - <!-- Summary for the memorize keys preference --> - <string name="pref_memkeys_summary">Keep unlocked keys in memory until backend service is terminated</string> - - <!-- Name for the update check preference --> - <string name="pref_update_title">Update check</string> - <!-- Summary for the update check preference --> - <string name="pref_update_summary">Set the maximum frequency to check for ConnectBot updates</string> - - <!-- Name for the preference that forces the service to stay running in the background.--> - <string name="pref_conn_persist_title">Persist connections</string> - <!-- Summary for the preference that forces the service to stay running in the background. --> - <string name="pref_conn_persist_summary">Force connections to stay connected while in background</string> - - <!-- Name for the keyboard shortcuts preference --> - <string name="pref_keymode_title">Directory shortcuts</string> - <!-- Summary for the keyboard shortcuts preference --> - <string name="pref_keymode_summary">Select how to use Alt for \'/\' and Shift for Tab</string> - - <!-- Name for the camera shortcut usage preference --> - <string name="pref_camera_title">Camera shortcut</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_camera_summary">Select which shortcut to trigger when the camera button is pushed</string> - - <!-- Name for the keep screen on preference --> - <string name="pref_keepalive_title">Keep screen awake</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_keepalive_summary">Prevent the screen from turning off when working in a console</string> - - <!-- Name for the Wi-Fi lock preference --> - <string name="pref_wifilock_title">Keep Wi-Fi active</string> - <!-- Summary for the Wi-Fi lock preference --> - <string name="pref_wifilock_summary">Prevent Wi-Fi from turning off when a session is active</string> - - <!-- Name for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_title">Bumpy arrows</string> - <!-- Summary for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_summary">Vibrate when sending arrow keys from trackball; useful for laggy connections</string> - - <!-- Category title for the Terminal Bell preferences --> - <string name="pref_bell_category">Terminal bell</string> - - <!-- Checkbox preference title for the audible terminal bell feature --> - <string name="pref_bell_title">Audible bell</string> - - <!-- Title for the slider preference to set the volume --> - <string name="pref_bell_volume_title">Bell volume</string> - - <!-- Checkbox preference title for the vibrate on terminal bell feature --> - <string name="pref_bell_vibrate_title">Vibrate on bell</string> - - <!-- Checkbox preference title for the receive notifications on terminal bell feature --> - <string name="pref_bell_notification_title">Background notifications</string> - <!-- Brief summary of the feature that is enabled when the checkbox preference for the receive notifications on terminal bell feature is checked --> - <string name="pref_bell_notification_summary">Send notification when a terminal running in the background sounds a bell.</string> - - <!-- Preference selection to indicate use of right side of keyboard for special shortcuts. --> - <string name="list_keymode_right">Use right-side keys</string> - <!-- Preference selection to indicate use of left side of keyboard for special shortcuts. --> - <string name="list_keymode_left">Use left-side keys</string> - <!-- Preference selection to indicate never to use special shortcut keys. --> - <string name="list_keymode_none">Disable</string> - - <!-- Preference to not use pubkeys to authenticate to this host. --> - <string name="list_pubkeyids_none">Do not use keys</string> - <!-- Preference to use any pubkey to authenticate to this host. --> - <string name="list_pubkeyids_any">Use any unlocked key</string> - - <!-- Frequency for which to check for program updates. --> - <string name="list_update_daily">Daily</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_weekly">Weekly</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_never">Never</string> - - <!-- Host nickname field preference title --> - <string name="hostpref_nickname_title">Nickname</string> - - <!-- Host color category preference title --> - <string name="hostpref_color_title">Color category</string> - - <!-- Host's default font size when opening the terminal in points (pt) --> - <string name="hostpref_fontsize_title">Font size (pt)</string> - - <!-- Host pubkey usage preference title --> - <string name="hostpref_pubkeyid_title">Use pubkey authentication</string> - - <!-- Preference title for the SSH Authentication Agent Forwarding for a host connection --> - <string name="hostpref_authagent_title">Use SSH auth agent</string> - - <!-- Host post-login automation preference title --> - <string name="hostpref_postlogin_title">Post-login automation</string> - <!-- Host post-login automation preference summary --> - <string name="hostpref_postlogin_summary">Commands to run on remote server once authenticated</string> - - <!-- Host compression preference title --> - <string name="hostpref_compression_title">Compression</string> - <!-- Summary for compression preference --> - <string name="hostpref_compression_summary">This may help with slower networks</string> - - <!-- Setting for whether we want a session to start up when we connect to a host --> - <string name="hostpref_wantsession_title">Start shell session</string> - <!-- Summary for field asking whether a shell session should be started up upon connection or not --> - <string name="hostpref_wantsession_summary">Disable this preference to only use port forwards</string> - - <!-- Setting for whether the host should be reconnected to automatically upon disconnect --> - <string name="hostpref_stayconnected_title">Stay connected</string> - <!-- Summary for preference asking whether the host should be reconnected to when it disconnects --> - <string name="hostpref_stayconnected_summary">Try to reconnect to host if disconnected</string> - - <!-- Setting for what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_title">DEL Key</string> - <!-- Summary for field asking what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_summary">The key code sent when DEL key is pressed</string> - - <!-- Host character encoding preference title --> - <string name="hostpref_encoding_title">Encoding</string> - <!-- Host character encoding preference summary --> - <string name="hostpref_encoding_summary">Character encoding for the host</string> - - <!-- Host preference category title for connection settings --> - <string name="hostpref_connection_category">Connection settings</string> - - <!-- Username field title for host editor preference --> - <string name="hostpref_username_title">Username</string> - - <!-- Hostname field title for host editor preference --> - <string name="hostpref_hostname_title">Host</string> - - <!-- Port field title for host editor preference --> - <string name="hostpref_port_title">Port</string> - - <!-- Displayed to indicate a host has never been connected to. --> - <string name="bind_never">Never connected</string> - <!-- The time that has elapsed since a host was connected to when it has been less than an hour. --> - <string name="bind_minutes">%1$s minutes ago</string> - <!-- The time that has elapsed since a host was connected to when it has been less than a day. --> - <string name="bind_hours">%1$s hours ago</string> - <!-- The time that has elapsed since a host was connected to when it has been a day or more. --> - <string name="bind_days">%1$s days ago</string> - - <!-- Message given when user copies from the terminal. --> - <string name="console_copy_done">Copied %1$d bytes to clipboard</string> - <!-- Instructions for how to copy from the terminal. The '\n' entries are to split lines to improve readability and prevent wrapping off the screen. --> - <string name="console_copy_start">Touch and drag\nor use directional pad\nto select area to copy</string> - - <!-- Button to close the disconnected terminal window. --> - <string name="console_menu_close">Close</string> - <!-- Button to begin copying from the terminal to the clipboard. --> - <string name="console_menu_copy">Copy</string> - <!-- Button to paste from the clipboard to the terminal. --> - <string name="console_menu_paste">Paste</string> - <!-- Button that brings user to the Port Forwards List. --> - <string name="console_menu_portforwards">Port Forwards</string> - <!-- Button that brings user to the terminal resizing dialog where they can force a size. --> - <string name="console_menu_resize">Force Size</string> - <!-- Button that brings up the list of URLs on the current screen --> - <string name="console_menu_urlscan">URL Scan</string> - - <!-- Selection for a "local" port forward. E.g., connections to a port listening locally is forwarded to the remote end's listening port. --> - <string name="portforward_local">Local</string> - <!-- Selection for a "remote" port forward. E.g., connections to a port listening remotely is forwarded to the local end's listening port. --> - <string name="portforward_remote">Remote</string> - <!-- Selection for a "dynamic" port forward. E.g., connections to a port listening locally is forwarded based on the SOCKS protocol to an arbitrary remote host and port. --> - <string name="portforward_dynamic">Dynamic (SOCKS)</string> - <!-- Button that commits the port forward to be made from the Port Forward Creation dialog. --> - <string name="portforward_pos">Create port forward</string> - - <string name="portforward_done">Successfully created port forward</string> - <string name="portforward_problem">Problem creating port forward, maybe you\'re using ports under 1024 or port is already used?</string> - - <string name="portforward_menu_add">Add port forward</string> - - <!-- The string to present in the quick-connect box to hint the user to the format for connecting to hosts. --> - <string name="hint_userhost">user@hostname</string> - - <!-- Hint given to user when the format they're using is incorrect in the quick-connect box. --> - <string name="list_format_error">Use the format "%1$s"</string> - - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_username">username</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_hostname">hostname</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_port">port</string> - - <string name="list_menu_pubkeys">Manage Pubkeys</string> - <!-- Selection choice to sort hosts by color. --> - <string name="list_menu_sortcolor">Sort by color</string> - <!-- Selection choice to sort hosts by nickname. --> - <string name="list_menu_sortname">Sort by name</string> - <string name="list_menu_settings">Settings</string> - - <string name="list_host_disconnect">Disconnect</string> - <string name="list_host_edit">Edit host</string> - <string name="list_host_portforwards">Edit port forwards</string> - <string name="list_host_delete">Delete host</string> - <!-- Note that the '\n' splits the lines so it's actually "quick-connect box below to connect" --> - <string name="list_host_empty">Use the quick-connect box\nbelow to connect to a host.</string> - - <!-- Default screen rotation preference selection --> - <string name="list_rotation_default">Default</string> - <string name="list_rotation_land">Force landscape</string> - <string name="list_rotation_port">Force portrait</string> - <!-- Selection to indicate the rotation should be selected automatically based on the tilt sensor. --> - <string name="list_rotation_auto">Automatic</string> - - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A then Space". --> - <string name="list_camera_ctrlaspace">Ctrl+A then Space</string> - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A". --> - <string name="list_camera_ctrla">Ctrl+A</string> - <!-- Selection to indicate pressing the Camera button should send the "Esc" key. --> - <string name="list_camera_esc">Esc</string> - <!-- Selection to indicate pressing the Camera button should send "Esc+A". --> - <string name="list_camera_esc_a">Esc+A</string> - <!-- Selection to indicate pressing the Camera button should send nothing at all. --> - <string name="list_camera_none">None</string> - - <!-- Name for the backspace character --> - <string name="list_delkey_backspace">Backspace</string> - <!-- Name for the ASCII DEL character --> - <string name="list_delkey_del">Delete</string> - - <string name="delete_message">Are you sure you want to delete \'%1$s\'?</string> - <string name="delete_pos">Yes, delete</string> - <string name="delete_neg">Cancel</string> - - <!-- Button to agree to license terms. --> - <string name="wizard_agree">Agree</string> - <!-- Button to go to the next page in the first time start-up wizard. --> - <string name="wizard_next">Next</string> - <!-- Button to go to the previous page in the first time start-up wizard. --> - <string name="wizard_back">Back</string> - - <string name="terminal_no_hosts_connected">No hosts currently connected</string> - - <!-- Displayed in terminal when attempting to connect to a host. The first two - variables are host:port and the third is the protocol (e.g., SSH) --> - <string name="terminal_connecting">Connecting to %1$s:%2$d via %3$s</string> - - <!-- Displays the host key to the user in the terminal --> - <string name="terminal_sucess">Verified host \'%1$s\' key: %2$s</string> - <string name="terminal_failed">Host key verification failed.</string> - - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_s2c_algorithm">Server-to-client algorithm: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_c2s_algorithm">Client-to-server algorithm: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_algorithm">Using algorithm: %1$s %2$s</string> - - <string name="terminal_auth">Trying to authenticate</string> - - <string name="terminal_auth_pass">Attempting \'password\' authentication</string> - <string name="terminal_auth_pass_fail">Authentication method \'password\' failed</string> - - <string name="terminal_auth_pubkey_any">Attempting \'publickey\' authentication with any in-memory public keys</string> - <string name="terminal_auth_pubkey_invalid">Selected public key is invalid, try reselecting key in host editor</string> - <string name="terminal_auth_pubkey_specific">Attempting \'publickey\' authentication with a specific public key</string> - <string name="terminal_auth_pubkey_fail">Authentication method \'publickey\' with key \'%1$s\' failed</string> - - <string name="terminal_auth_ki">Attempting \'keyboard-interactive\' authentication</string> - <string name="terminal_auth_ki_fail">Authentication method \'keyboard-interactive\' failed</string> - - <string name="terminal_auth_fail">[Your host doesn\'t support \'password\' or \'keyboard-interactive\' authentication.]</string> - - <string name="terminal_no_session">Session will not be started due to host preference.</string> - <string name="terminal_enable_portfoward">Enable port forward: %1$s</string> - - <string name="local_shell_unavailable">Failure! Local shell is unavailable on this phone.</string> - - <!-- Text sent to the user to alert them that a Terminal Bell is received in a background session --> - <string name="notification_text">%1$s wants your attention.</string> - - <!-- Dialog title when a new version of ConnectBot is detected. --> - <string name="upgrade">New version</string> - <!-- Button selection to upgrade to the latest ConnectBot when one is available. --> - <string name="upgrade_pos">Yes, upgrade</string> - <!-- Button selection to skip upgrading to the latest ConnectBot when one is available. --> - <string name="upgrade_neg">Not right now</string> - - <!-- Preference selection for SSH Authentication Agent to never use pubkeys --> - <string name="no">No</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys "with confirmation" only --> - <string name="with_confirmation">With confirmation</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys --> - <string name="yes">Yes</string> - - <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> - <string name="exceptions_submit_message">It appears ConnectBot had a problem last time it ran. Submit error report to ConnectBot developers?</string> - - <!-- Menu selection to reset colors to their defaults. --> - <string name="menu_colors_reset">Reset</string> - - <!-- Displayed in the notification bar that connections are active --> - <string name="app_is_running">ConnectBot is running</string> - - <string name="color_red">red</string> - <string name="color_green">green</string> - <string name="color_blue">blue</string> - <string name="color_gray">gray</string> + <string name="app_desc">간단하고, 강력한, 오픈소스 SSH 클라이언트.</string> + <string name="title_hosts_list">호스트</string> + <string name="title_pubkey_list">공개키</string> + <string name="title_port_forwards_list">포트 포워딩</string> + <string name="title_host_editor">호스트 편집</string> + <string name="title_help">도움말</string> + <string name="title_colors">색상</string> + <string name="resolve_connect">접속</string> + <string name="resolve_entropy">엔트로피 수집</string> + <string name="menu_insert">호스트 추가</string> + <string name="menu_delete">호스트 삭제</string> + <string name="menu_preferences">기본 설정</string> + <string name="help_intro">아래의 제목들을 선택하면 특정 주제의 정보를 더 알 수 있습니다.</string> + <string name="help_about">ConnectBot 정보</string> + <string name="help_keyboard">키보드</string> + <string name="pubkey_generate">생성</string> + <string name="pubkey_import">가져오기</string> + <string name="pubkey_delete">키 삭제</string> + <string name="pubkey_gather_entropy">엔트로피 수집 중</string> + <string name="pubkey_touch_prompt">이 사각형의 랜덤으로 터치하세요: %1$d%% 완료</string> + <string name="pubkey_touch_hint">키 생성시 랜덤을 보장하기 위해 아래의 사각형 안에서 손가락을 랜덤으로 이동하십시오.</string> + <string name="pubkey_generating">키 쌍 생성 중...</string> + <string name="pubkey_copy_private">개인 키 복사</string> + <string name="pubkey_copy_public">공개 키 복사</string> + <string name="pubkey_list_empty">메뉴 버튼을 눌러 키 쌍을\n만들거나 가져 옵니다.</string> + <string name="pubkey_unknown_format">알 수 없는 형식</string> + <string name="pubkey_change_password">암호 바꾸기</string> + <string name="pubkey_list_pick">/sdcard에서 선택</string> + <string name="pubkey_import_parse_problem">가져온 개인키 분석 중 문제 발생</string> + <string name="pubkey_unlock">키 잠금 해제</string> + <string name="pubkey_memory_load">메모리에 올리기</string> + <string name="pubkey_memory_unload">메모리에서 내리기</string> + <string name="pubkey_load_on_start">시작할 때 키를 올리기</string> + <string name="pubkey_confirm_use">사용 전에 확인</string> + <string name="portforward_list_empty">메뉴를 눌러\n포트 포워딩을 만듭니다.</string> + <string name="portforward_edit">포트 포워딩 편집</string> + <string name="portforward_delete">포트 포워딩을 삭제</string> + <string name="prompt_nickname">대화명:</string> + <string name="prompt_nickname_hint_pubkey">내 작업 키</string> + <string name="prompt_source_port">원본 포트:</string> + <string name="prompt_destination">설명:</string> + <string name="prompt_old_password">이전 암호:</string> + <string name="prompt_password">암호:</string> + <string name="prompt_again">(다시)</string> + <string name="prompt_type">종류:</string> + <string name="prompt_password_can_be_blank">참고: 암호는 비워둘 수 있습니다.</string> + <string name="prompt_bits">비트:</string> + <string name="host_verification_failure_warning_header">경고: 원격 호스트의 식별이 바뀌었습니다!</string> + <string name="host_verification_failure_warning">누군가가 나쁜 짓을 하고 있는 것일 수 있습니다!\n지금 누군가가 당신을 도청하고 있을 수도 있습니다 (중간자 공격)!\n또는, 단순히 호스트 키가 바뀐 것일 수도 있습니다.</string> + <string name="prompt_host_disconnected">호스트 연결이 끊겼습니다.\n세션을 닫을까요?</string> + <string name="prompt_continue_connecting">정말로 연결을 진행하기\n바랍니까?</string> + <string name="host_fingerprint">호스트 %1$s 키 지문은 %2$s</string> + <string name="alert_passwords_do_not_match_msg">암호가 맞지 않습니다!</string> + <string name="alert_wrong_password_msg">잘못된 암호입니다!</string> + <string name="alert_key_corrupted_msg">개인 키가 손상되었습니다!</string> + <string name="alert_sdcard_absent">SD 카드가 삽입되지 않습니다!</string> + <string name="button_add">추가</string> + <string name="button_change">바꾸기</string> + <string name="button_generate">키 생성</string> + <string name="button_resize">크기 조정</string> + <string name="alert_disconnect_msg">연결이 끊어짐</string> + <string name="pref_emulation_category">터미널 에뮬레이션</string> + <string name="pref_emulation_title">에뮬레이션 모드</string> + <string name="pref_emulation_summary">PTY 연결 용 터미널 에뮬레이션 모드</string> + <string name="pref_scrollback_title">스크롤 크기</string> + <string name="pref_scrollback_summary">각 콘솔별로 메모리에 담아 둘 스크롤 버퍼의 크기</string> + <string name="pref_ui_category">사용자 인터페이스</string> + <string name="pref_rotation_title">회전 모드</string> + <string name="pref_rotation_summary">키보드 팝 인/아웃시 회전 방법</string> + <string name="pref_fullscreen_title">전체 화면</string> + <string name="pref_fullscreen_summary">콘솔일 때 상태 표시줄을 숨김</string> + <string name="pref_memkeys_title">메모리에 키를 기억</string> + <string name="pref_memkeys_summary">백엔드 서비스가 종료되기 전까지 잠금이 풀린 키들을 메모리에 유지합니다</string> + <string name="pref_update_title">업데이트 검사</string> + <string name="pref_update_summary">ConnectBot 업데이트 확인 주기 설정</string> + <string name="pref_conn_persist_title">접속 유지</string> + <string name="pref_conn_persist_summary">백그라운드 동안에도 강제로 연결된 상태 유지</string> + <string name="pref_keymode_title">디렉터리 바로 가기</string> + <string name="pref_camera_title">카메라 바로 가기</string> + <string name="pref_camera_summary">카메라 버튼을 눌러 실행할 바로 가기 선택</string> + <string name="pref_keepalive_title">화면 켜짐 유지</string> + <string name="pref_keepalive_summary">콘솔 작업 중 화면이 꺼지는 것을 방지</string> + <string name="pref_wifilock_title">Wi-Fi 켜짐 유지</string> + <string name="pref_wifilock_summary">세션이 유효한 동안 Wi-Fi가 꺼지지 않도록 함</string> + <string name="pref_bumpyarrows_title">방향키 진동</string> + <string name="pref_bumpyarrows_summary">트랙볼로 방향키를 보낼 때 진동합니다; 연결이 느린 경우 유용</string> + <string name="pref_bell_category">터미널 벨</string> + <string name="pref_bell_title">벨소리</string> + <string name="pref_bell_volume_title">벨 볼륨</string> + <string name="pref_bell_vibrate_title">진동 벨</string> + <string name="pref_bell_notification_title">백그라운드 알림</string> + <string name="pref_bell_notification_summary">백그라운드에서 실행중인 터미널 벨을 울리 때 알립니다.</string> + <string name="list_keymode_right">오른쪽의 키들 사용</string> + <string name="list_keymode_left">왼쪽의 키들 사용</string> + <string name="list_keymode_none">사용 안 함</string> + <string name="list_pubkeyids_none">키 사용 안함</string> + <string name="list_pubkeyids_any">잠금키 사용</string> + <string name="list_update_daily">매일</string> + <string name="list_update_weekly">매주</string> + <string name="list_update_never">하지 않음</string> + <string name="hostpref_nickname_title">닉네임</string> + <string name="hostpref_color_title">색상 카테고리</string> + <string name="hostpref_fontsize_title">글꼴 크기 (pt)</string> + <string name="hostpref_pubkeyid_title">공개 키 인증 사용</string> + <string name="hostpref_authagent_title">SSH 인증 에이전트 사용</string> + <string name="hostpref_postlogin_title">로그인 후 자동 실행</string> + <string name="hostpref_postlogin_summary">인증 후 원격 서버에서 실행될 명령어들</string> + <string name="hostpref_compression_title">압축</string> + <string name="hostpref_compression_summary">네트워크가 느린 경우 유용</string> + <string name="hostpref_wantsession_title">쉘 세션 시작</string> + <string name="hostpref_wantsession_summary">포트 포워드만 사용할 경우 이 설정을 해제 하세요</string> + <string name="hostpref_stayconnected_title">연결 유지</string> + <string name="hostpref_stayconnected_summary">연결이 끊기면 다시 연결을 시도</string> + <string name="hostpref_delkey_title">삭제 키</string> + <string name="hostpref_delkey_summary">삭제 키를 눌렀을 때 보낼 키 코드</string> + <string name="hostpref_encoding_title">인코딩</string> + <string name="hostpref_encoding_summary">호스트의 문자 인코딩</string> + <string name="hostpref_connection_category">접속 설정</string> + <string name="hostpref_username_title">사용자 이름</string> + <string name="hostpref_hostname_title">호스트</string> + <string name="hostpref_port_title">포트</string> + <string name="bind_never">연결된 적 없음</string> + <string name="bind_minutes">%1$s 분 전</string> + <string name="bind_hours">%1$s 시간 전</string> + <string name="bind_days">%1$s 일 전</string> + <string name="console_copy_done">클립 보드에 %1$d 바이트가 복사되었습니다.</string> + <string name="console_copy_start">터치 후 드래그 또는\n방향 키로\n복사 영역을 선택</string> + <string name="console_menu_close">닫기</string> + <string name="console_menu_copy">복사</string> + <string name="console_menu_paste">붙여넣기</string> + <string name="console_menu_portforwards">포트 포워드</string> + <string name="console_menu_resize">크기 고정</string> + <string name="console_menu_urlscan">URL 검색</string> + <string name="button_yes">예</string> + <string name="button_no">아니오</string> + <string name="portforward_local">로컬</string> + <string name="portforward_remote">원격</string> + <string name="portforward_dynamic">동적 (SOCKS)</string> + <string name="portforward_pos">포트 포워딩 만들기</string> + <string name="portforward_done">포트 포워딩을 만드는 데 성공했습니다.</string> + <string name="portforward_menu_add">포트 포워딩 추가</string> + <string name="list_format_error">%1$s 형식을 사용</string> + <string name="format_username">사용자 이름</string> + <string name="format_hostname">호스트 이름</string> + <string name="format_port">포트</string> + <string name="list_menu_pubkeys">개인키 관리자</string> + <string name="list_menu_sortcolor">색상순 정렬</string> + <string name="list_menu_sortname">이름순 정렬</string> + <string name="list_menu_settings">설정</string> + <string name="list_host_disconnect">연결끊기</string> + <string name="list_host_edit">호스트 편집</string> + <string name="list_host_portforwards">포트 포워딩 편집</string> + <string name="list_host_delete">호스트 삭제</string> + <string name="list_host_empty">아래의 빠른-연결 상자로\n호스트에 연결할 수 있습니다.</string> + <string name="list_rotation_default">기본</string> + <string name="list_rotation_land">가로 고정</string> + <string name="list_rotation_port">세로 고정</string> + <string name="list_rotation_auto">자동</string> + <string name="list_camera_ctrlaspace">Ctrl+A 후 Space</string> + <string name="list_camera_none">없음</string> + <string name="list_delkey_backspace">백스페이스</string> + <string name="list_delkey_del">삭제</string> + <string name="delete_pos">예, 삭제</string> + <string name="delete_neg">취소</string> + <string name="wizard_agree">동의</string> + <string name="wizard_next">다음</string> + <string name="wizard_back">뒤로</string> + <string name="terminal_no_hosts_connected">현재 연결된 호스트가 없음</string> + <string name="terminal_connecting">%3$s(으)로 %1$s:%2$d에 연결 중</string> + <string name="terminal_failed">호스트 키를 확인할 수 없습니다.</string> + <string name="terminal_using_s2c_algorithm">서버->클라이언트 알고리즘: %1$s %2$s</string> + <string name="terminal_using_c2s_algorithm">클라이언트->서버 알고리즘: %1$s %2$s</string> + <string name="terminal_using_algorithm">사용중인 알고리즘: %1$s %2$s</string> + <string name="terminal_auth">인증 시도 중</string> + <string name="terminal_auth_pubkey_invalid">선택된 공개 키가 잘못되었습니다. 호스트 편집에서 키를 다시 선택해 보세요</string> + <string name="terminal_no_session">호스트 설정 동안에는 세션이 시작되지 않을 것 입니다.</string> + <string name="terminal_enable_portfoward">포트 포워딩 사용: %1$s</string> + <string name="local_shell_unavailable">실패! 이 폰은 로컬 쉘을 사용할 수 없습니다.</string> + <string name="notification_text">%1$s에서 알림이 있습니다.</string> + <string name="upgrade">새 버전</string> + <string name="upgrade_pos">네, 업그레이드</string> + <string name="upgrade_neg">나중에</string> + <string name="no">아니오</string> + <string name="with_confirmation">확인 작업 수행</string> + <string name="yes">예</string> + <string name="exceptions_submit_message">마지막으로 ConnectBot이 실행했을 때 문제가 있었던 것 같습니다. ConnectBot 개발자에 오류 보고서를 보내시겠습니까?</string> + <string name="menu_colors_reset">초기화</string> + <string name="app_is_running">ConnectBot 실행 중</string> + <string name="color_red">빨간색</string> + <string name="color_green">녹색</string> + <string name="color_blue">파란색</string> + <string name="color_gray">회색</string> </resources> diff --git a/res/values-lt/strings.xml b/res/values-lt/strings.xml index fe15cc0..7b61c88 100644 --- a/res/values-lt/strings.xml +++ b/res/values-lt/strings.xml @@ -1,461 +1,10 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * ConnectBot: simple, powerful, open-source SSH client for Android - * Copyright 2007 Kenny Root, Jeffrey Sharkey - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ ---> +<?xml version='1.0' encoding='utf-8'?> <resources> - <string name="app_desc">Simple, powerful, open-source SSH client.</string> - - <!-- Window title for the Host List --> - <string name="title_hosts_list">Hosts</string> - <!-- Window title for the Pubkeys List --> - <string name="title_pubkey_list">Pubkeys</string> - <!-- Window title for the Port Forwards List --> - <string name="title_port_forwards_list">Port forwards</string> - <!-- Window title when editing host details --> - <string name="title_host_editor">Edit Host</string> - <!-- Window title for Help index --> - <string name="title_help">Pagalba</string> - <!-- Window title for color list editing screen --> - <string name="title_colors">Spalvos</string> - - <string name="resolve_connect">Prisijungti</string> - <!-- Menu selection where user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="resolve_entropy">Gather Entropy</string> - - <string name="menu_insert">Add Host</string> - <string name="menu_delete">Delete Host</string> - <string name="menu_preferences">Preferences</string> - - <string name="help_intro">Please select a topic below for more information on a particular subject.</string> - <string name="help_about">About ConnectBot</string> - <string name="help_keyboard">Keyboard</string> - - <string name="pubkey_generate">Generate</string> - <string name="pubkey_import">Import</string> - <string name="pubkey_delete">Delete key</string> - <!-- Dialog title when user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="pubkey_gather_entropy">Gathering Entropy</string> - <string name="pubkey_touch_prompt">Touch this box to gather randomness: %1$d%% done</string> - <string name="pubkey_touch_hint">In order to assure randomness during the key generation, move your finger randomly over the box below.</string> - <string name="pubkey_generating">Generating key pair...</string> - <string name="pubkey_copy_private">Copy private key</string> - <string name="pubkey_copy_public">Copy public key</string> - <!-- Note that the '\n' just splits lines, so it's actually "create or import" --> - <string name="pubkey_list_empty">Tap "Menu" to create\nor import key pairs.</string> - <string name="pubkey_unknown_format">Unknown format</string> - <string name="pubkey_change_password">Change password</string> - <string name="pubkey_list_pick">Pick from /sdcard</string> - <string name="pubkey_import_parse_problem">Problem parsing imported private key</string> - <string name="pubkey_unlock">Unlock key</string> - <string name="pubkey_failed_add">Bad password for key \'%1$s\'. Authentication failed.</string> - <string name="pubkey_memory_load">Load into memory</string> - <string name="pubkey_memory_unload">Unload from memory</string> - <string name="pubkey_load_on_start">Load key on start</string> - <!-- Pubkey preference asking user whether the key use should be confirmed via prompt before it can be used for authentication --> - <string name="pubkey_confirm_use">Confirm before use</string> - - <!-- Note that the '\n' splits lines, so it's actually "create port forwards" --> - <string name="portforward_list_empty">Tap "Menu" to create\nport forwards.</string> - <string name="portforward_edit">Edit port forward</string> - <string name="portforward_delete">Delete port forward</string> - - <string name="prompt_nickname">Nickname:</string> - <!-- An example string that could be used as a nickname for a pubkey. --> - <string name="prompt_nickname_hint_pubkey">My work key</string> - <!-- The source TCP port for port forwards. --> - <string name="prompt_source_port">Source port:</string> - <!-- The "host:port" combination used for port forward destinations. --> - <string name="prompt_destination">Destination:</string> - <string name="prompt_old_password">Old password:</string> - <string name="prompt_password">Password:</string> - <!-- Added after a "Password:" prompt to indicate user needs to confirm entry. --> - <string name="prompt_again">(again)</string> - <!-- Label for the user to select port forward type. --> - <string name="prompt_type">Type:</string> - <string name="prompt_password_can_be_blank">Note: password can be blank</string> - <!-- Prompt for the size of the private key in bits. --> - <string name="prompt_bits">Bits:</string> - - <!-- Prompt for the password to unlock a certain pubkey. --> - <string name="prompt_pubkey_password">Password for key \'%1$s\'</string> - - <!-- Prompt for whether to allow SSH Authentication Agent to use the specified key. Note that the '\n' means split the line so it's actually "host to use key" --> - <string name="prompt_allow_agent_to_use_key">Allow remote host to\nuse key \'%1$s\'?</string> - - <!-- The header of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning_header">WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!</string> - <!-- The body of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning">IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!\nSomeone could be eavesdropping on you right now (man-in-the-middle attack)!\nIt is also possible that the host key has just been changed.</string> - - <!-- Prompt user gets when the remote host has disconnected unexpectedly. --> - <string name="prompt_host_disconnected">Host has disconnected.\nClose session?</string> - <!-- Prompt user must answer yes or no to when the remote host fails verification of encryption fingerprint --> - <string name="prompt_continue_connecting">Are you sure you want\nto continue connecting?</string> - - <!-- Sent to user when the remote public encryption key fingerprint doesn't match the local database --> - <string name="host_authenticity_warning">The authenticity of host \'%1$s\' can\'t be established.</string> - <!-- First field is encryption algorithm. Second is the actual fingerprint in hex digits --> - <string name="host_fingerprint">Host %1$s key fingerprint is %2$s</string> - - <string name="alert_passwords_do_not_match_msg">Passwords do not match!</string> - <string name="alert_wrong_password_msg">Wrong password!</string> - <string name="alert_key_corrupted_msg">Private key appears corrupt!</string> - <string name="alert_sdcard_absent">SD card is not inserted!</string> - - <!-- Add a new item (e.g., host or pubkey) to the list. --> - <string name="button_add">Add</string> - <!-- Change an existing item's (e.g., host or pubkey) details. --> - <string name="button_change">Change</string> - <!-- Button that begins the generation of a public key pair. --> - <string name="button_generate">Generate Key</string> - <!-- Button that resizes the screen to the user-specified dimensions. --> - <string name="button_resize">Resize</string> - - <string name="alert_disconnect_msg">Connection Lost</string> - - <string name="msg_copyright">Copyright © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> - - <!-- The category title for terminal emulation preferences. --> - <string name="pref_emulation_category">Terminal emulation</string> - - <!-- Name for the emulation terminal type preference. --> - <string name="pref_emulation_title">Emulation mode</string> - <!-- Description of the emulation terminal type preference. --> - <string name="pref_emulation_summary">Terminal emulation mode to use for PTY connections</string> - - <!-- Name for the scrollback size preference --> - <string name="pref_scrollback_title">Scrollback size</string> - <!-- Description of the scrollback size preference --> - <string name="pref_scrollback_summary">Size of scrollback buffer to keep in memory for each console</string> - - <!-- The category title for user interface preferences --> - <string name="pref_ui_category">User interface</string> - - <!-- Name for the rotation mode preference --> - <string name="pref_rotation_title">Rotation mode</string> - <!-- Summary for the rotation mode preference --> - <string name="pref_rotation_summary">How to change rotation when keyboard popped in/out</string> - - <!-- Name for the full screen preference --> - <string name="pref_fullscreen_title">Full screen</string> - <!-- Summary for the full screen preference --> - <string name="pref_fullscreen_summary">Hide status bar while in console</string> - - <!-- Name for the memorize keys preference --> - <string name="pref_memkeys_title">Remember keys in memory</string> - <!-- Summary for the memorize keys preference --> - <string name="pref_memkeys_summary">Keep unlocked keys in memory until backend service is terminated</string> - - <!-- Name for the update check preference --> - <string name="pref_update_title">Update check</string> - <!-- Summary for the update check preference --> - <string name="pref_update_summary">Set the maximum frequency to check for ConnectBot updates</string> - - <!-- Name for the preference that forces the service to stay running in the background.--> - <string name="pref_conn_persist_title">Persist connections</string> - <!-- Summary for the preference that forces the service to stay running in the background. --> - <string name="pref_conn_persist_summary">Force connections to stay connected while in background</string> - - <!-- Name for the keyboard shortcuts preference --> - <string name="pref_keymode_title">Directory shortcuts</string> - <!-- Summary for the keyboard shortcuts preference --> - <string name="pref_keymode_summary">Select how to use Alt for \'/\' and Shift for Tab</string> - - <!-- Name for the camera shortcut usage preference --> - <string name="pref_camera_title">Camera shortcut</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_camera_summary">Select which shortcut to trigger when the camera button is pushed</string> - - <!-- Name for the keep screen on preference --> - <string name="pref_keepalive_title">Keep screen awake</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_keepalive_summary">Prevent the screen from turning off when working in a console</string> - - <!-- Name for the Wi-Fi lock preference --> - <string name="pref_wifilock_title">Keep Wi-Fi active</string> - <!-- Summary for the Wi-Fi lock preference --> - <string name="pref_wifilock_summary">Prevent Wi-Fi from turning off when a session is active</string> - - <!-- Name for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_title">Bumpy arrows</string> - <!-- Summary for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_summary">Vibrate when sending arrow keys from trackball; useful for laggy connections</string> - - <!-- Category title for the Terminal Bell preferences --> - <string name="pref_bell_category">Terminal bell</string> - - <!-- Checkbox preference title for the audible terminal bell feature --> - <string name="pref_bell_title">Audible bell</string> - - <!-- Title for the slider preference to set the volume --> - <string name="pref_bell_volume_title">Bell volume</string> - - <!-- Checkbox preference title for the vibrate on terminal bell feature --> - <string name="pref_bell_vibrate_title">Vibrate on bell</string> - - <!-- Checkbox preference title for the receive notifications on terminal bell feature --> - <string name="pref_bell_notification_title">Background notifications</string> - <!-- Brief summary of the feature that is enabled when the checkbox preference for the receive notifications on terminal bell feature is checked --> - <string name="pref_bell_notification_summary">Send notification when a terminal running in the background sounds a bell.</string> - - <!-- Preference selection to indicate use of right side of keyboard for special shortcuts. --> - <string name="list_keymode_right">Use right-side keys</string> - <!-- Preference selection to indicate use of left side of keyboard for special shortcuts. --> - <string name="list_keymode_left">Use left-side keys</string> - <!-- Preference selection to indicate never to use special shortcut keys. --> - <string name="list_keymode_none">Disable</string> - - <!-- Preference to not use pubkeys to authenticate to this host. --> - <string name="list_pubkeyids_none">Do not use keys</string> - <!-- Preference to use any pubkey to authenticate to this host. --> - <string name="list_pubkeyids_any">Use any unlocked key</string> - - <!-- Frequency for which to check for program updates. --> - <string name="list_update_daily">Daily</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_weekly">Weekly</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_never">Never</string> - - <!-- Host nickname field preference title --> - <string name="hostpref_nickname_title">Nickname</string> - - <!-- Host color category preference title --> - <string name="hostpref_color_title">Color category</string> - - <!-- Host's default font size when opening the terminal in points (pt) --> - <string name="hostpref_fontsize_title">Font size (pt)</string> - - <!-- Host pubkey usage preference title --> - <string name="hostpref_pubkeyid_title">Use pubkey authentication</string> - - <!-- Preference title for the SSH Authentication Agent Forwarding for a host connection --> - <string name="hostpref_authagent_title">Use SSH auth agent</string> - - <!-- Host post-login automation preference title --> - <string name="hostpref_postlogin_title">Post-login automation</string> - <!-- Host post-login automation preference summary --> - <string name="hostpref_postlogin_summary">Commands to run on remote server once authenticated</string> - - <!-- Host compression preference title --> - <string name="hostpref_compression_title">Compression</string> - <!-- Summary for compression preference --> - <string name="hostpref_compression_summary">This may help with slower networks</string> - - <!-- Setting for whether we want a session to start up when we connect to a host --> - <string name="hostpref_wantsession_title">Start shell session</string> - <!-- Summary for field asking whether a shell session should be started up upon connection or not --> - <string name="hostpref_wantsession_summary">Disable this preference to only use port forwards</string> - - <!-- Setting for whether the host should be reconnected to automatically upon disconnect --> - <string name="hostpref_stayconnected_title">Stay connected</string> - <!-- Summary for preference asking whether the host should be reconnected to when it disconnects --> - <string name="hostpref_stayconnected_summary">Try to reconnect to host if disconnected</string> - - <!-- Setting for what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_title">DEL Key</string> - <!-- Summary for field asking what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_summary">The key code sent when DEL key is pressed</string> - - <!-- Host character encoding preference title --> - <string name="hostpref_encoding_title">Encoding</string> - <!-- Host character encoding preference summary --> - <string name="hostpref_encoding_summary">Character encoding for the host</string> - - <!-- Host preference category title for connection settings --> - <string name="hostpref_connection_category">Connection settings</string> - - <!-- Username field title for host editor preference --> - <string name="hostpref_username_title">Username</string> - - <!-- Hostname field title for host editor preference --> - <string name="hostpref_hostname_title">Host</string> - - <!-- Port field title for host editor preference --> - <string name="hostpref_port_title">Port</string> - - <!-- Displayed to indicate a host has never been connected to. --> - <string name="bind_never">Never connected</string> - <!-- The time that has elapsed since a host was connected to when it has been less than an hour. --> - <string name="bind_minutes">%1$s minutes ago</string> - <!-- The time that has elapsed since a host was connected to when it has been less than a day. --> - <string name="bind_hours">%1$s hours ago</string> - <!-- The time that has elapsed since a host was connected to when it has been a day or more. --> - <string name="bind_days">%1$s days ago</string> - - <!-- Message given when user copies from the terminal. --> - <string name="console_copy_done">Copied %1$d bytes to clipboard</string> - <!-- Instructions for how to copy from the terminal. The '\n' entries are to split lines to improve readability and prevent wrapping off the screen. --> - <string name="console_copy_start">Touch and drag\nor use directional pad\nto select area to copy</string> - - <!-- Button to close the disconnected terminal window. --> - <string name="console_menu_close">Close</string> - <!-- Button to begin copying from the terminal to the clipboard. --> - <string name="console_menu_copy">Copy</string> - <!-- Button to paste from the clipboard to the terminal. --> - <string name="console_menu_paste">Paste</string> - <!-- Button that brings user to the Port Forwards List. --> - <string name="console_menu_portforwards">Port Forwards</string> - <!-- Button that brings user to the terminal resizing dialog where they can force a size. --> - <string name="console_menu_resize">Force Size</string> - <!-- Button that brings up the list of URLs on the current screen --> - <string name="console_menu_urlscan">URL Scan</string> - - <!-- Selection for a "local" port forward. E.g., connections to a port listening locally is forwarded to the remote end's listening port. --> - <string name="portforward_local">Local</string> - <!-- Selection for a "remote" port forward. E.g., connections to a port listening remotely is forwarded to the local end's listening port. --> - <string name="portforward_remote">Remote</string> - <!-- Selection for a "dynamic" port forward. E.g., connections to a port listening locally is forwarded based on the SOCKS protocol to an arbitrary remote host and port. --> - <string name="portforward_dynamic">Dynamic (SOCKS)</string> - <!-- Button that commits the port forward to be made from the Port Forward Creation dialog. --> - <string name="portforward_pos">Create port forward</string> - - <string name="portforward_done">Successfully created port forward</string> - <string name="portforward_problem">Problem creating port forward, maybe you\'re using ports under 1024 or port is already used?</string> - - <string name="portforward_menu_add">Add port forward</string> - - <!-- The string to present in the quick-connect box to hint the user to the format for connecting to hosts. --> - <string name="hint_userhost">user@hostname</string> - - <!-- Hint given to user when the format they're using is incorrect in the quick-connect box. --> - <string name="list_format_error">Use the format "%1$s"</string> - - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_username">username</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_hostname">hostname</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_port">port</string> - - <string name="list_menu_pubkeys">Manage Pubkeys</string> - <!-- Selection choice to sort hosts by color. --> - <string name="list_menu_sortcolor">Sort by color</string> - <!-- Selection choice to sort hosts by nickname. --> - <string name="list_menu_sortname">Sort by name</string> - <string name="list_menu_settings">Settings</string> - - <string name="list_host_disconnect">Disconnect</string> - <string name="list_host_edit">Edit host</string> - <string name="list_host_portforwards">Edit port forwards</string> - <string name="list_host_delete">Delete host</string> - <!-- Note that the '\n' splits the lines so it's actually "quick-connect box below to connect" --> - <string name="list_host_empty">Use the quick-connect box\nbelow to connect to a host.</string> - - <!-- Default screen rotation preference selection --> - <string name="list_rotation_default">Default</string> - <string name="list_rotation_land">Force landscape</string> - <string name="list_rotation_port">Force portrait</string> - <!-- Selection to indicate the rotation should be selected automatically based on the tilt sensor. --> - <string name="list_rotation_auto">Automatic</string> - - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A then Space". --> - <string name="list_camera_ctrlaspace">Ctrl+A then Space</string> - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A". --> - <string name="list_camera_ctrla">Ctrl+A</string> - <!-- Selection to indicate pressing the Camera button should send the "Esc" key. --> - <string name="list_camera_esc">Esc</string> - <!-- Selection to indicate pressing the Camera button should send "Esc+A". --> - <string name="list_camera_esc_a">Esc+A</string> - <!-- Selection to indicate pressing the Camera button should send nothing at all. --> - <string name="list_camera_none">None</string> - - <!-- Name for the backspace character --> - <string name="list_delkey_backspace">Backspace</string> - <!-- Name for the ASCII DEL character --> - <string name="list_delkey_del">Delete</string> - - <string name="delete_message">Are you sure you want to delete \'%1$s\'?</string> - <string name="delete_pos">Yes, delete</string> - <string name="delete_neg">Cancel</string> - - <!-- Button to agree to license terms. --> - <string name="wizard_agree">Agree</string> - <!-- Button to go to the next page in the first time start-up wizard. --> - <string name="wizard_next">Next</string> - <!-- Button to go to the previous page in the first time start-up wizard. --> - <string name="wizard_back">Back</string> - - <string name="terminal_no_hosts_connected">No hosts currently connected</string> - - <!-- Displayed in terminal when attempting to connect to a host. The first two - variables are host:port and the third is the protocol (e.g., SSH) --> - <string name="terminal_connecting">Connecting to %1$s:%2$d via %3$s</string> - - <!-- Displays the host key to the user in the terminal --> - <string name="terminal_sucess">Verified host \'%1$s\' key: %2$s</string> - <string name="terminal_failed">Host key verification failed.</string> - - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_s2c_algorithm">Server-to-client algorithm: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_c2s_algorithm">Client-to-server algorithm: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_algorithm">Using algorithm: %1$s %2$s</string> - - <string name="terminal_auth">Trying to authenticate</string> - - <string name="terminal_auth_pass">Attempting \'password\' authentication</string> - <string name="terminal_auth_pass_fail">Authentication method \'password\' failed</string> - - <string name="terminal_auth_pubkey_any">Attempting \'publickey\' authentication with any in-memory public keys</string> - <string name="terminal_auth_pubkey_invalid">Selected public key is invalid, try reselecting key in host editor</string> - <string name="terminal_auth_pubkey_specific">Attempting \'publickey\' authentication with a specific public key</string> - <string name="terminal_auth_pubkey_fail">Authentication method \'publickey\' with key \'%1$s\' failed</string> - - <string name="terminal_auth_ki">Attempting \'keyboard-interactive\' authentication</string> - <string name="terminal_auth_ki_fail">Authentication method \'keyboard-interactive\' failed</string> - - <string name="terminal_auth_fail">[Your host doesn\'t support \'password\' or \'keyboard-interactive\' authentication.]</string> - - <string name="terminal_no_session">Session will not be started due to host preference.</string> - <string name="terminal_enable_portfoward">Enable port forward: %1$s</string> - - <string name="local_shell_unavailable">Failure! Local shell is unavailable on this phone.</string> - - <!-- Text sent to the user to alert them that a Terminal Bell is received in a background session --> - <string name="notification_text">%1$s wants your attention.</string> - - <!-- Dialog title when a new version of ConnectBot is detected. --> - <string name="upgrade">New version</string> - <!-- Button selection to upgrade to the latest ConnectBot when one is available. --> - <string name="upgrade_pos">Yes, upgrade</string> - <!-- Button selection to skip upgrading to the latest ConnectBot when one is available. --> - <string name="upgrade_neg">Not right now</string> - - <!-- Preference selection for SSH Authentication Agent to never use pubkeys --> - <string name="no">No</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys "with confirmation" only --> - <string name="with_confirmation">With confirmation</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys --> - <string name="yes">Yes</string> - - <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> - <string name="exceptions_submit_message">It appears ConnectBot had a problem last time it ran. Submit error report to ConnectBot developers?</string> - - <!-- Menu selection to reset colors to their defaults. --> - <string name="menu_colors_reset">Reset</string> - - <!-- Displayed in the notification bar that connections are active --> - <string name="app_is_running">ConnectBot is running</string> - - <string name="color_red">red</string> - <string name="color_green">green</string> - <string name="color_blue">blue</string> - <string name="color_gray">gray</string> + <string name="title_help">Pagalba</string> + <string name="title_colors">Spalvos</string> + <string name="resolve_connect">Prisijungti</string> + <string name="pubkey_list_empty">Tap Menu to create\nor import key pairs.</string> + <string name="portforward_list_empty">Tap Menu to create\nport forwards.</string> + <string name="list_format_error">Use the format %1$s</string> + <string name="exceptions_submit_message">It appears ConnectBot had a problem last time it ran. Submit error report to ConnectBot developers?</string> </resources> diff --git a/res/values-lv/strings.xml b/res/values-lv/strings.xml new file mode 100644 index 0000000..94edc23 --- /dev/null +++ b/res/values-lv/strings.xml @@ -0,0 +1,2 @@ +<?xml version='1.0' encoding='utf-8'?> +<resources/> diff --git a/res/values-nb/strings.xml b/res/values-nb/strings.xml index 7815a10..36eeece 100644 --- a/res/values-nb/strings.xml +++ b/res/values-nb/strings.xml @@ -1,461 +1,217 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * ConnectBot: simple, powerful, open-source SSH client for Android - * Copyright 2007 Kenny Root, Jeffrey Sharkey - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ ---> +<?xml version='1.0' encoding='utf-8'?> <resources> - <string name="app_desc">Enkel, kraftig open-source SSH-klient</string> - - <!-- Window title for the Host List --> - <string name="title_hosts_list">Verter</string> - <!-- Window title for the Pubkeys List --> - <string name="title_pubkey_list">Offentlige nøkler</string> - <!-- Window title for the Port Forwards List --> - <string name="title_port_forwards_list">Videresendte porter</string> - <!-- Window title when editing host details --> - <string name="title_host_editor">Rediger vert</string> - <!-- Window title for Help index --> - <string name="title_help">Hjelp</string> - <!-- Window title for color list editing screen --> - <string name="title_colors">Farger</string> - - <string name="resolve_connect">Koble til</string> - <!-- Menu selection where user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="resolve_entropy">Samle entropi</string> - - <string name="menu_insert">Legg til vert</string> - <string name="menu_delete">Slett vert</string> - <string name="menu_preferences">Innstillinger</string> - - <string name="help_intro">Velg et emne nedenfor for mer informasjon om et bestemt emne.</string> - <string name="help_about">Om ConnectBot</string> - <string name="help_keyboard">Tastatur</string> - - <string name="pubkey_generate">Lag</string> - <string name="pubkey_import">Importer</string> - <string name="pubkey_delete">Slett nøkkel</string> - <!-- Dialog title when user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="pubkey_gather_entropy">Samler entropi</string> - <string name="pubkey_touch_prompt">Ta i denne boksen for å samle tilfeldigheter: %1$d%% ferdig</string> - <string name="pubkey_touch_hint">For å forsikre tilfeldighet under nøkkel generasjon, flytt fingeren tilfeldig over boksen nedenfor.</string> - <string name="pubkey_generating">Genererer nøkkelpar...</string> - <string name="pubkey_copy_private">Kopier privat nøkkel</string> - <string name="pubkey_copy_public">Kopier offentlig nøkkel</string> - <!-- Note that the '\n' just splits lines, so it's actually "create or import" --> - <string name="pubkey_list_empty">Trykk "Meny" for å lage/eller importere nøkkel par</string> - <string name="pubkey_unknown_format">Ukjent format</string> - <string name="pubkey_change_password">Endre passord</string> - <string name="pubkey_list_pick">Velg fra /sdcard</string> - <string name="pubkey_import_parse_problem">Feil ved innlesing av privat nøkkel</string> - <string name="pubkey_unlock">Frigjør nøkkel</string> - <string name="pubkey_failed_add">Feil passord for nøkkel \'%1$s\'. Autentisering feilet.</string> - <string name="pubkey_memory_load">Last inn i minne</string> - <string name="pubkey_memory_unload">Last ut av minne</string> - <string name="pubkey_load_on_start">Last nøkkel ved start</string> - <!-- Pubkey preference asking user whether the key use should be confirmed via prompt before it can be used for authentication --> - <string name="pubkey_confirm_use">Godkjenn før bruk</string> - - <!-- Note that the '\n' splits lines, so it's actually "create port forwards" --> - <string name="portforward_list_empty">Tap "Menu" to create\nport forwards.</string> - <string name="portforward_edit">Rediger videresendte porter</string> - <string name="portforward_delete">Slett videresendte porter</string> - - <string name="prompt_nickname">Kallenavn:</string> - <!-- An example string that could be used as a nickname for a pubkey. --> - <string name="prompt_nickname_hint_pubkey">Min arbeids nøkkel</string> - <!-- The source TCP port for port forwards. --> - <string name="prompt_source_port">Source port:</string> - <!-- The "host:port" combination used for port forward destinations. --> - <string name="prompt_destination">Destinasjon</string> - <string name="prompt_old_password">Gammelt passord:</string> - <string name="prompt_password">Passord:</string> - <!-- Added after a "Password:" prompt to indicate user needs to confirm entry. --> - <string name="prompt_again">(en gang til)</string> - <!-- Label for the user to select port forward type. --> - <string name="prompt_type">Type:</string> - <string name="prompt_password_can_be_blank">NB: Passord kan være tomt</string> - <!-- Prompt for the size of the private key in bits. --> - <string name="prompt_bits">Bits:</string> - - <!-- Prompt for the password to unlock a certain pubkey. --> - <string name="prompt_pubkey_password">Passord for nøkkel \'%1$s\'</string> - - <!-- Prompt for whether to allow SSH Authentication Agent to use the specified key. Note that the '\n' means split the line so it's actually "host to use key" --> - <string name="prompt_allow_agent_to_use_key">Godta ekstern vert til\nå bruke nøkkel \'%1$s\'?</string> - - <!-- The header of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning_header">ADVARSEL: EKSTERN VERT IDENTIFIKASJON HAR BLITT ENDRET!</string> - <!-- The body of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning">IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!\nSomeone could be eavesdropping on you right now (man-in-the-middle attack)!\nIt is also possible that the host key has just been changed.</string> - - <!-- Prompt user gets when the remote host has disconnected unexpectedly. --> - <string name="prompt_host_disconnected">Host has disconnected.\nClose session?</string> - <!-- Prompt user must answer yes or no to when the remote host fails verification of encryption fingerprint --> - <string name="prompt_continue_connecting">Er du sikker på at\ndu vil koble til?</string> - - <!-- Sent to user when the remote public encryption key fingerprint doesn't match the local database --> - <string name="host_authenticity_warning">The authenticity of host \'%1$s\' can\'t be established.</string> - <!-- First field is encryption algorithm. Second is the actual fingerprint in hex digits --> - <string name="host_fingerprint">Host %1$s key fingerprint is %2$s</string> - - <string name="alert_passwords_do_not_match_msg">Passordene er ikke like!</string> - <string name="alert_wrong_password_msg">Feil passord!</string> - <string name="alert_key_corrupted_msg">Privat nøkkel ser ut til å være korrupt!</string> - <string name="alert_sdcard_absent">SD-kortet er ikke satt inn!</string> - - <!-- Add a new item (e.g., host or pubkey) to the list. --> - <string name="button_add">Legg til</string> - <!-- Change an existing item's (e.g., host or pubkey) details. --> - <string name="button_change">Endre</string> - <!-- Button that begins the generation of a public key pair. --> - <string name="button_generate">Generer nøkkel</string> - <!-- Button that resizes the screen to the user-specified dimensions. --> - <string name="button_resize">Endre størrelse</string> - - <string name="alert_disconnect_msg">Mistet tilkobling</string> - - <string name="msg_copyright">Copyright © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> - - <!-- The category title for terminal emulation preferences. --> - <string name="pref_emulation_category">Terminalemulering</string> - - <!-- Name for the emulation terminal type preference. --> - <string name="pref_emulation_title">Emulation mode</string> - <!-- Description of the emulation terminal type preference. --> - <string name="pref_emulation_summary">Terminal emulation mode to use for PTY connections</string> - - <!-- Name for the scrollback size preference --> - <string name="pref_scrollback_title">Scrollback size</string> - <!-- Description of the scrollback size preference --> - <string name="pref_scrollback_summary">Size of scrollback buffer to keep in memory for each console</string> - - <!-- The category title for user interface preferences --> - <string name="pref_ui_category">Brukergrensesnitt</string> - - <!-- Name for the rotation mode preference --> - <string name="pref_rotation_title">Rotation mode</string> - <!-- Summary for the rotation mode preference --> - <string name="pref_rotation_summary">How to change rotation when keyboard popped in/out</string> - - <!-- Name for the full screen preference --> - <string name="pref_fullscreen_title">Full skjerm</string> - <!-- Summary for the full screen preference --> - <string name="pref_fullscreen_summary">Hide status bar while in console</string> - - <!-- Name for the memorize keys preference --> - <string name="pref_memkeys_title">Remember keys in memory</string> - <!-- Summary for the memorize keys preference --> - <string name="pref_memkeys_summary">Keep unlocked keys in memory until backend service is terminated</string> - - <!-- Name for the update check preference --> - <string name="pref_update_title">Update check</string> - <!-- Summary for the update check preference --> - <string name="pref_update_summary">Set the maximum frequency to check for ConnectBot updates</string> - - <!-- Name for the preference that forces the service to stay running in the background.--> - <string name="pref_conn_persist_title">Persist connections</string> - <!-- Summary for the preference that forces the service to stay running in the background. --> - <string name="pref_conn_persist_summary">Force connections to stay connected while in background</string> - - <!-- Name for the keyboard shortcuts preference --> - <string name="pref_keymode_title">Directory shortcuts</string> - <!-- Summary for the keyboard shortcuts preference --> - <string name="pref_keymode_summary">Select how to use Alt for \'/\' and Shift for Tab</string> - - <!-- Name for the camera shortcut usage preference --> - <string name="pref_camera_title">Camera shortcut</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_camera_summary">Select which shortcut to trigger when the camera button is pushed</string> - - <!-- Name for the keep screen on preference --> - <string name="pref_keepalive_title">Keep screen awake</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_keepalive_summary">Prevent the screen from turning off when working in a console</string> - - <!-- Name for the Wi-Fi lock preference --> - <string name="pref_wifilock_title">Keep Wi-Fi active</string> - <!-- Summary for the Wi-Fi lock preference --> - <string name="pref_wifilock_summary">Prevent Wi-Fi from turning off when a session is active</string> - - <!-- Name for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_title">Bumpy arrows</string> - <!-- Summary for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_summary">Vibrate when sending arrow keys from trackball; useful for laggy connections</string> - - <!-- Category title for the Terminal Bell preferences --> - <string name="pref_bell_category">Terminalklokke</string> - - <!-- Checkbox preference title for the audible terminal bell feature --> - <string name="pref_bell_title">Audible bell</string> - - <!-- Title for the slider preference to set the volume --> - <string name="pref_bell_volume_title">Bell volume</string> - - <!-- Checkbox preference title for the vibrate on terminal bell feature --> - <string name="pref_bell_vibrate_title">Vibrate on bell</string> - - <!-- Checkbox preference title for the receive notifications on terminal bell feature --> - <string name="pref_bell_notification_title">Background notifications</string> - <!-- Brief summary of the feature that is enabled when the checkbox preference for the receive notifications on terminal bell feature is checked --> - <string name="pref_bell_notification_summary">Send notification when a terminal running in the background sounds a bell.</string> - - <!-- Preference selection to indicate use of right side of keyboard for special shortcuts. --> - <string name="list_keymode_right">Use right-side keys</string> - <!-- Preference selection to indicate use of left side of keyboard for special shortcuts. --> - <string name="list_keymode_left">Use left-side keys</string> - <!-- Preference selection to indicate never to use special shortcut keys. --> - <string name="list_keymode_none">Deaktiver</string> - - <!-- Preference to not use pubkeys to authenticate to this host. --> - <string name="list_pubkeyids_none">Ikke bruk nøkler</string> - <!-- Preference to use any pubkey to authenticate to this host. --> - <string name="list_pubkeyids_any">Use any unlocked key</string> - - <!-- Frequency for which to check for program updates. --> - <string name="list_update_daily">Daglig</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_weekly">Ukentlig</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_never">Aldri</string> - - <!-- Host nickname field preference title --> - <string name="hostpref_nickname_title">Kallenavn</string> - - <!-- Host color category preference title --> - <string name="hostpref_color_title">Color category</string> - - <!-- Host's default font size when opening the terminal in points (pt) --> - <string name="hostpref_fontsize_title">Font size (pt)</string> - - <!-- Host pubkey usage preference title --> - <string name="hostpref_pubkeyid_title">Use pubkey authentication</string> - - <!-- Preference title for the SSH Authentication Agent Forwarding for a host connection --> - <string name="hostpref_authagent_title">Use SSH auth agent</string> - - <!-- Host post-login automation preference title --> - <string name="hostpref_postlogin_title">Post-login automation</string> - <!-- Host post-login automation preference summary --> - <string name="hostpref_postlogin_summary">Commands to run on remote server once authenticated</string> - - <!-- Host compression preference title --> - <string name="hostpref_compression_title">Komprimering</string> - <!-- Summary for compression preference --> - <string name="hostpref_compression_summary">This may help with slower networks</string> - - <!-- Setting for whether we want a session to start up when we connect to a host --> - <string name="hostpref_wantsession_title">Start shell session</string> - <!-- Summary for field asking whether a shell session should be started up upon connection or not --> - <string name="hostpref_wantsession_summary">Disable this preference to only use port forwards</string> - - <!-- Setting for whether the host should be reconnected to automatically upon disconnect --> - <string name="hostpref_stayconnected_title">Stay connected</string> - <!-- Summary for preference asking whether the host should be reconnected to when it disconnects --> - <string name="hostpref_stayconnected_summary">Try to reconnect to host if disconnected</string> - - <!-- Setting for what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_title">DEL Key</string> - <!-- Summary for field asking what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_summary">The key code sent when DEL key is pressed</string> - - <!-- Host character encoding preference title --> - <string name="hostpref_encoding_title">Encoding</string> - <!-- Host character encoding preference summary --> - <string name="hostpref_encoding_summary">Character encoding for the host</string> - - <!-- Host preference category title for connection settings --> - <string name="hostpref_connection_category">Connection settings</string> - - <!-- Username field title for host editor preference --> - <string name="hostpref_username_title">Brukernavn</string> - - <!-- Hostname field title for host editor preference --> - <string name="hostpref_hostname_title">Host</string> - - <!-- Port field title for host editor preference --> - <string name="hostpref_port_title">Port</string> - - <!-- Displayed to indicate a host has never been connected to. --> - <string name="bind_never">Never connected</string> - <!-- The time that has elapsed since a host was connected to when it has been less than an hour. --> - <string name="bind_minutes">%1$s minutt siden</string> - <!-- The time that has elapsed since a host was connected to when it has been less than a day. --> - <string name="bind_hours">%1$s timer siden</string> - <!-- The time that has elapsed since a host was connected to when it has been a day or more. --> - <string name="bind_days">%1$s dager siden</string> - - <!-- Message given when user copies from the terminal. --> - <string name="console_copy_done">Copied %1$d bytes to clipboard</string> - <!-- Instructions for how to copy from the terminal. The '\n' entries are to split lines to improve readability and prevent wrapping off the screen. --> - <string name="console_copy_start">Touch and drag\nor use directional pad\nto select area to copy</string> - - <!-- Button to close the disconnected terminal window. --> - <string name="console_menu_close">Lukk</string> - <!-- Button to begin copying from the terminal to the clipboard. --> - <string name="console_menu_copy">Kopier</string> - <!-- Button to paste from the clipboard to the terminal. --> - <string name="console_menu_paste">Lim inn</string> - <!-- Button that brings user to the Port Forwards List. --> - <string name="console_menu_portforwards">Port Forwards</string> - <!-- Button that brings user to the terminal resizing dialog where they can force a size. --> - <string name="console_menu_resize">Force Size</string> - <!-- Button that brings up the list of URLs on the current screen --> - <string name="console_menu_urlscan">URL Scan</string> - - <!-- Selection for a "local" port forward. E.g., connections to a port listening locally is forwarded to the remote end's listening port. --> - <string name="portforward_local">Lokal</string> - <!-- Selection for a "remote" port forward. E.g., connections to a port listening remotely is forwarded to the local end's listening port. --> - <string name="portforward_remote">Ekstern</string> - <!-- Selection for a "dynamic" port forward. E.g., connections to a port listening locally is forwarded based on the SOCKS protocol to an arbitrary remote host and port. --> - <string name="portforward_dynamic">Dynamisk (SOCKS)</string> - <!-- Button that commits the port forward to be made from the Port Forward Creation dialog. --> - <string name="portforward_pos">Create port forward</string> - - <string name="portforward_done">Successfully created port forward</string> - <string name="portforward_problem">Problem creating port forward, maybe you\'re using ports under 1024 or port is already used?</string> - - <string name="portforward_menu_add">Add port forward</string> - - <!-- The string to present in the quick-connect box to hint the user to the format for connecting to hosts. --> - <string name="hint_userhost">bruker@vert</string> - - <!-- Hint given to user when the format they're using is incorrect in the quick-connect box. --> - <string name="list_format_error">Use the format "%1$s"</string> - - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_username">brukernavn</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_hostname">hostname</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_port">port</string> - - <string name="list_menu_pubkeys">Manage Pubkeys</string> - <!-- Selection choice to sort hosts by color. --> - <string name="list_menu_sortcolor">Sorter etter farge</string> - <!-- Selection choice to sort hosts by nickname. --> - <string name="list_menu_sortname">Sorter etter navn</string> - <string name="list_menu_settings">Innstillinger</string> - - <string name="list_host_disconnect">Koble fra</string> - <string name="list_host_edit">Rediger vert</string> - <string name="list_host_portforwards">Edit port forwards</string> - <string name="list_host_delete">Slett vert</string> - <!-- Note that the '\n' splits the lines so it's actually "quick-connect box below to connect" --> - <string name="list_host_empty">Use the quick-connect box\nbelow to connect to a host.</string> - - <!-- Default screen rotation preference selection --> - <string name="list_rotation_default">Default</string> - <string name="list_rotation_land">Force landscape</string> - <string name="list_rotation_port">Force portrait</string> - <!-- Selection to indicate the rotation should be selected automatically based on the tilt sensor. --> - <string name="list_rotation_auto">Automatisk</string> - - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A then Space". --> - <string name="list_camera_ctrlaspace">Ctrl+A og mellomrom</string> - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A". --> - <string name="list_camera_ctrla">Ctrl+A</string> - <!-- Selection to indicate pressing the Camera button should send the "Esc" key. --> - <string name="list_camera_esc">Esc</string> - <!-- Selection to indicate pressing the Camera button should send "Esc+A". --> - <string name="list_camera_esc_a">Esc+A</string> - <!-- Selection to indicate pressing the Camera button should send nothing at all. --> - <string name="list_camera_none">Ingen</string> - - <!-- Name for the backspace character --> - <string name="list_delkey_backspace">Backspace</string> - <!-- Name for the ASCII DEL character --> - <string name="list_delkey_del">Delete</string> - - <string name="delete_message">Er du sikker på at du vil slette \'%1$s\'?</string> - <string name="delete_pos">Ja, slett</string> - <string name="delete_neg">Avbryt</string> - - <!-- Button to agree to license terms. --> - <string name="wizard_agree">Godta</string> - <!-- Button to go to the next page in the first time start-up wizard. --> - <string name="wizard_next">Neste</string> - <!-- Button to go to the previous page in the first time start-up wizard. --> - <string name="wizard_back">Tilbake</string> - - <string name="terminal_no_hosts_connected">No hosts currently connected</string> - - <!-- Displayed in terminal when attempting to connect to a host. The first two - variables are host:port and the third is the protocol (e.g., SSH) --> - <string name="terminal_connecting">Connecting to %1$s:%2$d via %3$s</string> - - <!-- Displays the host key to the user in the terminal --> - <string name="terminal_sucess">Verified host \'%1$s\' key: %2$s</string> - <string name="terminal_failed">Verifisering av vertsnøkkelen feilet.</string> - - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_s2c_algorithm">Server-to-client algorithm: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_c2s_algorithm">Client-to-server algorithm: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_algorithm">Using algorithm: %1$s %2$s</string> - - <string name="terminal_auth">Forsøker å autentisere</string> - - <string name="terminal_auth_pass">Forsøker \'passord\'-autentisering</string> - <string name="terminal_auth_pass_fail">Autentiseringsmetode \'passord\' feilet</string> - - <string name="terminal_auth_pubkey_any">Attempting \'publickey\' authentication with any in-memory public keys</string> - <string name="terminal_auth_pubkey_invalid">Selected public key is invalid, try reselecting key in host editor</string> - <string name="terminal_auth_pubkey_specific">Attempting \'publickey\' authentication with a specific public key</string> - <string name="terminal_auth_pubkey_fail">Authentication method \'publickey\' with key \'%1$s\' failed</string> - - <string name="terminal_auth_ki">Attempting \'keyboard-interactive\' authentication</string> - <string name="terminal_auth_ki_fail">Authentication method \'keyboard-interactive\' failed</string> - - <string name="terminal_auth_fail">[Your host doesn\'t support \'password\' or \'keyboard-interactive\' authentication.]</string> - - <string name="terminal_no_session">Session will not be started due to host preference.</string> - <string name="terminal_enable_portfoward">Enable port forward: %1$s</string> - - <string name="local_shell_unavailable">Failure! Local shell is unavailable on this phone.</string> - - <!-- Text sent to the user to alert them that a Terminal Bell is received in a background session --> - <string name="notification_text">%1$s wants your attention.</string> - - <!-- Dialog title when a new version of ConnectBot is detected. --> - <string name="upgrade">Ny versjon</string> - <!-- Button selection to upgrade to the latest ConnectBot when one is available. --> - <string name="upgrade_pos">Ja, oppgrader</string> - <!-- Button selection to skip upgrading to the latest ConnectBot when one is available. --> - <string name="upgrade_neg">Ikke akkurat nå</string> - - <!-- Preference selection for SSH Authentication Agent to never use pubkeys --> - <string name="no">No</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys "with confirmation" only --> - <string name="with_confirmation">With confirmation</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys --> - <string name="yes">Yes</string> - - <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> - <string name="exceptions_submit_message">It appears ConnectBot had a problem last time it ran. Submit error report to ConnectBot developers?</string> - - <!-- Menu selection to reset colors to their defaults. --> - <string name="menu_colors_reset">Reset</string> - - <!-- Displayed in the notification bar that connections are active --> - <string name="app_is_running">ConnectBot is running</string> - - <string name="color_red">rød</string> - <string name="color_green">grønn</string> - <string name="color_blue">blå</string> - <string name="color_gray">grå</string> + <string name="app_desc">Enkel og kraftig SSH-klient med åpen kildekode.</string> + <string name="service_desc">Opprettholder SSH-tilkoblinger og innlastede offentlige nøkler</string> + <string name="title_hosts_list">Verter</string> + <string name="title_pubkey_list">Offentlige nøkler</string> + <string name="title_port_forwards_list">Portvideresending</string> + <string name="title_host_editor">Rediger vert</string> + <string name="title_help">Hjelp</string> + <string name="title_colors">Farger</string> + <string name="resolve_connect">Koble til</string> + <string name="resolve_entropy">Samle entropi</string> + <string name="menu_insert">Legg til vert</string> + <string name="menu_delete">Slett vert</string> + <string name="menu_preferences">Innstillinger</string> + <string name="help_intro">Velg en overskrift nedenfor for mer informasjon om et bestemt emne.</string> + <string name="help_about">Om ConnectBot</string> + <string name="help_keyboard">Tastatur</string> + <string name="pubkey_generate">Generer</string> + <string name="pubkey_import">Importer</string> + <string name="pubkey_delete">Slett nøkkel</string> + <string name="pubkey_gather_entropy">Samler entropi</string> + <string name="pubkey_touch_prompt">Berør denne boksen for å samle tilfeldige tall: %1$d%% ferdig</string> + <string name="pubkey_touch_hint">Beveg fingeren over boksen nedenfor for å sikre vilkårlighet ved generering av nøkkel.</string> + <string name="pubkey_generating">Genererer nøkkelpar...</string> + <string name="pubkey_copy_private">Kopier privat nøkkel</string> + <string name="pubkey_copy_public">Kopier offentlig nøkkel</string> + <string name="pubkey_list_empty">Trykk \"Meny\" for å opprette\neller importere nøkkelpar.</string> + <string name="pubkey_unknown_format">Ukjent format</string> + <string name="pubkey_change_password">Endre passord</string> + <string name="pubkey_list_pick">Hent fra /sdcard</string> + <string name="pubkey_import_parse_problem">Feil ved innlasting av privat nøkkel</string> + <string name="pubkey_unlock">Frigjør nøkkel</string> + <string name="pubkey_failed_add">Feil passord for nøkkel \'%1$s\'. Autentisering mislyktes.</string> + <string name="pubkey_memory_load">Last inn i minne</string> + <string name="pubkey_memory_unload">Last ut av minne</string> + <string name="pubkey_load_on_start">Last nøkkel ved start</string> + <string name="pubkey_confirm_use">Godkjenn før bruk</string> + <string name="portforward_list_empty">Trykk \"Meny\" for å opprette\nportvideresending.</string> + <string name="portforward_edit">Rediger videresendte porter</string> + <string name="portforward_delete">Slett videresendte porter</string> + <string name="prompt_nickname">Kallenavn:</string> + <string name="prompt_nickname_hint_pubkey">Min arbeidsnøkkel</string> + <string name="prompt_source_port">Kildeport:</string> + <string name="prompt_destination">Mål:</string> + <string name="prompt_old_password">Tidligere passord:</string> + <string name="prompt_password">Passord:</string> + <string name="prompt_again">(en gang til)</string> + <string name="prompt_type">Type:</string> + <string name="prompt_password_can_be_blank">NB: passord kan stå tomt</string> + <string name="prompt_bits">Bits:</string> + <string name="prompt_pubkey_password">Passord for nøkkel \'%1$s\'</string> + <string name="prompt_allow_agent_to_use_key">Godta ekstern vert til\nå bruke nøkkel \'%1$s\'?</string> + <string name="host_verification_failure_warning_header">ADVARSEL: EKSTERN VERT IDENTIFIKASJON HAR BLITT ENDRET!</string> + <string name="host_verification_failure_warning">DET KAN VÆRE UGLER I MOSEN!\nNoen kan lytte på deg akkurat nå (et mellommann-angrep)!\nMen det er også mulig at vertsnøkkelen har blitt endret.</string> + <string name="prompt_host_disconnected">Vert har koblet fra.\nLukk sesjon?</string> + <string name="prompt_continue_connecting">Er du sikker på at\ndu vil koble til?</string> + <string name="host_authenticity_warning">Kan ikke bekrefte integriteten til \'%1$s\'.</string> + <string name="host_fingerprint">Nøkkelfingeravtrykk til vert %1$s er %2$s</string> + <string name="alert_passwords_do_not_match_msg">Passordene er ikke like!</string> + <string name="alert_wrong_password_msg">Feil passord!</string> + <string name="alert_key_corrupted_msg">Privat nøkkel ser ut til å være korrupt!</string> + <string name="alert_sdcard_absent">SD-kortet er ikke satt inn!</string> + <string name="button_add">Legg til</string> + <string name="button_change">Endre</string> + <string name="button_generate">Generer nøkkel</string> + <string name="button_resize">Endre størrelse</string> + <string name="alert_disconnect_msg">Mistet tilkobling</string> + <string name="msg_copyright">Copyright © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> + <string name="pref_emulation_category">Terminalemulering</string> + <string name="pref_emulation_title">Etterligningsmodus</string> + <string name="pref_emulation_summary">Etterligningsmodus for terminal for PTY-tilkoblinger</string> + <string name="pref_scrollback_title">Husk skjermtekst</string> + <string name="pref_scrollback_summary">Mengde skjermtekst som skal beholdes i minnet for hvert konsollvindu</string> + <string name="pref_ui_category">Brukergrensesnitt</string> + <string name="pref_rotation_title">Rotasjonsretning</string> + <string name="pref_rotation_summary">Hvordan rotasjonsretning endres når tastatur skyves inn/ut</string> + <string name="pref_fullscreen_title">Full skjerm</string> + <string name="pref_fullscreen_summary">Gjem statuslinje mens du er i konsoll</string> + <string name="pref_memkeys_title">Lagre nøkler</string> + <string name="pref_memkeys_summary">Husk opplåste nøkler helt til programmet avsluttes</string> + <string name="pref_update_title">Se etter oppdateringer</string> + <string name="pref_update_summary">Angi hyppigheten for å se etter oppdateringer til ConnectBot</string> + <string name="pref_conn_persist_title">Oppretthold forbindelser</string> + <string name="pref_conn_persist_summary">Oppretthold forbindelser selv når programmet kjører i bakgrunnen</string> + <string name="pref_keymode_title">Hurtigtaster for mapper</string> + <string name="pref_keymode_summary">Velg hvordan Alt- og Skift-tasten skal brukes for \'/\' og Tab</string> + <string name="pref_camera_title">Snarvei til kamera</string> + <string name="pref_camera_summary">Velg hvilken snarvei som skal benyttes når kameraknapp trykkes</string> + <string name="pref_keepalive_title">Hold skjerm våken</string> + <string name="pref_keepalive_summary">Unngå at skjermen slås av når du jobber konsoll</string> + <string name="pref_wifilock_title">Hold Wi-Fi aktiv</string> + <string name="pref_wifilock_summary">Hindre Wi-Fi å koble fra når en økt er aktiv</string> + <string name="pref_bumpyarrows_title">Vibrerende piler</string> + <string name="pref_bumpyarrows_summary">Vibrer når pilkommandoer sendes med styrekule; nyttig for trege forbindelser</string> + <string name="pref_bell_category">Terminalklokke</string> + <string name="pref_bell_title">Varselklokke</string> + <string name="pref_bell_volume_title">Klokkevolum</string> + <string name="pref_bell_vibrate_title">Vibrere med bjelle</string> + <string name="pref_bell_notification_title">Bakgrunnsvarsling</string> + <string name="pref_bell_notification_summary">Vis varsling når en terminal i bakgrunnen gir et klokkevarsel.</string> + <string name="list_keymode_right">Bruk knapper på høyre side</string> + <string name="list_keymode_left">Bruk knapper på venstre side</string> + <string name="list_keymode_none">Deaktiver</string> + <string name="list_pubkeyids_none">Ikke bruk nøkler</string> + <string name="list_pubkeyids_any">Bruk en vilkårlig ulåst tast</string> + <string name="list_update_daily">Daglig</string> + <string name="list_update_weekly">Ukentlig</string> + <string name="list_update_never">Aldri</string> + <string name="hostpref_nickname_title">Kallenavn</string> + <string name="hostpref_color_title">Fargeinndeling</string> + <string name="hostpref_fontsize_title">Skriftstørrelse (pt)</string> + <string name="hostpref_pubkeyid_title">Bruk offentlig nøkkel som godkjenning</string> + <string name="hostpref_authagent_title">Bruk SSH auth-agent</string> + <string name="hostpref_postlogin_title">Kommandoer etter innlogging</string> + <string name="hostpref_postlogin_summary">Kommandoer som kjøres på tilkoblet tjener etter vellykket autentisering</string> + <string name="hostpref_compression_title">Komprimering</string> + <string name="hostpref_compression_summary">Dette kan hjelpe på trege nettverk</string> + <string name="hostpref_wantsession_title">Start skallsesjon</string> + <string name="hostpref_wantsession_summary">Deaktiver denne innstillingen og benytt denne kun for portvideresending</string> + <string name="hostpref_stayconnected_title">Oppretthold forbindelse</string> + <string name="hostpref_stayconnected_summary">Forsøk å koble til på nytt ved frakobling</string> + <string name="hostpref_delkey_title">DEL-knapp</string> + <string name="hostpref_delkey_summary">Tastekode som sendes når DEL trykkes</string> + <string name="hostpref_encoding_title">Tegnkoding</string> + <string name="hostpref_encoding_summary">Tegnkoding for verten</string> + <string name="hostpref_connection_category">Tilkoblingsinnstillinger</string> + <string name="hostpref_username_title">Brukernavn</string> + <string name="hostpref_hostname_title">Vert</string> + <string name="hostpref_port_title">Port</string> + <string name="bind_never">Aldri tilkoblet</string> + <string name="bind_minutes">%1$s minutt siden</string> + <string name="bind_hours">%1$s timer siden</string> + <string name="bind_days">%1$s dager siden</string> + <string name="console_copy_done">Kopierte %1$d bytes til utklippstavle</string> + <string name="console_copy_start">Trykk og dra, eller\nbruk styrekule for å\nvelge område å\nkopiere fra</string> + <string name="console_menu_close">Lukk</string> + <string name="console_menu_copy">Kopier</string> + <string name="console_menu_paste">Lim inn</string> + <string name="console_menu_portforwards">Portvideresending</string> + <string name="console_menu_resize">Tving størrelse</string> + <string name="console_menu_urlscan">URL-søk</string> + <string name="button_yes">Ja</string> + <string name="button_no">Nei</string> + <string name="portforward_local">Lokal</string> + <string name="portforward_remote">Ekstern</string> + <string name="portforward_dynamic">Dynamisk (SOCKS)</string> + <string name="portforward_pos">Opprett portvideresending</string> + <string name="portforward_done">Vellykket oppretting av portvideresending</string> + <string name="portforward_problem">Mislyktes å opprette portvideresending. Bruker du porter under 1024, eller er denne porten allerede tatt?</string> + <string name="portforward_menu_add">Legg til portvideresending</string> + <string name="hint_userhost">bruker\@vert</string> + <string name="list_format_error">Use the format %1$s</string> + <string name="format_username">brukernavn</string> + <string name="format_hostname">vertsnavn</string> + <string name="format_port">port</string> + <string name="list_menu_pubkeys">Behandle offentlige nøkler</string> + <string name="list_menu_sortcolor">Sorter etter farge</string> + <string name="list_menu_sortname">Sorter etter navn</string> + <string name="list_menu_settings">Innstillinger</string> + <string name="list_host_disconnect">Koble fra</string> + <string name="list_host_edit">Rediger vert</string> + <string name="list_host_portforwards">Rediger portvidersendinger</string> + <string name="list_host_delete">Slett vert</string> + <string name="list_host_empty">Bruk hurtigtilkoblingsboksen\nunder for å koble til en vert.</string> + <string name="list_rotation_default">Forvalg</string> + <string name="list_rotation_land">Tving landskap</string> + <string name="list_rotation_port">Tving portrett</string> + <string name="list_rotation_auto">Automatisk</string> + <string name="list_camera_ctrlaspace">Ctrl+A og mellomrom</string> + <string name="list_camera_ctrla">Ctrl+A</string> + <string name="list_camera_esc">Esc</string> + <string name="list_camera_esc_a">Esc+A</string> + <string name="list_camera_none">Ingen</string> + <string name="list_delkey_backspace">Tilbaketast</string> + <string name="list_delkey_del">Slett</string> + <string name="delete_message">Er du sikker på at du vil slette \'%1$s\'?</string> + <string name="delete_pos">Ja, slett</string> + <string name="delete_neg">Avbryt</string> + <string name="wizard_agree">Godta</string> + <string name="wizard_next">Neste</string> + <string name="wizard_back">Tilbake</string> + <string name="terminal_no_hosts_connected">Ingen verter tilkoblet for øyeblikket</string> + <string name="terminal_connecting">Kobler til %1$s:%2$d via %3$s</string> + <string name="terminal_sucess">Verifiserte vert \'%1$s\' sin nøkkel: %2$s</string> + <string name="terminal_failed">Verifisering av vertsnøkkelen feilet.</string> + <string name="terminal_using_s2c_algorithm">Algoritme fra tjener til klient: %1$s %2$s</string> + <string name="terminal_using_c2s_algorithm">Algoritme fra klient til tjener: %1$s %2$s</string> + <string name="terminal_using_algorithm">Bruker algoritme: %1$s %2$s</string> + <string name="terminal_auth">Forsøker å autentisere</string> + <string name="terminal_auth_pass">Forsøker \'passord\'-autentisering</string> + <string name="terminal_auth_pass_fail">Autentiseringsmetode \'passord\' feilet</string> + <string name="terminal_auth_pubkey_any">Forsøker \'publickey\'-autentisering med lagrede offentlige nøkler</string> + <string name="terminal_auth_pubkey_invalid">Valgt offentlig nøkkel er ugyldig, forsøk å velge en annen nøkkel i vertsvinduet.</string> + <string name="terminal_auth_pubkey_specific">Forsøker \'publickey\'-autentisering med angitt offentlig nøkkel</string> + <string name="terminal_auth_pubkey_fail">Autentisering med \'publickey\' og nøkkel \'%1$s\' mislyktes</string> + <string name="terminal_auth_ki">Forsøker \'keyboard-interactive\' autentisering</string> + <string name="terminal_auth_ki_fail">Autentiseringsmetoden \'keyboard-interactive\' mislyktes</string> + <string name="terminal_auth_fail">[Din vert støtter ikke autentiseringsmetodene \'password\' eller \'keyboard-interactive\'.]</string> + <string name="terminal_no_session">Sesjonen vil ikke bli startet grunnet vertsinnstillinger.</string> + <string name="terminal_enable_portfoward">Aktiver portvideresending: %1$s</string> + <string name="local_shell_unavailable">Feil! Lokalt skall er utilgjengelig på denne telefonen.</string> + <string name="notification_text">%1$s ønsker din oppmerksomhet.</string> + <string name="upgrade">Ny versjon</string> + <string name="upgrade_pos">Ja, oppgrader</string> + <string name="upgrade_neg">Ikke akkurat nå</string> + <string name="no">Nei</string> + <string name="with_confirmation">Med bekreftelse</string> + <string name="yes">Ja</string> + <string name="exceptions_submit_message">Det ser ut som ConnectBot hadde et problem forrige gang den kjørte. Vil du sende en feilrapport til utviklerne av ConnectBot?</string> + <string name="menu_colors_reset">Tilbakestill</string> + <string name="app_is_running">ConnectBot kjører</string> + <string name="color_red">rød</string> + <string name="color_green">grønn</string> + <string name="color_blue">blå</string> + <string name="color_gray">grå</string> </resources> diff --git a/res/values-nl/strings.xml b/res/values-nl/strings.xml index cd882ac..5c8487c 100644 --- a/res/values-nl/strings.xml +++ b/res/values-nl/strings.xml @@ -1,461 +1,217 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * ConnectBot: simple, powerful, open-source SSH client for Android - * Copyright 2007 Kenny Root, Jeffrey Sharkey - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ ---> +<?xml version='1.0' encoding='utf-8'?> <resources> - <string name="app_desc">Simpele, krachtige, open-source SSH client.</string> - - <!-- Window title for the Host List --> - <string name="title_hosts_list">Hosts</string> - <!-- Window title for the Pubkeys List --> - <string name="title_pubkey_list">Pubkeys</string> - <!-- Window title for the Port Forwards List --> - <string name="title_port_forwards_list">Port forwards</string> - <!-- Window title when editing host details --> - <string name="title_host_editor">Host bewerken</string> - <!-- Window title for Help index --> - <string name="title_help">Help</string> - <!-- Window title for color list editing screen --> - <string name="title_colors">Kleuren</string> - - <string name="resolve_connect">Verbinden</string> - <!-- Menu selection where user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="resolve_entropy">Verzamel Entropie</string> - - <string name="menu_insert">Host Toevoegen</string> - <string name="menu_delete">Host verwijderen</string> - <string name="menu_preferences">Voorkeuren</string> - - <string name="help_intro">Selecteer hieronder een onderwerp voor meer informatie over een onderwerp.</string> - <string name="help_about">Over ConnectBot</string> - <string name="help_keyboard">Toetsenbord</string> - - <string name="pubkey_generate">Genereren</string> - <string name="pubkey_import">Importeren</string> - <string name="pubkey_delete">Sleutel verwijderen</string> - <!-- Dialog title when user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="pubkey_gather_entropy">Bezig met het verzamelen van Entropie</string> - <string name="pubkey_touch_prompt">Raak dit vierkant aan om willekeurigheid te verzamelen: %1$d%% gedaan</string> - <string name="pubkey_touch_hint">Beweeg je vinger in willekeurige volgorde over het vak beneden om er voor te zorgen dat de invoer willekeurig blijft.</string> - <string name="pubkey_generating">Genereren van een sleutel paar...</string> - <string name="pubkey_copy_private">Kopieer privé sleutel</string> - <string name="pubkey_copy_public">Kopieer publieke sleutel</string> - <!-- Note that the '\n' just splits lines, so it's actually "create or import" --> - <string name="pubkey_list_empty">Tik op "Menu" om te maken\nof importeer sleutel paren.</string> - <string name="pubkey_unknown_format">Onbekend formaat</string> - <string name="pubkey_change_password">Verander wachtwoord</string> - <string name="pubkey_list_pick">Kies van /sdcard</string> - <string name="pubkey_import_parse_problem">Probleem met het parsen van geimporteerde privé sleutel</string> - <string name="pubkey_unlock">Ontgrendel sleutel</string> - <string name="pubkey_failed_add">Slecht wachtwoord voor sleutel \'%1$s\'. Authenticatie mislukt</string> - <string name="pubkey_memory_load">Laad in geheugen</string> - <string name="pubkey_memory_unload">Ontlaad uit geheugen</string> - <string name="pubkey_load_on_start">Laad sleutel op start</string> - <!-- Pubkey preference asking user whether the key use should be confirmed via prompt before it can be used for authentication --> - <string name="pubkey_confirm_use">Bevestig voor gebruik</string> - - <!-- Note that the '\n' splits lines, so it's actually "create port forwards" --> - <string name="portforward_list_empty">Tik "Menu" om poort\nforwards te maken.</string> - <string name="portforward_edit">Bewerk port forward</string> - <string name="portforward_delete">Verwijder port forward</string> - - <string name="prompt_nickname">Bijnaam:</string> - <!-- An example string that could be used as a nickname for a pubkey. --> - <string name="prompt_nickname_hint_pubkey">Mijn werk sleutel</string> - <!-- The source TCP port for port forwards. --> - <string name="prompt_source_port">Bron poort:</string> - <!-- The "host:port" combination used for port forward destinations. --> - <string name="prompt_destination">Bestemming:</string> - <string name="prompt_old_password">Oud wachtwoord:</string> - <string name="prompt_password">Wachtwoord:</string> - <!-- Added after a "Password:" prompt to indicate user needs to confirm entry. --> - <string name="prompt_again">(opnieuw)</string> - <!-- Label for the user to select port forward type. --> - <string name="prompt_type">Type:</string> - <string name="prompt_password_can_be_blank">Opmerking: wachtwoord kan leeg zijn</string> - <!-- Prompt for the size of the private key in bits. --> - <string name="prompt_bits">Bits:</string> - - <!-- Prompt for the password to unlock a certain pubkey. --> - <string name="prompt_pubkey_password">Wachtwoord voor sleutel \'%1$s\'</string> - - <!-- Prompt for whether to allow SSH Authentication Agent to use the specified key. Note that the '\n' means split the line so it's actually "host to use key" --> - <string name="prompt_allow_agent_to_use_key">Sta host toe om \'%1$s\' \nsleutel te gebruiken ?</string> - - <!-- The header of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning_header">WAARSCHUWING: REMOTE HOST IDENTIFICATIE IS VERANDERD!</string> - <!-- The body of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning">HET IS MOGELIJK DAT IEMAND ONGEWILD BEZIG IS!\nIemand kan nu misschien mee kijken met wat je aan het doen bent (man-in-the-middle attack)!\nHet is ook mogelijk dat de host sleutel veranderd is.</string> - - <!-- Prompt user gets when the remote host has disconnected unexpectedly. --> - <string name="prompt_host_disconnected">Host heeft de verbinding verbroken.\nSessie afsluiten?</string> - <!-- Prompt user must answer yes or no to when the remote host fails verification of encryption fingerprint --> - <string name="prompt_continue_connecting">Weet je zeker dat je\nwilt doorgaan met verbinden?</string> - - <!-- Sent to user when the remote public encryption key fingerprint doesn't match the local database --> - <string name="host_authenticity_warning">De authenticatie van host \'%1$s\' kan niet worden vastgesteld.</string> - <!-- First field is encryption algorithm. Second is the actual fingerprint in hex digits --> - <string name="host_fingerprint">Host %1$s sleutel vingerafdruk is %2$s</string> - - <string name="alert_passwords_do_not_match_msg">Wachtwoorden zijn niet hetzelfde!</string> - <string name="alert_wrong_password_msg">Verkeerd wachtwoord!</string> - <string name="alert_key_corrupted_msg">Privé sleutel lijkt corrupt!</string> - <string name="alert_sdcard_absent">SD kaart niet aanwezig!</string> - - <!-- Add a new item (e.g., host or pubkey) to the list. --> - <string name="button_add">Voeg toe</string> - <!-- Change an existing item's (e.g., host or pubkey) details. --> - <string name="button_change">Verander</string> - <!-- Button that begins the generation of a public key pair. --> - <string name="button_generate">Genereer sleutel</string> - <!-- Button that resizes the screen to the user-specified dimensions. --> - <string name="button_resize">Verander formaat</string> - - <string name="alert_disconnect_msg">Verbinding verloren</string> - - <string name="msg_copyright">Copyright © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> - - <!-- The category title for terminal emulation preferences. --> - <string name="pref_emulation_category">Terminal emulatie</string> - - <!-- Name for the emulation terminal type preference. --> - <string name="pref_emulation_title">Emulatie mode</string> - <!-- Description of the emulation terminal type preference. --> - <string name="pref_emulation_summary">Terminal emulatie mode voor gebruik in PTY verbindingen</string> - - <!-- Name for the scrollback size preference --> - <string name="pref_scrollback_title">Scrollback grootte</string> - <!-- Description of the scrollback size preference --> - <string name="pref_scrollback_summary">Grootte van scrollback buffer om in geheugen te houden voor elke console</string> - - <!-- The category title for user interface preferences --> - <string name="pref_ui_category">Gebruikers interface</string> - - <!-- Name for the rotation mode preference --> - <string name="pref_rotation_title">Rotatie mode</string> - <!-- Summary for the rotation mode preference --> - <string name="pref_rotation_summary">Hoe rotatie te veranderen wanneer keyboard in/uit geschoven is</string> - - <!-- Name for the full screen preference --> - <string name="pref_fullscreen_title">Volledig scherm</string> - <!-- Summary for the full screen preference --> - <string name="pref_fullscreen_summary">Verberg status balk terwijl in console</string> - - <!-- Name for the memorize keys preference --> - <string name="pref_memkeys_title">Onthoud sleutels in geheugen</string> - <!-- Summary for the memorize keys preference --> - <string name="pref_memkeys_summary">Houd ontgrendelde sleutels in geheugen tot achtergrond service is gestopt</string> - - <!-- Name for the update check preference --> - <string name="pref_update_title">Update controle</string> - <!-- Summary for the update check preference --> - <string name="pref_update_summary">Stel de maximale frequentie in om te controleren voor ConnectBot updates</string> - - <!-- Name for the preference that forces the service to stay running in the background.--> - <string name="pref_conn_persist_title">Behoud verbindingen</string> - <!-- Summary for the preference that forces the service to stay running in the background. --> - <string name="pref_conn_persist_summary">Forceer dat de verbindingen actief blijven op de achtergrond</string> - - <!-- Name for the keyboard shortcuts preference --> - <string name="pref_keymode_title">Folder snelkoppelingen</string> - <!-- Summary for the keyboard shortcuts preference --> - <string name="pref_keymode_summary">Selecteer hoe Alt voor \'/\' en Shift voor Tab te gebruiken</string> - - <!-- Name for the camera shortcut usage preference --> - <string name="pref_camera_title">Camera snelkoppeling</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_camera_summary">Selecteer welke snelkoppeling te activeren wanneer camera knop is ingedrukt</string> - - <!-- Name for the keep screen on preference --> - <string name="pref_keepalive_title">Houd scherm wakker</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_keepalive_summary">Voorkom scherm van uitgaan wanneer er gewerkt word in een console</string> - - <!-- Name for the Wi-Fi lock preference --> - <string name="pref_wifilock_title">Houd Wi-Fi actief</string> - <!-- Summary for the Wi-Fi lock preference --> - <string name="pref_wifilock_summary">Voorkom Wi-Fi van uitgaan wanneer er een sessie actief is</string> - - <!-- Name for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_title">Hobbelige pijlen</string> - <!-- Summary for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_summary">Tril als pijl knoppen worden gestuurd van trackball; handig voor langzame verbindingen</string> - - <!-- Category title for the Terminal Bell preferences --> - <string name="pref_bell_category">Terminal bel</string> - - <!-- Checkbox preference title for the audible terminal bell feature --> - <string name="pref_bell_title">Hoorbare bel</string> - - <!-- Title for the slider preference to set the volume --> - <string name="pref_bell_volume_title">Bel volume</string> - - <!-- Checkbox preference title for the vibrate on terminal bell feature --> - <string name="pref_bell_vibrate_title">Tril bij bel</string> - - <!-- Checkbox preference title for the receive notifications on terminal bell feature --> - <string name="pref_bell_notification_title">Achtergrond notificaties</string> - <!-- Brief summary of the feature that is enabled when the checkbox preference for the receive notifications on terminal bell feature is checked --> - <string name="pref_bell_notification_summary">Stuur notificatie als terminal in de achtergrond een bel laat klinken.</string> - - <!-- Preference selection to indicate use of right side of keyboard for special shortcuts. --> - <string name="list_keymode_right">Gebruik rechter kant sleutels</string> - <!-- Preference selection to indicate use of left side of keyboard for special shortcuts. --> - <string name="list_keymode_left">Gebruik linker kant sleutels</string> - <!-- Preference selection to indicate never to use special shortcut keys. --> - <string name="list_keymode_none">Schakel uit</string> - - <!-- Preference to not use pubkeys to authenticate to this host. --> - <string name="list_pubkeyids_none">Gebruik sleutels niet</string> - <!-- Preference to use any pubkey to authenticate to this host. --> - <string name="list_pubkeyids_any">Gebruik een willekeurige ontgrendelde sleutel</string> - - <!-- Frequency for which to check for program updates. --> - <string name="list_update_daily">Dagelijks</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_weekly">Wekelijks</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_never">Nooit</string> - - <!-- Host nickname field preference title --> - <string name="hostpref_nickname_title">Bijnaam</string> - - <!-- Host color category preference title --> - <string name="hostpref_color_title">Kleur catogorie</string> - - <!-- Host's default font size when opening the terminal in points (pt) --> - <string name="hostpref_fontsize_title">Lettergrootte</string> - - <!-- Host pubkey usage preference title --> - <string name="hostpref_pubkeyid_title">Gebruik pubkey authenticatie</string> - - <!-- Preference title for the SSH Authentication Agent Forwarding for a host connection --> - <string name="hostpref_authagent_title">Gebruik SSH auth agent</string> - - <!-- Host post-login automation preference title --> - <string name="hostpref_postlogin_title">Na-login automatie</string> - <!-- Host post-login automation preference summary --> - <string name="hostpref_postlogin_summary">Commando\'s om uit te voeren op de remote server wanneer geauthenticeerd</string> - - <!-- Host compression preference title --> - <string name="hostpref_compression_title">Compressie</string> - <!-- Summary for compression preference --> - <string name="hostpref_compression_summary">Dit kan helpen bij langzame netwerken</string> - - <!-- Setting for whether we want a session to start up when we connect to a host --> - <string name="hostpref_wantsession_title">Start shell sessie</string> - <!-- Summary for field asking whether a shell session should be started up upon connection or not --> - <string name="hostpref_wantsession_summary">Schakel dit uit om alleen port forwards te gebruiken</string> - - <!-- Setting for whether the host should be reconnected to automatically upon disconnect --> - <string name="hostpref_stayconnected_title">Blijf verbonden</string> - <!-- Summary for preference asking whether the host should be reconnected to when it disconnects --> - <string name="hostpref_stayconnected_summary">Verbinding automatisch proberen te herstellen</string> - - <!-- Setting for what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_title">DEL Sleutel</string> - <!-- Summary for field asking what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_summary">De sleutelcode als DEL knop in word gedrukt</string> - - <!-- Host character encoding preference title --> - <string name="hostpref_encoding_title">Codering</string> - <!-- Host character encoding preference summary --> - <string name="hostpref_encoding_summary">Tekencodering voor de host</string> - - <!-- Host preference category title for connection settings --> - <string name="hostpref_connection_category">Verbindings instellingen</string> - - <!-- Username field title for host editor preference --> - <string name="hostpref_username_title">Gebruikersnaam</string> - - <!-- Hostname field title for host editor preference --> - <string name="hostpref_hostname_title">Host</string> - - <!-- Port field title for host editor preference --> - <string name="hostpref_port_title">Poort</string> - - <!-- Displayed to indicate a host has never been connected to. --> - <string name="bind_never">Nooit verbonden</string> - <!-- The time that has elapsed since a host was connected to when it has been less than an hour. --> - <string name="bind_minutes">%1$s minuten geleden</string> - <!-- The time that has elapsed since a host was connected to when it has been less than a day. --> - <string name="bind_hours">%1$s uren geleden</string> - <!-- The time that has elapsed since a host was connected to when it has been a day or more. --> - <string name="bind_days">%1$s dagen geleden</string> - - <!-- Message given when user copies from the terminal. --> - <string name="console_copy_done">%1$d bytes gekopieerd naar het klembord</string> - <!-- Instructions for how to copy from the terminal. The '\n' entries are to split lines to improve readability and prevent wrapping off the screen. --> - <string name="console_copy_start">Tik en sleep\nof gebruik directioneel pad\nom velden te selecteren omte kopiëren</string> - - <!-- Button to close the disconnected terminal window. --> - <string name="console_menu_close">Sluit</string> - <!-- Button to begin copying from the terminal to the clipboard. --> - <string name="console_menu_copy">Kopieer</string> - <!-- Button to paste from the clipboard to the terminal. --> - <string name="console_menu_paste">Plak</string> - <!-- Button that brings user to the Port Forwards List. --> - <string name="console_menu_portforwards">Port Forwards</string> - <!-- Button that brings user to the terminal resizing dialog where they can force a size. --> - <string name="console_menu_resize">Forceer grootte</string> - <!-- Button that brings up the list of URLs on the current screen --> - <string name="console_menu_urlscan">URK Scan</string> - - <!-- Selection for a "local" port forward. E.g., connections to a port listening locally is forwarded to the remote end's listening port. --> - <string name="portforward_local">Lokaal</string> - <!-- Selection for a "remote" port forward. E.g., connections to a port listening remotely is forwarded to the local end's listening port. --> - <string name="portforward_remote">Op afstand</string> - <!-- Selection for a "dynamic" port forward. E.g., connections to a port listening locally is forwarded based on the SOCKS protocol to an arbitrary remote host and port. --> - <string name="portforward_dynamic">Dynamisch (SOCKS)</string> - <!-- Button that commits the port forward to be made from the Port Forward Creation dialog. --> - <string name="portforward_pos">Maak port forward</string> - - <string name="portforward_done">Succesvol port forward gemaakt</string> - <string name="portforward_problem">Probleem met het maken van een port forward, misschien gebruik je poort onder 1024 of is de poort al gebruikt?</string> - - <string name="portforward_menu_add">Voeg port forward toe</string> - - <!-- The string to present in the quick-connect box to hint the user to the format for connecting to hosts. --> - <string name="hint_userhost">gebruiker@hostnaam</string> - - <!-- Hint given to user when the format they're using is incorrect in the quick-connect box. --> - <string name="list_format_error">Gebruik het formaat "%1$s"</string> - - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_username">gebruiker</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_hostname">hostnaam</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_port">poort</string> - - <string name="list_menu_pubkeys">Beheer Pubkeys</string> - <!-- Selection choice to sort hosts by color. --> - <string name="list_menu_sortcolor">Sorteer op kleur</string> - <!-- Selection choice to sort hosts by nickname. --> - <string name="list_menu_sortname">Sorteer op naam</string> - <string name="list_menu_settings">Instellingen</string> - - <string name="list_host_disconnect">Verbreek verbinding</string> - <string name="list_host_edit">Bewerk host</string> - <string name="list_host_portforwards">Bewerk port forwards</string> - <string name="list_host_delete">Verwijder hosts</string> - <!-- Note that the '\n' splits the lines so it's actually "quick-connect box below to connect" --> - <string name="list_host_empty">Gebruik het snel-verbindings vierkant\nonder om een host te verbinden.</string> - - <!-- Default screen rotation preference selection --> - <string name="list_rotation_default">Standaard</string> - <string name="list_rotation_land">Forceer landschap</string> - <string name="list_rotation_port">Forceer portret</string> - <!-- Selection to indicate the rotation should be selected automatically based on the tilt sensor. --> - <string name="list_rotation_auto">Automatisch</string> - - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A then Space". --> - <string name="list_camera_ctrlaspace">Ctrl+A en dan Spatie</string> - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A". --> - <string name="list_camera_ctrla">Ctrl+A</string> - <!-- Selection to indicate pressing the Camera button should send the "Esc" key. --> - <string name="list_camera_esc">Esc</string> - <!-- Selection to indicate pressing the Camera button should send "Esc+A". --> - <string name="list_camera_esc_a">Esc+A</string> - <!-- Selection to indicate pressing the Camera button should send nothing at all. --> - <string name="list_camera_none">Geen</string> - - <!-- Name for the backspace character --> - <string name="list_delkey_backspace">Backspace</string> - <!-- Name for the ASCII DEL character --> - <string name="list_delkey_del">Verwijderen</string> - - <string name="delete_message">Weet je zeker dat je \'%1$s\' wilt verwijderen?</string> - <string name="delete_pos">Ja, verwijder</string> - <string name="delete_neg">Annuleren</string> - - <!-- Button to agree to license terms. --> - <string name="wizard_agree">Ga akkoord</string> - <!-- Button to go to the next page in the first time start-up wizard. --> - <string name="wizard_next">Volgende</string> - <!-- Button to go to the previous page in the first time start-up wizard. --> - <string name="wizard_back">Terug</string> - - <string name="terminal_no_hosts_connected">Momenteel geen hosts verbonden</string> - - <!-- Displayed in terminal when attempting to connect to a host. The first two - variables are host:port and the third is the protocol (e.g., SSH) --> - <string name="terminal_connecting">Bezig met verbinden naar %1$s:%2$d via %3$s</string> - - <!-- Displays the host key to the user in the terminal --> - <string name="terminal_sucess">Gecontroleerde host \'%1$s\' sleutel: %2$s</string> - <string name="terminal_failed">Host sleutel verificatie mislukt</string> - - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_s2c_algorithm">Server-naar-cliënt algoritme: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_c2s_algorithm">Cliënt-naar-server algoritme: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_algorithm">Gebruikt algoritme: %1$s %2$s</string> - - <string name="terminal_auth">Probeert te authenticeren</string> - - <string name="terminal_auth_pass">Probeert \'wachtwoord\' authenticatie</string> - <string name="terminal_auth_pass_fail">Authenticatie methode \'wachtwoord\' mislukt</string> - - <string name="terminal_auth_pubkey_any">Probeert \'publieke sleutel\' authenticatie met een willekeurige in-geheugen publieke sleutel</string> - <string name="terminal_auth_pubkey_invalid">Geselecteerde publieke sleutel is ongeldig, probeer herselecteren van de sleutel in de host bewerker</string> - <string name="terminal_auth_pubkey_specific">Probeert \'publickey\' authenticatie met een specifieke publieke sleutel</string> - <string name="terminal_auth_pubkey_fail">Authenticatie methode \'publickey\' met sleutel \'%1$s\' gefaald</string> - - <string name="terminal_auth_ki">Probeert \'keyboard-interactive\' authenticatie</string> - <string name="terminal_auth_ki_fail">Authenticatie methode \'keyboard-interactive\' mislukt</string> - - <string name="terminal_auth_fail">[Uw host ondersteund \'wachtwoord\' of \'keyboard-interactive\' authenticatie niet.]</string> - - <string name="terminal_no_session">Sessie zal niet gestart worden door host instelling</string> - <string name="terminal_enable_portfoward">Activeer port forward: %1$s</string> - - <string name="local_shell_unavailable">Mislukking! Lokale shell is niet beschikbaar op deze telefoon.</string> - - <!-- Text sent to the user to alert them that a Terminal Bell is received in a background session --> - <string name="notification_text">%1$s wil je aandacht.</string> - - <!-- Dialog title when a new version of ConnectBot is detected. --> - <string name="upgrade">Nieuwe versie</string> - <!-- Button selection to upgrade to the latest ConnectBot when one is available. --> - <string name="upgrade_pos">Ja, upgrade</string> - <!-- Button selection to skip upgrading to the latest ConnectBot when one is available. --> - <string name="upgrade_neg">Nog niet</string> - - <!-- Preference selection for SSH Authentication Agent to never use pubkeys --> - <string name="no">Nee</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys "with confirmation" only --> - <string name="with_confirmation">Met toestemming</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys --> - <string name="yes">Ja</string> - - <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> - <string name="exceptions_submit_message">Het lijkt erop dat ConnectBot een probleem had de laatste keer dat het gebruikt werd. Wilt u een foutenrapport naar de ConnectBot ontwikkelaars sturen?</string> - - <!-- Menu selection to reset colors to their defaults. --> - <string name="menu_colors_reset">Terug naar standaardinstellingen</string> - - <!-- Displayed in the notification bar that connections are active --> - <string name="app_is_running">ConnectBot werkt (Connecties zijn actief)</string> - - <string name="color_red">rood</string> - <string name="color_green">groen</string> - <string name="color_blue">blauw</string> - <string name="color_gray">grijs</string> + <string name="app_desc">Simpele, krachtige, open-source SSH client.</string> + <string name="service_desc">Onderhoud SSH verbindingen en geladen pubkeys</string> + <string name="title_hosts_list">Hosts</string> + <string name="title_pubkey_list">Pubkeys</string> + <string name="title_port_forwards_list">Port forwards</string> + <string name="title_host_editor">Host bewerken</string> + <string name="title_help">Help</string> + <string name="title_colors">Kleuren</string> + <string name="resolve_connect">Verbinden</string> + <string name="resolve_entropy">Verzamel Entropie</string> + <string name="menu_insert">Host Toevoegen</string> + <string name="menu_delete">Host verwijderen</string> + <string name="menu_preferences">Voorkeuren</string> + <string name="help_intro">Selecteer hieronder een onderwerp voor meer informatie over een onderwerp.</string> + <string name="help_about">Over ConnectBot</string> + <string name="help_keyboard">Toetsenbord</string> + <string name="pubkey_generate">Genereren</string> + <string name="pubkey_import">Importeren</string> + <string name="pubkey_delete">Sleutel verwijderen</string> + <string name="pubkey_gather_entropy">Bezig met het verzamelen van Entropie</string> + <string name="pubkey_touch_prompt">Raak dit vierkant aan om willekeurigheid te verzamelen: %1$d%% gedaan</string> + <string name="pubkey_touch_hint">Beweeg je vinger in willekeurige volgorde over het vak beneden om er voor te zorgen dat de invoer willekeurig blijft.</string> + <string name="pubkey_generating">Genereren van een sleutel paar...</string> + <string name="pubkey_copy_private">Kopieer privé sleutel</string> + <string name="pubkey_copy_public">Kopieer publieke sleutel</string> + <string name="pubkey_list_empty">Tik op Menu om te maken\nof importeer sleutel paren.</string> + <string name="pubkey_unknown_format">Onbekend formaat</string> + <string name="pubkey_change_password">Verander wachtwoord</string> + <string name="pubkey_list_pick">Kies van /sdcard</string> + <string name="pubkey_import_parse_problem">Probleem met het parsen van geimporteerde privé sleutel</string> + <string name="pubkey_unlock">Ontgrendel sleutel</string> + <string name="pubkey_failed_add">Slecht wachtwoord voor sleutel \'%1$s\'. Authenticatie mislukt</string> + <string name="pubkey_memory_load">Laad in geheugen</string> + <string name="pubkey_memory_unload">Ontlaad uit geheugen</string> + <string name="pubkey_load_on_start">Laad sleutel op start</string> + <string name="pubkey_confirm_use">Bevestig voor gebruik</string> + <string name="portforward_list_empty">Tik Menu om poort\nforwards te maken.</string> + <string name="portforward_edit">Bewerk port forward</string> + <string name="portforward_delete">Verwijder port forward</string> + <string name="prompt_nickname">Bijnaam:</string> + <string name="prompt_nickname_hint_pubkey">Mijn werk sleutel</string> + <string name="prompt_source_port">Bron poort:</string> + <string name="prompt_destination">Bestemming:</string> + <string name="prompt_old_password">Oud wachtwoord:</string> + <string name="prompt_password">Wachtwoord:</string> + <string name="prompt_again">(opnieuw)</string> + <string name="prompt_type">Type:</string> + <string name="prompt_password_can_be_blank">Opmerking: wachtwoord kan leeg zijn</string> + <string name="prompt_bits">Bits:</string> + <string name="prompt_pubkey_password">Wachtwoord voor sleutel \'%1$s\'</string> + <string name="prompt_allow_agent_to_use_key">Sta host toe om \'%1$s\' \nsleutel te gebruiken ?</string> + <string name="host_verification_failure_warning_header">WAARSCHUWING: REMOTE HOST IDENTIFICATIE IS VERANDERD!</string> + <string name="host_verification_failure_warning">HET IS MOGELIJK DAT IEMAND ONGEWILD BEZIG IS!\nIemand kan nu misschien mee kijken met wat je aan het doen bent (man-in-the-middle attack)!\nHet is ook mogelijk dat de host sleutel veranderd is.</string> + <string name="prompt_host_disconnected">Host heeft de verbinding verbroken.\nSessie afsluiten?</string> + <string name="prompt_continue_connecting">Weet je zeker dat je\nwilt doorgaan met verbinden?</string> + <string name="host_authenticity_warning">De authenticatie van host \'%1$s\' kan niet worden vastgesteld.</string> + <string name="host_fingerprint">Host %1$s sleutel vingerafdruk is %2$s</string> + <string name="alert_passwords_do_not_match_msg">Wachtwoorden zijn niet hetzelfde!</string> + <string name="alert_wrong_password_msg">Verkeerd wachtwoord!</string> + <string name="alert_key_corrupted_msg">Privé sleutel lijkt corrupt!</string> + <string name="alert_sdcard_absent">SD kaart niet aanwezig!</string> + <string name="button_add">Voeg toe</string> + <string name="button_change">Verander</string> + <string name="button_generate">Genereer sleutel</string> + <string name="button_resize">Verander formaat</string> + <string name="alert_disconnect_msg">Verbinding verloren</string> + <string name="msg_copyright">Copyright © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> + <string name="pref_emulation_category">Terminal emulatie</string> + <string name="pref_emulation_title">Emulatie mode</string> + <string name="pref_emulation_summary">Terminal emulatie mode voor gebruik in PTY verbindingen</string> + <string name="pref_scrollback_title">Scrollback grootte</string> + <string name="pref_scrollback_summary">Grootte van scrollback buffer om in geheugen te houden voor elke console</string> + <string name="pref_ui_category">Gebruikers interface</string> + <string name="pref_rotation_title">Rotatie mode</string> + <string name="pref_rotation_summary">Hoe rotatie te veranderen wanneer keyboard in/uit geschoven is</string> + <string name="pref_fullscreen_title">Volledig scherm</string> + <string name="pref_fullscreen_summary">Verberg status balk terwijl in console</string> + <string name="pref_memkeys_title">Onthoud sleutels in geheugen</string> + <string name="pref_memkeys_summary">Houd ontgrendelde sleutels in geheugen tot achtergrond service is gestopt</string> + <string name="pref_update_title">Update controle</string> + <string name="pref_update_summary">Stel de maximale frequentie in om te controleren voor ConnectBot updates</string> + <string name="pref_conn_persist_title">Behoud verbindingen</string> + <string name="pref_conn_persist_summary">Forceer dat de verbindingen actief blijven op de achtergrond</string> + <string name="pref_keymode_title">Folder snelkoppelingen</string> + <string name="pref_keymode_summary">Selecteer hoe Alt voor \'/\' en Shift voor Tab te gebruiken</string> + <string name="pref_camera_title">Camera snelkoppeling</string> + <string name="pref_camera_summary">Selecteer welke snelkoppeling te activeren wanneer camera knop is ingedrukt</string> + <string name="pref_keepalive_title">Houd scherm wakker</string> + <string name="pref_keepalive_summary">Voorkom scherm van uitgaan wanneer er gewerkt word in een console</string> + <string name="pref_wifilock_title">Houd Wi-Fi actief</string> + <string name="pref_wifilock_summary">Voorkom Wi-Fi van uitgaan wanneer er een sessie actief is</string> + <string name="pref_bumpyarrows_title">Hobbelige pijlen</string> + <string name="pref_bumpyarrows_summary">Tril als pijl knoppen worden gestuurd van trackball; handig voor langzame verbindingen</string> + <string name="pref_bell_category">Terminal bel</string> + <string name="pref_bell_title">Hoorbare bel</string> + <string name="pref_bell_volume_title">Bel volume</string> + <string name="pref_bell_vibrate_title">Tril bij bel</string> + <string name="pref_bell_notification_title">Achtergrond notificaties</string> + <string name="pref_bell_notification_summary">Stuur notificatie als terminal in de achtergrond een bel laat klinken.</string> + <string name="list_keymode_right">Gebruik rechter kant sleutels</string> + <string name="list_keymode_left">Gebruik linker kant sleutels</string> + <string name="list_keymode_none">Schakel uit</string> + <string name="list_pubkeyids_none">Gebruik sleutels niet</string> + <string name="list_pubkeyids_any">Gebruik een willekeurige ontgrendelde sleutel</string> + <string name="list_update_daily">Dagelijks</string> + <string name="list_update_weekly">Wekelijks</string> + <string name="list_update_never">Nooit</string> + <string name="hostpref_nickname_title">Bijnaam</string> + <string name="hostpref_color_title">Kleur catogorie</string> + <string name="hostpref_fontsize_title">Lettergrootte</string> + <string name="hostpref_pubkeyid_title">Gebruik pubkey authenticatie</string> + <string name="hostpref_authagent_title">Gebruik SSH auth agent</string> + <string name="hostpref_postlogin_title">Na-login automatie</string> + <string name="hostpref_postlogin_summary">Commando\'s om uit te voeren op de remote server wanneer geauthenticeerd</string> + <string name="hostpref_compression_title">Compressie</string> + <string name="hostpref_compression_summary">Dit kan helpen bij langzame netwerken</string> + <string name="hostpref_wantsession_title">Start shell sessie</string> + <string name="hostpref_wantsession_summary">Schakel dit uit om alleen port forwards te gebruiken</string> + <string name="hostpref_stayconnected_title">Blijf verbonden</string> + <string name="hostpref_stayconnected_summary">Verbinding automatisch proberen te herstellen</string> + <string name="hostpref_delkey_title">Del-toets</string> + <string name="hostpref_delkey_summary">De toetscode als de DEL-knop in wordt gedrukt</string> + <string name="hostpref_encoding_title">Codering</string> + <string name="hostpref_encoding_summary">Tekencodering voor de host</string> + <string name="hostpref_connection_category">Verbindings instellingen</string> + <string name="hostpref_username_title">Gebruikersnaam</string> + <string name="hostpref_hostname_title">Host</string> + <string name="hostpref_port_title">Poort</string> + <string name="bind_never">Nooit verbonden</string> + <string name="bind_minutes">%1$s minuten geleden</string> + <string name="bind_hours">%1$s uren geleden</string> + <string name="bind_days">%1$s dagen geleden</string> + <string name="console_copy_done">%1$d bytes gekopieerd naar het klembord</string> + <string name="console_copy_start">Tik en sleep\nof gebruik directioneel pad\nom velden te selecteren omte kopiëren</string> + <string name="console_menu_close">Sluit</string> + <string name="console_menu_copy">Kopieer</string> + <string name="console_menu_paste">Plak</string> + <string name="console_menu_portforwards">Port Forwards</string> + <string name="console_menu_resize">Forceer grootte</string> + <string name="console_menu_urlscan">URK Scan</string> + <string name="button_yes">Ja</string> + <string name="button_no">Nee</string> + <string name="portforward_local">Lokaal</string> + <string name="portforward_remote">Op afstand</string> + <string name="portforward_dynamic">Dynamisch (SOCKS)</string> + <string name="portforward_pos">Maak port forward</string> + <string name="portforward_done">Succesvol port forward gemaakt</string> + <string name="portforward_problem">Probleem met het maken van een port forward, misschien gebruik je poort onder 1024 of is de poort al gebruikt?</string> + <string name="portforward_menu_add">Voeg port forward toe</string> + <string name="hint_userhost">gebruiker\@hostnaam</string> + <string name="list_format_error">Gebruik het formaat %1$s</string> + <string name="format_username">gebruiker</string> + <string name="format_hostname">hostnaam</string> + <string name="format_port">poort</string> + <string name="list_menu_pubkeys">Beheer Pubkeys</string> + <string name="list_menu_sortcolor">Sorteer op kleur</string> + <string name="list_menu_sortname">Sorteer op naam</string> + <string name="list_menu_settings">Instellingen</string> + <string name="list_host_disconnect">Verbreek verbinding</string> + <string name="list_host_edit">Bewerk host</string> + <string name="list_host_portforwards">Bewerk port forwards</string> + <string name="list_host_delete">Verwijder hosts</string> + <string name="list_host_empty">Gebruik het snel-verbindings vierkant\nonder om een host te verbinden.</string> + <string name="list_rotation_default">Standaard</string> + <string name="list_rotation_land">Forceer landschap</string> + <string name="list_rotation_port">Forceer portret</string> + <string name="list_rotation_auto">Automatisch</string> + <string name="list_camera_ctrlaspace">Ctrl+A en dan Spatie</string> + <string name="list_camera_ctrla">Ctrl+A</string> + <string name="list_camera_esc">Esc</string> + <string name="list_camera_esc_a">Esc+A</string> + <string name="list_camera_none">Geen</string> + <string name="list_delkey_backspace">Backspace</string> + <string name="list_delkey_del">Verwijderen</string> + <string name="delete_message">Weet je zeker dat je \'%1$s\' wilt verwijderen?</string> + <string name="delete_pos">Ja, verwijder</string> + <string name="delete_neg">Annuleren</string> + <string name="wizard_agree">Ga akkoord</string> + <string name="wizard_next">Volgende</string> + <string name="wizard_back">Terug</string> + <string name="terminal_no_hosts_connected">Momenteel geen hosts verbonden</string> + <string name="terminal_connecting">Bezig met verbinden naar %1$s:%2$d via %3$s</string> + <string name="terminal_sucess">Gecontroleerde host \'%1$s\' sleutel: %2$s</string> + <string name="terminal_failed">Host sleutel verificatie mislukt</string> + <string name="terminal_using_s2c_algorithm">Server-naar-cliënt algoritme: %1$s %2$s</string> + <string name="terminal_using_c2s_algorithm">Cliënt-naar-server algoritme: %1$s %2$s</string> + <string name="terminal_using_algorithm">Gebruikt algoritme: %1$s %2$s</string> + <string name="terminal_auth">Probeert te authenticeren</string> + <string name="terminal_auth_pass">Probeert \'wachtwoord\' authenticatie</string> + <string name="terminal_auth_pass_fail">Authenticatie methode \'wachtwoord\' mislukt</string> + <string name="terminal_auth_pubkey_any">Probeert \'publieke sleutel\' authenticatie met een willekeurige in-geheugen publieke sleutel</string> + <string name="terminal_auth_pubkey_invalid">Geselecteerde publieke sleutel is ongeldig, probeer herselecteren van de sleutel in de host bewerker</string> + <string name="terminal_auth_pubkey_specific">Probeert \'publickey\' authenticatie met een specifieke publieke sleutel</string> + <string name="terminal_auth_pubkey_fail">Authenticatie methode \'publickey\' met sleutel \'%1$s\' gefaald</string> + <string name="terminal_auth_ki">Probeert \'keyboard-interactive\' authenticatie</string> + <string name="terminal_auth_ki_fail">Authenticatie methode \'keyboard-interactive\' mislukt</string> + <string name="terminal_auth_fail">[Uw host ondersteund \'wachtwoord\' of \'keyboard-interactive\' authenticatie niet.]</string> + <string name="terminal_no_session">Sessie zal niet gestart worden door host instelling</string> + <string name="terminal_enable_portfoward">Activeer port forward: %1$s</string> + <string name="local_shell_unavailable">Mislukking! Lokale shell is niet beschikbaar op deze telefoon.</string> + <string name="notification_text">%1$s wil je aandacht.</string> + <string name="upgrade">Nieuwe versie</string> + <string name="upgrade_pos">Ja, upgrade</string> + <string name="upgrade_neg">Nog niet</string> + <string name="no">Nee</string> + <string name="with_confirmation">Met toestemming</string> + <string name="yes">Ja</string> + <string name="exceptions_submit_message">Het lijkt erop dat ConnectBot een probleem had de laatste keer dat het gebruikt werd. Wilt u een foutenrapport naar de ConnectBot ontwikkelaars sturen?</string> + <string name="menu_colors_reset">Terug naar standaardinstellingen</string> + <string name="app_is_running">ConnectBot werkt (Connecties zijn actief)</string> + <string name="color_red">rood</string> + <string name="color_green">groen</string> + <string name="color_blue">blauw</string> + <string name="color_gray">grijs</string> </resources> diff --git a/res/values-oc/strings.xml b/res/values-oc/strings.xml index 86fb29a..d845b78 100644 --- a/res/values-oc/strings.xml +++ b/res/values-oc/strings.xml @@ -1,461 +1,93 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * ConnectBot: simple, powerful, open-source SSH client for Android - * Copyright 2007 Kenny Root, Jeffrey Sharkey - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ ---> +<?xml version='1.0' encoding='utf-8'?> <resources> - <string name="app_desc">Un client SSH simple, open-source e poderós.</string> - - <!-- Window title for the Host List --> - <string name="title_hosts_list">Òstes</string> - <!-- Window title for the Pubkeys List --> - <string name="title_pubkey_list">Claus publicas</string> - <!-- Window title for the Port Forwards List --> - <string name="title_port_forwards_list">Redireccions de pòrts</string> - <!-- Window title when editing host details --> - <string name="title_host_editor">Modificar lo servidor</string> - <!-- Window title for Help index --> - <string name="title_help">Ajuda</string> - <!-- Window title for color list editing screen --> - <string name="title_colors">Colors</string> - - <string name="resolve_connect">Connexion</string> - <!-- Menu selection where user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="resolve_entropy">Generacion d\'aleatòri</string> - - <string name="menu_insert">Apondre un servidor</string> - <string name="menu_delete">Supprimir lo servidor</string> - <string name="menu_preferences">Preferéncias</string> - - <string name="help_intro">Seleccionatz un subjècte çaijós per mai d\'entresenhas.</string> - <string name="help_about">A prepaus de ConnectBot</string> - <string name="help_keyboard">Clavièr</string> - - <string name="pubkey_generate">Generar</string> - <string name="pubkey_import">Importar</string> - <string name="pubkey_delete">Suprimir la clau</string> - <!-- Dialog title when user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="pubkey_gather_entropy">Generacion d\'aleatòri</string> - <string name="pubkey_touch_prompt">Tocatz aquesta bóstia per recuperar un nombre aleatòri : %1$d%% fach</string> - <string name="pubkey_touch_hint">In order to assure randomness during the key generation, move your finger randomly over the box below.</string> - <string name="pubkey_generating">Generating key pair...</string> - <string name="pubkey_copy_private">Copy private key</string> - <string name="pubkey_copy_public">Copy public key</string> - <!-- Note that the '\n' just splits lines, so it's actually "create or import" --> - <string name="pubkey_list_empty">Tap "Menu" to create\nor import key pairs.</string> - <string name="pubkey_unknown_format">Unknown format</string> - <string name="pubkey_change_password">Modificar lo senhal</string> - <string name="pubkey_list_pick">Recuperar dempuèi /sdcard</string> - <string name="pubkey_import_parse_problem">Problem parsing imported private key</string> - <string name="pubkey_unlock">Unlock key</string> - <string name="pubkey_failed_add">Bad password for key \'%1$s\'. Authentication failed.</string> - <string name="pubkey_memory_load">Load into memory</string> - <string name="pubkey_memory_unload">Unload from memory</string> - <string name="pubkey_load_on_start">Load key on start</string> - <!-- Pubkey preference asking user whether the key use should be confirmed via prompt before it can be used for authentication --> - <string name="pubkey_confirm_use">Confirm before use</string> - - <!-- Note that the '\n' splits lines, so it's actually "create port forwards" --> - <string name="portforward_list_empty">Tap "Menu" to create\nport forwards.</string> - <string name="portforward_edit">Edit port forward</string> - <string name="portforward_delete">Delete port forward</string> - - <string name="prompt_nickname">Escais :</string> - <!-- An example string that could be used as a nickname for a pubkey. --> - <string name="prompt_nickname_hint_pubkey">My work key</string> - <!-- The source TCP port for port forwards. --> - <string name="prompt_source_port">Source port:</string> - <!-- The "host:port" combination used for port forward destinations. --> - <string name="prompt_destination">Destination:</string> - <string name="prompt_old_password">Old password:</string> - <string name="prompt_password">Senhal :</string> - <!-- Added after a "Password:" prompt to indicate user needs to confirm entry. --> - <string name="prompt_again">(encara)</string> - <!-- Label for the user to select port forward type. --> - <string name="prompt_type">Tipe :</string> - <string name="prompt_password_can_be_blank">Note: password can be blank</string> - <!-- Prompt for the size of the private key in bits. --> - <string name="prompt_bits">Bits :</string> - - <!-- Prompt for the password to unlock a certain pubkey. --> - <string name="prompt_pubkey_password">Password for key \'%1$s\'</string> - - <!-- Prompt for whether to allow SSH Authentication Agent to use the specified key. Note that the '\n' means split the line so it's actually "host to use key" --> - <string name="prompt_allow_agent_to_use_key">Allow remote host to\nuse key \'%1$s\'?</string> - - <!-- The header of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning_header">WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!</string> - <!-- The body of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning">IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!\nSomeone could be eavesdropping on you right now (man-in-the-middle attack)!\nIt is also possible that the host key has just been changed.</string> - - <!-- Prompt user gets when the remote host has disconnected unexpectedly. --> - <string name="prompt_host_disconnected">Host has disconnected.\nClose session?</string> - <!-- Prompt user must answer yes or no to when the remote host fails verification of encryption fingerprint --> - <string name="prompt_continue_connecting">Are you sure you want\nto continue connecting?</string> - - <!-- Sent to user when the remote public encryption key fingerprint doesn't match the local database --> - <string name="host_authenticity_warning">The authenticity of host \'%1$s\' can\'t be established.</string> - <!-- First field is encryption algorithm. Second is the actual fingerprint in hex digits --> - <string name="host_fingerprint">Host %1$s key fingerprint is %2$s</string> - - <string name="alert_passwords_do_not_match_msg">Passwords do not match!</string> - <string name="alert_wrong_password_msg">Wrong password!</string> - <string name="alert_key_corrupted_msg">Private key appears corrupt!</string> - <string name="alert_sdcard_absent">SD card is not inserted!</string> - - <!-- Add a new item (e.g., host or pubkey) to the list. --> - <string name="button_add">Add</string> - <!-- Change an existing item's (e.g., host or pubkey) details. --> - <string name="button_change">Change</string> - <!-- Button that begins the generation of a public key pair. --> - <string name="button_generate">Generate Key</string> - <!-- Button that resizes the screen to the user-specified dimensions. --> - <string name="button_resize">Resize</string> - - <string name="alert_disconnect_msg">Connection Lost</string> - - <string name="msg_copyright">Copyright © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> - - <!-- The category title for terminal emulation preferences. --> - <string name="pref_emulation_category">Terminal emulation</string> - - <!-- Name for the emulation terminal type preference. --> - <string name="pref_emulation_title">Emulation mode</string> - <!-- Description of the emulation terminal type preference. --> - <string name="pref_emulation_summary">Terminal emulation mode to use for PTY connections</string> - - <!-- Name for the scrollback size preference --> - <string name="pref_scrollback_title">Scrollback size</string> - <!-- Description of the scrollback size preference --> - <string name="pref_scrollback_summary">Size of scrollback buffer to keep in memory for each console</string> - - <!-- The category title for user interface preferences --> - <string name="pref_ui_category">User interface</string> - - <!-- Name for the rotation mode preference --> - <string name="pref_rotation_title">Rotation mode</string> - <!-- Summary for the rotation mode preference --> - <string name="pref_rotation_summary">How to change rotation when keyboard popped in/out</string> - - <!-- Name for the full screen preference --> - <string name="pref_fullscreen_title">Full screen</string> - <!-- Summary for the full screen preference --> - <string name="pref_fullscreen_summary">Hide status bar while in console</string> - - <!-- Name for the memorize keys preference --> - <string name="pref_memkeys_title">Remember keys in memory</string> - <!-- Summary for the memorize keys preference --> - <string name="pref_memkeys_summary">Keep unlocked keys in memory until backend service is terminated</string> - - <!-- Name for the update check preference --> - <string name="pref_update_title">Update check</string> - <!-- Summary for the update check preference --> - <string name="pref_update_summary">Set the maximum frequency to check for ConnectBot updates</string> - - <!-- Name for the preference that forces the service to stay running in the background.--> - <string name="pref_conn_persist_title">Persist connections</string> - <!-- Summary for the preference that forces the service to stay running in the background. --> - <string name="pref_conn_persist_summary">Force connections to stay connected while in background</string> - - <!-- Name for the keyboard shortcuts preference --> - <string name="pref_keymode_title">Directory shortcuts</string> - <!-- Summary for the keyboard shortcuts preference --> - <string name="pref_keymode_summary">Select how to use Alt for \'/\' and Shift for Tab</string> - - <!-- Name for the camera shortcut usage preference --> - <string name="pref_camera_title">Camera shortcut</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_camera_summary">Select which shortcut to trigger when the camera button is pushed</string> - - <!-- Name for the keep screen on preference --> - <string name="pref_keepalive_title">Keep screen awake</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_keepalive_summary">Prevent the screen from turning off when working in a console</string> - - <!-- Name for the Wi-Fi lock preference --> - <string name="pref_wifilock_title">Keep Wi-Fi active</string> - <!-- Summary for the Wi-Fi lock preference --> - <string name="pref_wifilock_summary">Prevent Wi-Fi from turning off when a session is active</string> - - <!-- Name for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_title">Bumpy arrows</string> - <!-- Summary for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_summary">Vibrate when sending arrow keys from trackball; useful for laggy connections</string> - - <!-- Category title for the Terminal Bell preferences --> - <string name="pref_bell_category">Terminal bell</string> - - <!-- Checkbox preference title for the audible terminal bell feature --> - <string name="pref_bell_title">Audible bell</string> - - <!-- Title for the slider preference to set the volume --> - <string name="pref_bell_volume_title">Bell volume</string> - - <!-- Checkbox preference title for the vibrate on terminal bell feature --> - <string name="pref_bell_vibrate_title">Vibrate on bell</string> - - <!-- Checkbox preference title for the receive notifications on terminal bell feature --> - <string name="pref_bell_notification_title">Background notifications</string> - <!-- Brief summary of the feature that is enabled when the checkbox preference for the receive notifications on terminal bell feature is checked --> - <string name="pref_bell_notification_summary">Send notification when a terminal running in the background sounds a bell.</string> - - <!-- Preference selection to indicate use of right side of keyboard for special shortcuts. --> - <string name="list_keymode_right">Use right-side keys</string> - <!-- Preference selection to indicate use of left side of keyboard for special shortcuts. --> - <string name="list_keymode_left">Use left-side keys</string> - <!-- Preference selection to indicate never to use special shortcut keys. --> - <string name="list_keymode_none">Disable</string> - - <!-- Preference to not use pubkeys to authenticate to this host. --> - <string name="list_pubkeyids_none">Do not use keys</string> - <!-- Preference to use any pubkey to authenticate to this host. --> - <string name="list_pubkeyids_any">Use any unlocked key</string> - - <!-- Frequency for which to check for program updates. --> - <string name="list_update_daily">Daily</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_weekly">Weekly</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_never">Never</string> - - <!-- Host nickname field preference title --> - <string name="hostpref_nickname_title">Nickname</string> - - <!-- Host color category preference title --> - <string name="hostpref_color_title">Color category</string> - - <!-- Host's default font size when opening the terminal in points (pt) --> - <string name="hostpref_fontsize_title">Font size (pt)</string> - - <!-- Host pubkey usage preference title --> - <string name="hostpref_pubkeyid_title">Use pubkey authentication</string> - - <!-- Preference title for the SSH Authentication Agent Forwarding for a host connection --> - <string name="hostpref_authagent_title">Use SSH auth agent</string> - - <!-- Host post-login automation preference title --> - <string name="hostpref_postlogin_title">Post-login automation</string> - <!-- Host post-login automation preference summary --> - <string name="hostpref_postlogin_summary">Commands to run on remote server once authenticated</string> - - <!-- Host compression preference title --> - <string name="hostpref_compression_title">Compression</string> - <!-- Summary for compression preference --> - <string name="hostpref_compression_summary">This may help with slower networks</string> - - <!-- Setting for whether we want a session to start up when we connect to a host --> - <string name="hostpref_wantsession_title">Start shell session</string> - <!-- Summary for field asking whether a shell session should be started up upon connection or not --> - <string name="hostpref_wantsession_summary">Disable this preference to only use port forwards</string> - - <!-- Setting for whether the host should be reconnected to automatically upon disconnect --> - <string name="hostpref_stayconnected_title">Stay connected</string> - <!-- Summary for preference asking whether the host should be reconnected to when it disconnects --> - <string name="hostpref_stayconnected_summary">Try to reconnect to host if disconnected</string> - - <!-- Setting for what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_title">DEL Key</string> - <!-- Summary for field asking what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_summary">The key code sent when DEL key is pressed</string> - - <!-- Host character encoding preference title --> - <string name="hostpref_encoding_title">Encoding</string> - <!-- Host character encoding preference summary --> - <string name="hostpref_encoding_summary">Character encoding for the host</string> - - <!-- Host preference category title for connection settings --> - <string name="hostpref_connection_category">Connection settings</string> - - <!-- Username field title for host editor preference --> - <string name="hostpref_username_title">Username</string> - - <!-- Hostname field title for host editor preference --> - <string name="hostpref_hostname_title">Host</string> - - <!-- Port field title for host editor preference --> - <string name="hostpref_port_title">Port</string> - - <!-- Displayed to indicate a host has never been connected to. --> - <string name="bind_never">Never connected</string> - <!-- The time that has elapsed since a host was connected to when it has been less than an hour. --> - <string name="bind_minutes">%1$s minutes ago</string> - <!-- The time that has elapsed since a host was connected to when it has been less than a day. --> - <string name="bind_hours">%1$s hours ago</string> - <!-- The time that has elapsed since a host was connected to when it has been a day or more. --> - <string name="bind_days">%1$s days ago</string> - - <!-- Message given when user copies from the terminal. --> - <string name="console_copy_done">Copied %1$d bytes to clipboard</string> - <!-- Instructions for how to copy from the terminal. The '\n' entries are to split lines to improve readability and prevent wrapping off the screen. --> - <string name="console_copy_start">Touch and drag\nor use directional pad\nto select area to copy</string> - - <!-- Button to close the disconnected terminal window. --> - <string name="console_menu_close">Close</string> - <!-- Button to begin copying from the terminal to the clipboard. --> - <string name="console_menu_copy">Copy</string> - <!-- Button to paste from the clipboard to the terminal. --> - <string name="console_menu_paste">Paste</string> - <!-- Button that brings user to the Port Forwards List. --> - <string name="console_menu_portforwards">Port Forwards</string> - <!-- Button that brings user to the terminal resizing dialog where they can force a size. --> - <string name="console_menu_resize">Force Size</string> - <!-- Button that brings up the list of URLs on the current screen --> - <string name="console_menu_urlscan">URL Scan</string> - - <!-- Selection for a "local" port forward. E.g., connections to a port listening locally is forwarded to the remote end's listening port. --> - <string name="portforward_local">Local</string> - <!-- Selection for a "remote" port forward. E.g., connections to a port listening remotely is forwarded to the local end's listening port. --> - <string name="portforward_remote">Remote</string> - <!-- Selection for a "dynamic" port forward. E.g., connections to a port listening locally is forwarded based on the SOCKS protocol to an arbitrary remote host and port. --> - <string name="portforward_dynamic">Dynamic (SOCKS)</string> - <!-- Button that commits the port forward to be made from the Port Forward Creation dialog. --> - <string name="portforward_pos">Create port forward</string> - - <string name="portforward_done">Successfully created port forward</string> - <string name="portforward_problem">Problem creating port forward, maybe you\'re using ports under 1024 or port is already used?</string> - - <string name="portforward_menu_add">Add port forward</string> - - <!-- The string to present in the quick-connect box to hint the user to the format for connecting to hosts. --> - <string name="hint_userhost">user@hostname</string> - - <!-- Hint given to user when the format they're using is incorrect in the quick-connect box. --> - <string name="list_format_error">Use the format "%1$s"</string> - - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_username">username</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_hostname">hostname</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_port">port</string> - - <string name="list_menu_pubkeys">Manage Pubkeys</string> - <!-- Selection choice to sort hosts by color. --> - <string name="list_menu_sortcolor">Sort by color</string> - <!-- Selection choice to sort hosts by nickname. --> - <string name="list_menu_sortname">Sort by name</string> - <string name="list_menu_settings">Settings</string> - - <string name="list_host_disconnect">Disconnect</string> - <string name="list_host_edit">Edit host</string> - <string name="list_host_portforwards">Edit port forwards</string> - <string name="list_host_delete">Delete host</string> - <!-- Note that the '\n' splits the lines so it's actually "quick-connect box below to connect" --> - <string name="list_host_empty">Use the quick-connect box\nbelow to connect to a host.</string> - - <!-- Default screen rotation preference selection --> - <string name="list_rotation_default">Default</string> - <string name="list_rotation_land">Force landscape</string> - <string name="list_rotation_port">Force portrait</string> - <!-- Selection to indicate the rotation should be selected automatically based on the tilt sensor. --> - <string name="list_rotation_auto">Automatic</string> - - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A then Space". --> - <string name="list_camera_ctrlaspace">Ctrl+A then Space</string> - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A". --> - <string name="list_camera_ctrla">Ctrl+A</string> - <!-- Selection to indicate pressing the Camera button should send the "Esc" key. --> - <string name="list_camera_esc">Esc</string> - <!-- Selection to indicate pressing the Camera button should send "Esc+A". --> - <string name="list_camera_esc_a">Esc+A</string> - <!-- Selection to indicate pressing the Camera button should send nothing at all. --> - <string name="list_camera_none">None</string> - - <!-- Name for the backspace character --> - <string name="list_delkey_backspace">Backspace</string> - <!-- Name for the ASCII DEL character --> - <string name="list_delkey_del">Delete</string> - - <string name="delete_message">Are you sure you want to delete \'%1$s\'?</string> - <string name="delete_pos">Yes, delete</string> - <string name="delete_neg">Cancel</string> - - <!-- Button to agree to license terms. --> - <string name="wizard_agree">Agree</string> - <!-- Button to go to the next page in the first time start-up wizard. --> - <string name="wizard_next">Next</string> - <!-- Button to go to the previous page in the first time start-up wizard. --> - <string name="wizard_back">Back</string> - - <string name="terminal_no_hosts_connected">No hosts currently connected</string> - - <!-- Displayed in terminal when attempting to connect to a host. The first two - variables are host:port and the third is the protocol (e.g., SSH) --> - <string name="terminal_connecting">Connecting to %1$s:%2$d via %3$s</string> - - <!-- Displays the host key to the user in the terminal --> - <string name="terminal_sucess">Verified host \'%1$s\' key: %2$s</string> - <string name="terminal_failed">Host key verification failed.</string> - - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_s2c_algorithm">Server-to-client algorithm: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_c2s_algorithm">Client-to-server algorithm: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_algorithm">Using algorithm: %1$s %2$s</string> - - <string name="terminal_auth">Trying to authenticate</string> - - <string name="terminal_auth_pass">Attempting \'password\' authentication</string> - <string name="terminal_auth_pass_fail">Authentication method \'password\' failed</string> - - <string name="terminal_auth_pubkey_any">Attempting \'publickey\' authentication with any in-memory public keys</string> - <string name="terminal_auth_pubkey_invalid">Selected public key is invalid, try reselecting key in host editor</string> - <string name="terminal_auth_pubkey_specific">Attempting \'publickey\' authentication with a specific public key</string> - <string name="terminal_auth_pubkey_fail">Authentication method \'publickey\' with key \'%1$s\' failed</string> - - <string name="terminal_auth_ki">Attempting \'keyboard-interactive\' authentication</string> - <string name="terminal_auth_ki_fail">Authentication method \'keyboard-interactive\' failed</string> - - <string name="terminal_auth_fail">[Your host doesn\'t support \'password\' or \'keyboard-interactive\' authentication.]</string> - - <string name="terminal_no_session">Session will not be started due to host preference.</string> - <string name="terminal_enable_portfoward">Enable port forward: %1$s</string> - - <string name="local_shell_unavailable">Failure! Local shell is unavailable on this phone.</string> - - <!-- Text sent to the user to alert them that a Terminal Bell is received in a background session --> - <string name="notification_text">%1$s wants your attention.</string> - - <!-- Dialog title when a new version of ConnectBot is detected. --> - <string name="upgrade">New version</string> - <!-- Button selection to upgrade to the latest ConnectBot when one is available. --> - <string name="upgrade_pos">Yes, upgrade</string> - <!-- Button selection to skip upgrading to the latest ConnectBot when one is available. --> - <string name="upgrade_neg">Not right now</string> - - <!-- Preference selection for SSH Authentication Agent to never use pubkeys --> - <string name="no">No</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys "with confirmation" only --> - <string name="with_confirmation">With confirmation</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys --> - <string name="yes">Yes</string> - - <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> - <string name="exceptions_submit_message">It appears ConnectBot had a problem last time it ran. Submit error report to ConnectBot developers?</string> - - <!-- Menu selection to reset colors to their defaults. --> - <string name="menu_colors_reset">Reset</string> - - <!-- Displayed in the notification bar that connections are active --> - <string name="app_is_running">ConnectBot is running</string> - - <string name="color_red">red</string> - <string name="color_green">green</string> - <string name="color_blue">blue</string> - <string name="color_gray">gray</string> + <string name="app_desc">Un client SSH simple, open-source e poderós.</string> + <string name="title_hosts_list">Òstes</string> + <string name="title_pubkey_list">Claus publicas</string> + <string name="title_port_forwards_list">Redireccions de pòrts</string> + <string name="title_host_editor">Modificar lo servidor</string> + <string name="title_help">Ajuda</string> + <string name="resolve_connect">Connexion</string> + <string name="resolve_entropy">Generacion d\'aleatòri</string> + <string name="menu_insert">Apondre un servidor</string> + <string name="menu_delete">Supprimir lo servidor</string> + <string name="menu_preferences">Preferéncias</string> + <string name="help_intro">Seleccionatz un subjècte çaijós per mai d\'entresenhas.</string> + <string name="help_about">A prepaus de ConnectBot</string> + <string name="help_keyboard">Clavièr</string> + <string name="pubkey_generate">Generar</string> + <string name="pubkey_import">Importar</string> + <string name="pubkey_delete">Suprimir la clau</string> + <string name="pubkey_gather_entropy">Generacion d\'aleatòri</string> + <string name="pubkey_touch_prompt">Tocatz aquesta bóstia per recuperar un nombre aleatòri : %1$d%% fach</string> + <string name="pubkey_copy_private">Copiar la clau privada</string> + <string name="pubkey_copy_public">Copiar la clau publica</string> + <string name="pubkey_list_empty">Tap Menu to create\nor import key pairs.</string> + <string name="pubkey_unknown_format">Format desconegut</string> + <string name="pubkey_change_password">Modificar lo senhal</string> + <string name="pubkey_list_pick">Recuperar dempuèi /sdcard</string> + <string name="pubkey_confirm_use">Confirmar abans utilizacion</string> + <string name="portforward_list_empty">Tap Menu to create\nport forwards.</string> + <string name="prompt_nickname">Escais :</string> + <string name="prompt_nickname_hint_pubkey">Ma clau de trabalh</string> + <string name="prompt_destination">Destinacion :</string> + <string name="prompt_old_password">Senhal ancian :</string> + <string name="prompt_password">Senhal :</string> + <string name="prompt_again">(encara)</string> + <string name="prompt_type">Tipe :</string> + <string name="prompt_bits">Bits :</string> + <string name="alert_wrong_password_msg">Marrit senhal</string> + <string name="button_add">Apondre</string> + <string name="button_change">Cambiar</string> + <string name="button_generate">Generar una clau</string> + <string name="button_resize">Redimensionar</string> + <string name="alert_disconnect_msg">Connexion perduda</string> + <string name="pref_ui_category">Interfàcia d\'utilizaire</string> + <string name="pref_fullscreen_title">Ecran complet</string> + <string name="pref_update_title">Verificar las mesas a jorn</string> + <string name="pref_conn_persist_title">Connexions persistentas</string> + <string name="pref_keymode_title">Acorchis de navigacion</string> + <string name="list_keymode_none">Desactivar</string> + <string name="list_update_daily">Cada jorn</string> + <string name="list_update_weekly">Cada setmana</string> + <string name="list_update_never">Pas jamai</string> + <string name="hostpref_nickname_title">Escais</string> + <string name="hostpref_encoding_title">Encodatge</string> + <string name="hostpref_connection_category">Paramètre de connexion</string> + <string name="hostpref_username_title">Nom d\'utilizaire</string> + <string name="hostpref_hostname_title">Òste</string> + <string name="hostpref_port_title">Pòrt</string> + <string name="console_menu_close">Tampar</string> + <string name="console_menu_copy">Copiar</string> + <string name="console_menu_paste">Empegar</string> + <string name="button_yes">Òc</string> + <string name="button_no">Non</string> + <string name="portforward_remote">Distant</string> + <string name="portforward_dynamic">Dinamic (SOCKS)</string> + <string name="list_format_error">Use the format %1$s</string> + <string name="format_username">nom d\'utilizaire</string> + <string name="format_hostname">nom d\'òste</string> + <string name="list_menu_sortname">Triar per nom</string> + <string name="list_menu_settings">Paramètres</string> + <string name="list_host_disconnect">Desconnectar</string> + <string name="list_rotation_default">Per defaut</string> + <string name="list_camera_esc">Escap</string> + <string name="list_camera_none">Pas cap</string> + <string name="list_delkey_backspace">Retorn enrèire</string> + <string name="list_delkey_del">Suprimir</string> + <string name="delete_neg">Anullar</string> + <string name="wizard_agree">Acceptar</string> + <string name="wizard_next">Seguent</string> + <string name="wizard_back">Precedent</string> + <string name="terminal_connecting">Connexion a %1$s:%2$d via %3$s</string> + <string name="upgrade">Version novèla</string> + <string name="upgrade_neg">Pas ara</string> + <string name="no">Non</string> + <string name="with_confirmation">Aprèp confirmacion</string> + <string name="yes">Òc</string> + <string name="exceptions_submit_message">It appears ConnectBot had a problem last time it ran. Submit error report to ConnectBot developers?</string> + <string name="menu_colors_reset">Reïnicializar</string> + <string name="color_red">roge</string> + <string name="color_green">verd</string> + <string name="color_blue">blau</string> + <string name="color_gray">gris</string> </resources> diff --git a/res/values-pl/strings.xml b/res/values-pl/strings.xml index cff46f7..7e17422 100644 --- a/res/values-pl/strings.xml +++ b/res/values-pl/strings.xml @@ -1,461 +1,214 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * ConnectBot: simple, powerful, open-source SSH client for Android - * Copyright 2007 Kenny Root, Jeffrey Sharkey - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ ---> +<?xml version='1.0' encoding='utf-8'?> <resources> - <string name="app_desc">Prosty, wszechstronny, darmowy klient SSH.</string> - - <!-- Window title for the Host List --> - <string name="title_hosts_list">Hosty</string> - <!-- Window title for the Pubkeys List --> - <string name="title_pubkey_list">Klucze publiczne</string> - <!-- Window title for the Port Forwards List --> - <string name="title_port_forwards_list">Przekierowania portów</string> - <!-- Window title when editing host details --> - <string name="title_host_editor">Edytuj hosta</string> - <!-- Window title for Help index --> - <string name="title_help">Pomoc</string> - <!-- Window title for color list editing screen --> - <string name="title_colors">Kolory</string> - - <string name="resolve_connect">Połącz</string> - <!-- Menu selection where user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="resolve_entropy">Uruchom Generator Liczb Losowych</string> - - <string name="menu_insert">Dodaj hosta</string> - <string name="menu_delete">Usuń hosta</string> - <string name="menu_preferences">Preferencje</string> - - <string name="help_intro">Proszę wybrać temat poniżej aby uzyskać więcej informacji na konkretny temat.</string> - <string name="help_about">O ConnectBot\'cie</string> - <string name="help_keyboard">Klawiatura</string> - - <string name="pubkey_generate">Generuj</string> - <string name="pubkey_import">Importuj</string> - <string name="pubkey_delete">Usuń klucz</string> - <!-- Dialog title when user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="pubkey_gather_entropy">Generowanie losowego klucza</string> - <string name="pubkey_touch_prompt">Dotknij to pole, żeby losowo wygenerować dane. Ukończono: %1$d%%</string> - <string name="pubkey_touch_hint">Dla niepowtarzalności klucza, poruszaj losowo palcem po polu poniżej.</string> - <string name="pubkey_generating">Generowanie pary kluczy...</string> - <string name="pubkey_copy_private">Kopiuj klucz prywatny</string> - <string name="pubkey_copy_public">Kopiuj klucz publiczny</string> - <!-- Note that the '\n' just splits lines, so it's actually "create or import" --> - <string name="pubkey_list_empty">Naciśnij "Menu", żeby stworzyć\nlub wygenerować parę kluczy.</string> - <string name="pubkey_unknown_format">Nieznany format</string> - <string name="pubkey_change_password">Zmień hasło</string> - <string name="pubkey_list_pick">Zaimportuj z karty SD</string> - <string name="pubkey_import_parse_problem">Niewłaściwy format importowanego klucza prywatnego</string> - <string name="pubkey_unlock">Kod odblokowywujący</string> - <string name="pubkey_failed_add">Złe hasło dla klucza \'%1$s\'. Brak dostępu.</string> - <string name="pubkey_memory_load">Załaduj do pamięci</string> - <string name="pubkey_memory_unload">Usuń z pamięci</string> - <string name="pubkey_load_on_start">Załaduj klucz przy uruchamianiu</string> - <!-- Pubkey preference asking user whether the key use should be confirmed via prompt before it can be used for authentication --> - <string name="pubkey_confirm_use">Potwierdź przed użyciem</string> - - <!-- Note that the '\n' splits lines, so it's actually "create port forwards" --> - <string name="portforward_list_empty">Naciśnij "Menu",\nżeby stworzyć przekierowanie portu.</string> - <string name="portforward_edit">Edytuj przekierowanie portu</string> - <string name="portforward_delete">Usuń przekierowanie portu</string> - - <string name="prompt_nickname">Pseudonim:</string> - <!-- An example string that could be used as a nickname for a pubkey. --> - <string name="prompt_nickname_hint_pubkey">Klucz domyślny</string> - <!-- The source TCP port for port forwards. --> - <string name="prompt_source_port">Port żródłowy</string> - <!-- The "host:port" combination used for port forward destinations. --> - <string name="prompt_destination">Host docelowy:</string> - <string name="prompt_old_password">Stare hasło:</string> - <string name="prompt_password">Hasło:</string> - <!-- Added after a "Password:" prompt to indicate user needs to confirm entry. --> - <string name="prompt_again">(ponownie)</string> - <!-- Label for the user to select port forward type. --> - <string name="prompt_type">Typ:</string> - <string name="prompt_password_can_be_blank">Wskazówka: hasło może być puste</string> - <!-- Prompt for the size of the private key in bits. --> - <string name="prompt_bits">Bity:</string> - - <!-- Prompt for the password to unlock a certain pubkey. --> - <string name="prompt_pubkey_password">Proszę podać hasło dla klucza \'%1$s\'</string> - - <!-- Prompt for whether to allow SSH Authentication Agent to use the specified key. Note that the '\n' means split the line so it's actually "host to use key" --> - <string name="prompt_allow_agent_to_use_key">Zezwolić zdalnemu hostowi na\nużycie klucza \'%1$s\'?</string> - - <!-- The header of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning_header">OSTRZEŻENIE: ZDALNA IDENTYFIKACJA HOSTA ZMIENIŁA SIĘ!</string> - <!-- The body of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning">JEST MOŻLIWE, ŻE PADŁEŚ OFIARĄ ATAKU!\nMożliwe, że jest to atak typu: man-in-the-middle!\nAle też jest możliwe, że zmienił się tylko klucz hosta.</string> - - <!-- Prompt user gets when the remote host has disconnected unexpectedly. --> - <string name="prompt_host_disconnected">Host rozłączył się.\n Zamknąć sesję?</string> - <!-- Prompt user must answer yes or no to when the remote host fails verification of encryption fingerprint --> - <string name="prompt_continue_connecting">Czy na pewno chcesz\n kontynuować połączenie?</string> - - <!-- Sent to user when the remote public encryption key fingerprint doesn't match the local database --> - <string name="host_authenticity_warning">Autentyczność hosta \'%1$s\' nie może zostać ustalona.</string> - <!-- First field is encryption algorithm. Second is the actual fingerprint in hex digits --> - <string name="host_fingerprint">Fingerprint hosta %1$s to %2$s</string> - - <string name="alert_passwords_do_not_match_msg">Hasła nie zgadzają się!</string> - <string name="alert_wrong_password_msg">Nieprawidłowe hasło!</string> - <string name="alert_key_corrupted_msg">Klucz prywatny wydaje się być uszkodzony!</string> - <string name="alert_sdcard_absent">Karta SD nie jest włożona!</string> - - <!-- Add a new item (e.g., host or pubkey) to the list. --> - <string name="button_add">Dodaj</string> - <!-- Change an existing item's (e.g., host or pubkey) details. --> - <string name="button_change">Zmień</string> - <!-- Button that begins the generation of a public key pair. --> - <string name="button_generate">Generuj klucz</string> - <!-- Button that resizes the screen to the user-specified dimensions. --> - <string name="button_resize">Zmień rozmiar</string> - - <string name="alert_disconnect_msg">Połączenie utracone</string> - - <string name="msg_copyright">Copyright © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> - - <!-- The category title for terminal emulation preferences. --> - <string name="pref_emulation_category">Emulacja terminalu</string> - - <!-- Name for the emulation terminal type preference. --> - <string name="pref_emulation_title">Typ emulacji</string> - <!-- Description of the emulation terminal type preference. --> - <string name="pref_emulation_summary">Emulacja terminalu do użytku dla połączeń PTY</string> - - <!-- Name for the scrollback size preference --> - <string name="pref_scrollback_title">Rozmiar bufora przewijania</string> - <!-- Description of the scrollback size preference --> - <string name="pref_scrollback_summary">Rozmiar bufora przwijania w pamięci dla każdej konsoli</string> - - <!-- The category title for user interface preferences --> - <string name="pref_ui_category">Interfejs użytkownika</string> - - <!-- Name for the rotation mode preference --> - <string name="pref_rotation_title">Sposób orientacji ekranu</string> - <!-- Summary for the rotation mode preference --> - <string name="pref_rotation_summary">Sposób orientacji ekranu przy wysuniętej/wsuniętej klawiaturze</string> - - <!-- Name for the full screen preference --> - <string name="pref_fullscreen_title">Pełny ekran</string> - <!-- Summary for the full screen preference --> - <string name="pref_fullscreen_summary">Ukryj pasek statusu dla pracy w konsoli</string> - - <!-- Name for the memorize keys preference --> - <string name="pref_memkeys_title">Zapamiętaj klucze w pamięci</string> - <!-- Summary for the memorize keys preference --> - <string name="pref_memkeys_summary">Trzymaj odblokowane klucze w pamięci dopóki usługa się nie rozłączy</string> - - <!-- Name for the update check preference --> - <string name="pref_update_title">Sprawdź aktualizacje</string> - <!-- Summary for the update check preference --> - <string name="pref_update_summary">Ustawienie częstości sprawdzania aktualizacji</string> - - <!-- Name for the preference that forces the service to stay running in the background.--> - <string name="pref_conn_persist_title">Utrzymuj połącznie</string> - <!-- Summary for the preference that forces the service to stay running in the background. --> - <string name="pref_conn_persist_summary">Utrzymuj połączenie nawet, gdy aplikacja działa w tle</string> - - <!-- Name for the keyboard shortcuts preference --> - <string name="pref_keymode_title">Skróty klawiaturowe</string> - <!-- Summary for the keyboard shortcuts preference --> - <string name="pref_keymode_summary">Wybierz, którego Alt, Shift używać dla \'/\' oraz \'Tab\'</string> - - <!-- Name for the camera shortcut usage preference --> - <string name="pref_camera_title">Klawisz aparatu</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_camera_summary">Wybierz jaki skrót ma być generowany po wciśnięciu klawisza aparatu</string> - - <!-- Name for the keep screen on preference --> - <string name="pref_keepalive_title">Wstrzymaj uśpienie ekranu</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_keepalive_summary">Wstrzymaj uśpienie ekranu kiedy konsola jest aktywna</string> - - <!-- Name for the Wi-Fi lock preference --> - <string name="pref_wifilock_title">Wstrzymaj usypianie Wi-Fi</string> - <!-- Summary for the Wi-Fi lock preference --> - <string name="pref_wifilock_summary">Wstrzymaj usypianie Wi-Fi kiedy sesja jest aktywna</string> - - <!-- Name for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_title">Wibrujące strzałki</string> - <!-- Summary for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_summary">Wibruj kiedy emulowane są klawisze strzałek; Użyteczne dla wolnych połączeń</string> - - <!-- Category title for the Terminal Bell preferences --> - <string name="pref_bell_category">Brzęczyk terminala</string> - - <!-- Checkbox preference title for the audible terminal bell feature --> - <string name="pref_bell_title">Brzęczyk słyszalny</string> - - <!-- Title for the slider preference to set the volume --> - <string name="pref_bell_volume_title">Głośność brzęczyka</string> - - <!-- Checkbox preference title for the vibrate on terminal bell feature --> - <string name="pref_bell_vibrate_title">Włącz wibracje</string> - - <!-- Checkbox preference title for the receive notifications on terminal bell feature --> - <string name="pref_bell_notification_title">Powiadomienia</string> - <!-- Brief summary of the feature that is enabled when the checkbox preference for the receive notifications on terminal bell feature is checked --> - <string name="pref_bell_notification_summary">Uruchom powiadomienie podczas akcji w zminimalizowanej aplikacji.</string> - - <!-- Preference selection to indicate use of right side of keyboard for special shortcuts. --> - <string name="list_keymode_right">Używaj klawiszy z prawej strony</string> - <!-- Preference selection to indicate use of left side of keyboard for special shortcuts. --> - <string name="list_keymode_left">Używaj klawiszy z lewej strony</string> - <!-- Preference selection to indicate never to use special shortcut keys. --> - <string name="list_keymode_none">Wyłącz</string> - - <!-- Preference to not use pubkeys to authenticate to this host. --> - <string name="list_pubkeyids_none">Nie używaj żadnych kluczy</string> - <!-- Preference to use any pubkey to authenticate to this host. --> - <string name="list_pubkeyids_any">Użyj dowolnego odblokowanego klucza</string> - - <!-- Frequency for which to check for program updates. --> - <string name="list_update_daily">Dziennie</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_weekly">Tygodniowo</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_never">Nigdy</string> - - <!-- Host nickname field preference title --> - <string name="hostpref_nickname_title">Pseudonim</string> - - <!-- Host color category preference title --> - <string name="hostpref_color_title">Kolor kategori</string> - - <!-- Host's default font size when opening the terminal in points (pt) --> - <string name="hostpref_fontsize_title">Rozmiar czcionki</string> - - <!-- Host pubkey usage preference title --> - <string name="hostpref_pubkeyid_title">Używaj kluczy publicznych do autoryzacji</string> - - <!-- Preference title for the SSH Authentication Agent Forwarding for a host connection --> - <string name="hostpref_authagent_title">Używaj agenta autoryzacji SSH</string> - - <!-- Host post-login automation preference title --> - <string name="hostpref_postlogin_title">Wykonaj po zalogowaniu</string> - <!-- Host post-login automation preference summary --> - <string name="hostpref_postlogin_summary">Komendy do wykonania po stronie serwera po zalogowaniu</string> - - <!-- Host compression preference title --> - <string name="hostpref_compression_title">Kompresja</string> - <!-- Summary for compression preference --> - <string name="hostpref_compression_summary">Może pomóc przy wolniejszych łączach</string> - - <!-- Setting for whether we want a session to start up when we connect to a host --> - <string name="hostpref_wantsession_title">Uruchom polecenie powłoki</string> - <!-- Summary for field asking whether a shell session should be started up upon connection or not --> - <string name="hostpref_wantsession_summary">Wyłącz jeśli chcesz tylko przekierować porty</string> - - <!-- Setting for whether the host should be reconnected to automatically upon disconnect --> - <string name="hostpref_stayconnected_title">Pozostań połączony</string> - <!-- Summary for preference asking whether the host should be reconnected to when it disconnects --> - <string name="hostpref_stayconnected_summary">Spróbuj połączyć się z hostem ponownie po przerwaniu połączenia</string> - - <!-- Setting for what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_title">Klawisz DEL</string> - <!-- Summary for field asking what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_summary">Kod klawisza wysyłany przy wciśnięciu DEL</string> - - <!-- Host character encoding preference title --> - <string name="hostpref_encoding_title">Kodowanie</string> - <!-- Host character encoding preference summary --> - <string name="hostpref_encoding_summary">Kodowanie znaków dla hosta</string> - - <!-- Host preference category title for connection settings --> - <string name="hostpref_connection_category">Preferencje połączenia</string> - - <!-- Username field title for host editor preference --> - <string name="hostpref_username_title">Nazwa użytkownika</string> - - <!-- Hostname field title for host editor preference --> - <string name="hostpref_hostname_title">Host</string> - - <!-- Port field title for host editor preference --> - <string name="hostpref_port_title">Port</string> - - <!-- Displayed to indicate a host has never been connected to. --> - <string name="bind_never">Nigdy nie połączono</string> - <!-- The time that has elapsed since a host was connected to when it has been less than an hour. --> - <string name="bind_minutes">%1$s minut temu</string> - <!-- The time that has elapsed since a host was connected to when it has been less than a day. --> - <string name="bind_hours">%1$s godzin temu</string> - <!-- The time that has elapsed since a host was connected to when it has been a day or more. --> - <string name="bind_days">%1$s dni temu</string> - - <!-- Message given when user copies from the terminal. --> - <string name="console_copy_done">Skopiowano %1$d bajtów do schowka</string> - <!-- Instructions for how to copy from the terminal. The '\n' entries are to split lines to improve readability and prevent wrapping off the screen. --> - <string name="console_copy_start">Dotknij i przeciągnij\nlub użyj trackball\'a\naby zaznaczyć obszar do skopiowania</string> - - <!-- Button to close the disconnected terminal window. --> - <string name="console_menu_close">Zamknij</string> - <!-- Button to begin copying from the terminal to the clipboard. --> - <string name="console_menu_copy">Kopiuj</string> - <!-- Button to paste from the clipboard to the terminal. --> - <string name="console_menu_paste">Wklej</string> - <!-- Button that brings user to the Port Forwards List. --> - <string name="console_menu_portforwards">Przekierowania portów</string> - <!-- Button that brings user to the terminal resizing dialog where they can force a size. --> - <string name="console_menu_resize">Wymuś rozmiar</string> - <!-- Button that brings up the list of URLs on the current screen --> - <string name="console_menu_urlscan">Szukaj URLi</string> - - <!-- Selection for a "local" port forward. E.g., connections to a port listening locally is forwarded to the remote end's listening port. --> - <string name="portforward_local">Lokalny</string> - <!-- Selection for a "remote" port forward. E.g., connections to a port listening remotely is forwarded to the local end's listening port. --> - <string name="portforward_remote">Zdalny</string> - <!-- Selection for a "dynamic" port forward. E.g., connections to a port listening locally is forwarded based on the SOCKS protocol to an arbitrary remote host and port. --> - <string name="portforward_dynamic">Dynamiczny (SOCKS)</string> - <!-- Button that commits the port forward to be made from the Port Forward Creation dialog. --> - <string name="portforward_pos">Stwórz przekierowanie portu</string> - - <string name="portforward_done">Pomyślnie stworzono przekierowanie portu</string> - <string name="portforward_problem">Wystąpił problem podczas tworzenia przekierowania, być może użyłeś portu niższego niż 1024 lub port jest już używany?</string> - - <string name="portforward_menu_add">Dodaj przekierowanie portu</string> - - <!-- The string to present in the quick-connect box to hint the user to the format for connecting to hosts. --> - <string name="hint_userhost">użytkownik@nazwa_hosta</string> - - <!-- Hint given to user when the format they're using is incorrect in the quick-connect box. --> - <string name="list_format_error">Proszę użyć formatu "%1$s"</string> - - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_username">Nazwa użytkownika</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_hostname">nazwa_hosta</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_port">port</string> - - <string name="list_menu_pubkeys">Zarządzaj kluczami publicznymi</string> - <!-- Selection choice to sort hosts by color. --> - <string name="list_menu_sortcolor">Sortuj według koloru</string> - <!-- Selection choice to sort hosts by nickname. --> - <string name="list_menu_sortname">Sortuj według nazwy</string> - <string name="list_menu_settings">Ustawienia</string> - - <string name="list_host_disconnect">Rozłącz</string> - <string name="list_host_edit">Edytuj hosta</string> - <string name="list_host_portforwards">Edytuj przekierowania portów</string> - <string name="list_host_delete">Usuń hosta</string> - <!-- Note that the '\n' splits the lines so it's actually "quick-connect box below to connect" --> - <string name="list_host_empty">Użyj pola szybkiego połączenia\nponiżej, żeby połączyć się z hostem.</string> - - <!-- Default screen rotation preference selection --> - <string name="list_rotation_default">Domyślne</string> - <string name="list_rotation_land">Wymuś orientację poziomą</string> - <string name="list_rotation_port">Wymuś orientację pionową</string> - <!-- Selection to indicate the rotation should be selected automatically based on the tilt sensor. --> - <string name="list_rotation_auto">Automatycznie</string> - - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A then Space". --> - <string name="list_camera_ctrlaspace">Ctrl+A następnie Spacja</string> - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A". --> - <string name="list_camera_ctrla">Ctrl+A</string> - <!-- Selection to indicate pressing the Camera button should send the "Esc" key. --> - <string name="list_camera_esc">Esc</string> - <!-- Selection to indicate pressing the Camera button should send "Esc+A". --> - <string name="list_camera_esc_a">Esc+A</string> - <!-- Selection to indicate pressing the Camera button should send nothing at all. --> - <string name="list_camera_none">Żaden</string> - - <!-- Name for the backspace character --> - <string name="list_delkey_backspace">Backspace</string> - <!-- Name for the ASCII DEL character --> - <string name="list_delkey_del">Usuń</string> - - <string name="delete_message">Jesteś pewien, że chcesz usunąć \'%1$s\'?</string> - <string name="delete_pos">Tak, usuń</string> - <string name="delete_neg">Anuluj</string> - - <!-- Button to agree to license terms. --> - <string name="wizard_agree">Akceptuj</string> - <!-- Button to go to the next page in the first time start-up wizard. --> - <string name="wizard_next">Dalej</string> - <!-- Button to go to the previous page in the first time start-up wizard. --> - <string name="wizard_back">Wróć</string> - - <string name="terminal_no_hosts_connected">Żaden host nie jest obecnie połączony</string> - - <!-- Displayed in terminal when attempting to connect to a host. The first two - variables are host:port and the third is the protocol (e.g., SSH) --> - <string name="terminal_connecting">Łączenie z hostem %1$s:%2$d przez %3$s</string> - - <!-- Displays the host key to the user in the terminal --> - <string name="terminal_sucess">Zweryfikowany klucz hosta \'%1$s\': %2$s</string> - <string name="terminal_failed">Weryfikacja klucza hosta nie powiodła się.</string> - - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_s2c_algorithm">Algorytm serwer-klient: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_c2s_algorithm">Algorytm klient-serwer: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_algorithm">Algorytm użytkownika: %1$s %2$s</string> - - <string name="terminal_auth">Próba autoryzacji</string> - - <string name="terminal_auth_pass">Próba autoryzacji za pomocą hasła</string> - <string name="terminal_auth_pass_fail">Autoryzacja za pomocą klucza nie powiodła się</string> - - <string name="terminal_auth_pubkey_any">Próba autentykacji za pomocą dowolnego zapamiętanego klucza publicznego</string> - <string name="terminal_auth_pubkey_invalid">Wybrany klucz publiczny jest nieprawidłowy, spróbuj wybrać inny klucz w edycji hosta</string> - <string name="terminal_auth_pubkey_specific">Próba autoryzacji za pomocą wybranego klucza publicznego</string> - <string name="terminal_auth_pubkey_fail">Autoryzacja metodą klucza publicznego z kluczem \'%1$s\' nie powiodła się</string> - - <string name="terminal_auth_ki">Próba autoryzacji za pomocą klawiatury</string> - <string name="terminal_auth_ki_fail">Autoryzacja za pomocą klawiatury nie powiodła się</string> - - <string name="terminal_auth_fail">[Twój host nie obsługuje autoryzacji za pomocą klawiatury lub hasła]</string> - - <string name="terminal_no_session">Sesja nie zostanie rozpoczęta z powodu ustawień hosta</string> - <string name="terminal_enable_portfoward">Uruchom przekierowanie portu: %1$s</string> - - <string name="local_shell_unavailable">Niepowodzenie! Lokalna powłoka nie jest obsługiwana na tym telefonie.</string> - - <!-- Text sent to the user to alert them that a Terminal Bell is received in a background session --> - <string name="notification_text">%1$s wymaga twojej akcji</string> - - <!-- Dialog title when a new version of ConnectBot is detected. --> - <string name="upgrade">Nowa wersja</string> - <!-- Button selection to upgrade to the latest ConnectBot when one is available. --> - <string name="upgrade_pos">Tak, zaktualizuj</string> - <!-- Button selection to skip upgrading to the latest ConnectBot when one is available. --> - <string name="upgrade_neg">Nie, nie teraz</string> - - <!-- Preference selection for SSH Authentication Agent to never use pubkeys --> - <string name="no">Nie</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys "with confirmation" only --> - <string name="with_confirmation">Z potwierdzeniem</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys --> - <string name="yes">Tak</string> - - <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> - <string name="exceptions_submit_message">Wygląda na to, że ConnectBot miał problem podczas ostatniego uruchomienia. Czy wysłać raport o błędzie do twórcow aplikacji?</string> - - <!-- Menu selection to reset colors to their defaults. --> - <string name="menu_colors_reset">Przywróć</string> - - <!-- Displayed in the notification bar that connections are active --> - <string name="app_is_running">ConnectBot is running</string> - - <string name="color_red">czerwony</string> - <string name="color_green">zielony</string> - <string name="color_blue">niebieski</string> - <string name="color_gray">szary</string> + <string name="app_desc">Prosty, wszechstronny i otwarty klient SSH</string> + <string name="title_hosts_list">Hosty</string> + <string name="title_pubkey_list">Klucze publiczne</string> + <string name="title_port_forwards_list">Przekierowania portów</string> + <string name="title_host_editor">Edytuj hosta</string> + <string name="title_help">Pomoc</string> + <string name="title_colors">Kolory</string> + <string name="resolve_connect">Połącz</string> + <string name="resolve_entropy">Zbierz dane losowe</string> + <string name="menu_insert">Dodaj hosta</string> + <string name="menu_delete">Usuń hosta</string> + <string name="menu_preferences">Preferencje</string> + <string name="help_intro">Proszę wybrać temat poniżej aby uzyskać więcej informacji na konkretny temat.</string> + <string name="help_about">O ConnectBot</string> + <string name="help_keyboard">Klawiatura</string> + <string name="pubkey_generate">Generuj</string> + <string name="pubkey_import">Importuj</string> + <string name="pubkey_delete">Usuń klucz</string> + <string name="pubkey_gather_entropy">Zbieranie danych losowych</string> + <string name="pubkey_touch_prompt">Dotknij to pole, żeby losowo wygenerować dane. Ukończono: %1$d%%</string> + <string name="pubkey_touch_hint">Dla niepowtarzalności klucza, poruszaj losowo palcem po polu poniżej.</string> + <string name="pubkey_generating">Generowanie pary kluczy...</string> + <string name="pubkey_copy_private">Kopiuj klucz prywatny</string> + <string name="pubkey_copy_public">Kopiuj klucz publiczny</string> + <string name="pubkey_list_empty">Naciśnij Menu, by utworzyć\nlub zaimportować parę kluczy.</string> + <string name="pubkey_unknown_format">Nieznany format</string> + <string name="pubkey_change_password">Zmień hasło</string> + <string name="pubkey_list_pick">Wybierz z karty SD</string> + <string name="pubkey_import_parse_problem">Niewłaściwy format importowanego klucza prywatnego</string> + <string name="pubkey_unlock">Odblokuj klucz</string> + <string name="pubkey_memory_load">Załaduj do pamięci</string> + <string name="pubkey_memory_unload">Usuń z pamięci</string> + <string name="pubkey_load_on_start">Załaduj klucz przy uruchamianiu</string> + <string name="pubkey_confirm_use">Potwierdź przed użyciem</string> + <string name="portforward_list_empty">Naciśnij Menu,\nżeby stworzyć przekierowanie portu.</string> + <string name="portforward_edit">Edytuj przekierowanie portu</string> + <string name="portforward_delete">Usuń przekierowanie portu</string> + <string name="prompt_nickname">Skrócona nazwa:</string> + <string name="prompt_nickname_hint_pubkey">Klucz roboczy</string> + <string name="prompt_source_port">Port żródłowy</string> + <string name="prompt_destination">Host docelowy:</string> + <string name="prompt_old_password">Stare hasło:</string> + <string name="prompt_password">Hasło:</string> + <string name="prompt_again">(ponownie)</string> + <string name="prompt_type">Typ:</string> + <string name="prompt_password_can_be_blank">Uwaga: hasło może być puste</string> + <string name="prompt_bits">Bity:</string> + <string name="prompt_pubkey_password">Proszę podać hasło dla klucza \'%1$s\'</string> + <string name="prompt_allow_agent_to_use_key">Zezwolić zdalnemu hostowi na\nużycie klucza \'%1$s\'?</string> + <string name="host_verification_failure_warning_header">OSTRZEŻENIE: DANE IDENTYFIKACYJNE ZDALNEGO HOSTA ZMIENIŁY SIĘ!</string> + <string name="host_verification_failure_warning">JEST MOŻLIWE, ŻE PADŁEŚ OFIARĄ ATAKU!\nMożliwe, że jest to atak typu: man-in-the-middle!\nAle też jest możliwe, że zmienił się tylko klucz hosta.</string> + <string name="prompt_host_disconnected">Host rozłączył się.\n Zamknąć sesję?</string> + <string name="prompt_continue_connecting">Czy na pewno chcesz\n kontynuować połączenie?</string> + <string name="host_authenticity_warning">Autentyczność hosta \'%1$s\' nie może zostać ustalona.</string> + <string name="host_fingerprint">Odcisk hosta %1$s to %2$s</string> + <string name="alert_passwords_do_not_match_msg">Hasła nie zgadzają się!</string> + <string name="alert_wrong_password_msg">Nieprawidłowe hasło!</string> + <string name="alert_key_corrupted_msg">Klucz prywatny wydaje się być uszkodzony!</string> + <string name="alert_sdcard_absent">Brak karty SD</string> + <string name="button_add">Dodaj</string> + <string name="button_change">Zmień</string> + <string name="button_generate">Generuj klucz</string> + <string name="button_resize">Zmień rozmiar</string> + <string name="alert_disconnect_msg">Połączenie utracone</string> + <string name="pref_emulation_category">Emulacja terminalu</string> + <string name="pref_emulation_title">Tryb emulacji</string> + <string name="pref_emulation_summary">Emulacja terminalu dla połączeń PTY</string> + <string name="pref_scrollback_title">Rozmiar bufora przewijania</string> + <string name="pref_scrollback_summary">Rozmiar pamięci dla bufora przewijania każdej konsoli</string> + <string name="pref_ui_category">Interfejs użytkownika</string> + <string name="pref_rotation_title">Sposób orientacji ekranu</string> + <string name="pref_rotation_summary">Sposób orientacji ekranu przy wysuniętej/wsuniętej klawiaturze</string> + <string name="pref_fullscreen_title">Pełny ekran</string> + <string name="pref_fullscreen_summary">Ukryj pasek statusu podczas pracy w konsoli</string> + <string name="pref_memkeys_title">Zapamiętaj klucze w pamięci</string> + <string name="pref_memkeys_summary">Trzymaj odblokowane klucze w pamięci dopóki usługa się nie rozłączy</string> + <string name="pref_update_title">Sprawdź aktualizacje</string> + <string name="pref_update_summary">Ustawienie częstości sprawdzania aktualizacji</string> + <string name="pref_conn_persist_title">Utrzymuj połącznia</string> + <string name="pref_conn_persist_summary">Wymuś utrzymanie połączeń, gdy aplikacja działa w tle</string> + <string name="pref_keymode_title">Skróty klawiaturowe</string> + <string name="pref_keymode_summary">Wybierz, którego Alt, Shift używać dla \'/\' oraz \'Tab\'</string> + <string name="pref_camera_title">Klawisz aparatu</string> + <string name="pref_camera_summary">Wybierz jaki skrót ma być wywoływany po wciśnięciu klawisza aparatu</string> + <string name="pref_keepalive_title">Wstrzymaj uśpienie ekranu</string> + <string name="pref_keepalive_summary">Wstrzymaj uśpienie ekranu kiedy konsola jest aktywna</string> + <string name="pref_wifilock_title">Wstrzymaj usypianie Wi-Fi</string> + <string name="pref_wifilock_summary">Wstrzymaj usypianie Wi-Fi kiedy sesja jest aktywna</string> + <string name="pref_bumpyarrows_title">Podskakujące strzałki</string> + <string name="pref_bumpyarrows_summary">Wibruj kiedy emulowane są klawisze strzałek; użyteczne dla wolnych połączeń</string> + <string name="pref_bell_category">Brzęczyk terminalu</string> + <string name="pref_bell_title">Brzęczyk słyszalny</string> + <string name="pref_bell_volume_title">Głośność brzęczyka</string> + <string name="pref_bell_vibrate_title">Włącz wibracje</string> + <string name="pref_bell_notification_title">Powiadomienia w tle</string> + <string name="pref_bell_notification_summary">Uruchom powiadomienie podczas akcji w zminimalizowanej aplikacji.</string> + <string name="list_keymode_right">Używaj klawiszy z prawej strony</string> + <string name="list_keymode_left">Używaj klawiszy z lewej strony</string> + <string name="list_keymode_none">Wyłącz</string> + <string name="list_pubkeyids_none">Nie używaj kluczy</string> + <string name="list_pubkeyids_any">Użyj dowolnego odblokowanego klucza</string> + <string name="list_update_daily">Dziennie</string> + <string name="list_update_weekly">Tygodniowo</string> + <string name="list_update_never">Nigdy</string> + <string name="hostpref_nickname_title">Nazwa skrócona</string> + <string name="hostpref_color_title">Kolor kategorii</string> + <string name="hostpref_fontsize_title">Rozmiar czcionki</string> + <string name="hostpref_pubkeyid_title">Używaj kluczy publicznych do uwierzytelnienia</string> + <string name="hostpref_authagent_title">Używaj agenta autoryzacji SSH</string> + <string name="hostpref_postlogin_title">Wykonaj po zalogowaniu</string> + <string name="hostpref_postlogin_summary">Komendy do wykonania po stronie serwera po zalogowaniu</string> + <string name="hostpref_compression_title">Kompresja</string> + <string name="hostpref_compression_summary">Może pomóc przy wolniejszych łączach</string> + <string name="hostpref_wantsession_title">Uruchom sesję powłoki</string> + <string name="hostpref_wantsession_summary">Wyłącz jeśli chcesz tylko przekierować porty</string> + <string name="hostpref_stayconnected_title">Pozostań połączony</string> + <string name="hostpref_stayconnected_summary">Spróbuj połączyć się z hostem ponownie po przerwaniu połączenia</string> + <string name="hostpref_delkey_title">Klawisz DEL</string> + <string name="hostpref_delkey_summary">Kod klawisza wysyłany przy wciśnięciu DEL</string> + <string name="hostpref_encoding_title">Kodowanie</string> + <string name="hostpref_encoding_summary">Kodowanie znaków dla hosta</string> + <string name="hostpref_connection_category">Ustawienia połączenia</string> + <string name="hostpref_username_title">Nazwa użytkownika</string> + <string name="hostpref_hostname_title">Host</string> + <string name="hostpref_port_title">Port</string> + <string name="bind_never">Nigdy nie połączono</string> + <string name="bind_minutes">%1$s minut temu</string> + <string name="bind_hours">%1$s godzin temu</string> + <string name="bind_days">%1$s dni temu</string> + <string name="console_copy_done">Skopiowano %1$d bajtów do schowka</string> + <string name="console_copy_start">Dotknij i przeciągnij\nlub użyj trackball\'a\naby zaznaczyć obszar do skopiowania</string> + <string name="console_menu_close">Zamknij</string> + <string name="console_menu_copy">Kopiuj</string> + <string name="console_menu_paste">Wklej</string> + <string name="console_menu_portforwards">Przekierowania portów</string> + <string name="console_menu_resize">Wymuś rozmiar</string> + <string name="console_menu_urlscan">Szukaj URLi</string> + <string name="button_yes">Tak</string> + <string name="button_no">Nie</string> + <string name="portforward_local">Lokalny</string> + <string name="portforward_remote">Zdalny</string> + <string name="portforward_dynamic">Dynamiczny (SOCKS)</string> + <string name="portforward_pos">Utwórz przekierowanie portu</string> + <string name="portforward_done">Pomyślnie utworzono przekierowanie portu</string> + <string name="portforward_problem">Wystąpił problem podczas tworzenia przekierowania, być może użyłeś portu niższego niż 1024 lub port jest już używany?</string> + <string name="portforward_menu_add">Dodaj przekierowanie portu</string> + <string name="hint_userhost">użytkownik\@nazwa_hosta</string> + <string name="list_format_error">Proszę użyć formatu %1$s</string> + <string name="format_username">Nazwa użytkownika</string> + <string name="format_hostname">nazwa_hosta</string> + <string name="format_port">port</string> + <string name="list_menu_pubkeys">Zarządzaj kluczami publicznymi</string> + <string name="list_menu_sortcolor">Sortuj według koloru</string> + <string name="list_menu_sortname">Sortuj według nazwy</string> + <string name="list_menu_settings">Ustawienia</string> + <string name="list_host_disconnect">Rozłącz</string> + <string name="list_host_edit">Edytuj hosta</string> + <string name="list_host_portforwards">Edytuj przekierowania portów</string> + <string name="list_host_delete">Usuń hosta</string> + <string name="list_host_empty">Użyj pola szybkiego połączenia\nponiżej, żeby połączyć się z hostem.</string> + <string name="list_rotation_default">Domyślne</string> + <string name="list_rotation_land">Wymuś orientację poziomą</string> + <string name="list_rotation_port">Wymuś orientację pionową</string> + <string name="list_rotation_auto">Automatycznie</string> + <string name="list_camera_ctrlaspace">Ctrl+A następnie Spacja</string> + <string name="list_camera_ctrla">Ctrl+A</string> + <string name="list_camera_esc">Esc</string> + <string name="list_camera_esc_a">Esc+A</string> + <string name="list_camera_none">Żaden</string> + <string name="list_delkey_backspace">Backspace</string> + <string name="list_delkey_del">Usuń</string> + <string name="delete_message">Jesteś pewien, że chcesz usunąć \'%1$s\'?</string> + <string name="delete_pos">Tak, usuń</string> + <string name="delete_neg">Anuluj</string> + <string name="wizard_agree">Akceptuj</string> + <string name="wizard_next">Dalej</string> + <string name="wizard_back">Wróć</string> + <string name="terminal_no_hosts_connected">Żaden host nie jest obecnie połączony</string> + <string name="terminal_connecting">Łączenie z hostem %1$s:%2$d przez %3$s</string> + <string name="terminal_sucess">Zweryfikowany klucz hosta \'%1$s\': %2$s</string> + <string name="terminal_failed">Weryfikacja klucza hosta nie powiodła się.</string> + <string name="terminal_using_s2c_algorithm">Algorytm serwer-klient: %1$s %2$s</string> + <string name="terminal_using_c2s_algorithm">Algorytm klient-serwer: %1$s %2$s</string> + <string name="terminal_using_algorithm">Używany algorytm: %1$s %2$s</string> + <string name="terminal_auth">Próba uwierzytelnienia</string> + <string name="terminal_auth_pass">Próba autoryzacji za pomocą hasła</string> + <string name="terminal_auth_pass_fail">Autoryzacja za pomocą klucza nie powiodła się</string> + <string name="terminal_auth_pubkey_any">Próba autentykacji za pomocą dowolnego zapamiętanego klucza publicznego</string> + <string name="terminal_auth_pubkey_invalid">Wybrany klucz publiczny jest nieprawidłowy, spróbuj wybrać inny klucz w edycji hosta</string> + <string name="terminal_auth_pubkey_specific">Próba autoryzacji za pomocą wybranego klucza publicznego</string> + <string name="terminal_auth_pubkey_fail">Autoryzacja metodą klucza publicznego z kluczem \'%1$s\' nie powiodła się</string> + <string name="terminal_auth_ki">Próba autoryzacji za pomocą klawiatury</string> + <string name="terminal_auth_ki_fail">Autoryzacja za pomocą klawiatury nie powiodła się</string> + <string name="terminal_auth_fail">[Twój host nie obsługuje autoryzacji za pomocą klawiatury lub hasła]</string> + <string name="terminal_no_session">Sesja nie zostanie rozpoczęta z powodu ustawień hosta</string> + <string name="terminal_enable_portfoward">Włącz przekierowanie portu: %1$s</string> + <string name="local_shell_unavailable">Niepowodzenie! Lokalna powłoka nie jest obsługiwana na tym telefonie.</string> + <string name="notification_text">%1$s wymaga reakcji</string> + <string name="upgrade">Nowa wersja</string> + <string name="upgrade_pos">Tak, zaktualizuj</string> + <string name="upgrade_neg">Nie teraz</string> + <string name="no">Nie</string> + <string name="with_confirmation">Z potwierdzeniem</string> + <string name="yes">Tak</string> + <string name="exceptions_submit_message">ConnectBot miał prawdopodobnie problem podczas ostatniego uruchomienia. Wysłać raport o błędzie?</string> + <string name="menu_colors_reset">Przywróć</string> + <string name="app_is_running">Uruchomiono ConnectBot</string> + <string name="color_red">czerwony</string> + <string name="color_green">zielony</string> + <string name="color_blue">niebieski</string> + <string name="color_gray">szary</string> </resources> diff --git a/res/values-pt-rBR/strings.xml b/res/values-pt-rBR/strings.xml index 7a520a5..d398b7f 100644 --- a/res/values-pt-rBR/strings.xml +++ b/res/values-pt-rBR/strings.xml @@ -1,461 +1,203 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * ConnectBot: simple, powerful, open-source SSH client for Android - * Copyright 2007 Kenny Root, Jeffrey Sharkey - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ ---> +<?xml version='1.0' encoding='utf-8'?> <resources> - <string name="app_desc">Cliente de SSH simples, poderoso e de código aberto</string> - - <!-- Window title for the Host List --> - <string name="title_hosts_list">Máquinas</string> - <!-- Window title for the Pubkeys List --> - <string name="title_pubkey_list">Chaves públicas</string> - <!-- Window title for the Port Forwards List --> - <string name="title_port_forwards_list">Redirecionamentos de porta</string> - <!-- Window title when editing host details --> - <string name="title_host_editor">Editar máquina</string> - <!-- Window title for Help index --> - <string name="title_help">Ajuda</string> - <!-- Window title for color list editing screen --> - <string name="title_colors">Cores</string> - - <string name="resolve_connect">Conectar</string> - <!-- Menu selection where user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="resolve_entropy">Gerar entropia</string> - - <string name="menu_insert">Adicionar máquina</string> - <string name="menu_delete">Apagar máquina</string> - <string name="menu_preferences">Preferências</string> - - <string name="help_intro">Selecione um tópico abaixo para mais informação sobre um assunto em particular.</string> - <string name="help_about">Sobre o ConnectBot</string> - <string name="help_keyboard">Teclado</string> - - <string name="pubkey_generate">Gerar</string> - <string name="pubkey_import">Importar</string> - <string name="pubkey_delete">Apagar chave</string> - <!-- Dialog title when user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="pubkey_gather_entropy">Gerando entropia</string> - <string name="pubkey_touch_prompt">Toque nessa caixa para gerar aleatoriedade: %1$d%% pronto</string> - <string name="pubkey_touch_hint">Para garantir aleatoriedade durante a geração da chave, mova seu dedo aleatoriamente na caixa abaixo.</string> - <string name="pubkey_generating">Gerando par de chaves...</string> - <string name="pubkey_copy_private">Copiar chave privada</string> - <string name="pubkey_copy_public">Copiar chave pública</string> - <!-- Note that the '\n' just splits lines, so it's actually "create or import" --> - <string name="pubkey_list_empty">Pressione "Menu" para criar ou importar pares de chaves.</string> - <string name="pubkey_unknown_format">Formato desconhecido</string> - <string name="pubkey_change_password">Mudar senha</string> - <string name="pubkey_list_pick">Pegar de /sdcard</string> - <string name="pubkey_import_parse_problem">Problema ao analisar chave privada importada</string> - <string name="pubkey_unlock">Destravar chave</string> - <string name="pubkey_failed_add">Senha incorreta para chave "%1$s". Autenticação falhou.</string> - <string name="pubkey_memory_load">Carregar para memória</string> - <string name="pubkey_memory_unload">Descarregar da memória</string> - <string name="pubkey_load_on_start">Carregar chave no início</string> - <!-- Pubkey preference asking user whether the key use should be confirmed via prompt before it can be used for authentication --> - <string name="pubkey_confirm_use">Confirmar antes de usar</string> - - <!-- Note that the '\n' splits lines, so it's actually "create port forwards" --> - <string name="portforward_list_empty">Pressione "Menu" para criar redirecionamentos de porta.</string> - <string name="portforward_edit">Editar redirecionamento de porta</string> - <string name="portforward_delete">Apagar redirecionamento de porta</string> - - <string name="prompt_nickname">Apelido:</string> - <!-- An example string that could be used as a nickname for a pubkey. --> - <string name="prompt_nickname_hint_pubkey">Minha chave do trabalho</string> - <!-- The source TCP port for port forwards. --> - <string name="prompt_source_port">Porta de origem:</string> - <!-- The "host:port" combination used for port forward destinations. --> - <string name="prompt_destination">Destino:</string> - <string name="prompt_old_password">Senha antiga:</string> - <string name="prompt_password">Senha:</string> - <!-- Added after a "Password:" prompt to indicate user needs to confirm entry. --> - <string name="prompt_again">(repita)</string> - <!-- Label for the user to select port forward type. --> - <string name="prompt_type">Tipo:</string> - <string name="prompt_password_can_be_blank">Nota: a senha pode ser em branco</string> - <!-- Prompt for the size of the private key in bits. --> - <string name="prompt_bits">Bits:</string> - - <!-- Prompt for the password to unlock a certain pubkey. --> - <string name="prompt_pubkey_password">Senha para chave "%1$s"</string> - - <!-- Prompt for whether to allow SSH Authentication Agent to use the specified key. Note that the '\n' means split the line so it's actually "host to use key" --> - <string name="prompt_allow_agent_to_use_key">Permitir que a máquina remota use a chave "%1$s"?</string> - - <!-- The header of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning_header">ALERTA: Identificação do Host remoto foi alterada!</string> - <!-- The body of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning">IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!\nSomeone could be eavesdropping on you right now (man-in-the-middle attack)!\nIt is also possible that the host key has just been changed.</string> - - <!-- Prompt user gets when the remote host has disconnected unexpectedly. --> - <string name="prompt_host_disconnected">Desconectado do Host.\Sessao Fechada</string> - <!-- Prompt user must answer yes or no to when the remote host fails verification of encryption fingerprint --> - <string name="prompt_continue_connecting">Voce tem certeza que deseja continuar a conexao ?</string> - - <!-- Sent to user when the remote public encryption key fingerprint doesn't match the local database --> - <string name="host_authenticity_warning">The authenticity of host \'%1$s\' can\'t be established.</string> - <!-- First field is encryption algorithm. Second is the actual fingerprint in hex digits --> - <string name="host_fingerprint">Host %1$s key fingerprint is %2$s</string> - - <string name="alert_passwords_do_not_match_msg">Senhas não conferem!</string> - <string name="alert_wrong_password_msg">Senha incorreta!</string> - <string name="alert_key_corrupted_msg">Chave privada parece corrompida!</string> - <string name="alert_sdcard_absent">Cartão SD não está inserido!</string> - - <!-- Add a new item (e.g., host or pubkey) to the list. --> - <string name="button_add">Adicionar</string> - <!-- Change an existing item's (e.g., host or pubkey) details. --> - <string name="button_change">Alterar</string> - <!-- Button that begins the generation of a public key pair. --> - <string name="button_generate">Gerar chave</string> - <!-- Button that resizes the screen to the user-specified dimensions. --> - <string name="button_resize">Redimensionar</string> - - <string name="alert_disconnect_msg">Conexão perdida</string> - - <string name="msg_copyright">Copyright © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> - - <!-- The category title for terminal emulation preferences. --> - <string name="pref_emulation_category">Emulação de Terminal</string> - - <!-- Name for the emulation terminal type preference. --> - <string name="pref_emulation_title">Modo De Emulação</string> - <!-- Description of the emulation terminal type preference. --> - <string name="pref_emulation_summary">Modo de emulação de terminal para usar em conexões PTY</string> - - <!-- Name for the scrollback size preference --> - <string name="pref_scrollback_title">Scrollback size</string> - <!-- Description of the scrollback size preference --> - <string name="pref_scrollback_summary">Size of scrollback buffer to keep in memory for each console</string> - - <!-- The category title for user interface preferences --> - <string name="pref_ui_category">Interface do usuário</string> - - <!-- Name for the rotation mode preference --> - <string name="pref_rotation_title">Modo de Rotação</string> - <!-- Summary for the rotation mode preference --> - <string name="pref_rotation_summary">How to change rotation when keyboard popped in/out</string> - - <!-- Name for the full screen preference --> - <string name="pref_fullscreen_title">Tela cheia</string> - <!-- Summary for the full screen preference --> - <string name="pref_fullscreen_summary">Hide status bar while in console</string> - - <!-- Name for the memorize keys preference --> - <string name="pref_memkeys_title">Lembrar as chaves na memória</string> - <!-- Summary for the memorize keys preference --> - <string name="pref_memkeys_summary">Keep unlocked keys in memory until backend service is terminated</string> - - <!-- Name for the update check preference --> - <string name="pref_update_title">Verificar Atualização</string> - <!-- Summary for the update check preference --> - <string name="pref_update_summary">Set the maximum frequency to check for ConnectBot updates</string> - - <!-- Name for the preference that forces the service to stay running in the background.--> - <string name="pref_conn_persist_title">Persist connections</string> - <!-- Summary for the preference that forces the service to stay running in the background. --> - <string name="pref_conn_persist_summary">Força as conexões para ficarem conectadas enquanto estão em segundo plano</string> - - <!-- Name for the keyboard shortcuts preference --> - <string name="pref_keymode_title">Atalhos dos Diretórios</string> - <!-- Summary for the keyboard shortcuts preference --> - <string name="pref_keymode_summary">Select how to use Alt for \'/\' and Shift for Tab</string> - - <!-- Name for the camera shortcut usage preference --> - <string name="pref_camera_title">Atalho para Câmera</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_camera_summary">Select which shortcut to trigger when the camera button is pushed</string> - - <!-- Name for the keep screen on preference --> - <string name="pref_keepalive_title">Manter a tela ativa</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_keepalive_summary">Prevent the screen from turning off when working in a console</string> - - <!-- Name for the Wi-Fi lock preference --> - <string name="pref_wifilock_title">Manter WI-FI ativo</string> - <!-- Summary for the Wi-Fi lock preference --> - <string name="pref_wifilock_summary">Prevent Wi-Fi from turning off when a session is active</string> - - <!-- Name for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_title">Bumpy arrows</string> - <!-- Summary for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_summary">Vibrate when sending arrow keys from trackball; useful for laggy connections</string> - - <!-- Category title for the Terminal Bell preferences --> - <string name="pref_bell_category">Terminal bell</string> - - <!-- Checkbox preference title for the audible terminal bell feature --> - <string name="pref_bell_title">Audible bell</string> - - <!-- Title for the slider preference to set the volume --> - <string name="pref_bell_volume_title">Bell volume</string> - - <!-- Checkbox preference title for the vibrate on terminal bell feature --> - <string name="pref_bell_vibrate_title">Vibrate on bell</string> - - <!-- Checkbox preference title for the receive notifications on terminal bell feature --> - <string name="pref_bell_notification_title">Background notifications</string> - <!-- Brief summary of the feature that is enabled when the checkbox preference for the receive notifications on terminal bell feature is checked --> - <string name="pref_bell_notification_summary">Send notification when a terminal running in the background sounds a bell.</string> - - <!-- Preference selection to indicate use of right side of keyboard for special shortcuts. --> - <string name="list_keymode_right">Use right-side keys</string> - <!-- Preference selection to indicate use of left side of keyboard for special shortcuts. --> - <string name="list_keymode_left">Use left-side keys</string> - <!-- Preference selection to indicate never to use special shortcut keys. --> - <string name="list_keymode_none">Disable</string> - - <!-- Preference to not use pubkeys to authenticate to this host. --> - <string name="list_pubkeyids_none">Do not use keys</string> - <!-- Preference to use any pubkey to authenticate to this host. --> - <string name="list_pubkeyids_any">Use any unlocked key</string> - - <!-- Frequency for which to check for program updates. --> - <string name="list_update_daily">Daily</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_weekly">Weekly</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_never">Never</string> - - <!-- Host nickname field preference title --> - <string name="hostpref_nickname_title">Nickname</string> - - <!-- Host color category preference title --> - <string name="hostpref_color_title">Color category</string> - - <!-- Host's default font size when opening the terminal in points (pt) --> - <string name="hostpref_fontsize_title">Font size (pt)</string> - - <!-- Host pubkey usage preference title --> - <string name="hostpref_pubkeyid_title">Use pubkey authentication</string> - - <!-- Preference title for the SSH Authentication Agent Forwarding for a host connection --> - <string name="hostpref_authagent_title">Use SSH auth agent</string> - - <!-- Host post-login automation preference title --> - <string name="hostpref_postlogin_title">Post-login automation</string> - <!-- Host post-login automation preference summary --> - <string name="hostpref_postlogin_summary">Commands to run on remote server once authenticated</string> - - <!-- Host compression preference title --> - <string name="hostpref_compression_title">Compression</string> - <!-- Summary for compression preference --> - <string name="hostpref_compression_summary">This may help with slower networks</string> - - <!-- Setting for whether we want a session to start up when we connect to a host --> - <string name="hostpref_wantsession_title">Start shell session</string> - <!-- Summary for field asking whether a shell session should be started up upon connection or not --> - <string name="hostpref_wantsession_summary">Disable this preference to only use port forwards</string> - - <!-- Setting for whether the host should be reconnected to automatically upon disconnect --> - <string name="hostpref_stayconnected_title">Stay connected</string> - <!-- Summary for preference asking whether the host should be reconnected to when it disconnects --> - <string name="hostpref_stayconnected_summary">Try to reconnect to host if disconnected</string> - - <!-- Setting for what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_title">DEL Key</string> - <!-- Summary for field asking what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_summary">The key code sent when DEL key is pressed</string> - - <!-- Host character encoding preference title --> - <string name="hostpref_encoding_title">Encoding</string> - <!-- Host character encoding preference summary --> - <string name="hostpref_encoding_summary">Character encoding for the host</string> - - <!-- Host preference category title for connection settings --> - <string name="hostpref_connection_category">Connection settings</string> - - <!-- Username field title for host editor preference --> - <string name="hostpref_username_title">Nome do usuário</string> - - <!-- Hostname field title for host editor preference --> - <string name="hostpref_hostname_title">Máquina</string> - - <!-- Port field title for host editor preference --> - <string name="hostpref_port_title">Port</string> - - <!-- Displayed to indicate a host has never been connected to. --> - <string name="bind_never">Never connected</string> - <!-- The time that has elapsed since a host was connected to when it has been less than an hour. --> - <string name="bind_minutes">%1$s minutes ago</string> - <!-- The time that has elapsed since a host was connected to when it has been less than a day. --> - <string name="bind_hours">%1$s hours ago</string> - <!-- The time that has elapsed since a host was connected to when it has been a day or more. --> - <string name="bind_days">%1$s days ago</string> - - <!-- Message given when user copies from the terminal. --> - <string name="console_copy_done">Copied %1$d bytes to clipboard</string> - <!-- Instructions for how to copy from the terminal. The '\n' entries are to split lines to improve readability and prevent wrapping off the screen. --> - <string name="console_copy_start">Touch and drag\nor use directional pad\nto select area to copy</string> - - <!-- Button to close the disconnected terminal window. --> - <string name="console_menu_close">Close</string> - <!-- Button to begin copying from the terminal to the clipboard. --> - <string name="console_menu_copy">Copy</string> - <!-- Button to paste from the clipboard to the terminal. --> - <string name="console_menu_paste">Paste</string> - <!-- Button that brings user to the Port Forwards List. --> - <string name="console_menu_portforwards">Port Forwards</string> - <!-- Button that brings user to the terminal resizing dialog where they can force a size. --> - <string name="console_menu_resize">Force Size</string> - <!-- Button that brings up the list of URLs on the current screen --> - <string name="console_menu_urlscan">URL Scan</string> - - <!-- Selection for a "local" port forward. E.g., connections to a port listening locally is forwarded to the remote end's listening port. --> - <string name="portforward_local">Local</string> - <!-- Selection for a "remote" port forward. E.g., connections to a port listening remotely is forwarded to the local end's listening port. --> - <string name="portforward_remote">Remote</string> - <!-- Selection for a "dynamic" port forward. E.g., connections to a port listening locally is forwarded based on the SOCKS protocol to an arbitrary remote host and port. --> - <string name="portforward_dynamic">Dynamic (SOCKS)</string> - <!-- Button that commits the port forward to be made from the Port Forward Creation dialog. --> - <string name="portforward_pos">Create port forward</string> - - <string name="portforward_done">Successfully created port forward</string> - <string name="portforward_problem">Problem creating port forward, maybe you\'re using ports under 1024 or port is already used?</string> - - <string name="portforward_menu_add">Add port forward</string> - - <!-- The string to present in the quick-connect box to hint the user to the format for connecting to hosts. --> - <string name="hint_userhost">user@hostname</string> - - <!-- Hint given to user when the format they're using is incorrect in the quick-connect box. --> - <string name="list_format_error">Use the format "%1$s"</string> - - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_username">nome_de_usuário</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_hostname">nome_de_máquina</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_port">port</string> - - <string name="list_menu_pubkeys">Manage Pubkeys</string> - <!-- Selection choice to sort hosts by color. --> - <string name="list_menu_sortcolor">Sort by color</string> - <!-- Selection choice to sort hosts by nickname. --> - <string name="list_menu_sortname">Sort by name</string> - <string name="list_menu_settings">Settings</string> - - <string name="list_host_disconnect">Disconnect</string> - <string name="list_host_edit">Edit host</string> - <string name="list_host_portforwards">Edit port forwards</string> - <string name="list_host_delete">Delete host</string> - <!-- Note that the '\n' splits the lines so it's actually "quick-connect box below to connect" --> - <string name="list_host_empty">Use the quick-connect box\nbelow to connect to a host.</string> - - <!-- Default screen rotation preference selection --> - <string name="list_rotation_default">Default</string> - <string name="list_rotation_land">Force landscape</string> - <string name="list_rotation_port">Force portrait</string> - <!-- Selection to indicate the rotation should be selected automatically based on the tilt sensor. --> - <string name="list_rotation_auto">Automatic</string> - - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A then Space". --> - <string name="list_camera_ctrlaspace">Ctrl+A then Space</string> - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A". --> - <string name="list_camera_ctrla">Ctrl+A</string> - <!-- Selection to indicate pressing the Camera button should send the "Esc" key. --> - <string name="list_camera_esc">Esc</string> - <!-- Selection to indicate pressing the Camera button should send "Esc+A". --> - <string name="list_camera_esc_a">Esc+A</string> - <!-- Selection to indicate pressing the Camera button should send nothing at all. --> - <string name="list_camera_none">None</string> - - <!-- Name for the backspace character --> - <string name="list_delkey_backspace">Backspace</string> - <!-- Name for the ASCII DEL character --> - <string name="list_delkey_del">Delete</string> - - <string name="delete_message">Are you sure you want to delete \'%1$s\'?</string> - <string name="delete_pos">Yes, delete</string> - <string name="delete_neg">Cancel</string> - - <!-- Button to agree to license terms. --> - <string name="wizard_agree">Agree</string> - <!-- Button to go to the next page in the first time start-up wizard. --> - <string name="wizard_next">Next</string> - <!-- Button to go to the previous page in the first time start-up wizard. --> - <string name="wizard_back">Back</string> - - <string name="terminal_no_hosts_connected">No hosts currently connected</string> - - <!-- Displayed in terminal when attempting to connect to a host. The first two - variables are host:port and the third is the protocol (e.g., SSH) --> - <string name="terminal_connecting">Connecting to %1$s:%2$d via %3$s</string> - - <!-- Displays the host key to the user in the terminal --> - <string name="terminal_sucess">Verified host \'%1$s\' key: %2$s</string> - <string name="terminal_failed">Host key verification failed.</string> - - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_s2c_algorithm">Server-to-client algorithm: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_c2s_algorithm">Client-to-server algorithm: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_algorithm">Using algorithm: %1$s %2$s</string> - - <string name="terminal_auth">Trying to authenticate</string> - - <string name="terminal_auth_pass">Attempting \'password\' authentication</string> - <string name="terminal_auth_pass_fail">Authentication method \'password\' failed</string> - - <string name="terminal_auth_pubkey_any">Attempting \'publickey\' authentication with any in-memory public keys</string> - <string name="terminal_auth_pubkey_invalid">Selected public key is invalid, try reselecting key in host editor</string> - <string name="terminal_auth_pubkey_specific">Attempting \'publickey\' authentication with a specific public key</string> - <string name="terminal_auth_pubkey_fail">Authentication method \'publickey\' with key \'%1$s\' failed</string> - - <string name="terminal_auth_ki">Attempting \'keyboard-interactive\' authentication</string> - <string name="terminal_auth_ki_fail">Authentication method \'keyboard-interactive\' failed</string> - - <string name="terminal_auth_fail">[Your host doesn\'t support \'password\' or \'keyboard-interactive\' authentication.]</string> - - <string name="terminal_no_session">Session will not be started due to host preference.</string> - <string name="terminal_enable_portfoward">Enable port forward: %1$s</string> - - <string name="local_shell_unavailable">Failure! Local shell is unavailable on this phone.</string> - - <!-- Text sent to the user to alert them that a Terminal Bell is received in a background session --> - <string name="notification_text">%1$s wants your attention.</string> - - <!-- Dialog title when a new version of ConnectBot is detected. --> - <string name="upgrade">New version</string> - <!-- Button selection to upgrade to the latest ConnectBot when one is available. --> - <string name="upgrade_pos">Yes, upgrade</string> - <!-- Button selection to skip upgrading to the latest ConnectBot when one is available. --> - <string name="upgrade_neg">Not right now</string> - - <!-- Preference selection for SSH Authentication Agent to never use pubkeys --> - <string name="no">No</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys "with confirmation" only --> - <string name="with_confirmation">With confirmation</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys --> - <string name="yes">Yes</string> - - <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> - <string name="exceptions_submit_message">It appears ConnectBot had a problem last time it ran. Submit error report to ConnectBot developers?</string> - - <!-- Menu selection to reset colors to their defaults. --> - <string name="menu_colors_reset">Reset</string> - - <!-- Displayed in the notification bar that connections are active --> - <string name="app_is_running">ConnectBot is running</string> - - <string name="color_red">red</string> - <string name="color_green">green</string> - <string name="color_blue">blue</string> - <string name="color_gray">gray</string> + <string name="app_desc">Cliente SSH simples e poderoso de código aberto</string> + <string name="service_desc">Mantém conexões SSH e de Chaves Públicas</string> + <string name="title_hosts_list">Hosts</string> + <string name="title_pubkey_list">Chaves Públicas</string> + <string name="title_port_forwards_list">Redirecionamento de Portas</string> + <string name="title_host_editor">Edição de Host</string> + <string name="title_help">Ajuda</string> + <string name="title_colors">Cores</string> + <string name="resolve_connect">Conectar</string> + <string name="resolve_entropy">Sensibilidade</string> + <string name="menu_insert">Adicionar Host</string> + <string name="menu_delete">Apagar host</string> + <string name="menu_preferences">Perferências</string> + <string name="help_intro">Escolha um tópico para obter maiores informações.</string> + <string name="help_about">Sobre o ConnectBot</string> + <string name="help_keyboard">Teclado</string> + <string name="pubkey_generate">Gerar</string> + <string name="pubkey_import">Importar</string> + <string name="pubkey_delete">Apagar chave</string> + <string name="pubkey_gather_entropy">Ajustando sensibilidade</string> + <string name="pubkey_touch_prompt">Toque na caixa para testar sensibilidade: %1$d%% pronto</string> + <string name="pubkey_touch_hint">Para garantir aleatoriedade durante a geração da chave, mova seu dedo aleatoriamente na caixa abaixo.</string> + <string name="pubkey_generating">Gerando par de chaves...</string> + <string name="pubkey_copy_private">Copiar chave privada</string> + <string name="pubkey_copy_public">Copiar chave pública</string> + <string name="pubkey_list_empty">Pressione Menu para criar ou importar pares de chaves.</string> + <string name="pubkey_unknown_format">Formato desconhecido</string> + <string name="pubkey_change_password">Mudar senha</string> + <string name="pubkey_list_pick">Escolher do /sdcard</string> + <string name="pubkey_import_parse_problem">Erro na leitura da chave privada importada</string> + <string name="pubkey_unlock">Abrir chave</string> + <string name="pubkey_failed_add">Senha inválida para Chave \'%1$s\'.Falha na autenticação.</string> + <string name="pubkey_memory_load">Carregar na memória</string> + <string name="pubkey_memory_unload">Descarregar da memória</string> + <string name="pubkey_load_on_start">Carregar chave ao iniciar</string> + <string name="pubkey_confirm_use">Confirmar antes de usar</string> + <string name="portforward_list_empty">Pressione Menu para criar encaminhamentos de porta.</string> + <string name="portforward_edit">Editar encaminhamento de porta</string> + <string name="portforward_delete">Apagar encaminhamento de porta</string> + <string name="prompt_nickname">Apelido:</string> + <string name="prompt_nickname_hint_pubkey">Minha chave de trabalho</string> + <string name="prompt_source_port">Porta de origem:</string> + <string name="prompt_destination">Destino:</string> + <string name="prompt_old_password">Senha antiga:</string> + <string name="prompt_password">Senha:</string> + <string name="prompt_again">(novamente)</string> + <string name="prompt_type">Tipo:</string> + <string name="prompt_password_can_be_blank">Nota: a senha pode ser em branco</string> + <string name="prompt_bits">Bits:</string> + <string name="prompt_pubkey_password">Senha para chave %1$s</string> + <string name="prompt_allow_agent_to_use_key">Permitir que a máquina remota use a chave %1$s?</string> + <string name="host_verification_failure_warning_header">ATENÇÃO: A IDENTIFICAÇÃO DO HOST REMOTO FOI ALTERADA!</string> + <string name="host_verification_failure_warning">É POSSÍVEL QUE ALGUÉM ESTEJA QUERENDO TE ENGANAR!\nAlguém pode estar tentando um ataque do tipo man-in-the-middle!\nTambém é possível que a chave do host remoto tenha mesmo sido modificada.</string> + <string name="prompt_host_disconnected">Host desconectado.\nFechar sessão?</string> + <string name="prompt_continue_connecting">Você tem certeza que\ndeseja se conectar?</string> + <string name="host_authenticity_warning">A autenticidade do Host \'%1$s\' não pode ser estabelecida</string> + <string name="host_fingerprint">O host %1$s tem a impressão digital %2$s</string> + <string name="alert_passwords_do_not_match_msg">As senhas são diferentes!</string> + <string name="alert_wrong_password_msg">Senha incorreta!</string> + <string name="alert_key_corrupted_msg">A chave privada parece estar corrompida!</string> + <string name="alert_sdcard_absent">O cartão SD não está inserido!</string> + <string name="button_add">Adicionar</string> + <string name="button_change">Alterar</string> + <string name="button_generate">Gerar chave</string> + <string name="button_resize">Redimensionar</string> + <string name="alert_disconnect_msg">Conexão perdida</string> + <string name="pref_emulation_category">Emulação de Terminal</string> + <string name="pref_emulation_title">Modo de emulação</string> + <string name="pref_emulation_summary">Modo de emulação do terminal com conexões PTY</string> + <string name="pref_scrollback_title">Tamanho do buffer da tela</string> + <string name="pref_scrollback_summary">Tamanho do buffer de memória a manter para cada terminal</string> + <string name="pref_ui_category">Interface do usuário</string> + <string name="pref_rotation_title">Rotação da tela</string> + <string name="pref_rotation_summary">Como alterar a rotação da tela quando se conecta/desconecta um teclado</string> + <string name="pref_fullscreen_title">Tela cheia</string> + <string name="pref_fullscreen_summary">Ocultar a barra de estatus no modo terminal</string> + <string name="pref_memkeys_title">Guardar as chaves em memória</string> + <string name="pref_memkeys_summary">Manter chaves desbloqueadas na memória até que o serviço seja terminado</string> + <string name="pref_update_title">Procurar por atualizações</string> + <string name="pref_update_summary">Configurar frequencia para checar atualizações do ConnectBot</string> + <string name="pref_conn_persist_title">Conexões persistentes</string> + <string name="pref_conn_persist_summary">Forçar as conexões para que continuem conectadas mesmo em segundo plano</string> + <string name="pref_keymode_title">Teclas de atalho</string> + <string name="pref_camera_title">Atalho para a câmera</string> + <string name="pref_camera_summary">Selecione o que fazer quando o botão da câmera for pressionado</string> + <string name="pref_keepalive_title">Manter tela ligada</string> + <string name="pref_keepalive_summary">Evitar desligamento de tela quando conectado em um terminal</string> + <string name="pref_wifilock_title">Manter a rede Wi-Fi ativo</string> + <string name="pref_wifilock_summary">Evitar que a rede Wi-Fi seja desligada quando alguma sesão está ativa</string> + <string name="pref_bumpyarrows_title">Feedback de rolagem</string> + <string name="pref_bumpyarrows_summary">Vibrar quando pressionar o botão principal (trackball)</string> + <string name="pref_bell_category">Alerta do terminal</string> + <string name="pref_bell_title">Alerta audível</string> + <string name="pref_bell_volume_title">Volume dos alerta</string> + <string name="pref_bell_vibrate_title">Vibrar ao alertar</string> + <string name="pref_bell_notification_title">Enviar notificações visuais quando em segundo plano</string> + <string name="pref_bell_notification_summary">Enviar notificações sonoras quando em segundo plano</string> + <string name="list_keymode_right">Usar atalhos especiais da direita</string> + <string name="list_keymode_left">Usar atalhos especiais da esquerda</string> + <string name="list_keymode_none">Desabilitar</string> + <string name="list_pubkeyids_none">Não usar chaves</string> + <string name="list_pubkeyids_any">Usar qualquer chave pública</string> + <string name="list_update_daily">Diariamente</string> + <string name="list_update_weekly">Semanalmente</string> + <string name="list_update_never">Nunca</string> + <string name="hostpref_nickname_title">Apelido</string> + <string name="hostpref_color_title">Categoria de cor</string> + <string name="hostpref_fontsize_title">Tamanho da fonte (pontos)</string> + <string name="hostpref_pubkeyid_title">Usar autenticação por chave púbilca</string> + <string name="hostpref_authagent_title">Usar agente de autenticação SSH</string> + <string name="hostpref_postlogin_title">Automação pós-login</string> + <string name="hostpref_postlogin_summary">Comandos a serem executados no servidor remoto na autenticação</string> + <string name="hostpref_compression_title">Compressão</string> + <string name="hostpref_compression_summary">Útil em conexões lentas (2G)</string> + <string name="hostpref_wantsession_title">Iniciar sessão de terminal na conexão</string> + <string name="hostpref_wantsession_summary">Desabilite esta preferência para usar apenas encaminhamento de portas</string> + <string name="hostpref_stayconnected_title">Manter conectado</string> + <string name="hostpref_stayconnected_summary">Tentar reconectar ao host caso a conexão seja perdida</string> + <string name="hostpref_delkey_title">Tecla DEL</string> + <string name="hostpref_delkey_summary">Código a ser enviado quando a tecla DEL for pressionada</string> + <string name="hostpref_encoding_title">Codificação</string> + <string name="hostpref_encoding_summary">Codificação de caracteres para o host</string> + <string name="hostpref_connection_category">Configurações de conexão</string> + <string name="hostpref_username_title">Usuário</string> + <string name="hostpref_port_title">Porta</string> + <string name="bind_never">Nunca usado</string> + <string name="bind_minutes">%1$s minutos atrás</string> + <string name="bind_hours">%1$s horas atrás</string> + <string name="bind_days">%1$s dias atrás</string> + <string name="console_copy_done">%1$d bytes copiados para a área de tranferência</string> + <string name="console_copy_start">Toque e arraste\nou use o trackball\npara selecionar uma área para copiar</string> + <string name="console_menu_close">Fechar</string> + <string name="console_menu_copy">Copiar</string> + <string name="console_menu_paste">Colar</string> + <string name="console_menu_portforwards">Encaminhamento de portas</string> + <string name="console_menu_resize">Forçar tamanho</string> + <string name="console_menu_urlscan">Localizar URLs</string> + <string name="button_yes">Sim</string> + <string name="button_no">Não</string> + <string name="portforward_local">Porta local</string> + <string name="portforward_remote">Remoto</string> + <string name="portforward_dynamic">Dinâmico (SOCKS)</string> + <string name="portforward_pos">Criar encaminhamento de porta</string> + <string name="portforward_done">Encaminhamento de porta criado com sucesso</string> + <string name="portforward_menu_add">Adicionar encaminhamento de porta</string> + <string name="hint_userhost">usuario\@nome_do_host</string> + <string name="list_format_error">Use o formato %1$s</string> + <string name="format_username">usuário</string> + <string name="format_hostname">nome do host</string> + <string name="format_port">porta</string> + <string name="list_menu_pubkeys">Gerenciar chaves públicas</string> + <string name="list_menu_sortcolor">Ordenar por cor</string> + <string name="list_menu_sortname">Ordenar por nome</string> + <string name="list_menu_settings">Configurações</string> + <string name="list_host_disconnect">Desconectar</string> + <string name="list_host_edit">Editar host</string> + <string name="list_host_portforwards">Editar encaminhamento de porta</string> + <string name="list_host_delete">Apagar host</string> + <string name="list_host_empty">Use a conexão rápida abaixo\npara conectar a um host.</string> + <string name="list_rotation_default">Padrão</string> + <string name="list_rotation_land">Forçar modo paisagem</string> + <string name="list_rotation_port">Forçar modo retrato</string> + <string name="list_rotation_auto">Automático</string> + <string name="list_camera_ctrlaspace">Ctrl + A + Espaço</string> + <string name="list_camera_esc">Esc</string> + <string name="list_camera_esc_a">Esc+A</string> + <string name="list_camera_none">Nada</string> + <string name="list_delkey_backspace">Tecla Backspace</string> + <string name="list_delkey_del">Apagar</string> + <string name="delete_message">Certeza que quer deletar \'%1$s\' ?</string> + <string name="delete_pos">Sim, apagar</string> + <string name="delete_neg">Cancelar</string> + <string name="wizard_agree">Aceito</string> + <string name="wizard_next">Próximo</string> + <string name="wizard_back">Voltar</string> + <string name="terminal_no_hosts_connected">Sem host conectado atualmente</string> + <string name="terminal_connecting">Conectando no %1$s:%2$d via %3$s</string> + <string name="terminal_failed">Falha na verificação da chave do host</string> + <string name="terminal_using_s2c_algorithm">Algoritmo do servidor para o cliente: %1$s %2$s</string> + <string name="terminal_using_c2s_algorithm">Algoritmo do cliente para o servidor: %1$s %2$s</string> + <string name="terminal_using_algorithm">Usando o algoritmo: %1$s %2$s</string> + <string name="terminal_auth">Tentando autenticação</string> + <string name="terminal_auth_pubkey_invalid">A chave pública selecionada é inválida, tente selecionar outra no editor de hosts</string> + <string name="terminal_no_session">A sessão não será iniciada devido à configurações do host.</string> + <string name="terminal_enable_portfoward">Habilitar encaminhamento de porta: %1$s</string> + <string name="local_shell_unavailable">Erro! O terminal local não está disponível neste telefone.</string> + <string name="notification_text">%1$s deseja sua atenção.</string> + <string name="upgrade">Nova versão</string> + <string name="upgrade_pos">Sim, atualizar</string> + <string name="upgrade_neg">Agora não</string> + <string name="no">Não</string> + <string name="with_confirmation">Com confirmação</string> + <string name="yes">Sim</string> + <string name="exceptions_submit_message">Aparentemente o ConnectBot teve um problema na última execução. Deseja enviar relatório de erro aos desenvolvedores do aplicativo?</string> + <string name="menu_colors_reset">Reiniciar</string> + <string name="app_is_running">ConnectBot está executando</string> + <string name="color_red">vermelho</string> + <string name="color_green">verde</string> + <string name="color_blue">azul</string> + <string name="color_gray">cinza</string> </resources> diff --git a/res/values-pt/strings.xml b/res/values-pt/strings.xml index 8279e3d..2bbe20a 100644 --- a/res/values-pt/strings.xml +++ b/res/values-pt/strings.xml @@ -1,461 +1,212 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * ConnectBot: simple, powerful, open-source SSH client for Android - * Copyright 2007 Kenny Root, Jeffrey Sharkey - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ ---> +<?xml version='1.0' encoding='utf-8'?> <resources> - <string name="app_desc">Simples e poderoso cliente SSH open-source</string> - - <!-- Window title for the Host List --> - <string name="title_hosts_list">Máquinas</string> - <!-- Window title for the Pubkeys List --> - <string name="title_pubkey_list">Chaves Públicas</string> - <!-- Window title for the Port Forwards List --> - <string name="title_port_forwards_list">Redireciomento de portas</string> - <!-- Window title when editing host details --> - <string name="title_host_editor">Editar a Máquina</string> - <!-- Window title for Help index --> - <string name="title_help">Ajuda</string> - <!-- Window title for color list editing screen --> - <string name="title_colors">Cores</string> - - <string name="resolve_connect">Ligar</string> - <!-- Menu selection where user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="resolve_entropy">Gather Entropy</string> - - <string name="menu_insert">Adicionar uma Máquina</string> - <string name="menu_delete">Eliminar anfitrião</string> - <string name="menu_preferences">Preferências</string> - - <string name="help_intro">Selecione um tópico para mais informações sobre o assunto.</string> - <string name="help_about">Sobre ConnectBot</string> - <string name="help_keyboard">Teclado</string> - - <string name="pubkey_generate">Gerar</string> - <string name="pubkey_import">Importar</string> - <string name="pubkey_delete">Apagar a chave</string> - <!-- Dialog title when user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="pubkey_gather_entropy">Recolhendo entropia</string> - <string name="pubkey_touch_prompt">Toque nesta caixa para gerar aleariedade: %1$d%% completo</string> - <string name="pubkey_touch_hint">Para assegurar aleatoriedade durante a geração da chave, mova o dedo aleatoriamente sobre a caixa a baixo.</string> - <string name="pubkey_generating">A gerar par de chaves</string> - <string name="pubkey_copy_private">Copiar chave privada</string> - <string name="pubkey_copy_public">Copiar chave pública</string> - <!-- Note that the '\n' just splits lines, so it's actually "create or import" --> - <string name="pubkey_list_empty">Carregue em "Menu" para criar\nou importar as chaves.</string> - <string name="pubkey_unknown_format">Formato desconhecido</string> - <string name="pubkey_change_password">Alterar password</string> - <string name="pubkey_list_pick">Escolher de /sdcard</string> - <string name="pubkey_import_parse_problem">Problema de análise com a chave privada importada</string> - <string name="pubkey_unlock">Desbloquear chave</string> - <string name="pubkey_failed_add">Bad password for key \'%1$s\'. Authentication failed.</string> - <string name="pubkey_memory_load">Carregar para a memória</string> - <string name="pubkey_memory_unload">retirar da memória</string> - <string name="pubkey_load_on_start">carregar chave no Inicio</string> - <!-- Pubkey preference asking user whether the key use should be confirmed via prompt before it can be used for authentication --> - <string name="pubkey_confirm_use">Confirmar antes de usar</string> - - <!-- Note that the '\n' splits lines, so it's actually "create port forwards" --> - <string name="portforward_list_empty">Carregue "Menu" para criar\nport forward</string> - <string name="portforward_edit">Editar port forward</string> - <string name="portforward_delete">Apagar port forward</string> - - <string name="prompt_nickname">Alcunha:</string> - <!-- An example string that could be used as a nickname for a pubkey. --> - <string name="prompt_nickname_hint_pubkey">A minha chave de trabalho</string> - <!-- The source TCP port for port forwards. --> - <string name="prompt_source_port">Porta de origem:</string> - <!-- The "host:port" combination used for port forward destinations. --> - <string name="prompt_destination">Destino:</string> - <string name="prompt_old_password">Palavra-passe Antiga:</string> - <string name="prompt_password">Palavra-passe:</string> - <!-- Added after a "Password:" prompt to indicate user needs to confirm entry. --> - <string name="prompt_again">(novamente)</string> - <!-- Label for the user to select port forward type. --> - <string name="prompt_type">Tipo:</string> - <string name="prompt_password_can_be_blank">Nota: password pode ser em branco</string> - <!-- Prompt for the size of the private key in bits. --> - <string name="prompt_bits">bits:</string> - - <!-- Prompt for the password to unlock a certain pubkey. --> - <string name="prompt_pubkey_password">Password for key \'%1$s\'</string> - - <!-- Prompt for whether to allow SSH Authentication Agent to use the specified key. Note that the '\n' means split the line so it's actually "host to use key" --> - <string name="prompt_allow_agent_to_use_key">Allow remote host to\nuse key \'%1$s\'?</string> - - <!-- The header of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning_header">AVISO: a identificação do host remoto mudou!</string> - <!-- The body of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning">É POSSÍVEL QUE ALGUÉM ESTEJA A FAZER ALGO ERRADO!\n Alguém pode estar espiando ( ataque man-in-the-middle)!\nTambém e possível que a chave do hospede tenha sido alterada</string> - - <!-- Prompt user gets when the remote host has disconnected unexpectedly. --> - <string name="prompt_host_disconnected">Hospede desconectou-se.\nFechar sessão?</string> - <!-- Prompt user must answer yes or no to when the remote host fails verification of encryption fingerprint --> - <string name="prompt_continue_connecting">Tem a certeza que quer\ncontinuar a connectar?</string> - - <!-- Sent to user when the remote public encryption key fingerprint doesn't match the local database --> - <string name="host_authenticity_warning">The authenticity of host \'%1$s\' can\'t be established.</string> - <!-- First field is encryption algorithm. Second is the actual fingerprint in hex digits --> - <string name="host_fingerprint">Hospede %1$s id da chave é %2$s</string> - - <string name="alert_passwords_do_not_match_msg">As palavras passe não coincidem!</string> - <string name="alert_wrong_password_msg">Palavra passe errada!</string> - <string name="alert_key_corrupted_msg">Chave privada parece estar corrupta.</string> - <string name="alert_sdcard_absent">Cartão SD não parece estar inserido!</string> - - <!-- Add a new item (e.g., host or pubkey) to the list. --> - <string name="button_add">Adicionar</string> - <!-- Change an existing item's (e.g., host or pubkey) details. --> - <string name="button_change">Alterar</string> - <!-- Button that begins the generation of a public key pair. --> - <string name="button_generate">Gerar Chave</string> - <!-- Button that resizes the screen to the user-specified dimensions. --> - <string name="button_resize">Redimensionar</string> - - <string name="alert_disconnect_msg">Ligação Perdida</string> - - <string name="msg_copyright">Direitos de Autor © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> - - <!-- The category title for terminal emulation preferences. --> - <string name="pref_emulation_category">Terminal de emulação</string> - - <!-- Name for the emulation terminal type preference. --> - <string name="pref_emulation_title">Modo de emulação</string> - <!-- Description of the emulation terminal type preference. --> - <string name="pref_emulation_summary">Terminal de emulação para usar conecções PTY</string> - - <!-- Name for the scrollback size preference --> - <string name="pref_scrollback_title">Tamanho de Scrollback</string> - <!-- Description of the scrollback size preference --> - <string name="pref_scrollback_summary">Size of scrollback buffer to keep in memory for each console</string> - - <!-- The category title for user interface preferences --> - <string name="pref_ui_category">User interface</string> - - <!-- Name for the rotation mode preference --> - <string name="pref_rotation_title">Rotation mode</string> - <!-- Summary for the rotation mode preference --> - <string name="pref_rotation_summary">How to change rotation when keyboard popped in/out</string> - - <!-- Name for the full screen preference --> - <string name="pref_fullscreen_title">Full screen</string> - <!-- Summary for the full screen preference --> - <string name="pref_fullscreen_summary">Hide status bar while in console</string> - - <!-- Name for the memorize keys preference --> - <string name="pref_memkeys_title">Remember keys in memory</string> - <!-- Summary for the memorize keys preference --> - <string name="pref_memkeys_summary">Keep unlocked keys in memory until backend service is terminated</string> - - <!-- Name for the update check preference --> - <string name="pref_update_title">Update check</string> - <!-- Summary for the update check preference --> - <string name="pref_update_summary">Set the maximum frequency to check for ConnectBot updates</string> - - <!-- Name for the preference that forces the service to stay running in the background.--> - <string name="pref_conn_persist_title">Persist connections</string> - <!-- Summary for the preference that forces the service to stay running in the background. --> - <string name="pref_conn_persist_summary">Force connections to stay connected while in background</string> - - <!-- Name for the keyboard shortcuts preference --> - <string name="pref_keymode_title">Directory shortcuts</string> - <!-- Summary for the keyboard shortcuts preference --> - <string name="pref_keymode_summary">Select how to use Alt for \'/\' and Shift for Tab</string> - - <!-- Name for the camera shortcut usage preference --> - <string name="pref_camera_title">Camera shortcut</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_camera_summary">Select which shortcut to trigger when the camera button is pushed</string> - - <!-- Name for the keep screen on preference --> - <string name="pref_keepalive_title">Keep screen awake</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_keepalive_summary">Prevent the screen from turning off when working in a console</string> - - <!-- Name for the Wi-Fi lock preference --> - <string name="pref_wifilock_title">Keep Wi-Fi active</string> - <!-- Summary for the Wi-Fi lock preference --> - <string name="pref_wifilock_summary">Prevent Wi-Fi from turning off when a session is active</string> - - <!-- Name for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_title">Bumpy arrows</string> - <!-- Summary for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_summary">Vibrate when sending arrow keys from trackball; useful for laggy connections</string> - - <!-- Category title for the Terminal Bell preferences --> - <string name="pref_bell_category">Terminal bell</string> - - <!-- Checkbox preference title for the audible terminal bell feature --> - <string name="pref_bell_title">Audible bell</string> - - <!-- Title for the slider preference to set the volume --> - <string name="pref_bell_volume_title">Bell volume</string> - - <!-- Checkbox preference title for the vibrate on terminal bell feature --> - <string name="pref_bell_vibrate_title">Vibrate on bell</string> - - <!-- Checkbox preference title for the receive notifications on terminal bell feature --> - <string name="pref_bell_notification_title">Background notifications</string> - <!-- Brief summary of the feature that is enabled when the checkbox preference for the receive notifications on terminal bell feature is checked --> - <string name="pref_bell_notification_summary">Send notification when a terminal running in the background sounds a bell.</string> - - <!-- Preference selection to indicate use of right side of keyboard for special shortcuts. --> - <string name="list_keymode_right">Use right-side keys</string> - <!-- Preference selection to indicate use of left side of keyboard for special shortcuts. --> - <string name="list_keymode_left">Use left-side keys</string> - <!-- Preference selection to indicate never to use special shortcut keys. --> - <string name="list_keymode_none">Disable</string> - - <!-- Preference to not use pubkeys to authenticate to this host. --> - <string name="list_pubkeyids_none">Do not use keys</string> - <!-- Preference to use any pubkey to authenticate to this host. --> - <string name="list_pubkeyids_any">Use any unlocked key</string> - - <!-- Frequency for which to check for program updates. --> - <string name="list_update_daily">Daily</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_weekly">Weekly</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_never">Never</string> - - <!-- Host nickname field preference title --> - <string name="hostpref_nickname_title">Nickname</string> - - <!-- Host color category preference title --> - <string name="hostpref_color_title">Color category</string> - - <!-- Host's default font size when opening the terminal in points (pt) --> - <string name="hostpref_fontsize_title">Font size (pt)</string> - - <!-- Host pubkey usage preference title --> - <string name="hostpref_pubkeyid_title">Use pubkey authentication</string> - - <!-- Preference title for the SSH Authentication Agent Forwarding for a host connection --> - <string name="hostpref_authagent_title">Use SSH auth agent</string> - - <!-- Host post-login automation preference title --> - <string name="hostpref_postlogin_title">Post-login automation</string> - <!-- Host post-login automation preference summary --> - <string name="hostpref_postlogin_summary">Commands to run on remote server once authenticated</string> - - <!-- Host compression preference title --> - <string name="hostpref_compression_title">Compression</string> - <!-- Summary for compression preference --> - <string name="hostpref_compression_summary">This may help with slower networks</string> - - <!-- Setting for whether we want a session to start up when we connect to a host --> - <string name="hostpref_wantsession_title">Start shell session</string> - <!-- Summary for field asking whether a shell session should be started up upon connection or not --> - <string name="hostpref_wantsession_summary">Disable this preference to only use port forwards</string> - - <!-- Setting for whether the host should be reconnected to automatically upon disconnect --> - <string name="hostpref_stayconnected_title">Stay connected</string> - <!-- Summary for preference asking whether the host should be reconnected to when it disconnects --> - <string name="hostpref_stayconnected_summary">Try to reconnect to host if disconnected</string> - - <!-- Setting for what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_title">DEL Key</string> - <!-- Summary for field asking what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_summary">The key code sent when DEL key is pressed</string> - - <!-- Host character encoding preference title --> - <string name="hostpref_encoding_title">Encoding</string> - <!-- Host character encoding preference summary --> - <string name="hostpref_encoding_summary">Character encoding for the host</string> - - <!-- Host preference category title for connection settings --> - <string name="hostpref_connection_category">Connection settings</string> - - <!-- Username field title for host editor preference --> - <string name="hostpref_username_title">Username</string> - - <!-- Hostname field title for host editor preference --> - <string name="hostpref_hostname_title">Host</string> - - <!-- Port field title for host editor preference --> - <string name="hostpref_port_title">Port</string> - - <!-- Displayed to indicate a host has never been connected to. --> - <string name="bind_never">Never connected</string> - <!-- The time that has elapsed since a host was connected to when it has been less than an hour. --> - <string name="bind_minutes">%1$s minutes ago</string> - <!-- The time that has elapsed since a host was connected to when it has been less than a day. --> - <string name="bind_hours">%1$s hours ago</string> - <!-- The time that has elapsed since a host was connected to when it has been a day or more. --> - <string name="bind_days">%1$s days ago</string> - - <!-- Message given when user copies from the terminal. --> - <string name="console_copy_done">Copied %1$d bytes to clipboard</string> - <!-- Instructions for how to copy from the terminal. The '\n' entries are to split lines to improve readability and prevent wrapping off the screen. --> - <string name="console_copy_start">Touch and drag\nor use directional pad\nto select area to copy</string> - - <!-- Button to close the disconnected terminal window. --> - <string name="console_menu_close">Close</string> - <!-- Button to begin copying from the terminal to the clipboard. --> - <string name="console_menu_copy">Copy</string> - <!-- Button to paste from the clipboard to the terminal. --> - <string name="console_menu_paste">Paste</string> - <!-- Button that brings user to the Port Forwards List. --> - <string name="console_menu_portforwards">Port Forwards</string> - <!-- Button that brings user to the terminal resizing dialog where they can force a size. --> - <string name="console_menu_resize">Force Size</string> - <!-- Button that brings up the list of URLs on the current screen --> - <string name="console_menu_urlscan">URL Scan</string> - - <!-- Selection for a "local" port forward. E.g., connections to a port listening locally is forwarded to the remote end's listening port. --> - <string name="portforward_local">Local</string> - <!-- Selection for a "remote" port forward. E.g., connections to a port listening remotely is forwarded to the local end's listening port. --> - <string name="portforward_remote">Remote</string> - <!-- Selection for a "dynamic" port forward. E.g., connections to a port listening locally is forwarded based on the SOCKS protocol to an arbitrary remote host and port. --> - <string name="portforward_dynamic">Dynamic (SOCKS)</string> - <!-- Button that commits the port forward to be made from the Port Forward Creation dialog. --> - <string name="portforward_pos">Create port forward</string> - - <string name="portforward_done">Successfully created port forward</string> - <string name="portforward_problem">Problem creating port forward, maybe you\'re using ports under 1024 or port is already used?</string> - - <string name="portforward_menu_add">Add port forward</string> - - <!-- The string to present in the quick-connect box to hint the user to the format for connecting to hosts. --> - <string name="hint_userhost">user@hostname</string> - - <!-- Hint given to user when the format they're using is incorrect in the quick-connect box. --> - <string name="list_format_error">Use the format "%1$s"</string> - - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_username">username</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_hostname">hostname</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_port">port</string> - - <string name="list_menu_pubkeys">Manage Pubkeys</string> - <!-- Selection choice to sort hosts by color. --> - <string name="list_menu_sortcolor">Sort by color</string> - <!-- Selection choice to sort hosts by nickname. --> - <string name="list_menu_sortname">Sort by name</string> - <string name="list_menu_settings">Settings</string> - - <string name="list_host_disconnect">Disconnect</string> - <string name="list_host_edit">Edit host</string> - <string name="list_host_portforwards">Edit port forwards</string> - <string name="list_host_delete">Delete host</string> - <!-- Note that the '\n' splits the lines so it's actually "quick-connect box below to connect" --> - <string name="list_host_empty">Use the quick-connect box\nbelow to connect to a host.</string> - - <!-- Default screen rotation preference selection --> - <string name="list_rotation_default">Default</string> - <string name="list_rotation_land">Force landscape</string> - <string name="list_rotation_port">Force portrait</string> - <!-- Selection to indicate the rotation should be selected automatically based on the tilt sensor. --> - <string name="list_rotation_auto">Automatic</string> - - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A then Space". --> - <string name="list_camera_ctrlaspace">Ctrl+A then Space</string> - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A". --> - <string name="list_camera_ctrla">Ctrl+A</string> - <!-- Selection to indicate pressing the Camera button should send the "Esc" key. --> - <string name="list_camera_esc">Esc</string> - <!-- Selection to indicate pressing the Camera button should send "Esc+A". --> - <string name="list_camera_esc_a">Esc+A</string> - <!-- Selection to indicate pressing the Camera button should send nothing at all. --> - <string name="list_camera_none">None</string> - - <!-- Name for the backspace character --> - <string name="list_delkey_backspace">Backspace</string> - <!-- Name for the ASCII DEL character --> - <string name="list_delkey_del">Delete</string> - - <string name="delete_message">Are you sure you want to delete \'%1$s\'?</string> - <string name="delete_pos">Yes, delete</string> - <string name="delete_neg">Cancel</string> - - <!-- Button to agree to license terms. --> - <string name="wizard_agree">Agree</string> - <!-- Button to go to the next page in the first time start-up wizard. --> - <string name="wizard_next">Next</string> - <!-- Button to go to the previous page in the first time start-up wizard. --> - <string name="wizard_back">Back</string> - - <string name="terminal_no_hosts_connected">No hosts currently connected</string> - - <!-- Displayed in terminal when attempting to connect to a host. The first two - variables are host:port and the third is the protocol (e.g., SSH) --> - <string name="terminal_connecting">Connecting to %1$s:%2$d via %3$s</string> - - <!-- Displays the host key to the user in the terminal --> - <string name="terminal_sucess">Verified host \'%1$s\' key: %2$s</string> - <string name="terminal_failed">Host key verification failed.</string> - - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_s2c_algorithm">Server-to-client algorithm: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_c2s_algorithm">Client-to-server algorithm: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_algorithm">Using algorithm: %1$s %2$s</string> - - <string name="terminal_auth">Trying to authenticate</string> - - <string name="terminal_auth_pass">Attempting \'password\' authentication</string> - <string name="terminal_auth_pass_fail">Authentication method \'password\' failed</string> - - <string name="terminal_auth_pubkey_any">Attempting \'publickey\' authentication with any in-memory public keys</string> - <string name="terminal_auth_pubkey_invalid">Selected public key is invalid, try reselecting key in host editor</string> - <string name="terminal_auth_pubkey_specific">Attempting \'publickey\' authentication with a specific public key</string> - <string name="terminal_auth_pubkey_fail">Authentication method \'publickey\' with key \'%1$s\' failed</string> - - <string name="terminal_auth_ki">Attempting \'keyboard-interactive\' authentication</string> - <string name="terminal_auth_ki_fail">Authentication method \'keyboard-interactive\' failed</string> - - <string name="terminal_auth_fail">[Your host doesn\'t support \'password\' or \'keyboard-interactive\' authentication.]</string> - - <string name="terminal_no_session">Session will not be started due to host preference.</string> - <string name="terminal_enable_portfoward">Enable port forward: %1$s</string> - - <string name="local_shell_unavailable">Failure! Local shell is unavailable on this phone.</string> - - <!-- Text sent to the user to alert them that a Terminal Bell is received in a background session --> - <string name="notification_text">%1$s wants your attention.</string> - - <!-- Dialog title when a new version of ConnectBot is detected. --> - <string name="upgrade">New version</string> - <!-- Button selection to upgrade to the latest ConnectBot when one is available. --> - <string name="upgrade_pos">Yes, upgrade</string> - <!-- Button selection to skip upgrading to the latest ConnectBot when one is available. --> - <string name="upgrade_neg">Not right now</string> - - <!-- Preference selection for SSH Authentication Agent to never use pubkeys --> - <string name="no">Não</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys "with confirmation" only --> - <string name="with_confirmation">com confirmação</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys --> - <string name="yes">Sim</string> - - <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> - <string name="exceptions_submit_message">Aparentemente o ConnectBot teve um problema na ultima vez que foi executado. Enviar relatório de erros para os programadores do ConnectBot?</string> - - <!-- Menu selection to reset colors to their defaults. --> - <string name="menu_colors_reset">Limpar</string> - - <!-- Displayed in the notification bar that connections are active --> - <string name="app_is_running">O ConnectBot esta a ser executado</string> - - <string name="color_red">vermelho</string> - <string name="color_green">verde</string> - <string name="color_blue">azul</string> - <string name="color_gray">cinzento</string> + <string name="app_desc">Simples e poderoso cliente SSH open-source</string> + <string name="service_desc">Manter ligações SSH e chaves públicas carregadas</string> + <string name="title_hosts_list">Máquinas</string> + <string name="title_pubkey_list">Chaves Públicas</string> + <string name="title_port_forwards_list">Redireciomento de portas</string> + <string name="title_host_editor">Editar a Máquina</string> + <string name="title_help">Ajuda</string> + <string name="title_colors">Cores</string> + <string name="resolve_connect">Ligar</string> + <string name="resolve_entropy">Gerar Entropia</string> + <string name="menu_insert">Adicionar uma Máquina</string> + <string name="menu_delete">Eliminar anfitrião</string> + <string name="menu_preferences">Preferências</string> + <string name="help_intro">Selecione um tópico para mais informações sobre o assunto.</string> + <string name="help_about">Sobre ConnectBot</string> + <string name="help_keyboard">Teclado</string> + <string name="pubkey_generate">Gerar</string> + <string name="pubkey_import">Importar</string> + <string name="pubkey_delete">Apagar a chave</string> + <string name="pubkey_gather_entropy">Recolhendo entropia</string> + <string name="pubkey_touch_prompt">Toque nesta caixa para gerar aleariedade: %1$d%% completo</string> + <string name="pubkey_touch_hint">Para assegurar aleatoriedade durante a geração da chave, mova o dedo aleatoriamente sobre a caixa a baixo.</string> + <string name="pubkey_generating">A gerar par de chaves</string> + <string name="pubkey_copy_private">Copiar chave privada</string> + <string name="pubkey_copy_public">Copiar chave pública</string> + <string name="pubkey_list_empty">Carregue em Menu para criar\nou importar as chaves.</string> + <string name="pubkey_unknown_format">Formato desconhecido</string> + <string name="pubkey_change_password">Alterar password</string> + <string name="pubkey_list_pick">Escolher de /sdcard</string> + <string name="pubkey_import_parse_problem">Problema de análise com a chave privada importada</string> + <string name="pubkey_unlock">Desbloquear chave</string> + <string name="pubkey_failed_add">Password inválida para a chave \'%1$s\'. Erro na autenticação.</string> + <string name="pubkey_memory_load">Carregar para a memória</string> + <string name="pubkey_memory_unload">retirar da memória</string> + <string name="pubkey_load_on_start">carregar chave no Inicio</string> + <string name="pubkey_confirm_use">Confirmar antes de usar</string> + <string name="portforward_list_empty">Carregue Menu para criar\nport forward</string> + <string name="portforward_edit">Editar port forward</string> + <string name="portforward_delete">Apagar port forward</string> + <string name="prompt_nickname">Alcunha:</string> + <string name="prompt_nickname_hint_pubkey">A minha chave de trabalho</string> + <string name="prompt_source_port">Porta de origem:</string> + <string name="prompt_destination">Destino:</string> + <string name="prompt_old_password">Palavra-passe Antiga:</string> + <string name="prompt_password">Palavra-passe:</string> + <string name="prompt_again">(novamente)</string> + <string name="prompt_type">Tipo:</string> + <string name="prompt_password_can_be_blank">Nota: password pode ser em branco</string> + <string name="prompt_bits">bits:</string> + <string name="prompt_pubkey_password">Password para a chave \'%1$s\'</string> + <string name="prompt_allow_agent_to_use_key">Permitir ao anfitrião remoto\nusar a chave \'%1$s\'?</string> + <string name="host_verification_failure_warning_header">AVISO: a identificação do anfitrião remoto mudou!</string> + <string name="host_verification_failure_warning">É POSSÍVEL QUE ALGUÉM ESTEJA A FAZER ALGO ERRADO!\n Alguém pode estar espiando ( ataque man-in-the-middle)!\nTambém e possível que a chave do hospede tenha sido alterada</string> + <string name="prompt_host_disconnected">Hospede desconectou-se.\nFechar sessão?</string> + <string name="prompt_continue_connecting">Tem a certeza que quer\ncontinuar a connectar?</string> + <string name="host_authenticity_warning">A autenticidade do anfitrião \'%1$s\' não pode ser verificada.</string> + <string name="host_fingerprint">Hospede %1$s id da chave é %2$s</string> + <string name="alert_passwords_do_not_match_msg">As palavras passe não coincidem!</string> + <string name="alert_wrong_password_msg">Palavra passe errada!</string> + <string name="alert_key_corrupted_msg">Chave privada parece estar corrupta.</string> + <string name="alert_sdcard_absent">Cartão SD não parece estar inserido!</string> + <string name="button_add">Adicionar</string> + <string name="button_change">Alterar</string> + <string name="button_generate">Gerar Chave</string> + <string name="button_resize">Redimensionar</string> + <string name="alert_disconnect_msg">Ligação Perdida</string> + <string name="msg_copyright">Direitos de Autor © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> + <string name="pref_emulation_category">Terminal de emulação</string> + <string name="pref_emulation_title">Modo de emulação</string> + <string name="pref_emulation_summary">Terminal de emulação para usar conecções PTY</string> + <string name="pref_scrollback_title">Tamanho de Scrollback</string> + <string name="pref_ui_category">Interface de utilizador</string> + <string name="pref_rotation_title">Modo de rotação</string> + <string name="pref_rotation_summary">Como alterar a rotação quando o teclado é aberto/fechado</string> + <string name="pref_fullscreen_title">Ecrã completo</string> + <string name="pref_fullscreen_summary">Esconder a barra de notificação quando estiver na consola</string> + <string name="pref_memkeys_title">Lembrar chaves em memoria</string> + <string name="pref_memkeys_summary">Manter chaves desbloqueadas em memória até ao serviço de fundo terminar</string> + <string name="pref_update_title">Verificar actualizações</string> + <string name="pref_update_summary">Definir a frequência máxima para verificar actualizações do ConnectBot</string> + <string name="pref_conn_persist_title">Persistir ligações</string> + <string name="pref_conn_persist_summary">Forçar ligações a ficarem ligadas quando em segundo plano</string> + <string name="pref_keymode_title">Atalhos de directoria</string> + <string name="pref_keymode_summary">Escolher como usar Alt para \'/\' e Shift para Tab</string> + <string name="pref_camera_title">Atalho para a camera</string> + <string name="pref_camera_summary">Escolha o atalho a activar quando o botão da camara é pressionado</string> + <string name="pref_keepalive_title">Mantar ecrã activo</string> + <string name="pref_keepalive_summary">Previne que o ecrã seja desligado quando se esta a utilizar a consola</string> + <string name="pref_wifilock_title">Manter Wi-Fi activo</string> + <string name="pref_wifilock_summary">Evitar que o Wi-Fi desligue quando uma sessão está activa</string> + <string name="pref_bumpyarrows_summary">Vibrar quando enviar teclas de cursor com a trackball; útil para ligações com atraso</string> + <string name="pref_bell_category">Aviso sonoro do terminal</string> + <string name="pref_bell_title">Aviso sonoro audível</string> + <string name="pref_bell_volume_title">Volume do aviso sonoro</string> + <string name="pref_bell_vibrate_title">Vibrar em aviso sonoro</string> + <string name="pref_bell_notification_title">Notificações em segundo plano</string> + <string name="pref_bell_notification_summary">Enviar notificação quando um terminal a correr em segundo plano enviar um aviso sonoro.</string> + <string name="list_keymode_right">Usar teclas do lado direito</string> + <string name="list_keymode_left">Usar teclas do lado esquerdo</string> + <string name="list_keymode_none">Desactivar</string> + <string name="list_pubkeyids_none">Não usar teclas</string> + <string name="list_pubkeyids_any">Usar qualquer tecla não bloqueada</string> + <string name="list_update_daily">Diariamente</string> + <string name="list_update_weekly">Semanalmente</string> + <string name="list_update_never">Nunca</string> + <string name="hostpref_nickname_title">Alcunha</string> + <string name="hostpref_color_title">Categoria de cor</string> + <string name="hostpref_fontsize_title">Tamanho da fonte (pt)</string> + <string name="hostpref_pubkeyid_title">Utilizar autenticação de chave publica (pubkey)</string> + <string name="hostpref_authagent_title">Usar agente de autenticação SSH</string> + <string name="hostpref_postlogin_title">Automação pós-login</string> + <string name="hostpref_postlogin_summary">Comandos a correr no servidor remoto após autenticar</string> + <string name="hostpref_compression_title">Compressão</string> + <string name="hostpref_compression_summary">Isto pode ajudar em redes mais lentas</string> + <string name="hostpref_wantsession_title">Iniciar sessão de shell</string> + <string name="hostpref_wantsession_summary">Desactivar esta preferência para usar apenas redirecionamento de portas</string> + <string name="hostpref_stayconnected_title">Permanecer ligado</string> + <string name="hostpref_stayconnected_summary">Tentar ligar de novo ao anfitrião se desligar</string> + <string name="hostpref_delkey_title">Tecla DEL</string> + <string name="hostpref_delkey_summary">O código de tecla a enviar quando a tecla DEL é pressionada</string> + <string name="hostpref_encoding_title">Codificação</string> + <string name="hostpref_encoding_summary">Codificação de caractéres para o anfitrião</string> + <string name="hostpref_connection_category">Configuração da Ligação</string> + <string name="hostpref_username_title">Nome do Utilizador</string> + <string name="hostpref_hostname_title">Anfitrião</string> + <string name="hostpref_port_title">Porto</string> + <string name="bind_never">Nunca ligado</string> + <string name="bind_minutes">%1$s minutos atrás</string> + <string name="bind_hours">%1$s horas atrás</string> + <string name="bind_days">%1$s dias atrás</string> + <string name="console_copy_done">Copiados %1$d bytes para a área de transferência</string> + <string name="console_copy_start">Toque e arraste\nou use as teclas direcionais\npara selecionar a área a copiar</string> + <string name="console_menu_close">Fechar</string> + <string name="console_menu_copy">Copiar</string> + <string name="console_menu_paste">Colar</string> + <string name="console_menu_portforwards">Redirecionamento de portas</string> + <string name="console_menu_resize">Forçar Tamanho</string> + <string name="console_menu_urlscan">Detecção de URL</string> + <string name="button_yes">Sim</string> + <string name="button_no">Não</string> + <string name="portforward_local">Local</string> + <string name="portforward_remote">Remoto</string> + <string name="portforward_dynamic">Dinamico (SOCKS)</string> + <string name="portforward_pos">Criar redirecionamento de portas</string> + <string name="portforward_done">Redirecionamento de porta criado com sucesso</string> + <string name="portforward_problem">Problema ao criar redirecionamento de porta, talvez esteja a usar portas abaixo de 1024 ou a porta já esteja em uso?</string> + <string name="portforward_menu_add">Adicionar redirecionamento de porta</string> + <string name="hint_userhost">utilizador\@servidor</string> + <string name="list_format_error">Use o formato %1$s</string> + <string name="format_username">nome do utilizador</string> + <string name="format_hostname">endereço</string> + <string name="format_port">porto</string> + <string name="list_menu_pubkeys">Gerir Chaves Públicas</string> + <string name="list_menu_sortcolor">Ordenar por cor</string> + <string name="list_menu_sortname">Ordenar por nome</string> + <string name="list_menu_settings">Definições</string> + <string name="list_host_disconnect">Desconectar</string> + <string name="list_host_edit">Editar anfitrião</string> + <string name="list_host_portforwards">Editar redirecionamento de portas</string> + <string name="list_host_delete">Eliminar anfitrião</string> + <string name="list_host_empty">Usar a caixa de ligação rápida\nabaixo para ligar a um anfitrião.</string> + <string name="list_rotation_default">Padrão</string> + <string name="list_rotation_land">Forçar panoramico</string> + <string name="list_rotation_port">Forçar retrato</string> + <string name="list_rotation_auto">Automática</string> + <string name="list_camera_ctrlaspace">Ctrl+A seguido de Espaço</string> + <string name="list_camera_ctrla">Ctrl+A</string> + <string name="list_camera_esc">Esc</string> + <string name="list_camera_esc_a">Esc+A</string> + <string name="list_camera_none">Nenhum</string> + <string name="list_delkey_backspace">Retrocesso</string> + <string name="list_delkey_del">Apagar</string> + <string name="delete_message">Tem a certeza que deseja eliminar \'%1$s\'?</string> + <string name="delete_pos">Sim, apagar</string> + <string name="delete_neg">Cancelar</string> + <string name="wizard_agree">Aceitar</string> + <string name="wizard_next">Seguinte</string> + <string name="wizard_back">Retroceder</string> + <string name="terminal_no_hosts_connected">Nenhum anfitrião ligado actualmente</string> + <string name="terminal_connecting">A ligar a %1$s:%2$d via %3$s</string> + <string name="terminal_sucess">Verificado anfitrião \'%1$s\' chave: %2$s</string> + <string name="terminal_failed">Verificação da chave do anfitrião falhou.</string> + <string name="terminal_using_s2c_algorithm">Algoritmo servidor-cliente: %1$s %2$s</string> + <string name="terminal_using_c2s_algorithm">Algoritmo cliente-servidor: %1$s %2$s</string> + <string name="terminal_using_algorithm">A usar algoritmo %1$s %2$s</string> + <string name="terminal_auth">A tentar autenticação</string> + <string name="terminal_auth_pass">A tentar autenticação por \'password\'</string> + <string name="terminal_auth_pass_fail">Autenticação pelo método \'password\' falhou</string> + <string name="terminal_auth_pubkey_any">A tentar autenticação de chave pública (pubkey) com todas as chaves públicas em memória</string> + <string name="terminal_auth_pubkey_invalid">A chave pública escolhida é inválida, tente escolher outra chave no editor de anfitriões</string> + <string name="terminal_auth_pubkey_specific">A tentar autenticação de chave pública (publickey) com uma chave pública específica</string> + <string name="terminal_auth_pubkey_fail">Autenticação pelo método de chave pública (publickey) com a chave \'%1$s\' falhou</string> + <string name="terminal_no_session">A sessão não será iniciada devido a preferência do anfitrião.</string> + <string name="terminal_enable_portfoward">Permitir redirecionamento de porta: %1$s</string> + <string name="local_shell_unavailable">Falha! Shell local não está disponível neste telemóvel.</string> + <string name="notification_text">%1$s requer a sua atenção.</string> + <string name="upgrade">Nova versão</string> + <string name="upgrade_pos">Sim, actualizar</string> + <string name="upgrade_neg">Não, por agora</string> + <string name="no">Não</string> + <string name="with_confirmation">com confirmação</string> + <string name="yes">Sim</string> + <string name="exceptions_submit_message">Aparentemente o ConnectBot teve um problema na ultima vez que foi executado. Enviar relatório de erros para os programadores do ConnectBot?</string> + <string name="menu_colors_reset">Limpar</string> + <string name="app_is_running">O ConnectBot esta a ser executado</string> + <string name="color_red">vermelho</string> + <string name="color_green">verde</string> + <string name="color_blue">azul</string> + <string name="color_gray">cinzento</string> </resources> diff --git a/res/values-ru/strings.xml b/res/values-ru/strings.xml index 0ead3b6..5124e09 100644 --- a/res/values-ru/strings.xml +++ b/res/values-ru/strings.xml @@ -1,461 +1,217 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * ConnectBot: simple, powerful, open-source SSH client for Android - * Copyright 2007 Kenny Root, Jeffrey Sharkey - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ ---> +<?xml version='1.0' encoding='utf-8'?> <resources> - <string name="app_desc">Простой и мощный SSH клиент с открытым исходным кодом</string> - - <!-- Window title for the Host List --> - <string name="title_hosts_list">Хосты</string> - <!-- Window title for the Pubkeys List --> - <string name="title_pubkey_list">Публичные ключи</string> - <!-- Window title for the Port Forwards List --> - <string name="title_port_forwards_list">Переадресация портов</string> - <!-- Window title when editing host details --> - <string name="title_host_editor">Изменить хост</string> - <!-- Window title for Help index --> - <string name="title_help">Помощь</string> - <!-- Window title for color list editing screen --> - <string name="title_colors">Цвета</string> - - <string name="resolve_connect">Соединение</string> - <!-- Menu selection where user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="resolve_entropy">Получить произвольный шум</string> - - <string name="menu_insert">Добавить хост</string> - <string name="menu_delete">Удалить хост</string> - <string name="menu_preferences">Настройки</string> - - <string name="help_intro">Для дополнительной информации выберите топик</string> - <string name="help_about">О ConnectBot</string> - <string name="help_keyboard">Клавиатура</string> - - <string name="pubkey_generate">Генерировать</string> - <string name="pubkey_import">Импорт</string> - <string name="pubkey_delete">Удалить ключ</string> - <!-- Dialog title when user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="pubkey_gather_entropy">Получение шума</string> - <string name="pubkey_touch_prompt">Прикоснитесь сюда для получения шума: %1$d%% готово</string> - <string name="pubkey_touch_hint">Для использования случайной выборки во время генерации ключа - перемещайте палец в области экрана ниже.</string> - <string name="pubkey_generating">Генерирование пары ключей</string> - <string name="pubkey_copy_private">Копировать приватный ключ</string> - <string name="pubkey_copy_public">Копировать публичный ключ</string> - <!-- Note that the '\n' just splits lines, so it's actually "create or import" --> - <string name="pubkey_list_empty">Выберите Меню для создания или импорта пары ключей</string> - <string name="pubkey_unknown_format">Неизвестный формат</string> - <string name="pubkey_change_password">Сменить пароль</string> - <string name="pubkey_list_pick">Загрузить с SD карты</string> - <string name="pubkey_import_parse_problem">Проблема при распозновании импортированного частного ключа</string> - <string name="pubkey_unlock">Разблокировать ключ</string> - <string name="pubkey_failed_add">Неверный пароль для ключа \'%1$s\'. Аутентификация не удалась</string> - <string name="pubkey_memory_load">Загрузить в память</string> - <string name="pubkey_memory_unload">Выгрузить из памяти</string> - <string name="pubkey_load_on_start">Загружать ключ при старте</string> - <!-- Pubkey preference asking user whether the key use should be confirmed via prompt before it can be used for authentication --> - <string name="pubkey_confirm_use">Подтверждение перед использованием</string> - - <!-- Note that the '\n' splits lines, so it's actually "create port forwards" --> - <string name="portforward_list_empty">Выберите Меню для переадресации порта</string> - <string name="portforward_edit">Правка переадресации порта</string> - <string name="portforward_delete">Удалить переадресацию порта</string> - - <string name="prompt_nickname">Псевдоним:</string> - <!-- An example string that could be used as a nickname for a pubkey. --> - <string name="prompt_nickname_hint_pubkey">Мой рабочий ключ</string> - <!-- The source TCP port for port forwards. --> - <string name="prompt_source_port">С порта</string> - <!-- The "host:port" combination used for port forward destinations. --> - <string name="prompt_destination">На порт</string> - <string name="prompt_old_password">Старый пароль:</string> - <string name="prompt_password">Пароль:</string> - <!-- Added after a "Password:" prompt to indicate user needs to confirm entry. --> - <string name="prompt_again">(повторить)</string> - <!-- Label for the user to select port forward type. --> - <string name="prompt_type">Тип переадресации</string> - <string name="prompt_password_can_be_blank">Поле для ввода пароля не может быть пустым</string> - <!-- Prompt for the size of the private key in bits. --> - <string name="prompt_bits">Размер в битах</string> - - <!-- Prompt for the password to unlock a certain pubkey. --> - <string name="prompt_pubkey_password">Пароль для ключа \'%1$s\'</string> - - <!-- Prompt for whether to allow SSH Authentication Agent to use the specified key. Note that the '\n' means split the line so it's actually "host to use key" --> - <string name="prompt_allow_agent_to_use_key">Использовать ключ \'%1$s\'?</string> - - <!-- The header of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning_header">ВНИМАНИЕ! ИДЕНТИФИКАЦИЯ УДАЛЕННОГО ХОСТА ЗАМЕНЕНА</string> - <!-- The body of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning">Похоже есть возможность что вас ломают. Или кто то изменил ключ на удаленном хосте.</string> - - <!-- Prompt user gets when the remote host has disconnected unexpectedly. --> - <string name="prompt_host_disconnected">Хост отвалился.\nЗакрыть сессию ?</string> - <!-- Prompt user must answer yes or no to when the remote host fails verification of encryption fingerprint --> - <string name="prompt_continue_connecting">Хотите продолжить\nпопытки соединения?</string> - - <!-- Sent to user when the remote public encryption key fingerprint doesn't match the local database --> - <string name="host_authenticity_warning">Подлинность хоста \'%1$s\' не может быть установлена</string> - <!-- First field is encryption algorithm. Second is the actual fingerprint in hex digits --> - <string name="host_fingerprint">Подпись (fingerprint) host-ключа для сервера %1$s - %2$s</string> - - <string name="alert_passwords_do_not_match_msg">Пароли не совпадают!</string> - <string name="alert_wrong_password_msg">Неверный пароль!</string> - <string name="alert_key_corrupted_msg">Возможно частный ключ повреждён!</string> - <string name="alert_sdcard_absent">SD карта не вставлена!</string> - - <!-- Add a new item (e.g., host or pubkey) to the list. --> - <string name="button_add">Добавить</string> - <!-- Change an existing item's (e.g., host or pubkey) details. --> - <string name="button_change">Изменить</string> - <!-- Button that begins the generation of a public key pair. --> - <string name="button_generate">Генерировать ключ</string> - <!-- Button that resizes the screen to the user-specified dimensions. --> - <string name="button_resize">Изменить размер</string> - - <string name="alert_disconnect_msg">Соединение потеряно</string> - - <string name="msg_copyright">Copyright © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> - - <!-- The category title for terminal emulation preferences. --> - <string name="pref_emulation_category">Эмулятор терминала</string> - - <!-- Name for the emulation terminal type preference. --> - <string name="pref_emulation_title">Режим эмуляции</string> - <!-- Description of the emulation terminal type preference. --> - <string name="pref_emulation_summary">Режим эмуляции терминала для использования PTY соединений</string> - - <!-- Name for the scrollback size preference --> - <string name="pref_scrollback_title">Размер прокрутки</string> - <!-- Description of the scrollback size preference --> - <string name="pref_scrollback_summary">Размер буфера прокруктки в памяти для каждой консоли</string> - - <!-- The category title for user interface preferences --> - <string name="pref_ui_category">Пользовательский интерфейс</string> - - <!-- Name for the rotation mode preference --> - <string name="pref_rotation_title">Настройки ориентации экрана</string> - <!-- Summary for the rotation mode preference --> - <string name="pref_rotation_summary">Настройки смены ориентации дисплея при пользовании клавиатурой</string> - - <!-- Name for the full screen preference --> - <string name="pref_fullscreen_title">Полный экран</string> - <!-- Summary for the full screen preference --> - <string name="pref_fullscreen_summary">Убирать область статуса во время работы с консолью</string> - - <!-- Name for the memorize keys preference --> - <string name="pref_memkeys_title">Запомнить ключи в памяти</string> - <!-- Summary for the memorize keys preference --> - <string name="pref_memkeys_summary">Держать ключи в памяти пока процессы работают</string> - - <!-- Name for the update check preference --> - <string name="pref_update_title">Проверка обновления</string> - <!-- Summary for the update check preference --> - <string name="pref_update_summary">Как часто проверять обновления для ConnectBot</string> - - <!-- Name for the preference that forces the service to stay running in the background.--> - <string name="pref_conn_persist_title">Постоянные соединения</string> - <!-- Summary for the preference that forces the service to stay running in the background. --> - <string name="pref_conn_persist_summary">Принудительно сохранять соединение в фоновом режиме.</string> - - <!-- Name for the keyboard shortcuts preference --> - <string name="pref_keymode_title">Ярлыки папок</string> - <!-- Summary for the keyboard shortcuts preference --> - <string name="pref_keymode_summary">Выберите, как использовать Alt вместо \'/\' и Shift вместо Tab</string> - - <!-- Name for the camera shortcut usage preference --> - <string name="pref_camera_title">Ярлык камеры</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_camera_summary">Выберите ярлык, запускаемый при нажатии клавиши камеры</string> - - <!-- Name for the keep screen on preference --> - <string name="pref_keepalive_title">Держать экран включенным</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_keepalive_summary">Препятствовать отключению экрана при работе в консоли</string> - - <!-- Name for the Wi-Fi lock preference --> - <string name="pref_wifilock_title">Держать Wi-Fi включенным</string> - <!-- Summary for the Wi-Fi lock preference --> - <string name="pref_wifilock_summary">Препятствовать отключению Wi-Fi при активном сеансе</string> - - <!-- Name for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_title">Настройки обратной связи при нажатии</string> - <!-- Summary for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_summary">Вибросигнал при передаче клавиш управления курсором с трекбола; полезно при медленном соединении</string> - - <!-- Category title for the Terminal Bell preferences --> - <string name="pref_bell_category">Настройки звукового сигнала в терминале</string> - - <!-- Checkbox preference title for the audible terminal bell feature --> - <string name="pref_bell_title">Включить звонок</string> - - <!-- Title for the slider preference to set the volume --> - <string name="pref_bell_volume_title">Громкость сигнала</string> - - <!-- Checkbox preference title for the vibrate on terminal bell feature --> - <string name="pref_bell_vibrate_title">Виброзвонок</string> - - <!-- Checkbox preference title for the receive notifications on terminal bell feature --> - <string name="pref_bell_notification_title">Фоновые уведомления</string> - <!-- Brief summary of the feature that is enabled when the checkbox preference for the receive notifications on terminal bell feature is checked --> - <string name="pref_bell_notification_summary">Включить уведомления для терминала работающего в фоновом процессе</string> - - <!-- Preference selection to indicate use of right side of keyboard for special shortcuts. --> - <string name="list_keymode_right">Для специальных функций использовать клавиши с правой стороны</string> - <!-- Preference selection to indicate use of left side of keyboard for special shortcuts. --> - <string name="list_keymode_left">Использовать клавиши с левой стороны</string> - <!-- Preference selection to indicate never to use special shortcut keys. --> - <string name="list_keymode_none">Отключить</string> - - <!-- Preference to not use pubkeys to authenticate to this host. --> - <string name="list_pubkeyids_none">Не использовать ключи</string> - <!-- Preference to use any pubkey to authenticate to this host. --> - <string name="list_pubkeyids_any">Использовать любую разблокированную клавишу</string> - - <!-- Frequency for which to check for program updates. --> - <string name="list_update_daily">Ежедневно</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_weekly">Еженедельно</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_never">Никогда</string> - - <!-- Host nickname field preference title --> - <string name="hostpref_nickname_title">Псевдоним</string> - - <!-- Host color category preference title --> - <string name="hostpref_color_title">Цвет для категории</string> - - <!-- Host's default font size when opening the terminal in points (pt) --> - <string name="hostpref_fontsize_title">Размер шрифта</string> - - <!-- Host pubkey usage preference title --> - <string name="hostpref_pubkeyid_title">Использовать аутентификацию по открытому ключу</string> - - <!-- Preference title for the SSH Authentication Agent Forwarding for a host connection --> - <string name="hostpref_authagent_title">Использовать SSH протокол для соединения</string> - - <!-- Host post-login automation preference title --> - <string name="hostpref_postlogin_title">Автоматизация после авторизации</string> - <!-- Host post-login automation preference summary --> - <string name="hostpref_postlogin_summary">Комманды, выполняемые на удаленной машине после подключения</string> - - <!-- Host compression preference title --> - <string name="hostpref_compression_title">Сжатие</string> - <!-- Summary for compression preference --> - <string name="hostpref_compression_summary">Это может быть полезным в медленных сетях</string> - - <!-- Setting for whether we want a session to start up when we connect to a host --> - <string name="hostpref_wantsession_title">Начать сеанс оболочки</string> - <!-- Summary for field asking whether a shell session should be started up upon connection or not --> - <string name="hostpref_wantsession_summary">Выключить для использования только переадресации портов</string> - - <!-- Setting for whether the host should be reconnected to automatically upon disconnect --> - <string name="hostpref_stayconnected_title">Держать подключение</string> - <!-- Summary for preference asking whether the host should be reconnected to when it disconnects --> - <string name="hostpref_stayconnected_summary">Пытаться переподключиться при отключении узла</string> - - <!-- Setting for what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_title">Клавиша DEL</string> - <!-- Summary for field asking what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_summary">Послать данный код при нажатие клавиши DEL</string> - - <!-- Host character encoding preference title --> - <string name="hostpref_encoding_title">Кодировка</string> - <!-- Host character encoding preference summary --> - <string name="hostpref_encoding_summary">Кодировка символов узла</string> - - <!-- Host preference category title for connection settings --> - <string name="hostpref_connection_category">Настройки соединения</string> - - <!-- Username field title for host editor preference --> - <string name="hostpref_username_title">Имя пользователя</string> - - <!-- Hostname field title for host editor preference --> - <string name="hostpref_hostname_title">Узел</string> - - <!-- Port field title for host editor preference --> - <string name="hostpref_port_title">Порт</string> - - <!-- Displayed to indicate a host has never been connected to. --> - <string name="bind_never">Не подключен</string> - <!-- The time that has elapsed since a host was connected to when it has been less than an hour. --> - <string name="bind_minutes">%1$s минут назад</string> - <!-- The time that has elapsed since a host was connected to when it has been less than a day. --> - <string name="bind_hours">%1$s час(ов) назад</string> - <!-- The time that has elapsed since a host was connected to when it has been a day or more. --> - <string name="bind_days">%1$s дней назад</string> - - <!-- Message given when user copies from the terminal. --> - <string name="console_copy_done">Скопировано %1$d байт в буфер обмена</string> - <!-- Instructions for how to copy from the terminal. The '\n' entries are to split lines to improve readability and prevent wrapping off the screen. --> - <string name="console_copy_start">Для выделения области на экране используйте Touch and Drag или Directional Pad</string> - - <!-- Button to close the disconnected terminal window. --> - <string name="console_menu_close">Закрыть</string> - <!-- Button to begin copying from the terminal to the clipboard. --> - <string name="console_menu_copy">Копировать</string> - <!-- Button to paste from the clipboard to the terminal. --> - <string name="console_menu_paste">Вставить</string> - <!-- Button that brings user to the Port Forwards List. --> - <string name="console_menu_portforwards">Перенаправления портов</string> - <!-- Button that brings user to the terminal resizing dialog where they can force a size. --> - <string name="console_menu_resize">Зафиксировать размер</string> - <!-- Button that brings up the list of URLs on the current screen --> - <string name="console_menu_urlscan">Список URL</string> - - <!-- Selection for a "local" port forward. E.g., connections to a port listening locally is forwarded to the remote end's listening port. --> - <string name="portforward_local">Локальный</string> - <!-- Selection for a "remote" port forward. E.g., connections to a port listening remotely is forwarded to the local end's listening port. --> - <string name="portforward_remote">Удалённый</string> - <!-- Selection for a "dynamic" port forward. E.g., connections to a port listening locally is forwarded based on the SOCKS protocol to an arbitrary remote host and port. --> - <string name="portforward_dynamic">Динамический (SOCKS)</string> - <!-- Button that commits the port forward to be made from the Port Forward Creation dialog. --> - <string name="portforward_pos">Создать перенаправление порта</string> - - <string name="portforward_done">Перенаправление порта успешно завершено</string> - <string name="portforward_problem">Не удалось создать перенаправление порта. Может быть вы используете порты меньше чем 1024 или пор уже используется?</string> - - <string name="portforward_menu_add">Добавить перенаправление порта</string> - - <!-- The string to present in the quick-connect box to hint the user to the format for connecting to hosts. --> - <string name="hint_userhost">пользователь@имяхоста</string> - - <!-- Hint given to user when the format they're using is incorrect in the quick-connect box. --> - <string name="list_format_error">Используйте формат "%1$s"</string> - - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_username">имя пользователя</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_hostname">имяхоста</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_port">порт</string> - - <string name="list_menu_pubkeys">Управление открытыми ключами</string> - <!-- Selection choice to sort hosts by color. --> - <string name="list_menu_sortcolor">Сортировать по цвету</string> - <!-- Selection choice to sort hosts by nickname. --> - <string name="list_menu_sortname">Сортировать по имени</string> - <string name="list_menu_settings">Настройки</string> - - <string name="list_host_disconnect">Разорвать соединение</string> - <string name="list_host_edit">Редактировать хост</string> - <string name="list_host_portforwards">Редактировать перенаправление портов</string> - <string name="list_host_delete">Удалить хост</string> - <!-- Note that the '\n' splits the lines so it's actually "quick-connect box below to connect" --> - <string name="list_host_empty">Для быстрого подключения к хосту используйте чекбокс внизу</string> - - <!-- Default screen rotation preference selection --> - <string name="list_rotation_default">По умолчанию</string> - <string name="list_rotation_land">Только альбомная ориентация</string> - <string name="list_rotation_port">Только портретная ориетация</string> - <!-- Selection to indicate the rotation should be selected automatically based on the tilt sensor. --> - <string name="list_rotation_auto">Автоматически</string> - - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A then Space". --> - <string name="list_camera_ctrlaspace">Ctrl+A затем пробел</string> - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A". --> - <string name="list_camera_ctrla">Ctrl+A</string> - <!-- Selection to indicate pressing the Camera button should send the "Esc" key. --> - <string name="list_camera_esc">Esc</string> - <!-- Selection to indicate pressing the Camera button should send "Esc+A". --> - <string name="list_camera_esc_a">Esc+A</string> - <!-- Selection to indicate pressing the Camera button should send nothing at all. --> - <string name="list_camera_none">Нет</string> - - <!-- Name for the backspace character --> - <string name="list_delkey_backspace">Backspace</string> - <!-- Name for the ASCII DEL character --> - <string name="list_delkey_del">Удалить</string> - - <string name="delete_message">Вы уверены, что хотите удалить \'%1$s\'?</string> - <string name="delete_pos">Да, удалить</string> - <string name="delete_neg">Отменить</string> - - <!-- Button to agree to license terms. --> - <string name="wizard_agree">Соглашаюсь</string> - <!-- Button to go to the next page in the first time start-up wizard. --> - <string name="wizard_next">Далее</string> - <!-- Button to go to the previous page in the first time start-up wizard. --> - <string name="wizard_back">Назад</string> - - <string name="terminal_no_hosts_connected">Нет подключенных узлов</string> - - <!-- Displayed in terminal when attempting to connect to a host. The first two - variables are host:port and the third is the protocol (e.g., SSH) --> - <string name="terminal_connecting">Подключение к %1$s:%2$d через %3$s</string> - - <!-- Displays the host key to the user in the terminal --> - <string name="terminal_sucess">Проверенный узел \'%1$s\' ключ: %2$s</string> - <string name="terminal_failed">Проверка ключа узла провалена</string> - - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_s2c_algorithm">Алгоритм сервер-клиент: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_c2s_algorithm">Алгоритм клиент-сервер: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_algorithm">Используемый алгоритм: %1$s %2$s</string> - - <string name="terminal_auth">Пытаюсь аутентифицироваться</string> - - <string name="terminal_auth_pass">Попытка \'password\' авторизации</string> - <string name="terminal_auth_pass_fail">Неуспешная попытка \'password\' авторизации</string> - - <string name="terminal_auth_pubkey_any">Попытка \'publickey\' авторизации с публичными ключами в памяти</string> - <string name="terminal_auth_pubkey_invalid">Выбранный открытый ключ неверен, выберите другой в редакторе узлов</string> - <string name="terminal_auth_pubkey_specific">Попытка \'publickey\' авторизации</string> - <string name="terminal_auth_pubkey_fail">Неуспешная авторизация \'publickey\' с ключом \'%1$s\'</string> - - <string name="terminal_auth_ki">Попытка \'keyboard-interactive\' авторизации</string> - <string name="terminal_auth_ki_fail">Неуспешная авторизация</string> - - <string name="terminal_auth_fail">Ваш хост не поддерживает \'password\' и \'keyboard-interactive\' типа авторизации</string> - - <string name="terminal_no_session">Настройки хоста не позволяют запустить данную сессию</string> - <string name="terminal_enable_portfoward">Включить переадресацию порта: %1$s</string> - - <string name="local_shell_unavailable">Ошибка! На этом телефоне отсутствует локальная оболочка.</string> - - <!-- Text sent to the user to alert them that a Terminal Bell is received in a background session --> - <string name="notification_text">%1$s требует внимания</string> - - <!-- Dialog title when a new version of ConnectBot is detected. --> - <string name="upgrade">Новая версия</string> - <!-- Button selection to upgrade to the latest ConnectBot when one is available. --> - <string name="upgrade_pos">Да, обновить</string> - <!-- Button selection to skip upgrading to the latest ConnectBot when one is available. --> - <string name="upgrade_neg">Не сейчас</string> - - <!-- Preference selection for SSH Authentication Agent to never use pubkeys --> - <string name="no">Нет</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys "with confirmation" only --> - <string name="with_confirmation">С подтверждением</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys --> - <string name="yes">Да</string> - - <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> - <string name="exceptions_submit_message">Возможно, при последнем запуске программы возникла проблема. Отправить разработчикам отчет об ошибке?</string> - - <!-- Menu selection to reset colors to their defaults. --> - <string name="menu_colors_reset">Сбросить</string> - - <!-- Displayed in the notification bar that connections are active --> - <string name="app_is_running">ConnectBot запущен</string> - - <string name="color_red">красный</string> - <string name="color_green">зелёный</string> - <string name="color_blue">синий</string> - <string name="color_gray">серый</string> + <string name="app_desc">Простой и мощный SSH клиент с открытым исходным кодом</string> + <string name="service_desc">Управляет SSH соединениями и загруженными ключами</string> + <string name="title_hosts_list">Серверы</string> + <string name="title_pubkey_list">Публичные ключи</string> + <string name="title_port_forwards_list">Переадресация портов</string> + <string name="title_host_editor">Изменить хост</string> + <string name="title_help">Помощь</string> + <string name="title_colors">Цветовая схема</string> + <string name="resolve_connect">Подключиться</string> + <string name="resolve_entropy">Создание ключа</string> + <string name="menu_insert">Добавить хост</string> + <string name="menu_delete">Удалить хост</string> + <string name="menu_preferences">Настройки</string> + <string name="help_intro">Для дополнительной информации выберите топик</string> + <string name="help_about">О ConnectBot</string> + <string name="help_keyboard">Клавиатура</string> + <string name="pubkey_generate">Генерировать</string> + <string name="pubkey_import">Импорт</string> + <string name="pubkey_delete">Удалить ключ</string> + <string name="pubkey_gather_entropy">Получение шума</string> + <string name="pubkey_touch_prompt">Прикоснитесь сюда для получения шума: %1$d%% готово</string> + <string name="pubkey_touch_hint">Для использования случайной выборки во время генерации ключа - перемещайте палец в области экрана ниже.</string> + <string name="pubkey_generating">Генерирование пары ключей</string> + <string name="pubkey_copy_private">Копировать приватный ключ</string> + <string name="pubkey_copy_public">Копировать публичный ключ</string> + <string name="pubkey_list_empty">Выберите Меню для создания или импорта пары ключей</string> + <string name="pubkey_unknown_format">Неизвестный формат</string> + <string name="pubkey_change_password">Сменить пароль</string> + <string name="pubkey_list_pick">Загрузить с SD карты</string> + <string name="pubkey_import_parse_problem">Проблема при распозновании импортированного частного ключа</string> + <string name="pubkey_unlock">Разблокировать ключ</string> + <string name="pubkey_failed_add">Неверный пароль для ключа \'%1$s\'. Аутентификация не удалась</string> + <string name="pubkey_memory_load">Загрузить в память</string> + <string name="pubkey_memory_unload">Выгрузить из памяти</string> + <string name="pubkey_load_on_start">Загружать ключ при старте</string> + <string name="pubkey_confirm_use">Подтверждение перед использованием</string> + <string name="portforward_list_empty">Выберите Меню для переадресации порта</string> + <string name="portforward_edit">Правка переадресации порта</string> + <string name="portforward_delete">Удалить переадресацию порта</string> + <string name="prompt_nickname">Псевдоним:</string> + <string name="prompt_nickname_hint_pubkey">Мой рабочий ключ</string> + <string name="prompt_source_port">С порта</string> + <string name="prompt_destination">На порт</string> + <string name="prompt_old_password">Старый пароль:</string> + <string name="prompt_password">Пароль:</string> + <string name="prompt_again">(повторить)</string> + <string name="prompt_type">Тип переадресации</string> + <string name="prompt_password_can_be_blank">Поле для ввода пароля не может быть пустым</string> + <string name="prompt_bits">Размер в битах</string> + <string name="prompt_pubkey_password">Пароль для ключа \'%1$s\'</string> + <string name="prompt_allow_agent_to_use_key">Использовать ключ \'%1$s\'?</string> + <string name="host_verification_failure_warning_header">ВНИМАНИЕ! ИДЕНТИФИКАЦИЯ УДАЛЕННОГО ХОСТА ЗАМЕНЕНА</string> + <string name="host_verification_failure_warning">Похоже есть возможность что вас ломают. Или кто то изменил ключ на удаленном хосте.</string> + <string name="prompt_host_disconnected">Хост отвалился.\nЗакрыть сессию ?</string> + <string name="prompt_continue_connecting">Хотите продолжить\nпопытки соединения?</string> + <string name="host_authenticity_warning">Подлинность хоста \'%1$s\' не может быть установлена</string> + <string name="host_fingerprint">Подпись (fingerprint) host-ключа для сервера %1$s - %2$s</string> + <string name="alert_passwords_do_not_match_msg">Пароли не совпадают!</string> + <string name="alert_wrong_password_msg">Неверный пароль!</string> + <string name="alert_key_corrupted_msg">Возможно частный ключ повреждён!</string> + <string name="alert_sdcard_absent">SD карта не вставлена!</string> + <string name="button_add">Добавить</string> + <string name="button_change">Изменить</string> + <string name="button_generate">Генерировать ключ</string> + <string name="button_resize">Изменить размер</string> + <string name="alert_disconnect_msg">Соединение потеряно</string> + <string name="msg_copyright">Copyright © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> + <string name="pref_emulation_category">Эмулятор терминала</string> + <string name="pref_emulation_title">Режим эмуляции</string> + <string name="pref_emulation_summary">Режим эмуляции терминала для использования PTY соединений</string> + <string name="pref_scrollback_title">Размер прокрутки</string> + <string name="pref_scrollback_summary">Размер буфера прокруктки в памяти для каждой консоли</string> + <string name="pref_ui_category">Пользовательский интерфейс</string> + <string name="pref_rotation_title">Настройки ориентации экрана</string> + <string name="pref_rotation_summary">Настройки смены ориентации дисплея при пользовании клавиатурой</string> + <string name="pref_fullscreen_title">Полный экран</string> + <string name="pref_fullscreen_summary">Убирать область статуса во время работы с консолью</string> + <string name="pref_memkeys_title">Запомнить ключи в памяти</string> + <string name="pref_memkeys_summary">Держать ключи в памяти пока процессы работают</string> + <string name="pref_update_title">Проверка обновления</string> + <string name="pref_update_summary">Как часто проверять обновления для ConnectBot</string> + <string name="pref_conn_persist_title">Постоянные соединения</string> + <string name="pref_conn_persist_summary">Принудительно сохранять соединение в фоновом режиме.</string> + <string name="pref_keymode_title">Ярлыки папок</string> + <string name="pref_keymode_summary">Выберите, как использовать Alt вместо \'/\' и Shift вместо Tab</string> + <string name="pref_camera_title">Ярлык камеры</string> + <string name="pref_camera_summary">Выберите ярлык, запускаемый при нажатии клавиши камеры</string> + <string name="pref_keepalive_title">Держать экран включенным</string> + <string name="pref_keepalive_summary">Препятствовать отключению экрана при работе в консоли</string> + <string name="pref_wifilock_title">Держать Wi-Fi включенным</string> + <string name="pref_wifilock_summary">Препятствовать отключению Wi-Fi при активном сеансе</string> + <string name="pref_bumpyarrows_title">Настройки обратной связи при нажатии</string> + <string name="pref_bumpyarrows_summary">Вибросигнал при передаче клавиш управления курсором с трекбола; полезно при медленном соединении</string> + <string name="pref_bell_category">Настройки звукового сигнала в терминале</string> + <string name="pref_bell_title">Включить звонок</string> + <string name="pref_bell_volume_title">Громкость сигнала</string> + <string name="pref_bell_vibrate_title">Виброзвонок</string> + <string name="pref_bell_notification_title">Фоновые уведомления</string> + <string name="pref_bell_notification_summary">Включить уведомления для терминала работающего в фоновом процессе</string> + <string name="list_keymode_right">Для специальных функций использовать клавиши с правой стороны</string> + <string name="list_keymode_left">Использовать клавиши с левой стороны</string> + <string name="list_keymode_none">Отключить</string> + <string name="list_pubkeyids_none">Не использовать ключи</string> + <string name="list_pubkeyids_any">Использовать любую разблокированную клавишу</string> + <string name="list_update_daily">Ежедневно</string> + <string name="list_update_weekly">Еженедельно</string> + <string name="list_update_never">Никогда</string> + <string name="hostpref_nickname_title">Псевдоним</string> + <string name="hostpref_color_title">Цвет для категории</string> + <string name="hostpref_fontsize_title">Размер шрифта</string> + <string name="hostpref_pubkeyid_title">Использовать аутентификацию по открытому ключу</string> + <string name="hostpref_authagent_title">Использовать SSH протокол для соединения</string> + <string name="hostpref_postlogin_title">Автоматизация после авторизации</string> + <string name="hostpref_postlogin_summary">Комманды, выполняемые на удаленной машине после подключения</string> + <string name="hostpref_compression_title">Сжатие</string> + <string name="hostpref_compression_summary">Это может быть полезным в медленных сетях</string> + <string name="hostpref_wantsession_title">Начать сеанс оболочки</string> + <string name="hostpref_wantsession_summary">Выключить для использования только переадресации портов</string> + <string name="hostpref_stayconnected_title">Держать подключение</string> + <string name="hostpref_stayconnected_summary">Пытаться переподключиться при отключении узла</string> + <string name="hostpref_delkey_title">Клавиша DEL</string> + <string name="hostpref_delkey_summary">Послать данный код при нажатие клавиши DEL</string> + <string name="hostpref_encoding_title">Кодировка</string> + <string name="hostpref_encoding_summary">Кодировка символов узла</string> + <string name="hostpref_connection_category">Настройки соединения</string> + <string name="hostpref_username_title">Имя пользователя</string> + <string name="hostpref_hostname_title">Узел</string> + <string name="hostpref_port_title">Порт</string> + <string name="bind_never">Не подключен</string> + <string name="bind_minutes">%1$s минут назад</string> + <string name="bind_hours">%1$s час(ов) назад</string> + <string name="bind_days">%1$s дней назад</string> + <string name="console_copy_done">Скопировано %1$d байт в буфер обмена</string> + <string name="console_copy_start">Для выделения области на экране используйте Touch and Drag или Directional Pad</string> + <string name="console_menu_close">Закрыть</string> + <string name="console_menu_copy">Копировать</string> + <string name="console_menu_paste">Вставить</string> + <string name="console_menu_portforwards">Перенаправления портов</string> + <string name="console_menu_resize">Зафиксировать размер</string> + <string name="console_menu_urlscan">Список URL</string> + <string name="button_yes">Да</string> + <string name="button_no">Нет</string> + <string name="portforward_local">Локальный</string> + <string name="portforward_remote">Удалённый</string> + <string name="portforward_dynamic">Динамический (SOCKS)</string> + <string name="portforward_pos">Создать перенаправление порта</string> + <string name="portforward_done">Перенаправление порта успешно завершено</string> + <string name="portforward_problem">Не удалось создать перенаправление порта. Может быть вы используете порты меньше чем 1024 или пор уже используется?</string> + <string name="portforward_menu_add">Добавить перенаправление порта</string> + <string name="hint_userhost">пользователь\@имяхоста</string> + <string name="list_format_error">Используйте формат %1$s</string> + <string name="format_username">имя пользователя</string> + <string name="format_hostname">имяхоста</string> + <string name="format_port">порт</string> + <string name="list_menu_pubkeys">Управление открытыми ключами</string> + <string name="list_menu_sortcolor">Сортировать по цвету</string> + <string name="list_menu_sortname">Сортировать по имени</string> + <string name="list_menu_settings">Настройки</string> + <string name="list_host_disconnect">Разорвать соединение</string> + <string name="list_host_edit">Редактировать хост</string> + <string name="list_host_portforwards">Редактировать перенаправление портов</string> + <string name="list_host_delete">Удалить хост</string> + <string name="list_host_empty">Для быстрого подключения к хосту используйте чекбокс внизу</string> + <string name="list_rotation_default">По умолчанию</string> + <string name="list_rotation_land">Только альбомная ориентация</string> + <string name="list_rotation_port">Только портретная ориетация</string> + <string name="list_rotation_auto">Автоматически</string> + <string name="list_camera_ctrlaspace">Ctrl+A затем пробел</string> + <string name="list_camera_ctrla">Ctrl+A</string> + <string name="list_camera_esc">Esc</string> + <string name="list_camera_esc_a">Esc+A</string> + <string name="list_camera_none">Нет</string> + <string name="list_delkey_backspace">Backspace</string> + <string name="list_delkey_del">Удалить</string> + <string name="delete_message">Вы уверены, что хотите удалить \'%1$s\'?</string> + <string name="delete_pos">Да, удалить</string> + <string name="delete_neg">Отменить</string> + <string name="wizard_agree">Соглашаюсь</string> + <string name="wizard_next">Далее</string> + <string name="wizard_back">Назад</string> + <string name="terminal_no_hosts_connected">Нет подключенных узлов</string> + <string name="terminal_connecting">Подключение к %1$s:%2$d через %3$s</string> + <string name="terminal_sucess">Проверенный узел \'%1$s\' ключ: %2$s</string> + <string name="terminal_failed">Проверка ключа узла провалена</string> + <string name="terminal_using_s2c_algorithm">Алгоритм сервер-клиент: %1$s %2$s</string> + <string name="terminal_using_c2s_algorithm">Алгоритм клиент-сервер: %1$s %2$s</string> + <string name="terminal_using_algorithm">Используемый алгоритм: %1$s %2$s</string> + <string name="terminal_auth">Пытаюсь аутентифицироваться</string> + <string name="terminal_auth_pass">Попытка \'password\' авторизации</string> + <string name="terminal_auth_pass_fail">Неуспешная попытка \'password\' авторизации</string> + <string name="terminal_auth_pubkey_any">Попытка \'publickey\' авторизации с публичными ключами в памяти</string> + <string name="terminal_auth_pubkey_invalid">Выбранный открытый ключ неверен, выберите другой в редакторе узлов</string> + <string name="terminal_auth_pubkey_specific">Попытка \'publickey\' авторизации</string> + <string name="terminal_auth_pubkey_fail">Неуспешная авторизация \'publickey\' с ключом \'%1$s\'</string> + <string name="terminal_auth_ki">Попытка \'keyboard-interactive\' авторизации</string> + <string name="terminal_auth_ki_fail">Неуспешная авторизация</string> + <string name="terminal_auth_fail">Ваш хост не поддерживает \'password\' и \'keyboard-interactive\' типа авторизации</string> + <string name="terminal_no_session">Настройки хоста не позволяют запустить данную сессию</string> + <string name="terminal_enable_portfoward">Включить переадресацию порта: %1$s</string> + <string name="local_shell_unavailable">Ошибка! На этом телефоне отсутствует локальная оболочка.</string> + <string name="notification_text">%1$s требует внимания</string> + <string name="upgrade">Новая версия</string> + <string name="upgrade_pos">Да, обновить</string> + <string name="upgrade_neg">Не сейчас</string> + <string name="no">Нет</string> + <string name="with_confirmation">С подтверждением</string> + <string name="yes">Да</string> + <string name="exceptions_submit_message">Возможно, при последнем запуске программы возникла проблема. Отправить разработчикам отчет об ошибке?</string> + <string name="menu_colors_reset">Сбросить</string> + <string name="app_is_running">ConnectBot запущен</string> + <string name="color_red">красный</string> + <string name="color_green">зелёный</string> + <string name="color_blue">синий</string> + <string name="color_gray">серый</string> </resources> diff --git a/res/values-sk/strings.xml b/res/values-sk/strings.xml index 0fe9282..fff91ec 100644 --- a/res/values-sk/strings.xml +++ b/res/values-sk/strings.xml @@ -1,461 +1,217 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * ConnectBot: simple, powerful, open-source SSH client for Android - * Copyright 2007 Kenny Root, Jeffrey Sharkey - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ ---> +<?xml version='1.0' encoding='utf-8'?> <resources> - <string name="app_desc">Simple, powerful, open-source SSH client.</string> - - <!-- Window title for the Host List --> - <string name="title_hosts_list">Servre</string> - <!-- Window title for the Pubkeys List --> - <string name="title_pubkey_list">Verejné kľúče</string> - <!-- Window title for the Port Forwards List --> - <string name="title_port_forwards_list">Presmerovanie portov</string> - <!-- Window title when editing host details --> - <string name="title_host_editor">Upraviť Hostiteľa</string> - <!-- Window title for Help index --> - <string name="title_help">Pomoc</string> - <!-- Window title for color list editing screen --> - <string name="title_colors">Farby</string> - - <string name="resolve_connect">Pripojiť</string> - <!-- Menu selection where user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="resolve_entropy">Gather Entropy</string> - - <string name="menu_insert">Pridať Hostiteľa</string> - <string name="menu_delete">Zmazať Hostiteľa</string> - <string name="menu_preferences">Nastavenia</string> - - <string name="help_intro">Prosím vyberte si sekciu pre viac informácií o danej téme.</string> - <string name="help_about">O programe ConnectBot</string> - <string name="help_keyboard">Klávesnica</string> - - <string name="pubkey_generate">Vygenerovať</string> - <string name="pubkey_import">Import</string> - <string name="pubkey_delete">Delete key</string> - <!-- Dialog title when user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="pubkey_gather_entropy">Gathering Entropy</string> - <string name="pubkey_touch_prompt">Touch this box to gather randomness: %1$d%% done</string> - <string name="pubkey_touch_hint">Pre zabezpečenie nepravideľnosti počas generovania kľúčov, pohybujte sa prstom náhodne cez štvorec.</string> - <string name="pubkey_generating">Generujem kľúčový pár...</string> - <string name="pubkey_copy_private">Skopírovať privátny kľúč</string> - <string name="pubkey_copy_public">Kopírovať verejný kľúč</string> - <!-- Note that the '\n' just splits lines, so it's actually "create or import" --> - <string name="pubkey_list_empty">Ťukni na "Menu" pre vytvorenie\nalebo importovanie kľúčov.</string> - <string name="pubkey_unknown_format">Neznámy formát.</string> - <string name="pubkey_change_password">Zmeniť heslo</string> - <string name="pubkey_list_pick">Pick from /sdcard</string> - <string name="pubkey_import_parse_problem">Problém analýzy importovaného privátneho kľúča</string> - <string name="pubkey_unlock">Odomknúť kľúč</string> - <string name="pubkey_failed_add">Bad password for key \'%1$s\'. Authentication failed.</string> - <string name="pubkey_memory_load">Nahrať do pamäte</string> - <string name="pubkey_memory_unload">Odstrániť z pamäte</string> - <string name="pubkey_load_on_start">Load key on start</string> - <!-- Pubkey preference asking user whether the key use should be confirmed via prompt before it can be used for authentication --> - <string name="pubkey_confirm_use">Odsúhlasovať pred použitím</string> - - <!-- Note that the '\n' splits lines, so it's actually "create port forwards" --> - <string name="portforward_list_empty">Tap "Menu" to create\nport forwards.</string> - <string name="portforward_edit">Edit port forward</string> - <string name="portforward_delete">Delete port forward</string> - - <string name="prompt_nickname">Prezývka:</string> - <!-- An example string that could be used as a nickname for a pubkey. --> - <string name="prompt_nickname_hint_pubkey">Môj pracovný kľúč</string> - <!-- The source TCP port for port forwards. --> - <string name="prompt_source_port">Source port:</string> - <!-- The "host:port" combination used for port forward destinations. --> - <string name="prompt_destination">Cieľ:</string> - <string name="prompt_old_password">Staré heslo:</string> - <string name="prompt_password">Heslo:</string> - <!-- Added after a "Password:" prompt to indicate user needs to confirm entry. --> - <string name="prompt_again">(znovu)</string> - <!-- Label for the user to select port forward type. --> - <string name="prompt_type">Typ:</string> - <string name="prompt_password_can_be_blank">Poznámka: heslo nemôže byt prázdne</string> - <!-- Prompt for the size of the private key in bits. --> - <string name="prompt_bits">Veľkost v bitoch:</string> - - <!-- Prompt for the password to unlock a certain pubkey. --> - <string name="prompt_pubkey_password">Password for key \'%1$s\'</string> - - <!-- Prompt for whether to allow SSH Authentication Agent to use the specified key. Note that the '\n' means split the line so it's actually "host to use key" --> - <string name="prompt_allow_agent_to_use_key">Allow remote host to\nuse key \'%1$s\'?</string> - - <!-- The header of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning_header">WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!</string> - <!-- The body of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning">IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!\nSomeone could be eavesdropping on you right now (man-in-the-middle attack)!\nIt is also possible that the host key has just been changed.</string> - - <!-- Prompt user gets when the remote host has disconnected unexpectedly. --> - <string name="prompt_host_disconnected">Host has disconnected.\nClose session?</string> - <!-- Prompt user must answer yes or no to when the remote host fails verification of encryption fingerprint --> - <string name="prompt_continue_connecting">Are you sure you want\nto continue connecting?</string> - - <!-- Sent to user when the remote public encryption key fingerprint doesn't match the local database --> - <string name="host_authenticity_warning">The authenticity of host \'%1$s\' can\'t be established.</string> - <!-- First field is encryption algorithm. Second is the actual fingerprint in hex digits --> - <string name="host_fingerprint">Host %1$s key fingerprint is %2$s</string> - - <string name="alert_passwords_do_not_match_msg">Passwords do not match!</string> - <string name="alert_wrong_password_msg">Wrong password!</string> - <string name="alert_key_corrupted_msg">Privátny kľúč vyzerá poškodene!</string> - <string name="alert_sdcard_absent">SD karta nie je vložená!</string> - - <!-- Add a new item (e.g., host or pubkey) to the list. --> - <string name="button_add">Pridať</string> - <!-- Change an existing item's (e.g., host or pubkey) details. --> - <string name="button_change">Zmeniť</string> - <!-- Button that begins the generation of a public key pair. --> - <string name="button_generate">Vygenerovať Kľúč</string> - <!-- Button that resizes the screen to the user-specified dimensions. --> - <string name="button_resize">Zmeniť veľkosť</string> - - <string name="alert_disconnect_msg">Spojenie stratené</string> - - <string name="msg_copyright">Copyright © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> - - <!-- The category title for terminal emulation preferences. --> - <string name="pref_emulation_category">Emulácia terminálu</string> - - <!-- Name for the emulation terminal type preference. --> - <string name="pref_emulation_title">Mód emulácie</string> - <!-- Description of the emulation terminal type preference. --> - <string name="pref_emulation_summary">Terminal emulation mode to use for PTY connections</string> - - <!-- Name for the scrollback size preference --> - <string name="pref_scrollback_title">Scrollback size</string> - <!-- Description of the scrollback size preference --> - <string name="pref_scrollback_summary">Size of scrollback buffer to keep in memory for each console</string> - - <!-- The category title for user interface preferences --> - <string name="pref_ui_category">Užívateľské rozhranie</string> - - <!-- Name for the rotation mode preference --> - <string name="pref_rotation_title">Mód otáčania</string> - <!-- Summary for the rotation mode preference --> - <string name="pref_rotation_summary">How to change rotation when keyboard popped in/out</string> - - <!-- Name for the full screen preference --> - <string name="pref_fullscreen_title">Na celú obrazovku</string> - <!-- Summary for the full screen preference --> - <string name="pref_fullscreen_summary">Hide status bar while in console</string> - - <!-- Name for the memorize keys preference --> - <string name="pref_memkeys_title">Remember keys in memory</string> - <!-- Summary for the memorize keys preference --> - <string name="pref_memkeys_summary">Keep unlocked keys in memory until backend service is terminated</string> - - <!-- Name for the update check preference --> - <string name="pref_update_title">Update check</string> - <!-- Summary for the update check preference --> - <string name="pref_update_summary">Set the maximum frequency to check for ConnectBot updates</string> - - <!-- Name for the preference that forces the service to stay running in the background.--> - <string name="pref_conn_persist_title">Persist connections</string> - <!-- Summary for the preference that forces the service to stay running in the background. --> - <string name="pref_conn_persist_summary">Force connections to stay connected while in background</string> - - <!-- Name for the keyboard shortcuts preference --> - <string name="pref_keymode_title">Adresárové skratky</string> - <!-- Summary for the keyboard shortcuts preference --> - <string name="pref_keymode_summary">Select how to use Alt for \'/\' and Shift for Tab</string> - - <!-- Name for the camera shortcut usage preference --> - <string name="pref_camera_title">Camera shortcut</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_camera_summary">Select which shortcut to trigger when the camera button is pushed</string> - - <!-- Name for the keep screen on preference --> - <string name="pref_keepalive_title">Keep screen awake</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_keepalive_summary">Prevent the screen from turning off when working in a console</string> - - <!-- Name for the Wi-Fi lock preference --> - <string name="pref_wifilock_title">Ponechať WiFi aktívne</string> - <!-- Summary for the Wi-Fi lock preference --> - <string name="pref_wifilock_summary">Ponechať WiFi aktívne pokial je otvorené spojenie</string> - - <!-- Name for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_title">Bumpy arrows</string> - <!-- Summary for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_summary">Vibrate when sending arrow keys from trackball; useful for laggy connections</string> - - <!-- Category title for the Terminal Bell preferences --> - <string name="pref_bell_category">Zvonček terminálu</string> - - <!-- Checkbox preference title for the audible terminal bell feature --> - <string name="pref_bell_title">Audible bell</string> - - <!-- Title for the slider preference to set the volume --> - <string name="pref_bell_volume_title">Hlasitosť zvončeka</string> - - <!-- Checkbox preference title for the vibrate on terminal bell feature --> - <string name="pref_bell_vibrate_title">Zavybrovať pri zvončeku</string> - - <!-- Checkbox preference title for the receive notifications on terminal bell feature --> - <string name="pref_bell_notification_title">Background notifications</string> - <!-- Brief summary of the feature that is enabled when the checkbox preference for the receive notifications on terminal bell feature is checked --> - <string name="pref_bell_notification_summary">Send notification when a terminal running in the background sounds a bell.</string> - - <!-- Preference selection to indicate use of right side of keyboard for special shortcuts. --> - <string name="list_keymode_right">Use right-side keys</string> - <!-- Preference selection to indicate use of left side of keyboard for special shortcuts. --> - <string name="list_keymode_left">Use left-side keys</string> - <!-- Preference selection to indicate never to use special shortcut keys. --> - <string name="list_keymode_none">Vypnúť</string> - - <!-- Preference to not use pubkeys to authenticate to this host. --> - <string name="list_pubkeyids_none">Nepoužívať kľúče</string> - <!-- Preference to use any pubkey to authenticate to this host. --> - <string name="list_pubkeyids_any">Použiť ktorýkoľvek kľúč</string> - - <!-- Frequency for which to check for program updates. --> - <string name="list_update_daily">Denne</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_weekly">Týždenne</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_never">Nikdy</string> - - <!-- Host nickname field preference title --> - <string name="hostpref_nickname_title">Prezývka</string> - - <!-- Host color category preference title --> - <string name="hostpref_color_title">Color category</string> - - <!-- Host's default font size when opening the terminal in points (pt) --> - <string name="hostpref_fontsize_title">Veľkosť písma</string> - - <!-- Host pubkey usage preference title --> - <string name="hostpref_pubkeyid_title">Použiť verejný kľúč pre autentifikáciu</string> - - <!-- Preference title for the SSH Authentication Agent Forwarding for a host connection --> - <string name="hostpref_authagent_title">Use SSH auth agent</string> - - <!-- Host post-login automation preference title --> - <string name="hostpref_postlogin_title">Post-login automation</string> - <!-- Host post-login automation preference summary --> - <string name="hostpref_postlogin_summary">Commands to run on remote server once authenticated</string> - - <!-- Host compression preference title --> - <string name="hostpref_compression_title">Kompresia</string> - <!-- Summary for compression preference --> - <string name="hostpref_compression_summary">Toto môže pomôcť pri pomalých sieťach</string> - - <!-- Setting for whether we want a session to start up when we connect to a host --> - <string name="hostpref_wantsession_title">Start shell session</string> - <!-- Summary for field asking whether a shell session should be started up upon connection or not --> - <string name="hostpref_wantsession_summary">Disable this preference to only use port forwards</string> - - <!-- Setting for whether the host should be reconnected to automatically upon disconnect --> - <string name="hostpref_stayconnected_title">Zostať pripojený</string> - <!-- Summary for preference asking whether the host should be reconnected to when it disconnects --> - <string name="hostpref_stayconnected_summary">Pokúsiť sa po odpojení opať pripojiť</string> - - <!-- Setting for what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_title">DEL Key</string> - <!-- Summary for field asking what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_summary">The key code sent when DEL key is pressed</string> - - <!-- Host character encoding preference title --> - <string name="hostpref_encoding_title">Kódovanie</string> - <!-- Host character encoding preference summary --> - <string name="hostpref_encoding_summary">Character encoding for the host</string> - - <!-- Host preference category title for connection settings --> - <string name="hostpref_connection_category">Nastavenia pripojenia</string> - - <!-- Username field title for host editor preference --> - <string name="hostpref_username_title">Užívateľské meno</string> - - <!-- Hostname field title for host editor preference --> - <string name="hostpref_hostname_title">Hostiteľ</string> - - <!-- Port field title for host editor preference --> - <string name="hostpref_port_title">Port</string> - - <!-- Displayed to indicate a host has never been connected to. --> - <string name="bind_never">Nikdy nebol pripojený</string> - <!-- The time that has elapsed since a host was connected to when it has been less than an hour. --> - <string name="bind_minutes">%1$s minutes ago</string> - <!-- The time that has elapsed since a host was connected to when it has been less than a day. --> - <string name="bind_hours">%1$s hours ago</string> - <!-- The time that has elapsed since a host was connected to when it has been a day or more. --> - <string name="bind_days">Pred %1$s dňami</string> - - <!-- Message given when user copies from the terminal. --> - <string name="console_copy_done">Copied %1$d bytes to clipboard</string> - <!-- Instructions for how to copy from the terminal. The '\n' entries are to split lines to improve readability and prevent wrapping off the screen. --> - <string name="console_copy_start">Touch and drag\nor use directional pad\nto select area to copy</string> - - <!-- Button to close the disconnected terminal window. --> - <string name="console_menu_close">Zatvoriť</string> - <!-- Button to begin copying from the terminal to the clipboard. --> - <string name="console_menu_copy">Kopírovať</string> - <!-- Button to paste from the clipboard to the terminal. --> - <string name="console_menu_paste">Vložiť</string> - <!-- Button that brings user to the Port Forwards List. --> - <string name="console_menu_portforwards">Port Forwards</string> - <!-- Button that brings user to the terminal resizing dialog where they can force a size. --> - <string name="console_menu_resize">Force Size</string> - <!-- Button that brings up the list of URLs on the current screen --> - <string name="console_menu_urlscan">URL Scan</string> - - <!-- Selection for a "local" port forward. E.g., connections to a port listening locally is forwarded to the remote end's listening port. --> - <string name="portforward_local">Lokálny</string> - <!-- Selection for a "remote" port forward. E.g., connections to a port listening remotely is forwarded to the local end's listening port. --> - <string name="portforward_remote">Vzdialený</string> - <!-- Selection for a "dynamic" port forward. E.g., connections to a port listening locally is forwarded based on the SOCKS protocol to an arbitrary remote host and port. --> - <string name="portforward_dynamic">Dynamic (SOCKS)</string> - <!-- Button that commits the port forward to be made from the Port Forward Creation dialog. --> - <string name="portforward_pos">Create port forward</string> - - <string name="portforward_done">Successfully created port forward</string> - <string name="portforward_problem">Problem creating port forward, maybe you\'re using ports under 1024 or port is already used?</string> - - <string name="portforward_menu_add">Add port forward</string> - - <!-- The string to present in the quick-connect box to hint the user to the format for connecting to hosts. --> - <string name="hint_userhost">user@hostname</string> - - <!-- Hint given to user when the format they're using is incorrect in the quick-connect box. --> - <string name="list_format_error">Use the format "%1$s"</string> - - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_username">užívateľské meno</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_hostname">hostname</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_port">port</string> - - <string name="list_menu_pubkeys">Manage Pubkeys</string> - <!-- Selection choice to sort hosts by color. --> - <string name="list_menu_sortcolor">Sort by color</string> - <!-- Selection choice to sort hosts by nickname. --> - <string name="list_menu_sortname">Sort by name</string> - <string name="list_menu_settings">Nastavenia</string> - - <string name="list_host_disconnect">Odpojiť</string> - <string name="list_host_edit">Zmeniť hostiteľa</string> - <string name="list_host_portforwards">Edit port forwards</string> - <string name="list_host_delete">Zmazať hostiteľa</string> - <!-- Note that the '\n' splits the lines so it's actually "quick-connect box below to connect" --> - <string name="list_host_empty">Use the quick-connect box\nbelow to connect to a host.</string> - - <!-- Default screen rotation preference selection --> - <string name="list_rotation_default">Predvolené</string> - <string name="list_rotation_land">Force landscape</string> - <string name="list_rotation_port">Force portrait</string> - <!-- Selection to indicate the rotation should be selected automatically based on the tilt sensor. --> - <string name="list_rotation_auto">Automaticky</string> - - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A then Space". --> - <string name="list_camera_ctrlaspace">Ctrl+A then Space</string> - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A". --> - <string name="list_camera_ctrla">Ctrl+A</string> - <!-- Selection to indicate pressing the Camera button should send the "Esc" key. --> - <string name="list_camera_esc">Esc</string> - <!-- Selection to indicate pressing the Camera button should send "Esc+A". --> - <string name="list_camera_esc_a">Esc+A</string> - <!-- Selection to indicate pressing the Camera button should send nothing at all. --> - <string name="list_camera_none">Žiadny</string> - - <!-- Name for the backspace character --> - <string name="list_delkey_backspace">Backspace</string> - <!-- Name for the ASCII DEL character --> - <string name="list_delkey_del">Delete</string> - - <string name="delete_message">Are you sure you want to delete \'%1$s\'?</string> - <string name="delete_pos">Ano, vymazať</string> - <string name="delete_neg">Zrušiť</string> - - <!-- Button to agree to license terms. --> - <string name="wizard_agree">Súhlasím</string> - <!-- Button to go to the next page in the first time start-up wizard. --> - <string name="wizard_next">Ďalej</string> - <!-- Button to go to the previous page in the first time start-up wizard. --> - <string name="wizard_back">Späť</string> - - <string name="terminal_no_hosts_connected">No hosts currently connected</string> - - <!-- Displayed in terminal when attempting to connect to a host. The first two - variables are host:port and the third is the protocol (e.g., SSH) --> - <string name="terminal_connecting">Connecting to %1$s:%2$d via %3$s</string> - - <!-- Displays the host key to the user in the terminal --> - <string name="terminal_sucess">Verified host \'%1$s\' key: %2$s</string> - <string name="terminal_failed">Host key verification failed.</string> - - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_s2c_algorithm">Server-to-client algorithm: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_c2s_algorithm">Client-to-server algorithm: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_algorithm">Using algorithm: %1$s %2$s</string> - - <string name="terminal_auth">Trying to authenticate</string> - - <string name="terminal_auth_pass">Attempting \'password\' authentication</string> - <string name="terminal_auth_pass_fail">Authentication method \'password\' failed</string> - - <string name="terminal_auth_pubkey_any">Attempting \'publickey\' authentication with any in-memory public keys</string> - <string name="terminal_auth_pubkey_invalid">Selected public key is invalid, try reselecting key in host editor</string> - <string name="terminal_auth_pubkey_specific">Attempting \'publickey\' authentication with a specific public key</string> - <string name="terminal_auth_pubkey_fail">Authentication method \'publickey\' with key \'%1$s\' failed</string> - - <string name="terminal_auth_ki">Attempting \'keyboard-interactive\' authentication</string> - <string name="terminal_auth_ki_fail">Authentication method \'keyboard-interactive\' failed</string> - - <string name="terminal_auth_fail">[Your host doesn\'t support \'password\' or \'keyboard-interactive\' authentication.]</string> - - <string name="terminal_no_session">Session will not be started due to host preference.</string> - <string name="terminal_enable_portfoward">Enable port forward: %1$s</string> - - <string name="local_shell_unavailable">Failure! Local shell is unavailable on this phone.</string> - - <!-- Text sent to the user to alert them that a Terminal Bell is received in a background session --> - <string name="notification_text">%1$s wants your attention.</string> - - <!-- Dialog title when a new version of ConnectBot is detected. --> - <string name="upgrade">New version</string> - <!-- Button selection to upgrade to the latest ConnectBot when one is available. --> - <string name="upgrade_pos">Ano, nahrať novú verziu</string> - <!-- Button selection to skip upgrading to the latest ConnectBot when one is available. --> - <string name="upgrade_neg">Nie teraz</string> - - <!-- Preference selection for SSH Authentication Agent to never use pubkeys --> - <string name="no">Nie</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys "with confirmation" only --> - <string name="with_confirmation">With confirmation</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys --> - <string name="yes">Áno</string> - - <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> - <string name="exceptions_submit_message">It appears ConnectBot had a problem last time it ran. Submit error report to ConnectBot developers?</string> - - <!-- Menu selection to reset colors to their defaults. --> - <string name="menu_colors_reset">Pôvodné</string> - - <!-- Displayed in the notification bar that connections are active --> - <string name="app_is_running">ConnectBot is running</string> - - <string name="color_red">červená</string> - <string name="color_green">zelená</string> - <string name="color_blue">modrá</string> - <string name="color_gray">šedá</string> + <string name="app_desc">Jednoduchý, výkonný, open-source SSH klient.</string> + <string name="service_desc">Spravuje SSH spojenia a načítané verejné kľúče</string> + <string name="title_hosts_list">Hostitelia</string> + <string name="title_pubkey_list">Verejné kľúče</string> + <string name="title_port_forwards_list">Presmerovanie portov</string> + <string name="title_host_editor">Upraviť Hostiteľa</string> + <string name="title_help">Nápoveda</string> + <string name="title_colors">Farby</string> + <string name="resolve_connect">Pripojiť</string> + <string name="resolve_entropy">Získať entropiu</string> + <string name="menu_insert">Pridať hostiteľa</string> + <string name="menu_delete">Zmazať hostiteľa</string> + <string name="menu_preferences">Nastavenia</string> + <string name="help_intro">Prosím, vyberte si tému pre viac informácií o danom subjekte.</string> + <string name="help_about">O programe ConnectBot</string> + <string name="help_keyboard">Klávesnica</string> + <string name="pubkey_generate">Vygenerovať</string> + <string name="pubkey_import">Importovať</string> + <string name="pubkey_delete">Zmazať kľúč</string> + <string name="pubkey_gather_entropy">Získavanie entropie</string> + <string name="pubkey_touch_prompt">Dotknite sa plochy pre získanie náhodnosti: %1$d%% hotovo</string> + <string name="pubkey_touch_hint">Pre zabezpečenie náhodnosti počas generovania kľúča pohybujte prstom náhodne po ploche nižšie.</string> + <string name="pubkey_generating">Generujem kľúčový pár...</string> + <string name="pubkey_copy_private">Kopírovať súkromný kľúč</string> + <string name="pubkey_copy_public">Kopírovať verejný kľúč</string> + <string name="pubkey_list_empty">Ťukni na Menu pre vytvorenie\nalebo importovanie páru kľúčov.</string> + <string name="pubkey_unknown_format">Neznámy formát</string> + <string name="pubkey_change_password">Zmeniť heslo</string> + <string name="pubkey_list_pick">Vyberte z /sdcard</string> + <string name="pubkey_import_parse_problem">Problém s importom súkromného kľúča</string> + <string name="pubkey_unlock">Odomknúť kľúč</string> + <string name="pubkey_failed_add">Nesprávne heslo pre kľúč \'%1$s\'. Overenie zlyhalo.</string> + <string name="pubkey_memory_load">Nahrať do pamäte</string> + <string name="pubkey_memory_unload">Odstrániť z pamäte</string> + <string name="pubkey_load_on_start">Načítať kľúč pri štarte</string> + <string name="pubkey_confirm_use">Potvrdiť pred použitím</string> + <string name="portforward_list_empty">Ťukni na Menu pre vytvorenie\npresmerovania portov.</string> + <string name="portforward_edit">Upraviť presmerovanie portov</string> + <string name="portforward_delete">Zmazať smerovanie portu</string> + <string name="prompt_nickname">Prezývka:</string> + <string name="prompt_nickname_hint_pubkey">Môj pracovný kľúč</string> + <string name="prompt_source_port">Zdrojový port:</string> + <string name="prompt_destination">Cieľ:</string> + <string name="prompt_old_password">Staré heslo:</string> + <string name="prompt_password">Heslo:</string> + <string name="prompt_again">(znovu)</string> + <string name="prompt_type">Typ:</string> + <string name="prompt_password_can_be_blank">Poznámka: heslo nemôže byť prázdne</string> + <string name="prompt_bits">Veľkost v bitoch:</string> + <string name="prompt_pubkey_password">Heslo pre kľúč \'%1$s\'</string> + <string name="prompt_allow_agent_to_use_key">Povoliť vzdialenému hostitelovi\npoužíť kľúč \'%1$s\'?</string> + <string name="host_verification_failure_warning_header">VAROVANIE! IDENTIFIKÁCIA VZDIALENÉHO HOSTITEĽA SA ZMENILA!</string> + <string name="host_verification_failure_warning">JE MOŽNÉ, ŽE IDE O NEKALÚ AKTIVITU!\nNiekto vás môže sledovať (man-in-the-middle útok)!\nTiež je možné, že kľúč hostiteľa bol zmenený.</string> + <string name="prompt_host_disconnected">Hostiteľ sa odpojil.\nUkončiť sedenie?</string> + <string name="prompt_continue_connecting">Naozaj chcete\npokračovať v pripájaní?</string> + <string name="host_authenticity_warning">Autenticita hostiteľa \'%1$s\' nemohla byť overená.</string> + <string name="host_fingerprint">Odtlačok kľúča hostiteľa %1$s je %2$s</string> + <string name="alert_passwords_do_not_match_msg">Heslo sa nezhoduje!</string> + <string name="alert_wrong_password_msg">Nesprávne heslo!</string> + <string name="alert_key_corrupted_msg">Súkromný kľúč vyzerá poškodene!</string> + <string name="alert_sdcard_absent">Nie je vložená SD karta!</string> + <string name="button_add">Pridať</string> + <string name="button_change">Zmeniť</string> + <string name="button_generate">Vygenerovať kľúč</string> + <string name="button_resize">Zmeniť veľkosť</string> + <string name="alert_disconnect_msg">Spojenie stratené</string> + <string name="msg_copyright">Copyright © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> + <string name="pref_emulation_category">Emulácia terminálu</string> + <string name="pref_emulation_title">Mód emulácie</string> + <string name="pref_emulation_summary">Použiť mód emulácie terminálu pri PTY spojeniach</string> + <string name="pref_scrollback_title">Veľkosť histórie</string> + <string name="pref_scrollback_summary">Veľkosť histórie uložená v pamäti pre každú konzolu</string> + <string name="pref_ui_category">Užívateľské rozhranie</string> + <string name="pref_rotation_title">Mód otáčania</string> + <string name="pref_rotation_summary">Ako zmeniť rotáciu, keď sa zobrazí / skryje klávesnica</string> + <string name="pref_fullscreen_title">Celá obrazovka</string> + <string name="pref_fullscreen_summary">Skryť stavový riadok, keď je zobrazená konzola</string> + <string name="pref_memkeys_title">Zapamätať kľúče v pamäti</string> + <string name="pref_memkeys_summary">Ponechať odomknuté kľúče v pamäti pokiaľ nie je ukončená služba na pozadí.</string> + <string name="pref_update_title">Kontrolovať aktualizácie</string> + <string name="pref_update_summary">Nastaviť maximálnu frekvenciu kontroly aktualizácií pre ConnectBot</string> + <string name="pref_conn_persist_title">Perzistentné pripojenia</string> + <string name="pref_conn_persist_summary">Vynútiť spojenie aj v pozadí</string> + <string name="pref_keymode_title">Skratky adresárov</string> + <string name="pref_keymode_summary">Vyberte ako použiť Alt pre \'/\' a Shift pre Tab</string> + <string name="pref_camera_title">Odkaz pre fotoaparát</string> + <string name="pref_camera_summary">Vyberte odkaz, ktorý spustiť po stlačení tlačidla kamera</string> + <string name="pref_keepalive_title">Ponechať obrazovku zapnutú</string> + <string name="pref_keepalive_summary">Zabrániť vypnutiu obrazovky pri práci s konzolou</string> + <string name="pref_wifilock_title">Ponechať Wi-Fi aktívne</string> + <string name="pref_wifilock_summary">Ponechať Wi-Fi aktívne pokiaľ je otvorené spojenie</string> + <string name="pref_bumpyarrows_title">Hrboľaté šípky</string> + <string name="pref_bumpyarrows_summary">Vibrovať pri posielaní kurzorových tlačidiel z trackballu; užitočné pre chybové spojenia</string> + <string name="pref_bell_category">Zvonček terminálu</string> + <string name="pref_bell_title">Akustický zvonček</string> + <string name="pref_bell_volume_title">Hlasitosť zvončeka</string> + <string name="pref_bell_vibrate_title">Vibrovať pri zvončeku</string> + <string name="pref_bell_notification_title">Upozornenia na pozadí</string> + <string name="pref_bell_notification_summary">Zobraziť upozorneni ak zazvoní zvonček terminálu bežiaceho v pozadí.</string> + <string name="list_keymode_right">Použite klávesy vpravo</string> + <string name="list_keymode_left">Použite klávesy vľavo</string> + <string name="list_keymode_none">Vypnúť</string> + <string name="list_pubkeyids_none">Nepoužívať kľúče</string> + <string name="list_pubkeyids_any">Použiť ktorýkoľvek odomknutý kľúč</string> + <string name="list_update_daily">Denne</string> + <string name="list_update_weekly">Týždenne</string> + <string name="list_update_never">Nikdy</string> + <string name="hostpref_nickname_title">Prezývka</string> + <string name="hostpref_color_title">Farebná kategória</string> + <string name="hostpref_fontsize_title">Veľkosť písma (bodov)</string> + <string name="hostpref_pubkeyid_title">Použiť verejný kľúč pre autentifikáciu</string> + <string name="hostpref_authagent_title">Použiť SSH autorizačného agenta</string> + <string name="hostpref_postlogin_title">Automatizácia po prihlásení</string> + <string name="hostpref_postlogin_summary">Príkazy, ktoré sa spustia na vzdialenom serveri po prihlásení</string> + <string name="hostpref_compression_title">Kompresia</string> + <string name="hostpref_compression_summary">Môže pomôcť pri pomalých sieťach</string> + <string name="hostpref_wantsession_title">Spustiť sedenie shellu</string> + <string name="hostpref_wantsession_summary">Vypnite túto možnosť ak chcete len presmerovať porty</string> + <string name="hostpref_stayconnected_title">Zostať pripojený</string> + <string name="hostpref_stayconnected_summary">Znovu sa pripojiť pri odpojení</string> + <string name="hostpref_delkey_title">Klávesa DEL</string> + <string name="hostpref_delkey_summary">Kód stlačenej DEL klávesy</string> + <string name="hostpref_encoding_title">Kódovanie</string> + <string name="hostpref_encoding_summary">Kódovanie znakov hostiteľa</string> + <string name="hostpref_connection_category">Nastavenia pripojenia</string> + <string name="hostpref_username_title">Užívateľské meno</string> + <string name="hostpref_hostname_title">Hostiteľ</string> + <string name="hostpref_port_title">Port</string> + <string name="bind_never">Nikdy nepripojený</string> + <string name="bind_minutes">Pred %1$s minútami</string> + <string name="bind_hours">Pred %1$s hodinami</string> + <string name="bind_days">Pred %1$s dňami</string> + <string name="console_copy_done">%1$d bajtov skopírovaných do schránky</string> + <string name="console_copy_start">Pre výber kopírovanej oblasti \nsa dotknite a ťahajte\nalebo použite smerové tlačidlo</string> + <string name="console_menu_close">Zatvoriť</string> + <string name="console_menu_copy">Kopírovať</string> + <string name="console_menu_paste">Vložiť</string> + <string name="console_menu_portforwards">Presmerovanie portov</string> + <string name="console_menu_resize">Vynútiť veľkosť</string> + <string name="console_menu_urlscan">Nájsť URL</string> + <string name="button_yes">Áno</string> + <string name="button_no">Nie</string> + <string name="portforward_local">Lokálny</string> + <string name="portforward_remote">Vzdialený</string> + <string name="portforward_dynamic">Dynamický (SOCKS)</string> + <string name="portforward_pos">Vytvoriť presmerovanie portu</string> + <string name="portforward_done">Premerovanie portu úspešne vytvorené</string> + <string name="portforward_problem">Problém s vytvorením presmerovania portu, možno používate port menší ako 1024 alebo je už obsadený?</string> + <string name="portforward_menu_add">Pridať presmerovanie portu</string> + <string name="hint_userhost">používateľské_meno\@hostiteľ</string> + <string name="list_format_error">Použite formát \"%1$s\"</string> + <string name="format_username">užívateľské meno</string> + <string name="format_hostname">meno hostiteľa</string> + <string name="format_port">port</string> + <string name="list_menu_pubkeys">Spravovať verejné kľúče</string> + <string name="list_menu_sortcolor">Usporiadať podľa farby</string> + <string name="list_menu_sortname">Usporiadať podľa názvu</string> + <string name="list_menu_settings">Nastavenia</string> + <string name="list_host_disconnect">Odpojiť</string> + <string name="list_host_edit">Zmeniť hostiteľa</string> + <string name="list_host_portforwards">Upraviť presmerovanie portov</string> + <string name="list_host_delete">Zmazať hostiteľa</string> + <string name="list_host_empty">Použite pole rýchleho pripojenia\nnižšie pre pripojenie k hostiteľovi.</string> + <string name="list_rotation_default">Predvolené</string> + <string name="list_rotation_land">Vynútiť na šírku</string> + <string name="list_rotation_port">Vynútiť na výšku</string> + <string name="list_rotation_auto">Automaticky</string> + <string name="list_camera_ctrlaspace">Ctrl+A , potom medzerník</string> + <string name="list_camera_ctrla">Ctrl+A</string> + <string name="list_camera_esc">Klávesa Esc</string> + <string name="list_camera_esc_a">Esc+A</string> + <string name="list_camera_none">Žiadny</string> + <string name="list_delkey_backspace">Backspace</string> + <string name="list_delkey_del">Delete</string> + <string name="delete_message">Naozaj chcete zmazať \'%1$s\'?</string> + <string name="delete_pos">Áno, vymazať</string> + <string name="delete_neg">Zrušiť</string> + <string name="wizard_agree">Súhlasím</string> + <string name="wizard_next">Ďalej</string> + <string name="wizard_back">Späť</string> + <string name="terminal_no_hosts_connected">Žiadny hostiteľ nie je pripijený</string> + <string name="terminal_connecting">Pripájanie k %1$s:%2$d cez %3$s</string> + <string name="terminal_sucess">Hostiteľ overený \'%1$s\' kľúč: %2$s</string> + <string name="terminal_failed">Overenie kľúča hostiteľa neúspešné.</string> + <string name="terminal_using_s2c_algorithm">Server-klient algoritmus: %1$s %2$s</string> + <string name="terminal_using_c2s_algorithm">Klient-server algoritmus: %1$s %2$s</string> + <string name="terminal_using_algorithm">Použitie algoritmu: %1$s %2$s</string> + <string name="terminal_auth">Pokus o overenie</string> + <string name="terminal_auth_pass">Pokus o overenie heslom</string> + <string name="terminal_auth_pass_fail">Overenie heslom neúspešné</string> + <string name="terminal_auth_pubkey_any">Pokus o overenie verejným kľúčom z pamäti</string> + <string name="terminal_auth_pubkey_invalid">Vybraný verejný kľúč je neplatný, skúste zvoliť kľúč v editore hostiteľov</string> + <string name="terminal_auth_pubkey_specific">Pokus o overenie konkrétnym verejným kľúčom</string> + <string name="terminal_auth_pubkey_fail">Overenie verejným kľúčom \'%1$s\' zlyhalo</string> + <string name="terminal_auth_ki">Pokus o overenie cez interaktívnu klávesnicu</string> + <string name="terminal_auth_ki_fail">Overenie cez interaktívnu klávesnicu zlyhalo</string> + <string name="terminal_auth_fail">[Váš hostiteľ nepodporuje overenie heslom alebo overenie cez interaktívnu klávesnicu.]</string> + <string name="terminal_no_session">Sedenie nebude spustené z dôvodu nastavenia hostiteľa.</string> + <string name="terminal_enable_portfoward">Zapnúť presmerovanie portu: %1$s</string> + <string name="local_shell_unavailable">Chyba! Lokálny shell je nedostupný na tomto telefóne.</string> + <string name="notification_text">%1$s vyžaduje vašu pozornosť.</string> + <string name="upgrade">Nová verzia</string> + <string name="upgrade_pos">Áno, nahrať novú verziu</string> + <string name="upgrade_neg">Nie teraz</string> + <string name="no">Nie</string> + <string name="with_confirmation">S potvrdením</string> + <string name="yes">Áno</string> + <string name="exceptions_submit_message">Ostatné spustenie ConnectBot asi skončilo chybou. Zaslať chýbovú správu vývojárom ConnectBot?</string> + <string name="menu_colors_reset">Pôvodné</string> + <string name="app_is_running">ConnectBot je spustený</string> + <string name="color_red">červená</string> + <string name="color_green">zelená</string> + <string name="color_blue">modrá</string> + <string name="color_gray">sivá</string> </resources> diff --git a/res/values-sl/strings.xml b/res/values-sl/strings.xml index 7b75dce..d45f033 100644 --- a/res/values-sl/strings.xml +++ b/res/values-sl/strings.xml @@ -1,461 +1,184 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * ConnectBot: simple, powerful, open-source SSH client for Android - * Copyright 2007 Kenny Root, Jeffrey Sharkey - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ ---> +<?xml version='1.0' encoding='utf-8'?> <resources> - <string name="app_desc">Enostaven, močan, odprtokodni SSH odjemalec</string> - - <!-- Window title for the Host List --> - <string name="title_hosts_list">Gostitelji</string> - <!-- Window title for the Pubkeys List --> - <string name="title_pubkey_list">Pubkeys</string> - <!-- Window title for the Port Forwards List --> - <string name="title_port_forwards_list">Port forwards</string> - <!-- Window title when editing host details --> - <string name="title_host_editor">Uredi gostitelja</string> - <!-- Window title for Help index --> - <string name="title_help">Pomoč</string> - <!-- Window title for color list editing screen --> - <string name="title_colors">Barve</string> - - <string name="resolve_connect">Poveži</string> - <!-- Menu selection where user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="resolve_entropy">Gather Entropy</string> - - <string name="menu_insert">Dodaj gostitelja</string> - <string name="menu_delete">Odstrani gostitelja</string> - <string name="menu_preferences">Možnosti</string> - - <string name="help_intro">Please select a topic below for more information on a particular subject.</string> - <string name="help_about">Vizitka</string> - <string name="help_keyboard">Tipkovnica</string> - - <string name="pubkey_generate">Generate</string> - <string name="pubkey_import">Uvozi javni ključ</string> - <string name="pubkey_delete">Zbriši ključ</string> - <!-- Dialog title when user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="pubkey_gather_entropy">Pridobivanje entropije</string> - <string name="pubkey_touch_prompt">Touch this box to gather randomness: %1$d%% done</string> - <string name="pubkey_touch_hint">In order to assure randomness during the key generation, move your finger randomly over the box below.</string> - <string name="pubkey_generating">Generating key pair...</string> - <string name="pubkey_copy_private">Copy private key</string> - <string name="pubkey_copy_public">Copy public key</string> - <!-- Note that the '\n' just splits lines, so it's actually "create or import" --> - <string name="pubkey_list_empty">Tap "Menu" to create\nor import key pairs.</string> - <string name="pubkey_unknown_format">Unknown format</string> - <string name="pubkey_change_password">Change password</string> - <string name="pubkey_list_pick">Pick from /sdcard</string> - <string name="pubkey_import_parse_problem">Problem parsing imported private key</string> - <string name="pubkey_unlock">Unlock key</string> - <string name="pubkey_failed_add">Bad password for key \'%1$s\'. Authentication failed.</string> - <string name="pubkey_memory_load">Load into memory</string> - <string name="pubkey_memory_unload">Unload from memory</string> - <string name="pubkey_load_on_start">Load key on start</string> - <!-- Pubkey preference asking user whether the key use should be confirmed via prompt before it can be used for authentication --> - <string name="pubkey_confirm_use">Confirm before use</string> - - <!-- Note that the '\n' splits lines, so it's actually "create port forwards" --> - <string name="portforward_list_empty">Tap "Menu" to create\nport forwards.</string> - <string name="portforward_edit">Edit port forward</string> - <string name="portforward_delete">Delete port forward</string> - - <string name="prompt_nickname">Nickname:</string> - <!-- An example string that could be used as a nickname for a pubkey. --> - <string name="prompt_nickname_hint_pubkey">My work key</string> - <!-- The source TCP port for port forwards. --> - <string name="prompt_source_port">Source port:</string> - <!-- The "host:port" combination used for port forward destinations. --> - <string name="prompt_destination">Destination:</string> - <string name="prompt_old_password">Old password:</string> - <string name="prompt_password">Password:</string> - <!-- Added after a "Password:" prompt to indicate user needs to confirm entry. --> - <string name="prompt_again">(again)</string> - <!-- Label for the user to select port forward type. --> - <string name="prompt_type">Type:</string> - <string name="prompt_password_can_be_blank">Note: password can be blank</string> - <!-- Prompt for the size of the private key in bits. --> - <string name="prompt_bits">Bits:</string> - - <!-- Prompt for the password to unlock a certain pubkey. --> - <string name="prompt_pubkey_password">Password for key \'%1$s\'</string> - - <!-- Prompt for whether to allow SSH Authentication Agent to use the specified key. Note that the '\n' means split the line so it's actually "host to use key" --> - <string name="prompt_allow_agent_to_use_key">Allow remote host to\nuse key \'%1$s\'?</string> - - <!-- The header of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning_header">WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!</string> - <!-- The body of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning">IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!\nSomeone could be eavesdropping on you right now (man-in-the-middle attack)!\nIt is also possible that the host key has just been changed.</string> - - <!-- Prompt user gets when the remote host has disconnected unexpectedly. --> - <string name="prompt_host_disconnected">Host has disconnected.\nClose session?</string> - <!-- Prompt user must answer yes or no to when the remote host fails verification of encryption fingerprint --> - <string name="prompt_continue_connecting">Are you sure you want\nto continue connecting?</string> - - <!-- Sent to user when the remote public encryption key fingerprint doesn't match the local database --> - <string name="host_authenticity_warning">The authenticity of host \'%1$s\' can\'t be established.</string> - <!-- First field is encryption algorithm. Second is the actual fingerprint in hex digits --> - <string name="host_fingerprint">Host %1$s key fingerprint is %2$s</string> - - <string name="alert_passwords_do_not_match_msg">Passwords do not match!</string> - <string name="alert_wrong_password_msg">Wrong password!</string> - <string name="alert_key_corrupted_msg">Private key appears corrupt!</string> - <string name="alert_sdcard_absent">SD card is not inserted!</string> - - <!-- Add a new item (e.g., host or pubkey) to the list. --> - <string name="button_add">Add</string> - <!-- Change an existing item's (e.g., host or pubkey) details. --> - <string name="button_change">Change</string> - <!-- Button that begins the generation of a public key pair. --> - <string name="button_generate">Generate Key</string> - <!-- Button that resizes the screen to the user-specified dimensions. --> - <string name="button_resize">Resize</string> - - <string name="alert_disconnect_msg">Connection Lost</string> - - <string name="msg_copyright">Copyright © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> - - <!-- The category title for terminal emulation preferences. --> - <string name="pref_emulation_category">Terminal emulation</string> - - <!-- Name for the emulation terminal type preference. --> - <string name="pref_emulation_title">Emulation mode</string> - <!-- Description of the emulation terminal type preference. --> - <string name="pref_emulation_summary">Terminal emulation mode to use for PTY connections</string> - - <!-- Name for the scrollback size preference --> - <string name="pref_scrollback_title">Scrollback size</string> - <!-- Description of the scrollback size preference --> - <string name="pref_scrollback_summary">Size of scrollback buffer to keep in memory for each console</string> - - <!-- The category title for user interface preferences --> - <string name="pref_ui_category">User interface</string> - - <!-- Name for the rotation mode preference --> - <string name="pref_rotation_title">Rotation mode</string> - <!-- Summary for the rotation mode preference --> - <string name="pref_rotation_summary">How to change rotation when keyboard popped in/out</string> - - <!-- Name for the full screen preference --> - <string name="pref_fullscreen_title">Full screen</string> - <!-- Summary for the full screen preference --> - <string name="pref_fullscreen_summary">Hide status bar while in console</string> - - <!-- Name for the memorize keys preference --> - <string name="pref_memkeys_title">Remember keys in memory</string> - <!-- Summary for the memorize keys preference --> - <string name="pref_memkeys_summary">Keep unlocked keys in memory until backend service is terminated</string> - - <!-- Name for the update check preference --> - <string name="pref_update_title">Update check</string> - <!-- Summary for the update check preference --> - <string name="pref_update_summary">Set the maximum frequency to check for ConnectBot updates</string> - - <!-- Name for the preference that forces the service to stay running in the background.--> - <string name="pref_conn_persist_title">Persist connections</string> - <!-- Summary for the preference that forces the service to stay running in the background. --> - <string name="pref_conn_persist_summary">Force connections to stay connected while in background</string> - - <!-- Name for the keyboard shortcuts preference --> - <string name="pref_keymode_title">Directory shortcuts</string> - <!-- Summary for the keyboard shortcuts preference --> - <string name="pref_keymode_summary">Select how to use Alt for \'/\' and Shift for Tab</string> - - <!-- Name for the camera shortcut usage preference --> - <string name="pref_camera_title">Camera shortcut</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_camera_summary">Select which shortcut to trigger when the camera button is pushed</string> - - <!-- Name for the keep screen on preference --> - <string name="pref_keepalive_title">Keep screen awake</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_keepalive_summary">Prevent the screen from turning off when working in a console</string> - - <!-- Name for the Wi-Fi lock preference --> - <string name="pref_wifilock_title">Keep Wi-Fi active</string> - <!-- Summary for the Wi-Fi lock preference --> - <string name="pref_wifilock_summary">Prevent Wi-Fi from turning off when a session is active</string> - - <!-- Name for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_title">Bumpy arrows</string> - <!-- Summary for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_summary">Vibrate when sending arrow keys from trackball; useful for laggy connections</string> - - <!-- Category title for the Terminal Bell preferences --> - <string name="pref_bell_category">Terminal bell</string> - - <!-- Checkbox preference title for the audible terminal bell feature --> - <string name="pref_bell_title">Audible bell</string> - - <!-- Title for the slider preference to set the volume --> - <string name="pref_bell_volume_title">Bell volume</string> - - <!-- Checkbox preference title for the vibrate on terminal bell feature --> - <string name="pref_bell_vibrate_title">Vibrate on bell</string> - - <!-- Checkbox preference title for the receive notifications on terminal bell feature --> - <string name="pref_bell_notification_title">Background notifications</string> - <!-- Brief summary of the feature that is enabled when the checkbox preference for the receive notifications on terminal bell feature is checked --> - <string name="pref_bell_notification_summary">Send notification when a terminal running in the background sounds a bell.</string> - - <!-- Preference selection to indicate use of right side of keyboard for special shortcuts. --> - <string name="list_keymode_right">Use right-side keys</string> - <!-- Preference selection to indicate use of left side of keyboard for special shortcuts. --> - <string name="list_keymode_left">Use left-side keys</string> - <!-- Preference selection to indicate never to use special shortcut keys. --> - <string name="list_keymode_none">Disable</string> - - <!-- Preference to not use pubkeys to authenticate to this host. --> - <string name="list_pubkeyids_none">Do not use keys</string> - <!-- Preference to use any pubkey to authenticate to this host. --> - <string name="list_pubkeyids_any">Use any unlocked key</string> - - <!-- Frequency for which to check for program updates. --> - <string name="list_update_daily">Daily</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_weekly">Weekly</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_never">Never</string> - - <!-- Host nickname field preference title --> - <string name="hostpref_nickname_title">Nickname</string> - - <!-- Host color category preference title --> - <string name="hostpref_color_title">Color category</string> - - <!-- Host's default font size when opening the terminal in points (pt) --> - <string name="hostpref_fontsize_title">Font size (pt)</string> - - <!-- Host pubkey usage preference title --> - <string name="hostpref_pubkeyid_title">Use pubkey authentication</string> - - <!-- Preference title for the SSH Authentication Agent Forwarding for a host connection --> - <string name="hostpref_authagent_title">Use SSH auth agent</string> - - <!-- Host post-login automation preference title --> - <string name="hostpref_postlogin_title">Post-login automation</string> - <!-- Host post-login automation preference summary --> - <string name="hostpref_postlogin_summary">Commands to run on remote server once authenticated</string> - - <!-- Host compression preference title --> - <string name="hostpref_compression_title">Compression</string> - <!-- Summary for compression preference --> - <string name="hostpref_compression_summary">This may help with slower networks</string> - - <!-- Setting for whether we want a session to start up when we connect to a host --> - <string name="hostpref_wantsession_title">Start shell session</string> - <!-- Summary for field asking whether a shell session should be started up upon connection or not --> - <string name="hostpref_wantsession_summary">Disable this preference to only use port forwards</string> - - <!-- Setting for whether the host should be reconnected to automatically upon disconnect --> - <string name="hostpref_stayconnected_title">Stay connected</string> - <!-- Summary for preference asking whether the host should be reconnected to when it disconnects --> - <string name="hostpref_stayconnected_summary">Try to reconnect to host if disconnected</string> - - <!-- Setting for what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_title">DEL Key</string> - <!-- Summary for field asking what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_summary">The key code sent when DEL key is pressed</string> - - <!-- Host character encoding preference title --> - <string name="hostpref_encoding_title">Encoding</string> - <!-- Host character encoding preference summary --> - <string name="hostpref_encoding_summary">Character encoding for the host</string> - - <!-- Host preference category title for connection settings --> - <string name="hostpref_connection_category">Connection settings</string> - - <!-- Username field title for host editor preference --> - <string name="hostpref_username_title">Username</string> - - <!-- Hostname field title for host editor preference --> - <string name="hostpref_hostname_title">Host</string> - - <!-- Port field title for host editor preference --> - <string name="hostpref_port_title">Port</string> - - <!-- Displayed to indicate a host has never been connected to. --> - <string name="bind_never">Never connected</string> - <!-- The time that has elapsed since a host was connected to when it has been less than an hour. --> - <string name="bind_minutes">%1$s minutes ago</string> - <!-- The time that has elapsed since a host was connected to when it has been less than a day. --> - <string name="bind_hours">%1$s hours ago</string> - <!-- The time that has elapsed since a host was connected to when it has been a day or more. --> - <string name="bind_days">%1$s days ago</string> - - <!-- Message given when user copies from the terminal. --> - <string name="console_copy_done">Copied %1$d bytes to clipboard</string> - <!-- Instructions for how to copy from the terminal. The '\n' entries are to split lines to improve readability and prevent wrapping off the screen. --> - <string name="console_copy_start">Touch and drag\nor use directional pad\nto select area to copy</string> - - <!-- Button to close the disconnected terminal window. --> - <string name="console_menu_close">Close</string> - <!-- Button to begin copying from the terminal to the clipboard. --> - <string name="console_menu_copy">Copy</string> - <!-- Button to paste from the clipboard to the terminal. --> - <string name="console_menu_paste">Paste</string> - <!-- Button that brings user to the Port Forwards List. --> - <string name="console_menu_portforwards">Port Forwards</string> - <!-- Button that brings user to the terminal resizing dialog where they can force a size. --> - <string name="console_menu_resize">Force Size</string> - <!-- Button that brings up the list of URLs on the current screen --> - <string name="console_menu_urlscan">URL Scan</string> - - <!-- Selection for a "local" port forward. E.g., connections to a port listening locally is forwarded to the remote end's listening port. --> - <string name="portforward_local">Local</string> - <!-- Selection for a "remote" port forward. E.g., connections to a port listening remotely is forwarded to the local end's listening port. --> - <string name="portforward_remote">Remote</string> - <!-- Selection for a "dynamic" port forward. E.g., connections to a port listening locally is forwarded based on the SOCKS protocol to an arbitrary remote host and port. --> - <string name="portforward_dynamic">Dynamic (SOCKS)</string> - <!-- Button that commits the port forward to be made from the Port Forward Creation dialog. --> - <string name="portforward_pos">Create port forward</string> - - <string name="portforward_done">Successfully created port forward</string> - <string name="portforward_problem">Problem creating port forward, maybe you\'re using ports under 1024 or port is already used?</string> - - <string name="portforward_menu_add">Add port forward</string> - - <!-- The string to present in the quick-connect box to hint the user to the format for connecting to hosts. --> - <string name="hint_userhost">user@hostname</string> - - <!-- Hint given to user when the format they're using is incorrect in the quick-connect box. --> - <string name="list_format_error">Use the format "%1$s"</string> - - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_username">username</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_hostname">hostname</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_port">port</string> - - <string name="list_menu_pubkeys">Manage Pubkeys</string> - <!-- Selection choice to sort hosts by color. --> - <string name="list_menu_sortcolor">Sort by color</string> - <!-- Selection choice to sort hosts by nickname. --> - <string name="list_menu_sortname">Sort by name</string> - <string name="list_menu_settings">Settings</string> - - <string name="list_host_disconnect">Disconnect</string> - <string name="list_host_edit">Edit host</string> - <string name="list_host_portforwards">Edit port forwards</string> - <string name="list_host_delete">Delete host</string> - <!-- Note that the '\n' splits the lines so it's actually "quick-connect box below to connect" --> - <string name="list_host_empty">Use the quick-connect box\nbelow to connect to a host.</string> - - <!-- Default screen rotation preference selection --> - <string name="list_rotation_default">Default</string> - <string name="list_rotation_land">Force landscape</string> - <string name="list_rotation_port">Force portrait</string> - <!-- Selection to indicate the rotation should be selected automatically based on the tilt sensor. --> - <string name="list_rotation_auto">Automatic</string> - - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A then Space". --> - <string name="list_camera_ctrlaspace">Ctrl+A then Space</string> - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A". --> - <string name="list_camera_ctrla">Ctrl+A</string> - <!-- Selection to indicate pressing the Camera button should send the "Esc" key. --> - <string name="list_camera_esc">Esc</string> - <!-- Selection to indicate pressing the Camera button should send "Esc+A". --> - <string name="list_camera_esc_a">Esc+A</string> - <!-- Selection to indicate pressing the Camera button should send nothing at all. --> - <string name="list_camera_none">None</string> - - <!-- Name for the backspace character --> - <string name="list_delkey_backspace">Backspace</string> - <!-- Name for the ASCII DEL character --> - <string name="list_delkey_del">Delete</string> - - <string name="delete_message">Are you sure you want to delete \'%1$s\'?</string> - <string name="delete_pos">Yes, delete</string> - <string name="delete_neg">Cancel</string> - - <!-- Button to agree to license terms. --> - <string name="wizard_agree">Agree</string> - <!-- Button to go to the next page in the first time start-up wizard. --> - <string name="wizard_next">Next</string> - <!-- Button to go to the previous page in the first time start-up wizard. --> - <string name="wizard_back">Back</string> - - <string name="terminal_no_hosts_connected">No hosts currently connected</string> - - <!-- Displayed in terminal when attempting to connect to a host. The first two - variables are host:port and the third is the protocol (e.g., SSH) --> - <string name="terminal_connecting">Connecting to %1$s:%2$d via %3$s</string> - - <!-- Displays the host key to the user in the terminal --> - <string name="terminal_sucess">Verified host \'%1$s\' key: %2$s</string> - <string name="terminal_failed">Host key verification failed.</string> - - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_s2c_algorithm">Server-to-client algorithm: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_c2s_algorithm">Client-to-server algorithm: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_algorithm">Using algorithm: %1$s %2$s</string> - - <string name="terminal_auth">Trying to authenticate</string> - - <string name="terminal_auth_pass">Attempting \'password\' authentication</string> - <string name="terminal_auth_pass_fail">Authentication method \'password\' failed</string> - - <string name="terminal_auth_pubkey_any">Attempting \'publickey\' authentication with any in-memory public keys</string> - <string name="terminal_auth_pubkey_invalid">Selected public key is invalid, try reselecting key in host editor</string> - <string name="terminal_auth_pubkey_specific">Attempting \'publickey\' authentication with a specific public key</string> - <string name="terminal_auth_pubkey_fail">Authentication method \'publickey\' with key \'%1$s\' failed</string> - - <string name="terminal_auth_ki">Attempting \'keyboard-interactive\' authentication</string> - <string name="terminal_auth_ki_fail">Authentication method \'keyboard-interactive\' failed</string> - - <string name="terminal_auth_fail">[Your host doesn\'t support \'password\' or \'keyboard-interactive\' authentication.]</string> - - <string name="terminal_no_session">Session will not be started due to host preference.</string> - <string name="terminal_enable_portfoward">Enable port forward: %1$s</string> - - <string name="local_shell_unavailable">Failure! Local shell is unavailable on this phone.</string> - - <!-- Text sent to the user to alert them that a Terminal Bell is received in a background session --> - <string name="notification_text">%1$s wants your attention.</string> - - <!-- Dialog title when a new version of ConnectBot is detected. --> - <string name="upgrade">New version</string> - <!-- Button selection to upgrade to the latest ConnectBot when one is available. --> - <string name="upgrade_pos">Yes, upgrade</string> - <!-- Button selection to skip upgrading to the latest ConnectBot when one is available. --> - <string name="upgrade_neg">Not right now</string> - - <!-- Preference selection for SSH Authentication Agent to never use pubkeys --> - <string name="no">No</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys "with confirmation" only --> - <string name="with_confirmation">With confirmation</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys --> - <string name="yes">Yes</string> - - <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> - <string name="exceptions_submit_message">It appears ConnectBot had a problem last time it ran. Submit error report to ConnectBot developers?</string> - - <!-- Menu selection to reset colors to their defaults. --> - <string name="menu_colors_reset">Reset</string> - - <!-- Displayed in the notification bar that connections are active --> - <string name="app_is_running">ConnectBot is running</string> - - <string name="color_red">red</string> - <string name="color_green">green</string> - <string name="color_blue">blue</string> - <string name="color_gray">gray</string> + <string name="app_desc">Enostaven, močan, odprtokodni SSH odjemalec.</string> + <string name="service_desc">Vzdržuje SSH povezave in naložene javne ključe</string> + <string name="title_hosts_list">Gostitelji</string> + <string name="title_pubkey_list">Javni ključi</string> + <string name="title_port_forwards_list">Posredovana vrata</string> + <string name="title_host_editor">Urejanje gostitelja</string> + <string name="title_help">Pomoč</string> + <string name="title_colors">Barve</string> + <string name="resolve_connect">Poveži</string> + <string name="resolve_entropy">Zberi entropijo</string> + <string name="menu_insert">Dodaj gostitelja</string> + <string name="menu_delete">Odstrani gostitelja</string> + <string name="menu_preferences">Možnosti</string> + <string name="help_intro">Izberite temo spodaj za več informacij o določeni zadevi.</string> + <string name="help_about">O ConnectBotu</string> + <string name="help_keyboard">Tipkovnica</string> + <string name="pubkey_generate">Ustvari</string> + <string name="pubkey_import">Uvozi javni ključ</string> + <string name="pubkey_delete">Izbriši ključ</string> + <string name="pubkey_gather_entropy">Zbiranje entropije</string> + <string name="pubkey_touch_prompt">Dotaknite to polje za zbiranje naključnih vrednosti: %1$d%% končano</string> + <string name="pubkey_touch_hint">Da bi zagotovili naključnost med ustvarjanjem ključa, naključno premikajte prst po polju spodaj.</string> + <string name="pubkey_generating">Ustvarjanje para ključev</string> + <string name="pubkey_copy_private">Kopirajte zasebni ključ</string> + <string name="pubkey_copy_public">Kopirajte javni ključ</string> + <string name="pubkey_list_empty">Dotaknite \"Meni\" za ustvarjanje\nali uvažanje para ključev</string> + <string name="pubkey_unknown_format">Neznana vrsta</string> + <string name="pubkey_change_password">Spremenite geslo</string> + <string name="pubkey_list_pick">Izberite iz /sdcard</string> + <string name="pubkey_import_parse_problem">Problem pri razčlenjevanju uvoženega zasebnega ključa</string> + <string name="pubkey_unlock">Odkleni ključ</string> + <string name="pubkey_failed_add">Napačno geslo za ključ \'%1$s. Overitev spodletela.</string> + <string name="pubkey_memory_load">Naloži v spomin</string> + <string name="pubkey_memory_unload">Razloži s spomina</string> + <string name="pubkey_load_on_start">Naloži ključ ob začetku</string> + <string name="pubkey_confirm_use">Potrdi pred uporabo</string> + <string name="portforward_list_empty">Dotakni \"Meni\" za ustvarjanje\nposredovanih vrat.</string> + <string name="portforward_edit">Urejaj posredovana vrata</string> + <string name="portforward_delete">Izbriši posredovana vrata</string> + <string name="prompt_nickname">Vzdevek:</string> + <string name="prompt_nickname_hint_pubkey">Moj delovni ključ</string> + <string name="prompt_source_port">Izvorna vrata:</string> + <string name="prompt_destination">Cilj:</string> + <string name="prompt_old_password">Staro geslo:</string> + <string name="prompt_password">Geslo:</string> + <string name="prompt_again">(ponovno)</string> + <string name="prompt_type">Vrsta:</string> + <string name="prompt_password_can_be_blank">Opomba: geslo je lahko prazno</string> + <string name="prompt_bits">Biti:</string> + <string name="prompt_pubkey_password">Geslo za ključ \'%1$s\'</string> + <string name="prompt_allow_agent_to_use_key">Dovoli oddaljenemu gostitelju\nuporabo ključa \'%1$s\'?</string> + <string name="host_verification_failure_warning_header">OPOZORILO: ISTOVETENJE ODDALJENEGA GOSTITELJA SE JE SPREMENILO!</string> + <string name="host_verification_failure_warning">MOŽNO JE, DA NEKDO POČNE NEKAJ ZLOBNEGA!\nNekdo vam lahko prisluškuje (napad s posrednikom)!\nMožno pa je tudi, da se je spremenil ključ gostitelja.</string> + <string name="prompt_host_disconnected">Gostitelj je prekinil povezavo.\nZaprem sejo?</string> + <string name="prompt_continue_connecting">Ali ste prepričani, da želite\nnadaljevati s povezovanjem?</string> + <string name="host_authenticity_warning">Istovetnost gostitelja \'%1$s\' ni mogoče ugotoviti.</string> + <string name="host_fingerprint">Ključ gostitelja %1$s ima zgoščeno vrednost %2$s</string> + <string name="alert_passwords_do_not_match_msg">Gesla se ne ujemajo!</string> + <string name="alert_wrong_password_msg">Napačno geslo!</string> + <string name="alert_key_corrupted_msg">Zasebni ključ izgleda pokvarjen!</string> + <string name="alert_sdcard_absent">Kartica SD ni vstavljena!</string> + <string name="button_add">Dodaj</string> + <string name="button_change">Spremeni</string> + <string name="button_generate">Ustvari ključ</string> + <string name="button_resize">Spremeni velikost</string> + <string name="alert_disconnect_msg">Povezava prekinjena</string> + <string name="msg_copyright">Avtorske pravice © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> + <string name="pref_emulation_category">Posnemanje terminala</string> + <string name="pref_emulation_title">Način posnemanja</string> + <string name="pref_emulation_summary">Način posnemanja terminala za uporabo za PTY povezave</string> + <string name="pref_scrollback_title">Velikost pomnjenja vrstic</string> + <string name="pref_scrollback_summary">Velikost medpomnilnika pomnjenih vrstic ohraniti v spomnu za vsako konzolo</string> + <string name="pref_ui_category">Uporabniški vmesnik</string> + <string name="pref_rotation_title">Način za sukanje</string> + <string name="pref_rotation_summary">Kako spremeniti sukanje, ko tipkovnica skoči ven/noter</string> + <string name="pref_fullscreen_title">Celozaslonski način</string> + <string name="pref_fullscreen_summary">Skrij vrstico stanja, ko v konzoli</string> + <string name="pref_memkeys_title">Zapomni ključe v spominu</string> + <string name="pref_memkeys_summary">Hrani odklenjene ključe v spomnu dokler storitev v zaledju ni zaključena</string> + <string name="pref_update_title">Pregled posodobitev</string> + <string name="pref_update_summary">Nastavite največjo pogostost za preverjanje posodobitev za ConnectBota</string> + <string name="pref_conn_persist_title">Obstojne povezave</string> + <string name="pref_conn_persist_summary">Prisili povezave, da ostanejo povezane v ozadju</string> + <string name="pref_keymode_title">Bližnjice mape</string> + <string name="pref_keymode_summary">Izberite kako uporabiti Alt za \'/\' ter Shift za Tab</string> + <string name="pref_camera_title">Bližnjica kamere</string> + <string name="pref_camera_summary">Izberite, katera bližnjica se sproži, ko se pritisne gumb kamere</string> + <string name="pref_keepalive_title">Ohrani zaslon dejaven</string> + <string name="pref_keepalive_summary">Prepreči ugašanje zaslona med delom v konzoli</string> + <string name="pref_wifilock_title">Ohrani Wi-Fi dejaven</string> + <string name="pref_wifilock_summary">Prepreči ugašanje Wi-Fija med dejavno sejo</string> + <string name="pref_bumpyarrows_title">Izbočene puščice</string> + <string name="pref_bell_category">Zvonec terminala</string> + <string name="pref_bell_title">Slišen zvonec</string> + <string name="pref_bell_volume_title">Glasnost zvonca</string> + <string name="pref_bell_vibrate_title">Vibriraj ob zvoncu</string> + <string name="pref_bell_notification_title">Obvestila ozadja</string> + <string name="list_keymode_left">Uporabi ključe z leve strani</string> + <string name="list_keymode_none">Onemogoči</string> + <string name="list_pubkeyids_none">Ne uporabljaj ključev</string> + <string name="list_pubkeyids_any">Uporabi kateregakoli odklenjenega ključa</string> + <string name="list_update_daily">Dnevno</string> + <string name="list_update_weekly">Tedensko</string> + <string name="list_update_never">Nikoli</string> + <string name="hostpref_nickname_title">Vzdevek</string> + <string name="hostpref_color_title">Barvna kategorija</string> + <string name="hostpref_fontsize_title">Velikost pisave (pt)</string> + <string name="hostpref_pubkeyid_title">Uporabi overitev z javnim ključem</string> + <string name="hostpref_authagent_title">Uporabi SSH overitvenega agenta</string> + <string name="hostpref_compression_title">Stiskanje</string> + <string name="hostpref_compression_summary">To vam lahko pomaga pri počasnejših omrežjih</string> + <string name="hostpref_wantsession_title">Začni sejo lupine</string> + <string name="hostpref_stayconnected_title">Ostanite povezani</string> + <string name="hostpref_stayconnected_summary">Poskusi se ponovno povezati, če se prekine povezava</string> + <string name="hostpref_encoding_title">Kodiranje</string> + <string name="hostpref_encoding_summary">Kodiranje znakov za gostitelja</string> + <string name="hostpref_connection_category">Nastavitve povezave</string> + <string name="hostpref_username_title">Uporabniško ime</string> + <string name="hostpref_hostname_title">Gostitelj</string> + <string name="hostpref_port_title">Vrata</string> + <string name="bind_never">Nikoli povezani</string> + <string name="bind_minutes">%1$s minut nazaj</string> + <string name="bind_hours">%1$s ur nazaj</string> + <string name="bind_days">%1$s dni nazaj</string> + <string name="console_menu_close">Zapri</string> + <string name="console_menu_copy">Kopiraj</string> + <string name="console_menu_paste">Prilepi</string> + <string name="console_menu_portforwards">Posredovanje vrat</string> + <string name="button_yes">Da</string> + <string name="button_no">Ne</string> + <string name="portforward_local">Krajevno</string> + <string name="portforward_remote">Oddaljeno</string> + <string name="list_format_error">Uporabi vrsto %1$s</string> + <string name="format_username">Uporabniško ime</string> + <string name="format_hostname">ime gostitelja</string> + <string name="format_port">vrata</string> + <string name="list_menu_pubkeys">Upravljanje z javnimi ključi</string> + <string name="list_menu_sortcolor">Razvrsti po barvi</string> + <string name="list_menu_sortname">Razvrsti po imenu</string> + <string name="list_menu_settings">Nastavitve</string> + <string name="list_host_disconnect">Prekini povezavo</string> + <string name="list_host_edit">Urejaj gostitelja</string> + <string name="list_host_delete">Izbriši gostitelja</string> + <string name="list_rotation_default">Privzeto</string> + <string name="list_rotation_land">Prisili ležeče</string> + <string name="list_rotation_port">Prisili pokončno</string> + <string name="list_rotation_auto">Samodejno</string> + <string name="list_camera_ctrlaspace">Ctrl+A nato Space</string> + <string name="list_camera_ctrla">Ctrl+A</string> + <string name="list_camera_esc">Esc</string> + <string name="list_camera_esc_a">Esc+A</string> + <string name="list_camera_none">Nič</string> + <string name="list_delkey_backspace">Vračalka</string> + <string name="list_delkey_del">Delete</string> + <string name="delete_message">Ali ste prepričani, da želite izbrisati \'%1$s\'?</string> + <string name="delete_pos">Da, izbriši.</string> + <string name="delete_neg">Prekliči</string> + <string name="wizard_agree">Se strinjam</string> + <string name="wizard_next">Naprej</string> + <string name="wizard_back">Nazaj</string> + <string name="terminal_connecting">Povezujem se na %1$s:%2$d preko %3$s</string> + <string name="terminal_sucess">Preverjen gostitelj \'%1$s\' ključ: %2$s</string> + <string name="terminal_failed">Preverjanje ključa gostitelja spodletelo.</string> + <string name="terminal_using_algorithm">Uporabljam algoritem: %1$s %2$s</string> + <string name="terminal_auth">Poskušam se overit</string> + <string name="terminal_auth_pass">Poskušam overitev z geslom</string> + <string name="terminal_auth_pass_fail">Overitev z geslom spodletela</string> + <string name="notification_text">%1$s želi vašo pozornost.</string> + <string name="upgrade">Nova različica</string> + <string name="upgrade_pos">Da, posodobi</string> + <string name="upgrade_neg">Ne ta trenutek</string> + <string name="no">Ne</string> + <string name="with_confirmation">S potrditvijo</string> + <string name="yes">Da</string> + <string name="exceptions_submit_message">It appears ConnectBot had a problem last time it ran. Submit error report to ConnectBot developers?</string> + <string name="menu_colors_reset">Ponastavi</string> + <string name="app_is_running">ConnectBot je dejaven</string> + <string name="color_red">rdeča</string> + <string name="color_green">zelena</string> + <string name="color_blue">modra</string> + <string name="color_gray">siva</string> </resources> diff --git a/res/values-sv/strings.xml b/res/values-sv/strings.xml index 47152cc..4829f0d 100644 --- a/res/values-sv/strings.xml +++ b/res/values-sv/strings.xml @@ -1,461 +1,211 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * ConnectBot: simple, powerful, open-source SSH client for Android - * Copyright 2007 Kenny Root, Jeffrey Sharkey - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ ---> +<?xml version='1.0' encoding='utf-8'?> <resources> - <string name="app_desc">Enkel, kraftfull, open-source SSH-klient.</string> - - <!-- Window title for the Host List --> - <string name="title_hosts_list">Värdar</string> - <!-- Window title for the Pubkeys List --> - <string name="title_pubkey_list">Publika nycklar</string> - <!-- Window title for the Port Forwards List --> - <string name="title_port_forwards_list">Vidarebefordring av portar</string> - <!-- Window title when editing host details --> - <string name="title_host_editor">Redigera värd</string> - <!-- Window title for Help index --> - <string name="title_help">Hjälp</string> - <!-- Window title for color list editing screen --> - <string name="title_colors">Färger</string> - - <string name="resolve_connect">Anslut</string> - <!-- Menu selection where user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="resolve_entropy">Samla in Entropi</string> - - <string name="menu_insert">Lägg till värd</string> - <string name="menu_delete">Ta bort värd</string> - <string name="menu_preferences">Egenskaper</string> - - <string name="help_intro">Var god välj ett ämne nedan som du skulle vilja ha mer information om.</string> - <string name="help_about">Om ConnectBot</string> - <string name="help_keyboard">Tangentbord</string> - - <string name="pubkey_generate">Generera</string> - <string name="pubkey_import">Importera</string> - <string name="pubkey_delete">Ta bort nyckel</string> - <!-- Dialog title when user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="pubkey_gather_entropy">Samlar in entropi</string> - <string name="pubkey_touch_prompt">Rör vid rutan för att samla in slumpdata: %1$d%% klart</string> - <string name="pubkey_touch_hint">För att försäkra dig om att nyckeln som skapas är slumpmässig, rör fingret slumpmässigt över skärmen.</string> - <string name="pubkey_generating">Genererar nyckelpar...</string> - <string name="pubkey_copy_private">Kopiera privata nyckeln</string> - <string name="pubkey_copy_public">Kopiera publika nyckeln</string> - <!-- Note that the '\n' just splits lines, so it's actually "create or import" --> - <string name="pubkey_list_empty">Tryck på "Meny" för att\nskapa eller importera nyckelpar</string> - <string name="pubkey_unknown_format">Okänt format</string> - <string name="pubkey_change_password">Ändra lösenord</string> - <string name="pubkey_list_pick">Välj från /sdcard</string> - <string name="pubkey_import_parse_problem">Svårigheter med att tyda den importerade privata nyckeln</string> - <string name="pubkey_unlock">Lås upp nyckel</string> - <string name="pubkey_failed_add">Felaktigt lösenord för nyckeln \'%1$s\'. Autentiseringen misslyckades.</string> - <string name="pubkey_memory_load">Ladda in i minnet</string> - <string name="pubkey_memory_unload">Ladda ur minnet</string> - <string name="pubkey_load_on_start">Ladda nyckel från start</string> - <!-- Pubkey preference asking user whether the key use should be confirmed via prompt before it can be used for authentication --> - <string name="pubkey_confirm_use">Bekräfta innan användning</string> - - <!-- Note that the '\n' splits lines, so it's actually "create port forwards" --> - <string name="portforward_list_empty">Rör vid "Menu" för att skapa\nvidarebefodringar av portar.</string> - <string name="portforward_edit">Ändra vidarebefordring av port</string> - <string name="portforward_delete">Ta bort vidarebefodring av port</string> - - <string name="prompt_nickname">Namn:</string> - <!-- An example string that could be used as a nickname for a pubkey. --> - <string name="prompt_nickname_hint_pubkey">Min jobbenyckel</string> - <!-- The source TCP port for port forwards. --> - <string name="prompt_source_port">Inkommande portnummer:</string> - <!-- The "host:port" combination used for port forward destinations. --> - <string name="prompt_destination">Destination:</string> - <string name="prompt_old_password">Gammalt lösenord:</string> - <string name="prompt_password">Lösenord:</string> - <!-- Added after a "Password:" prompt to indicate user needs to confirm entry. --> - <string name="prompt_again">(igen)</string> - <!-- Label for the user to select port forward type. --> - <string name="prompt_type">Typ:</string> - <string name="prompt_password_can_be_blank">Notis: lösenordet kan vara blankt</string> - <!-- Prompt for the size of the private key in bits. --> - <string name="prompt_bits">Bitar:</string> - - <!-- Prompt for the password to unlock a certain pubkey. --> - <string name="prompt_pubkey_password">Lösenord för nyckel \'%1$s\'</string> - - <!-- Prompt for whether to allow SSH Authentication Agent to use the specified key. Note that the '\n' means split the line so it's actually "host to use key" --> - <string name="prompt_allow_agent_to_use_key">Tillåt fjärrvärd att\nanvända nyckel \'%1$s\'?</string> - - <!-- The header of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning_header">VARNING: IDENTIFIERING AV FJÄRRVÄRD HAR ÄNDRATS!</string> - <!-- The body of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning">MÖJLIGT INTRÅNGSFÖRSÖK!\nNågon skulle kunna avlyssna dig nu ("man-in-the-middle attack")!\nDet är även möjligt att värdnyckeln just har ändrats.</string> - - <!-- Prompt user gets when the remote host has disconnected unexpectedly. --> - <string name="prompt_host_disconnected">Värden har kopplat ner anslutningen.\nStäng?</string> - <!-- Prompt user must answer yes or no to when the remote host fails verification of encryption fingerprint --> - <string name="prompt_continue_connecting">Är du säker att du vill\nfortsätta att ansluta?</string> - - <!-- Sent to user when the remote public encryption key fingerprint doesn't match the local database --> - <string name="host_authenticity_warning">Identiteten av värden \'%1$s\' går ej att fastställa.</string> - <!-- First field is encryption algorithm. Second is the actual fingerprint in hex digits --> - <string name="host_fingerprint">Host %1$s key fingerprint is %2$s</string> - - <string name="alert_passwords_do_not_match_msg">Lösenorden överenstämmer inte med varandra!</string> - <string name="alert_wrong_password_msg">Felaktigt lösenord!</string> - <string name="alert_key_corrupted_msg">Privata nyckeln ser ut att vara korrupt!</string> - <string name="alert_sdcard_absent">SD-kort ej isatt!</string> - - <!-- Add a new item (e.g., host or pubkey) to the list. --> - <string name="button_add">Lägg till</string> - <!-- Change an existing item's (e.g., host or pubkey) details. --> - <string name="button_change">Ändra</string> - <!-- Button that begins the generation of a public key pair. --> - <string name="button_generate">Generera nyckel</string> - <!-- Button that resizes the screen to the user-specified dimensions. --> - <string name="button_resize">Ändra storlek</string> - - <string name="alert_disconnect_msg">Anslutningen förlorad</string> - - <string name="msg_copyright">Copyright © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> - - <!-- The category title for terminal emulation preferences. --> - <string name="pref_emulation_category">Terminalemulering</string> - - <!-- Name for the emulation terminal type preference. --> - <string name="pref_emulation_title">Emuleringsläge</string> - <!-- Description of the emulation terminal type preference. --> - <string name="pref_emulation_summary">Emuleringsläge för PTY-anslutningar</string> - - <!-- Name for the scrollback size preference --> - <string name="pref_scrollback_title">Antal rader att rulla tillbaka</string> - <!-- Description of the scrollback size preference --> - <string name="pref_scrollback_summary">Storlek på tillbakarullningsbuffert för varje konsol</string> - - <!-- The category title for user interface preferences --> - <string name="pref_ui_category">Användargränssnitt</string> - - <!-- Name for the rotation mode preference --> - <string name="pref_rotation_title">Rotationsläge</string> - <!-- Summary for the rotation mode preference --> - <string name="pref_rotation_summary">Hur rotation skall ändras när tangentbord aktiveras/avaktiveras</string> - - <!-- Name for the full screen preference --> - <string name="pref_fullscreen_title">Fullskärm</string> - <!-- Summary for the full screen preference --> - <string name="pref_fullscreen_summary">Göm status medan konsol visas</string> - - <!-- Name for the memorize keys preference --> - <string name="pref_memkeys_title">Kom ihåg nycklar</string> - <!-- Summary for the memorize keys preference --> - <string name="pref_memkeys_summary">Behåll olåsta nycklar i minnet tills bakände-tjänst avslutas</string> - - <!-- Name for the update check preference --> - <string name="pref_update_title">Uppdateringskontroll</string> - <!-- Summary for the update check preference --> - <string name="pref_update_summary">Intervall för att söka efter ConnectBot-uppdateringar</string> - - <!-- Name for the preference that forces the service to stay running in the background.--> - <string name="pref_conn_persist_title">Persist connections</string> - <!-- Summary for the preference that forces the service to stay running in the background. --> - <string name="pref_conn_persist_summary">Force connections to stay connected while in background</string> - - <!-- Name for the keyboard shortcuts preference --> - <string name="pref_keymode_title">Genvägar för katalog</string> - <!-- Summary for the keyboard shortcuts preference --> - <string name="pref_keymode_summary">Välj hur Alt används för \'/\' och Shift för Tab</string> - - <!-- Name for the camera shortcut usage preference --> - <string name="pref_camera_title">Genväg för kamera</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_camera_summary">Välj genväg för kamera-knappen</string> - - <!-- Name for the keep screen on preference --> - <string name="pref_keepalive_title">Håll skärmen aktiv</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_keepalive_summary">Håll skärmen aktiv medan konsolen används</string> - - <!-- Name for the Wi-Fi lock preference --> - <string name="pref_wifilock_title">Håll trådlöst nätverk aktivt</string> - <!-- Summary for the Wi-Fi lock preference --> - <string name="pref_wifilock_summary">Hindra att trådlöst nätverk slås av under en aktiv session</string> - - <!-- Name for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_title">Bumpy arrows</string> - <!-- Summary for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_summary">Vibrera när piltangenter sänds från pekdon; bra för långsamma anslutningar</string> - - <!-- Category title for the Terminal Bell preferences --> - <string name="pref_bell_category">Terminal-ljud</string> - - <!-- Checkbox preference title for the audible terminal bell feature --> - <string name="pref_bell_title">Aktivt</string> - - <!-- Title for the slider preference to set the volume --> - <string name="pref_bell_volume_title">Ljudvolym</string> - - <!-- Checkbox preference title for the vibrate on terminal bell feature --> - <string name="pref_bell_vibrate_title">Vibrera</string> - - <!-- Checkbox preference title for the receive notifications on terminal bell feature --> - <string name="pref_bell_notification_title">Background notifications</string> - <!-- Brief summary of the feature that is enabled when the checkbox preference for the receive notifications on terminal bell feature is checked --> - <string name="pref_bell_notification_summary">Send notification when a terminal running in the background sounds a bell.</string> - - <!-- Preference selection to indicate use of right side of keyboard for special shortcuts. --> - <string name="list_keymode_right">Använd högerknapparna</string> - <!-- Preference selection to indicate use of left side of keyboard for special shortcuts. --> - <string name="list_keymode_left">Använd vänsterknapparna</string> - <!-- Preference selection to indicate never to use special shortcut keys. --> - <string name="list_keymode_none">Avaktivera</string> - - <!-- Preference to not use pubkeys to authenticate to this host. --> - <string name="list_pubkeyids_none">Använd inte knapparna</string> - <!-- Preference to use any pubkey to authenticate to this host. --> - <string name="list_pubkeyids_any">Använd valfri olåst nyckel</string> - - <!-- Frequency for which to check for program updates. --> - <string name="list_update_daily">Varje dag</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_weekly">Varje vecka</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_never">Aldrig</string> - - <!-- Host nickname field preference title --> - <string name="hostpref_nickname_title">Nickname</string> - - <!-- Host color category preference title --> - <string name="hostpref_color_title">Color category</string> - - <!-- Host's default font size when opening the terminal in points (pt) --> - <string name="hostpref_fontsize_title">Font size (pt)</string> - - <!-- Host pubkey usage preference title --> - <string name="hostpref_pubkeyid_title">Use pubkey authentication</string> - - <!-- Preference title for the SSH Authentication Agent Forwarding for a host connection --> - <string name="hostpref_authagent_title">Use SSH auth agent</string> - - <!-- Host post-login automation preference title --> - <string name="hostpref_postlogin_title">Post-login automation</string> - <!-- Host post-login automation preference summary --> - <string name="hostpref_postlogin_summary">Commands to run on remote server once authenticated</string> - - <!-- Host compression preference title --> - <string name="hostpref_compression_title">Kompression</string> - <!-- Summary for compression preference --> - <string name="hostpref_compression_summary">This may help with slower networks</string> - - <!-- Setting for whether we want a session to start up when we connect to a host --> - <string name="hostpref_wantsession_title">Start shell session</string> - <!-- Summary for field asking whether a shell session should be started up upon connection or not --> - <string name="hostpref_wantsession_summary">Disable this preference to only use port forwards</string> - - <!-- Setting for whether the host should be reconnected to automatically upon disconnect --> - <string name="hostpref_stayconnected_title">Stay connected</string> - <!-- Summary for preference asking whether the host should be reconnected to when it disconnects --> - <string name="hostpref_stayconnected_summary">Try to reconnect to host if disconnected</string> - - <!-- Setting for what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_title">DEL Key</string> - <!-- Summary for field asking what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_summary">The key code sent when DEL key is pressed</string> - - <!-- Host character encoding preference title --> - <string name="hostpref_encoding_title">Kodar</string> - <!-- Host character encoding preference summary --> - <string name="hostpref_encoding_summary">Character encoding for the host</string> - - <!-- Host preference category title for connection settings --> - <string name="hostpref_connection_category">Connection settings</string> - - <!-- Username field title for host editor preference --> - <string name="hostpref_username_title">Användarnamn</string> - - <!-- Hostname field title for host editor preference --> - <string name="hostpref_hostname_title">Host</string> - - <!-- Port field title for host editor preference --> - <string name="hostpref_port_title">Port</string> - - <!-- Displayed to indicate a host has never been connected to. --> - <string name="bind_never">Never connected</string> - <!-- The time that has elapsed since a host was connected to when it has been less than an hour. --> - <string name="bind_minutes">%1$s minuter sedan</string> - <!-- The time that has elapsed since a host was connected to when it has been less than a day. --> - <string name="bind_hours">%1$s timmar sendan</string> - <!-- The time that has elapsed since a host was connected to when it has been a day or more. --> - <string name="bind_days">%1$s dagar sedan</string> - - <!-- Message given when user copies from the terminal. --> - <string name="console_copy_done">Kopierade %1$d bytes till urklippshanteraren.</string> - <!-- Instructions for how to copy from the terminal. The '\n' entries are to split lines to improve readability and prevent wrapping off the screen. --> - <string name="console_copy_start">Tryck och drag\neller använd bollen\nför att markera en yta för kopiering</string> - - <!-- Button to close the disconnected terminal window. --> - <string name="console_menu_close">Stäng</string> - <!-- Button to begin copying from the terminal to the clipboard. --> - <string name="console_menu_copy">Kopiera</string> - <!-- Button to paste from the clipboard to the terminal. --> - <string name="console_menu_paste">Klistra in</string> - <!-- Button that brings user to the Port Forwards List. --> - <string name="console_menu_portforwards">Port vidarebefodringar</string> - <!-- Button that brings user to the terminal resizing dialog where they can force a size. --> - <string name="console_menu_resize">Fast storlek</string> - <!-- Button that brings up the list of URLs on the current screen --> - <string name="console_menu_urlscan">URL Scan</string> - - <!-- Selection for a "local" port forward. E.g., connections to a port listening locally is forwarded to the remote end's listening port. --> - <string name="portforward_local">Lokal</string> - <!-- Selection for a "remote" port forward. E.g., connections to a port listening remotely is forwarded to the local end's listening port. --> - <string name="portforward_remote">Fjärr</string> - <!-- Selection for a "dynamic" port forward. E.g., connections to a port listening locally is forwarded based on the SOCKS protocol to an arbitrary remote host and port. --> - <string name="portforward_dynamic">Dynamisk (SOCKS)</string> - <!-- Button that commits the port forward to be made from the Port Forward Creation dialog. --> - <string name="portforward_pos">Skapa vidarebefodring av port</string> - - <string name="portforward_done">Vidarebefodring av port skapad.</string> - <string name="portforward_problem">Lyckades inte att skapa en vidarebefodring av port, är den under 1024 eller används den kanske?</string> - - <string name="portforward_menu_add">Lägg till vidarebefodring av port.</string> - - <!-- The string to present in the quick-connect box to hint the user to the format for connecting to hosts. --> - <string name="hint_userhost">användarnamn@värdnamn</string> - - <!-- Hint given to user when the format they're using is incorrect in the quick-connect box. --> - <string name="list_format_error">Använd formatet "%1$s"</string> - - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_username">användarnamn</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_hostname">värdnamn</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_port">port</string> - - <string name="list_menu_pubkeys">Hantera publika nycklar</string> - <!-- Selection choice to sort hosts by color. --> - <string name="list_menu_sortcolor">Sortera efter färg</string> - <!-- Selection choice to sort hosts by nickname. --> - <string name="list_menu_sortname">Sortera efter namn</string> - <string name="list_menu_settings">Inställningar</string> - - <string name="list_host_disconnect">Koppla ner</string> - <string name="list_host_edit">Inställningar för värd</string> - <string name="list_host_portforwards">Ändra vidarebefodringar av portar</string> - <string name="list_host_delete">Ta bort värd</string> - <!-- Note that the '\n' splits the lines so it's actually "quick-connect box below to connect" --> - <string name="list_host_empty">Använd snabbanslutningen\nnedan för att ansluta till en värd.</string> - - <!-- Default screen rotation preference selection --> - <string name="list_rotation_default">Default</string> - <string name="list_rotation_land">Tvinga horisontellt läge</string> - <string name="list_rotation_port">Tvinga vertikalt läge</string> - <!-- Selection to indicate the rotation should be selected automatically based on the tilt sensor. --> - <string name="list_rotation_auto">Automatiskt</string> - - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A then Space". --> - <string name="list_camera_ctrlaspace">Ctrl+A sen Space</string> - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A". --> - <string name="list_camera_ctrla">Ctrl+A</string> - <!-- Selection to indicate pressing the Camera button should send the "Esc" key. --> - <string name="list_camera_esc">Esc</string> - <!-- Selection to indicate pressing the Camera button should send "Esc+A". --> - <string name="list_camera_esc_a">Esc+A</string> - <!-- Selection to indicate pressing the Camera button should send nothing at all. --> - <string name="list_camera_none">Ingen</string> - - <!-- Name for the backspace character --> - <string name="list_delkey_backspace">Backspace</string> - <!-- Name for the ASCII DEL character --> - <string name="list_delkey_del">Delete</string> - - <string name="delete_message">Är du säker att du vill ta bort \'%1$s\'?</string> - <string name="delete_pos">Ja, ta bort</string> - <string name="delete_neg">Avbryt</string> - - <!-- Button to agree to license terms. --> - <string name="wizard_agree">Godkänn</string> - <!-- Button to go to the next page in the first time start-up wizard. --> - <string name="wizard_next">Nästa</string> - <!-- Button to go to the previous page in the first time start-up wizard. --> - <string name="wizard_back">Tillbaka</string> - - <string name="terminal_no_hosts_connected">No hosts currently connected</string> - - <!-- Displayed in terminal when attempting to connect to a host. The first two - variables are host:port and the third is the protocol (e.g., SSH) --> - <string name="terminal_connecting">Connecting to %1$s:%2$d via %3$s</string> - - <!-- Displays the host key to the user in the terminal --> - <string name="terminal_sucess">Verified host \'%1$s\' key: %2$s</string> - <string name="terminal_failed">Verifikation av värd-nyckeln misslyckades.</string> - - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_s2c_algorithm">Server-to-client algorithm: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_c2s_algorithm">Client-to-server algorithm: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_algorithm">Using algorithm: %1$s %2$s</string> - - <string name="terminal_auth">Försöker att autentisera</string> - - <string name="terminal_auth_pass">Försöker med \'password\' autentisering</string> - <string name="terminal_auth_pass_fail">Autentiseringsmetoden \'password\' misslyckades</string> - - <string name="terminal_auth_pubkey_any">Attempting \'publickey\' authentication with any in-memory public keys</string> - <string name="terminal_auth_pubkey_invalid">Selected public key is invalid, try reselecting key in host editor</string> - <string name="terminal_auth_pubkey_specific">Attempting \'publickey\' authentication with a specific public key</string> - <string name="terminal_auth_pubkey_fail">Authentication method \'publickey\' with key \'%1$s\' failed</string> - - <string name="terminal_auth_ki">Försöker med \'keyboard-interactive\' autentisering</string> - <string name="terminal_auth_ki_fail">Autentiseringsmetoden \'keyboard-interactive\' misslyckades</string> - - <string name="terminal_auth_fail">[Din värd stödjer inte \'password\' eller \'keyboard-interactive\' autentiseringsmetoderna]</string> - - <string name="terminal_no_session">Session will not be started due to host preference.</string> - <string name="terminal_enable_portfoward">Enable port forward: %1$s</string> - - <string name="local_shell_unavailable">Failure! Local shell is unavailable on this phone.</string> - - <!-- Text sent to the user to alert them that a Terminal Bell is received in a background session --> - <string name="notification_text">%1$s wants your attention.</string> - - <!-- Dialog title when a new version of ConnectBot is detected. --> - <string name="upgrade">Ny version</string> - <!-- Button selection to upgrade to the latest ConnectBot when one is available. --> - <string name="upgrade_pos">Ja, uppgradera</string> - <!-- Button selection to skip upgrading to the latest ConnectBot when one is available. --> - <string name="upgrade_neg">Inte just nu</string> - - <!-- Preference selection for SSH Authentication Agent to never use pubkeys --> - <string name="no">No</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys "with confirmation" only --> - <string name="with_confirmation">With confirmation</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys --> - <string name="yes">Yes</string> - - <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> - <string name="exceptions_submit_message">It appears ConnectBot had a problem last time it ran. Submit error report to ConnectBot developers?</string> - - <!-- Menu selection to reset colors to their defaults. --> - <string name="menu_colors_reset">Reset</string> - - <!-- Displayed in the notification bar that connections are active --> - <string name="app_is_running">ConnectBot is running</string> - - <string name="color_red">röd</string> - <string name="color_green">green</string> - <string name="color_blue">blue</string> - <string name="color_gray">gray</string> + <string name="app_desc">Enkel, kraftfull, open-source SSH-klient.</string> + <string name="service_desc">Upprätthåller SSH anslutningar och laddade publika nycklar</string> + <string name="title_hosts_list">Värddatorer</string> + <string name="title_pubkey_list">Publika nycklar</string> + <string name="title_port_forwards_list">Vidarebefordring av portar</string> + <string name="title_host_editor">Redigera värd</string> + <string name="title_help">Hjälp</string> + <string name="title_colors">Färger</string> + <string name="resolve_connect">Anslut</string> + <string name="resolve_entropy">Samla in Entropi</string> + <string name="menu_insert">Lägg till värd</string> + <string name="menu_delete">Ta bort värd</string> + <string name="menu_preferences">Inställningar</string> + <string name="help_intro">Var god välj ett ämne nedan som du skulle vilja ha mer information om.</string> + <string name="help_about">Om ConnectBot</string> + <string name="help_keyboard">Tangentbord</string> + <string name="pubkey_generate">Generera</string> + <string name="pubkey_import">Importera</string> + <string name="pubkey_delete">Ta bort nyckel</string> + <string name="pubkey_gather_entropy">Samlar in entropi</string> + <string name="pubkey_touch_prompt">Rör vid rutan för att samla in slumpdata: %1$d%% klart</string> + <string name="pubkey_touch_hint">För att försäkra dig om att nyckeln som skapas är slumpmässig, rör fingret slumpmässigt över skärmen.</string> + <string name="pubkey_generating">Genererar nyckelpar...</string> + <string name="pubkey_copy_private">Kopiera privat nyckel</string> + <string name="pubkey_copy_public">Kopiera publik nyckel</string> + <string name="pubkey_list_empty">Tryck på Meny för att\nskapa eller importera nyckelpar</string> + <string name="pubkey_unknown_format">Okänt format</string> + <string name="pubkey_change_password">Ändra lösenord</string> + <string name="pubkey_list_pick">Välj från /sdcard</string> + <string name="pubkey_import_parse_problem">Svårigheter med att tyda den importerade privata nyckeln</string> + <string name="pubkey_unlock">Lås upp nyckel</string> + <string name="pubkey_failed_add">Felaktigt lösenord för nyckeln \'%1$s\'. Autentiseringen misslyckades.</string> + <string name="pubkey_memory_load">Ladda in i minnet</string> + <string name="pubkey_memory_unload">Ladda ur minnet</string> + <string name="pubkey_load_on_start">Ladda nyckel från start</string> + <string name="pubkey_confirm_use">Bekräfta innan användning</string> + <string name="portforward_list_empty">Rör vid Menu för att skapa\nvidarebefodringar av portar.</string> + <string name="portforward_edit">Ändra vidarebefordring av port</string> + <string name="portforward_delete">Ta bort vidarebefodring av port</string> + <string name="prompt_nickname">Namn:</string> + <string name="prompt_nickname_hint_pubkey">Min jobbnyckel</string> + <string name="prompt_source_port">Inkommande portnummer:</string> + <string name="prompt_destination">Destination:</string> + <string name="prompt_old_password">Gammalt lösenord:</string> + <string name="prompt_password">Lösenord:</string> + <string name="prompt_again">(igen)</string> + <string name="prompt_type">Typ:</string> + <string name="prompt_password_can_be_blank">Notis: lösenordet kan vara blankt</string> + <string name="prompt_bits">Bitar:</string> + <string name="prompt_pubkey_password">Lösenord för nyckel \'%1$s\'</string> + <string name="prompt_allow_agent_to_use_key">Tillåt fjärrvärd att\nanvända nyckel \'%1$s\'?</string> + <string name="host_verification_failure_warning_header">VARNING: IDENTIFIERING AV FJÄRRVÄRD HAR ÄNDRATS!</string> + <string name="host_verification_failure_warning">MÖJLIGT INTRÅNGSFÖRSÖK!\nNågon skulle kunna avlyssna dig nu (man-in-the-middle attack)!\nDet är även möjligt att värdnyckeln just har ändrats.</string> + <string name="prompt_host_disconnected">Värden har kopplat ner anslutningen.\nStäng?</string> + <string name="prompt_continue_connecting">Är du säker att du vill\nfortsätta att ansluta?</string> + <string name="host_authenticity_warning">Identiteten av värden \'%1$s\' går ej att fastställa.</string> + <string name="host_fingerprint">Värd %1$s nyckel-fingeravtryck är %2$s</string> + <string name="alert_passwords_do_not_match_msg">Lösenorden överenstämmer inte med varandra!</string> + <string name="alert_wrong_password_msg">Felaktigt lösenord!</string> + <string name="alert_key_corrupted_msg">Privata nyckeln ser ut att vara korrupt!</string> + <string name="alert_sdcard_absent">SD-kort ej isatt!</string> + <string name="button_add">Lägg till</string> + <string name="button_change">Ändra</string> + <string name="button_generate">Generera nyckel</string> + <string name="button_resize">Ändra storlek</string> + <string name="alert_disconnect_msg">Anslutningen förlorad</string> + <string name="msg_copyright">Copyright © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> + <string name="pref_emulation_category">Terminalemulering</string> + <string name="pref_emulation_title">Emuleringsläge</string> + <string name="pref_emulation_summary">Emuleringsläge för PTY-anslutningar</string> + <string name="pref_scrollback_title">Antal rader att rulla tillbaka</string> + <string name="pref_scrollback_summary">Storlek på textbuffer för varje konsol</string> + <string name="pref_ui_category">Användargränssnitt</string> + <string name="pref_rotation_title">Rotationsläge</string> + <string name="pref_rotation_summary">Hur rotation skall ändras när tangentbord aktiveras/avaktiveras</string> + <string name="pref_fullscreen_title">Helskärm</string> + <string name="pref_fullscreen_summary">Göm status medan konsol visas</string> + <string name="pref_memkeys_title">Kom ihåg nycklar</string> + <string name="pref_memkeys_summary">Behåll olåsta nycklar i minnet tills bakände-tjänst avslutas</string> + <string name="pref_update_title">Uppdateringskontroll</string> + <string name="pref_update_summary">Intervall för att söka efter ConnectBot-uppdateringar</string> + <string name="pref_conn_persist_title">Kvarstående anslutningar</string> + <string name="pref_conn_persist_summary">Tvinga anslutningar att fortsätta i bakgrunden</string> + <string name="pref_keymode_title">Genvägar för katalog</string> + <string name="pref_keymode_summary">Välj hur Alt används för \'/\' och Shift för Tab</string> + <string name="pref_camera_title">Genväg för kamera</string> + <string name="pref_camera_summary">Välj genväg för kamera-knappen</string> + <string name="pref_keepalive_title">Håll skärmen aktiv</string> + <string name="pref_keepalive_summary">Håll skärmen aktiv medan konsolen används</string> + <string name="pref_wifilock_title">Håll trådlöst nätverk aktivt</string> + <string name="pref_wifilock_summary">Hindra att trådlöst nätverk slås av under en aktiv session</string> + <string name="pref_bumpyarrows_title">Aktiva piltangenter</string> + <string name="pref_bumpyarrows_summary">Vibrera när piltangenter sänds från pekdon; bra för långsamma anslutningar</string> + <string name="pref_bell_category">Terminal-ljud</string> + <string name="pref_bell_title">Aktivt</string> + <string name="pref_bell_volume_title">Ljudvolym</string> + <string name="pref_bell_vibrate_title">Vibrera</string> + <string name="pref_bell_notification_title">Bakgrundsmeddelanden</string> + <string name="pref_bell_notification_summary">Skicka meddelande när en terminal som körs i bakgrunden skickar ljudsignal.</string> + <string name="list_keymode_right">Använd högerknapparna</string> + <string name="list_keymode_left">Använd vänsterknapparna</string> + <string name="list_keymode_none">Avaktivera</string> + <string name="list_pubkeyids_none">Använd inte knapparna</string> + <string name="list_pubkeyids_any">Använd valfri olåst nyckel</string> + <string name="list_update_daily">Varje dag</string> + <string name="list_update_weekly">Varje vecka</string> + <string name="list_update_never">Aldrig</string> + <string name="hostpref_nickname_title">Smeknamn</string> + <string name="hostpref_color_title">Färgkategori</string> + <string name="hostpref_fontsize_title">Teckenstorlek</string> + <string name="hostpref_pubkeyid_title">Använd publik nyckelverifiering</string> + <string name="hostpref_authagent_title">Använd SSH-verifieringsagent</string> + <string name="hostpref_postlogin_summary">Kommandon att köras på fjärrservern när verifierad</string> + <string name="hostpref_compression_title">Kompression</string> + <string name="hostpref_compression_summary">Detta kan hjälpa på långsammare nätverk</string> + <string name="hostpref_wantsession_title">Starta shell-session</string> + <string name="hostpref_wantsession_summary">Inaktivera denna inställning för att bara använda vidarebefodring av portar</string> + <string name="hostpref_stayconnected_title">Fortsätt vara ansluten</string> + <string name="hostpref_stayconnected_summary">Försök återansluta till värden om frånkopplad</string> + <string name="hostpref_delkey_title">DEL-tangent</string> + <string name="hostpref_delkey_summary">Tangentkoden som sänds när DEL-tangenten trycks ner</string> + <string name="hostpref_encoding_title">Teckenkodning</string> + <string name="hostpref_encoding_summary">Teckenkodning för värddatorn</string> + <string name="hostpref_connection_category">Anslutningsinställningar</string> + <string name="hostpref_username_title">Användarnamn</string> + <string name="hostpref_hostname_title">Värd</string> + <string name="hostpref_port_title">Port</string> + <string name="bind_never">Aldrig ansluten</string> + <string name="bind_minutes">%1$s minuter sedan</string> + <string name="bind_hours">%1$s timmar sendan</string> + <string name="bind_days">%1$s dagar sedan</string> + <string name="console_copy_done">Kopierade %1$d bytes till urklippshanteraren.</string> + <string name="console_copy_start">Tryck och drag\neller använd bollen\nför att markera en yta för kopiering</string> + <string name="console_menu_close">Stäng</string> + <string name="console_menu_copy">Kopiera</string> + <string name="console_menu_paste">Klistra in</string> + <string name="console_menu_portforwards">Vidarebefodring av port</string> + <string name="console_menu_resize">Fast storlek</string> + <string name="console_menu_urlscan">URL-sökning</string> + <string name="button_yes">Acceptera</string> + <string name="button_no">Neka</string> + <string name="portforward_local">Lokal</string> + <string name="portforward_remote">Fjärr</string> + <string name="portforward_dynamic">Dynamisk (SOCKS)</string> + <string name="portforward_pos">Skapa vidarebefodring av port</string> + <string name="portforward_done">Vidarebefodring av port skapad.</string> + <string name="portforward_problem">Lyckades inte att skapa en vidarebefodring av port, är den under 1024 eller används den kanske?</string> + <string name="portforward_menu_add">Lägg till vidarebefodring av port.</string> + <string name="hint_userhost">användarnamn\@värdnamn</string> + <string name="list_format_error">Använd formatet %1$s</string> + <string name="format_username">användarnamn</string> + <string name="format_hostname">värdnamn</string> + <string name="format_port">port</string> + <string name="list_menu_pubkeys">Hantera publika nycklar</string> + <string name="list_menu_sortcolor">Sortera efter färg</string> + <string name="list_menu_sortname">Sortera efter namn</string> + <string name="list_menu_settings">Inställningar</string> + <string name="list_host_disconnect">Koppla ner</string> + <string name="list_host_edit">Inställningar för värd</string> + <string name="list_host_portforwards">Ändra vidarebefodringar av portar</string> + <string name="list_host_delete">Ta bort värd</string> + <string name="list_host_empty">Använd snabbanslutningen\nnedan för att ansluta till en värd.</string> + <string name="list_rotation_land">Tvinga horisontellt läge</string> + <string name="list_rotation_port">Tvinga vertikalt läge</string> + <string name="list_rotation_auto">Automatiskt</string> + <string name="list_camera_ctrlaspace">Ctrl+A sen Space</string> + <string name="list_camera_ctrla">Ctrl+A</string> + <string name="list_camera_esc">Esc</string> + <string name="list_camera_esc_a">Esc+A</string> + <string name="list_camera_none">Ingen</string> + <string name="list_delkey_backspace">Baksteg</string> + <string name="delete_message">Är du säker att du vill ta bort \'%1$s\'?</string> + <string name="delete_pos">Ja, ta bort</string> + <string name="delete_neg">Avbryt</string> + <string name="wizard_agree">Godkänn</string> + <string name="wizard_next">Nästa</string> + <string name="wizard_back">Tillbaka</string> + <string name="terminal_no_hosts_connected">Inga värdar anslutna</string> + <string name="terminal_connecting">Ansluter till %1$s:%2$d via %3$s</string> + <string name="terminal_sucess">Verifierad värd \'%1$s\' nyckel: %2$s</string> + <string name="terminal_failed">Verifikation av värd-nyckeln misslyckades.</string> + <string name="terminal_using_s2c_algorithm">Server-till-klient algoritm: %1$s %2$s</string> + <string name="terminal_using_c2s_algorithm">Klient-till-server algoritm: %1$s %2$s</string> + <string name="terminal_using_algorithm">Använder algoritm: %1$s %2$s</string> + <string name="terminal_auth">Försöker att autentisera</string> + <string name="terminal_auth_pass">Försöker med \'password\' autentisering</string> + <string name="terminal_auth_pass_fail">Autentiseringsmetoden \'password\' misslyckades</string> + <string name="terminal_auth_pubkey_any">Försöker \'publik nyckel\' verifiering med en nyckel från det lokala minnet</string> + <string name="terminal_auth_pubkey_invalid">Vald publik nyckel är ogiltig, försök välj ny nyckel i värd redigerare</string> + <string name="terminal_auth_pubkey_specific">Försöker \'publik nyckel\' verifiera med en specifik publik nyckel</string> + <string name="terminal_auth_pubkey_fail">Verifierings metod \'publik nyckel\' med nyckel \'%1$s\' misslyckades</string> + <string name="terminal_auth_ki">Försöker med \'keyboard-interactive\' autentisering</string> + <string name="terminal_auth_ki_fail">Autentiseringsmetoden \'keyboard-interactive\' misslyckades</string> + <string name="terminal_auth_fail">[Din värd stödjer inte \'password\' eller \'keyboard-interactive\' autentiseringsmetoderna]</string> + <string name="terminal_no_session">Session kommer inte att startas på grund av värd önskemål.</string> + <string name="local_shell_unavailable">Misslyckande! Lokal shell är otillgänglig på denna telefon</string> + <string name="notification_text">%1$s vill ha din uppmärksamhet.</string> + <string name="upgrade">Ny version</string> + <string name="upgrade_pos">Ja, uppgradera</string> + <string name="upgrade_neg">Inte just nu</string> + <string name="with_confirmation">Med bekräftelse</string> + <string name="exceptions_submit_message">It appears ConnectBot had a problem last time it ran. Submit error report to ConnectBot developers?</string> + <string name="menu_colors_reset">Återställ</string> + <string name="app_is_running">ConnectBot är igång</string> + <string name="color_red">röd</string> + <string name="color_green">grön</string> + <string name="color_blue">blå</string> + <string name="color_gray">grå</string> </resources> diff --git a/res/values-tr/strings.xml b/res/values-tr/strings.xml index e11ad7f..adef957 100644 --- a/res/values-tr/strings.xml +++ b/res/values-tr/strings.xml @@ -1,461 +1,217 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * ConnectBot: simple, powerful, open-source SSH client for Android - * Copyright 2007 Kenny Root, Jeffrey Sharkey - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ ---> +<?xml version='1.0' encoding='utf-8'?> <resources> - <string name="app_desc">Basit, güçlü, açık kaynaklı SSH istemci.</string> - - <!-- Window title for the Host List --> - <string name="title_hosts_list">Anasistemler</string> - <!-- Window title for the Pubkeys List --> - <string name="title_pubkey_list">Açık Anahtarlar</string> - <!-- Window title for the Port Forwards List --> - <string name="title_port_forwards_list">Erişim noktası yönlendirmeleri</string> - <!-- Window title when editing host details --> - <string name="title_host_editor">Anasistemi Düzenle</string> - <!-- Window title for Help index --> - <string name="title_help">Yardım</string> - <!-- Window title for color list editing screen --> - <string name="title_colors">Renkler</string> - - <string name="resolve_connect">Bağlan</string> - <!-- Menu selection where user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="resolve_entropy">Entropi Topla</string> - - <string name="menu_insert">Anasistem Ekle</string> - <string name="menu_delete">Anasistemi Sil</string> - <string name="menu_preferences">Tercihler</string> - - <string name="help_intro">Please select a topic below for more information on a particular subject.</string> - <string name="help_about">ConnectBot Hakkında</string> - <string name="help_keyboard">Klavye</string> - - <string name="pubkey_generate">Oluştur</string> - <string name="pubkey_import">İçe aktar</string> - <string name="pubkey_delete">Anahtarı Sil</string> - <!-- Dialog title when user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="pubkey_gather_entropy">Entropi Toplanıyor</string> - <string name="pubkey_touch_prompt">Raslantısallık toplamak için bu kutuya dokun: %1$d%% gerçekleşti</string> - <string name="pubkey_touch_hint">Anahtar oluşturma süresince raslantısallığı sağlamak için parmağınızı aşağıdaki kutu içinde rastgele haraket ettiriniz.</string> - <string name="pubkey_generating">Anahtar çifti oluşturuluyor...</string> - <string name="pubkey_copy_private">Kişisel anahtarı kopyala</string> - <string name="pubkey_copy_public">Açık anahtarı kopyala</string> - <!-- Note that the '\n' just splits lines, so it's actually "create or import" --> - <string name="pubkey_list_empty">Anahtar çiftini yaratmak veya\niçeri aktarmak için "Menü" ye dokun</string> - <string name="pubkey_unknown_format">Bilinmeyen biçim</string> - <string name="pubkey_change_password">Parolayı değiştir</string> - <string name="pubkey_list_pick">/sdcard \'dan seç</string> - <string name="pubkey_import_parse_problem">İçeri aktarılan kişisel anahtarı ayrıştırma sorunu</string> - <string name="pubkey_unlock">Anahtarın kilidini aç</string> - <string name="pubkey_failed_add">Anahtar \'%1$s\' için hatalı parola. Kimlik doğrulama başarısız oldu.</string> - <string name="pubkey_memory_load">Belleğe yükle</string> - <string name="pubkey_memory_unload">Bellekten kaldır</string> - <string name="pubkey_load_on_start">Başlangıçta anahtarı yükle</string> - <!-- Pubkey preference asking user whether the key use should be confirmed via prompt before it can be used for authentication --> - <string name="pubkey_confirm_use">Kullanmadan önce doğrulat</string> - - <!-- Note that the '\n' splits lines, so it's actually "create port forwards" --> - <string name="portforward_list_empty">Kapı yönlendirme yaratmak\niçin "Menü" ye dokun</string> - <string name="portforward_edit">Kapı yönlendirmeyi düzenle</string> - <string name="portforward_delete">Kapı yönlendirmeyi sil</string> - - <string name="prompt_nickname">Takma Ad:</string> - <!-- An example string that could be used as a nickname for a pubkey. --> - <string name="prompt_nickname_hint_pubkey">Açık anahtar için takma ad</string> - <!-- The source TCP port for port forwards. --> - <string name="prompt_source_port">Kaynak kapı:</string> - <!-- The "host:port" combination used for port forward destinations. --> - <string name="prompt_destination">Hedef (Anasistem:Kapı):</string> - <string name="prompt_old_password">Eski Parola:</string> - <string name="prompt_password">Parola:</string> - <!-- Added after a "Password:" prompt to indicate user needs to confirm entry. --> - <string name="prompt_again">(tekrar)</string> - <!-- Label for the user to select port forward type. --> - <string name="prompt_type">Tip:</string> - <string name="prompt_password_can_be_blank">Not: parola boş bırakılabilir</string> - <!-- Prompt for the size of the private key in bits. --> - <string name="prompt_bits">İkiller:</string> - - <!-- Prompt for the password to unlock a certain pubkey. --> - <string name="prompt_pubkey_password">Anahtar \'%1$s\' için parola</string> - - <!-- Prompt for whether to allow SSH Authentication Agent to use the specified key. Note that the '\n' means split the line so it's actually "host to use key" --> - <string name="prompt_allow_agent_to_use_key">Uzak anasistemin \'%1$s\' anahtarını\nkullanmasına izin ver?</string> - - <!-- The header of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning_header">UYARI: UZAK ANASİSTEM KİMLİĞİ DEĞİŞMİŞ!</string> - <!-- The body of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning">BİRİLERİNİN KÖTÜ BİRŞEYLER YAPIYOR OLMASI OLASI!\nBirileri şu anda sizi dinliyor olabilir (aradaki adam saldırısı)!\nSadece anasistem anahtarı da değişmiş olabilir.</string> - - <!-- Prompt user gets when the remote host has disconnected unexpectedly. --> - <string name="prompt_host_disconnected">Anasistem bağlantısı kesildi.\nOturumu kapat?</string> - <!-- Prompt user must answer yes or no to when the remote host fails verification of encryption fingerprint --> - <string name="prompt_continue_connecting">Bağlanmaya devam etmek\nistediğinize emin misiniz?</string> - - <!-- Sent to user when the remote public encryption key fingerprint doesn't match the local database --> - <string name="host_authenticity_warning">Anasistem \'%1$s\' in gerçekliği doğrulanamadı.</string> - <!-- First field is encryption algorithm. Second is the actual fingerprint in hex digits --> - <string name="host_fingerprint">Anasistem %1$s anahtar parmakizi %2$s</string> - - <string name="alert_passwords_do_not_match_msg">Parolalar uyuşmuyor!</string> - <string name="alert_wrong_password_msg">Yanlış parola!</string> - <string name="alert_key_corrupted_msg">Kişisel anahtar bozuk görünüyor</string> - <string name="alert_sdcard_absent">SD kart takılmamış!</string> - - <!-- Add a new item (e.g., host or pubkey) to the list. --> - <string name="button_add">Ekle</string> - <!-- Change an existing item's (e.g., host or pubkey) details. --> - <string name="button_change">Değiştir</string> - <!-- Button that begins the generation of a public key pair. --> - <string name="button_generate">Anahtar Üret</string> - <!-- Button that resizes the screen to the user-specified dimensions. --> - <string name="button_resize">Yeniden boyutlandır</string> - - <string name="alert_disconnect_msg">Bağlantı Kesildi</string> - - <string name="msg_copyright">Telif Hakkı © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> - - <!-- The category title for terminal emulation preferences. --> - <string name="pref_emulation_category">Uçbirim öykünümü</string> - - <!-- Name for the emulation terminal type preference. --> - <string name="pref_emulation_title">Öykünüm kipi</string> - <!-- Description of the emulation terminal type preference. --> - <string name="pref_emulation_summary">PTY bağlantıları için kullanılan uçbirim öykünüm kipi</string> - - <!-- Name for the scrollback size preference --> - <string name="pref_scrollback_title">Geri kaydırma boyu</string> - <!-- Description of the scrollback size preference --> - <string name="pref_scrollback_summary">Her bir konsol için bellekte tutulacak geri kaydırma arabellek boyu</string> - - <!-- The category title for user interface preferences --> - <string name="pref_ui_category">Kullanıcı arayüzü</string> - - <!-- Name for the rotation mode preference --> - <string name="pref_rotation_title">Dönme kipi</string> - <!-- Summary for the rotation mode preference --> - <string name="pref_rotation_summary">Klavye saklandığında/açıldığında dönüş nasıl değişir</string> - - <!-- Name for the full screen preference --> - <string name="pref_fullscreen_title">Tüm ekran</string> - <!-- Summary for the full screen preference --> - <string name="pref_fullscreen_summary">Konsolda iken durum çubuğunu gizle</string> - - <!-- Name for the memorize keys preference --> - <string name="pref_memkeys_title">Anahtarları bellekte tut</string> - <!-- Summary for the memorize keys preference --> - <string name="pref_memkeys_summary">Kilidi açılmış anahtarları arkadaki hizmetler sonlanana kadar bellekte tut</string> - - <!-- Name for the update check preference --> - <string name="pref_update_title">Güncellemelere bak</string> - <!-- Summary for the update check preference --> - <string name="pref_update_summary">ConnectBot güncellemelerine bakmak için en fazla sıklığı ayarla</string> - - <!-- Name for the preference that forces the service to stay running in the background.--> - <string name="pref_conn_persist_title">Persist connections</string> - <!-- Summary for the preference that forces the service to stay running in the background. --> - <string name="pref_conn_persist_summary">Force connections to stay connected while in background</string> - - <!-- Name for the keyboard shortcuts preference --> - <string name="pref_keymode_title">Dizin kısayolları</string> - <!-- Summary for the keyboard shortcuts preference --> - <string name="pref_keymode_summary">\'/\' için Alt ve Tab için Shift kullanımının nasıl olacağını seç</string> - - <!-- Name for the camera shortcut usage preference --> - <string name="pref_camera_title">Kamera kısayolu</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_camera_summary">Kamera düğmesine basıldığında hangi kısayolun tetikleneceğini seç</string> - - <!-- Name for the keep screen on preference --> - <string name="pref_keepalive_title">Ekranı açık tut</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_keepalive_summary">Bir konsolda çalışırken ekranın kapanmasını engelle</string> - - <!-- Name for the Wi-Fi lock preference --> - <string name="pref_wifilock_title">Wi-Fi etkin tut</string> - <!-- Summary for the Wi-Fi lock preference --> - <string name="pref_wifilock_summary">Bir oturum etkinken Wi-Fi kapanmasını engelle</string> - - <!-- Name for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_title">Bumpy arrows</string> - <!-- Summary for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_summary">Vibrate when sending arrow keys from trackball; useful for laggy connections</string> - - <!-- Category title for the Terminal Bell preferences --> - <string name="pref_bell_category">Terminal bell</string> - - <!-- Checkbox preference title for the audible terminal bell feature --> - <string name="pref_bell_title">Audible bell</string> - - <!-- Title for the slider preference to set the volume --> - <string name="pref_bell_volume_title">Bell volume</string> - - <!-- Checkbox preference title for the vibrate on terminal bell feature --> - <string name="pref_bell_vibrate_title">Vibrate on bell</string> - - <!-- Checkbox preference title for the receive notifications on terminal bell feature --> - <string name="pref_bell_notification_title">Background notifications</string> - <!-- Brief summary of the feature that is enabled when the checkbox preference for the receive notifications on terminal bell feature is checked --> - <string name="pref_bell_notification_summary">Send notification when a terminal running in the background sounds a bell.</string> - - <!-- Preference selection to indicate use of right side of keyboard for special shortcuts. --> - <string name="list_keymode_right">Use right-side keys</string> - <!-- Preference selection to indicate use of left side of keyboard for special shortcuts. --> - <string name="list_keymode_left">Use left-side keys</string> - <!-- Preference selection to indicate never to use special shortcut keys. --> - <string name="list_keymode_none">Disable</string> - - <!-- Preference to not use pubkeys to authenticate to this host. --> - <string name="list_pubkeyids_none">Do not use keys</string> - <!-- Preference to use any pubkey to authenticate to this host. --> - <string name="list_pubkeyids_any">Use any unlocked key</string> - - <!-- Frequency for which to check for program updates. --> - <string name="list_update_daily">Daily</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_weekly">Weekly</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_never">Never</string> - - <!-- Host nickname field preference title --> - <string name="hostpref_nickname_title">Nickname</string> - - <!-- Host color category preference title --> - <string name="hostpref_color_title">Color category</string> - - <!-- Host's default font size when opening the terminal in points (pt) --> - <string name="hostpref_fontsize_title">Font size (pt)</string> - - <!-- Host pubkey usage preference title --> - <string name="hostpref_pubkeyid_title">Use pubkey authentication</string> - - <!-- Preference title for the SSH Authentication Agent Forwarding for a host connection --> - <string name="hostpref_authagent_title">Use SSH auth agent</string> - - <!-- Host post-login automation preference title --> - <string name="hostpref_postlogin_title">Post-login automation</string> - <!-- Host post-login automation preference summary --> - <string name="hostpref_postlogin_summary">Commands to run on remote server once authenticated</string> - - <!-- Host compression preference title --> - <string name="hostpref_compression_title">Compression</string> - <!-- Summary for compression preference --> - <string name="hostpref_compression_summary">This may help with slower networks</string> - - <!-- Setting for whether we want a session to start up when we connect to a host --> - <string name="hostpref_wantsession_title">Start shell session</string> - <!-- Summary for field asking whether a shell session should be started up upon connection or not --> - <string name="hostpref_wantsession_summary">Disable this preference to only use port forwards</string> - - <!-- Setting for whether the host should be reconnected to automatically upon disconnect --> - <string name="hostpref_stayconnected_title">Stay connected</string> - <!-- Summary for preference asking whether the host should be reconnected to when it disconnects --> - <string name="hostpref_stayconnected_summary">Try to reconnect to host if disconnected</string> - - <!-- Setting for what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_title">DEL Key</string> - <!-- Summary for field asking what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_summary">The key code sent when DEL key is pressed</string> - - <!-- Host character encoding preference title --> - <string name="hostpref_encoding_title">Encoding</string> - <!-- Host character encoding preference summary --> - <string name="hostpref_encoding_summary">Character encoding for the host</string> - - <!-- Host preference category title for connection settings --> - <string name="hostpref_connection_category">Connection settings</string> - - <!-- Username field title for host editor preference --> - <string name="hostpref_username_title">Username</string> - - <!-- Hostname field title for host editor preference --> - <string name="hostpref_hostname_title">Host</string> - - <!-- Port field title for host editor preference --> - <string name="hostpref_port_title">Port</string> - - <!-- Displayed to indicate a host has never been connected to. --> - <string name="bind_never">Never connected</string> - <!-- The time that has elapsed since a host was connected to when it has been less than an hour. --> - <string name="bind_minutes">%1$s minutes ago</string> - <!-- The time that has elapsed since a host was connected to when it has been less than a day. --> - <string name="bind_hours">%1$s hours ago</string> - <!-- The time that has elapsed since a host was connected to when it has been a day or more. --> - <string name="bind_days">%1$s days ago</string> - - <!-- Message given when user copies from the terminal. --> - <string name="console_copy_done">Copied %1$d bytes to clipboard</string> - <!-- Instructions for how to copy from the terminal. The '\n' entries are to split lines to improve readability and prevent wrapping off the screen. --> - <string name="console_copy_start">Touch and drag\nor use directional pad\nto select area to copy</string> - - <!-- Button to close the disconnected terminal window. --> - <string name="console_menu_close">Close</string> - <!-- Button to begin copying from the terminal to the clipboard. --> - <string name="console_menu_copy">Copy</string> - <!-- Button to paste from the clipboard to the terminal. --> - <string name="console_menu_paste">Paste</string> - <!-- Button that brings user to the Port Forwards List. --> - <string name="console_menu_portforwards">Port Forwards</string> - <!-- Button that brings user to the terminal resizing dialog where they can force a size. --> - <string name="console_menu_resize">Force Size</string> - <!-- Button that brings up the list of URLs on the current screen --> - <string name="console_menu_urlscan">URL Scan</string> - - <!-- Selection for a "local" port forward. E.g., connections to a port listening locally is forwarded to the remote end's listening port. --> - <string name="portforward_local">Local</string> - <!-- Selection for a "remote" port forward. E.g., connections to a port listening remotely is forwarded to the local end's listening port. --> - <string name="portforward_remote">Remote</string> - <!-- Selection for a "dynamic" port forward. E.g., connections to a port listening locally is forwarded based on the SOCKS protocol to an arbitrary remote host and port. --> - <string name="portforward_dynamic">Dynamic (SOCKS)</string> - <!-- Button that commits the port forward to be made from the Port Forward Creation dialog. --> - <string name="portforward_pos">Create port forward</string> - - <string name="portforward_done">Successfully created port forward</string> - <string name="portforward_problem">Problem creating port forward, maybe you\'re using ports under 1024 or port is already used?</string> - - <string name="portforward_menu_add">Add port forward</string> - - <!-- The string to present in the quick-connect box to hint the user to the format for connecting to hosts. --> - <string name="hint_userhost">user@hostname</string> - - <!-- Hint given to user when the format they're using is incorrect in the quick-connect box. --> - <string name="list_format_error">Use the format "%1$s"</string> - - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_username">username</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_hostname">hostname</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_port">port</string> - - <string name="list_menu_pubkeys">Manage Pubkeys</string> - <!-- Selection choice to sort hosts by color. --> - <string name="list_menu_sortcolor">Sort by color</string> - <!-- Selection choice to sort hosts by nickname. --> - <string name="list_menu_sortname">Sort by name</string> - <string name="list_menu_settings">Settings</string> - - <string name="list_host_disconnect">Disconnect</string> - <string name="list_host_edit">Edit host</string> - <string name="list_host_portforwards">Edit port forwards</string> - <string name="list_host_delete">Delete host</string> - <!-- Note that the '\n' splits the lines so it's actually "quick-connect box below to connect" --> - <string name="list_host_empty">Use the quick-connect box\nbelow to connect to a host.</string> - - <!-- Default screen rotation preference selection --> - <string name="list_rotation_default">Default</string> - <string name="list_rotation_land">Force landscape</string> - <string name="list_rotation_port">Force portrait</string> - <!-- Selection to indicate the rotation should be selected automatically based on the tilt sensor. --> - <string name="list_rotation_auto">Automatic</string> - - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A then Space". --> - <string name="list_camera_ctrlaspace">Ctrl+A then Space</string> - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A". --> - <string name="list_camera_ctrla">Ctrl+A</string> - <!-- Selection to indicate pressing the Camera button should send the "Esc" key. --> - <string name="list_camera_esc">Esc</string> - <!-- Selection to indicate pressing the Camera button should send "Esc+A". --> - <string name="list_camera_esc_a">Esc+A</string> - <!-- Selection to indicate pressing the Camera button should send nothing at all. --> - <string name="list_camera_none">None</string> - - <!-- Name for the backspace character --> - <string name="list_delkey_backspace">Backspace</string> - <!-- Name for the ASCII DEL character --> - <string name="list_delkey_del">Delete</string> - - <string name="delete_message">Are you sure you want to delete \'%1$s\'?</string> - <string name="delete_pos">Yes, delete</string> - <string name="delete_neg">Cancel</string> - - <!-- Button to agree to license terms. --> - <string name="wizard_agree">Agree</string> - <!-- Button to go to the next page in the first time start-up wizard. --> - <string name="wizard_next">Next</string> - <!-- Button to go to the previous page in the first time start-up wizard. --> - <string name="wizard_back">Back</string> - - <string name="terminal_no_hosts_connected">No hosts currently connected</string> - - <!-- Displayed in terminal when attempting to connect to a host. The first two - variables are host:port and the third is the protocol (e.g., SSH) --> - <string name="terminal_connecting">Connecting to %1$s:%2$d via %3$s</string> - - <!-- Displays the host key to the user in the terminal --> - <string name="terminal_sucess">Verified host \'%1$s\' key: %2$s</string> - <string name="terminal_failed">Host key verification failed.</string> - - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_s2c_algorithm">Server-to-client algorithm: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_c2s_algorithm">Client-to-server algorithm: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_algorithm">Using algorithm: %1$s %2$s</string> - - <string name="terminal_auth">Trying to authenticate</string> - - <string name="terminal_auth_pass">Attempting \'password\' authentication</string> - <string name="terminal_auth_pass_fail">Authentication method \'password\' failed</string> - - <string name="terminal_auth_pubkey_any">Attempting \'publickey\' authentication with any in-memory public keys</string> - <string name="terminal_auth_pubkey_invalid">Selected public key is invalid, try reselecting key in host editor</string> - <string name="terminal_auth_pubkey_specific">Attempting \'publickey\' authentication with a specific public key</string> - <string name="terminal_auth_pubkey_fail">Authentication method \'publickey\' with key \'%1$s\' failed</string> - - <string name="terminal_auth_ki">Attempting \'keyboard-interactive\' authentication</string> - <string name="terminal_auth_ki_fail">Authentication method \'keyboard-interactive\' failed</string> - - <string name="terminal_auth_fail">[Your host doesn\'t support \'password\' or \'keyboard-interactive\' authentication.]</string> - - <string name="terminal_no_session">Session will not be started due to host preference.</string> - <string name="terminal_enable_portfoward">Enable port forward: %1$s</string> - - <string name="local_shell_unavailable">Failure! Local shell is unavailable on this phone.</string> - - <!-- Text sent to the user to alert them that a Terminal Bell is received in a background session --> - <string name="notification_text">%1$s wants your attention.</string> - - <!-- Dialog title when a new version of ConnectBot is detected. --> - <string name="upgrade">New version</string> - <!-- Button selection to upgrade to the latest ConnectBot when one is available. --> - <string name="upgrade_pos">Yes, upgrade</string> - <!-- Button selection to skip upgrading to the latest ConnectBot when one is available. --> - <string name="upgrade_neg">Not right now</string> - - <!-- Preference selection for SSH Authentication Agent to never use pubkeys --> - <string name="no">No</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys "with confirmation" only --> - <string name="with_confirmation">With confirmation</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys --> - <string name="yes">Yes</string> - - <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> - <string name="exceptions_submit_message">It appears ConnectBot had a problem last time it ran. Submit error report to ConnectBot developers?</string> - - <!-- Menu selection to reset colors to their defaults. --> - <string name="menu_colors_reset">Reset</string> - - <!-- Displayed in the notification bar that connections are active --> - <string name="app_is_running">ConnectBot is running</string> - - <string name="color_red">red</string> - <string name="color_green">green</string> - <string name="color_blue">blue</string> - <string name="color_gray">gray</string> + <string name="app_desc">Basit, güçlü, açık kaynak kodlu SSH client</string> + <string name="service_desc">SSH bağlantılarını ve yüklenmiş açık-anahtarları muhafaza eder</string> + <string name="title_hosts_list">Hostlar</string> + <string name="title_pubkey_list">Açık-anahtarlar</string> + <string name="title_port_forwards_list">Port yönlendirme</string> + <string name="title_host_editor">Host\'u Düzenle</string> + <string name="title_help">Yardım</string> + <string name="title_colors">Renkler</string> + <string name="resolve_connect">Bağlan</string> + <string name="resolve_entropy">Rastgele girdi topla</string> + <string name="menu_insert">Host ekle</string> + <string name="menu_delete">Host\'u sil</string> + <string name="menu_preferences">Seçenekler</string> + <string name="help_intro">Özel bir konu hakkinda daha fazla bilgi için lütfen aşağıdaki ilgili konuyu seçiniz.</string> + <string name="help_about">ConnectBot Hakkında</string> + <string name="help_keyboard">Klavye</string> + <string name="pubkey_generate">Oluştur</string> + <string name="pubkey_import">Harici dosyadan aktar</string> + <string name="pubkey_delete">Anahtarı Sil</string> + <string name="pubkey_gather_entropy">Entropi Toplanıyor</string> + <string name="pubkey_touch_prompt">Rastgele girdi toplamak için bu kutuya dokun: %1$d%% oluşturuldu</string> + <string name="pubkey_touch_hint">Anahtar oluşturmada gerekli rastgele girdi kaydedebilmemiz için parmağınızı aşağıdaki kutu üzerinde rastgele haraket ettiriniz.</string> + <string name="pubkey_generating">Anahtar çifti oluşturuluyor...</string> + <string name="pubkey_copy_private">Özel-anahtarı kopyala</string> + <string name="pubkey_copy_public">Umumi-anahtarı kopyala</string> + <string name="pubkey_list_empty">Anahtar-çiftini oluşturmak için\nveya dişardan eklemek için \"Menü\"ye dokunun.</string> + <string name="pubkey_unknown_format">Tanınmayan dosya formatı</string> + <string name="pubkey_change_password">Şifreyi değiştir</string> + <string name="pubkey_list_pick">/sdcard dan aktar</string> + <string name="pubkey_import_parse_problem">Dışardan eklenen özel-anahtarı okurken sorun oluştu</string> + <string name="pubkey_unlock">Anahtarın şifresini giriniz</string> + <string name="pubkey_failed_add">Anahtar \'%1$s\' için hatalı şifre verdiniz. Kimlik doğrulama başarısız oldu.</string> + <string name="pubkey_memory_load">Belleğe yükle</string> + <string name="pubkey_memory_unload">Bellekten kaldır</string> + <string name="pubkey_load_on_start">Başlangıçta anahtarı yükle</string> + <string name="pubkey_confirm_use">Kullanım öncesi doğrulama</string> + <string name="portforward_list_empty">Port yönlendirmesi oluşturmak için\n\"Menü\"ye dokunun</string> + <string name="portforward_edit">Port yönlendirmeyi düzenle</string> + <string name="portforward_delete">Port yönlendirmeyi sil</string> + <string name="prompt_nickname">Rumuz:</string> + <string name="prompt_nickname_hint_pubkey">Umumi-anahtar rumuzu</string> + <string name="prompt_source_port">Kaynak kapı:</string> + <string name="prompt_destination">Hedef (Anasistem:Kapı):</string> + <string name="prompt_old_password">Eski şifre:</string> + <string name="prompt_password">Şifre:</string> + <string name="prompt_again">(tekrar)</string> + <string name="prompt_type">Tip:</string> + <string name="prompt_password_can_be_blank">Not: parola boş bırakılabilir</string> + <string name="prompt_bits">İkiller:</string> + <string name="prompt_pubkey_password">Anahtar \'%1$s\' için parola</string> + <string name="prompt_allow_agent_to_use_key">Uzak anasistemin \'%1$s\' anahtarını\nkullanmasına izin ver?</string> + <string name="host_verification_failure_warning_header">UYARI: UZAK ANASİSTEM KİMLİĞİ DEĞİŞMİŞ!</string> + <string name="host_verification_failure_warning">BİRİLERİNİN KÖTÜ BİRŞEYLER YAPIYOR OLMASI OLASI!\nBirileri şu anda sizi dinliyor olabilir (aradaki adam saldırısı)!\nSadece anasistem anahtarı da değişmiş olabilir.</string> + <string name="prompt_host_disconnected">Anasistem bağlantısı kesildi.\nOturumu kapat?</string> + <string name="prompt_continue_connecting">Bağlanmaya devam etmek\nistediğinize emin misiniz?</string> + <string name="host_authenticity_warning">Anasistem \'%1$s\' in gerçekliği doğrulanamadı.</string> + <string name="host_fingerprint">Anasistem %1$s anahtar parmakizi %2$s</string> + <string name="alert_passwords_do_not_match_msg">Parolalar uyuşmuyor!</string> + <string name="alert_wrong_password_msg">Yanlış parola!</string> + <string name="alert_key_corrupted_msg">Kişisel anahtar bozuk görünüyor</string> + <string name="alert_sdcard_absent">SD kart takılmamış!</string> + <string name="button_add">Ekle</string> + <string name="button_change">Değiştir</string> + <string name="button_generate">Anahtar Üret</string> + <string name="button_resize">Yeniden boyutlandır</string> + <string name="alert_disconnect_msg">Bağlantı Kesildi</string> + <string name="msg_copyright">Telif Hakkı © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> + <string name="pref_emulation_category">Uçbirim öykünümü</string> + <string name="pref_emulation_title">Öykünüm kipi</string> + <string name="pref_emulation_summary">PTY bağlantıları için kullanılan uçbirim öykünüm kipi</string> + <string name="pref_scrollback_title">Geri kaydırma boyu</string> + <string name="pref_scrollback_summary">Her bir konsol için bellekte tutulacak geri kaydırma arabellek boyu</string> + <string name="pref_ui_category">Kullanıcı arayüzü</string> + <string name="pref_rotation_title">Dönme kipi</string> + <string name="pref_rotation_summary">Klavye saklandığında/açıldığında dönüş nasıl değişir</string> + <string name="pref_fullscreen_title">Tüm ekran</string> + <string name="pref_fullscreen_summary">Konsolda iken durum çubuğunu gizle</string> + <string name="pref_memkeys_title">Anahtarları bellekte tut</string> + <string name="pref_memkeys_summary">Kilidi açılmış anahtarları arkadaki hizmetler sonlanana kadar bellekte tut</string> + <string name="pref_update_title">Güncellemelere bak</string> + <string name="pref_update_summary">ConnectBot güncellemelerine bakmak için en fazla sıklığı ayarla</string> + <string name="pref_conn_persist_title">Bağlantıları sürekli tut</string> + <string name="pref_conn_persist_summary">Arkaplanda iken bağlantıları bağlı tutmaya zorla</string> + <string name="pref_keymode_title">Dizin kısayolları</string> + <string name="pref_keymode_summary">\'/\' için Alt ve Tab için Shift kullanımının nasıl olacağını seç</string> + <string name="pref_camera_title">Kamera kısayolu</string> + <string name="pref_camera_summary">Kamera düğmesine basıldığında hangi kısayolun tetikleneceğini seç</string> + <string name="pref_keepalive_title">Ekranı açık tut</string> + <string name="pref_keepalive_summary">Bir konsolda çalışırken ekranın kapanmasını engelle</string> + <string name="pref_wifilock_title">Wi-Fi etkin tut</string> + <string name="pref_wifilock_summary">Bir oturum etkinken Wi-Fi kapanmasını engelle</string> + <string name="pref_bumpyarrows_title">dalgalı oklar</string> + <string name="pref_bumpyarrows_summary">Okları izotop ile kullanırken titret; düşük bağlantılar için kullanışlıdır</string> + <string name="pref_bell_category">Terminal zili</string> + <string name="pref_bell_title">Sesli zil</string> + <string name="pref_bell_volume_title">Zil ses düzeyi</string> + <string name="pref_bell_vibrate_title">Titreşim</string> + <string name="pref_bell_notification_title">Arkaplan uyarıları</string> + <string name="pref_bell_notification_summary">Arka planda çalışan terminal zil sesinde uyarı gönder</string> + <string name="list_keymode_right">Sağ taraftaki tuşları kullan</string> + <string name="list_keymode_left">Sol taraftaki tuşları kullan</string> + <string name="list_keymode_none">Devre Dışı Bırak</string> + <string name="list_pubkeyids_none">Tuşları kullanma</string> + <string name="list_pubkeyids_any">Herhangi bir tuşu kullan</string> + <string name="list_update_daily">Günlük</string> + <string name="list_update_weekly">Haftalık</string> + <string name="list_update_never">Asla</string> + <string name="hostpref_nickname_title">Rumuz</string> + <string name="hostpref_color_title">Renk kategorisi</string> + <string name="hostpref_fontsize_title">Yazıtipi boyutu (pt)</string> + <string name="hostpref_pubkeyid_title">Umumi-anahtar doğrulaması yap</string> + <string name="hostpref_authagent_title">SSH auth agent teyidi kullan</string> + <string name="hostpref_postlogin_title">post-login otomasyonu</string> + <string name="hostpref_postlogin_summary">Uzak sunucuya bağlanıldığında çalıştırılacak komutlar</string> + <string name="hostpref_compression_title">Sıkıştırma</string> + <string name="hostpref_compression_summary">Yavaş ağlarda yardımcı olabilir</string> + <string name="hostpref_wantsession_title">Shell oturumu başlat</string> + <string name="hostpref_wantsession_summary">Sadece port yönlendirmeyi kullanmak için bu seçeneği boş bırakın</string> + <string name="hostpref_stayconnected_title">Bağlı kal</string> + <string name="hostpref_stayconnected_summary">Bağlantı koparsa tekrar bağlanmayı dene</string> + <string name="hostpref_delkey_title">DEL tuşu</string> + <string name="hostpref_delkey_summary">DEL yani sil tuşuna basıldığında gönderilecek key kodu</string> + <string name="hostpref_encoding_title">Dil Kodlaması</string> + <string name="hostpref_encoding_summary">Sunucu karakter kodlaması</string> + <string name="hostpref_connection_category">Bağlantı ayarları</string> + <string name="hostpref_username_title">Kullanıcı Adı</string> + <string name="hostpref_hostname_title">Sunucu</string> + <string name="hostpref_port_title">Port</string> + <string name="bind_never">Daha önce bağlanılmadı</string> + <string name="bind_minutes">%1$s dakika önce</string> + <string name="bind_hours">%1$ saat önce</string> + <string name="bind_days">%1$s gün önce</string> + <string name="console_copy_done">%1$d byte panoya kopyalandı</string> + <string name="console_copy_start">Kopyalanacak alanı seçmek için dokun ve sürükle ya da pad kullan</string> + <string name="console_menu_close">Kapat</string> + <string name="console_menu_copy">Kopyala</string> + <string name="console_menu_paste">Yapıştır</string> + <string name="console_menu_portforwards">Port Yönlendirmeleri</string> + <string name="console_menu_resize">Ebat zorunlu</string> + <string name="console_menu_urlscan">URL Tara</string> + <string name="button_yes">Evet</string> + <string name="button_no">Hayır</string> + <string name="portforward_local">Yerel</string> + <string name="portforward_remote">Uzak</string> + <string name="portforward_dynamic">Dinamik (SOCKS)</string> + <string name="portforward_pos">Port yönlendirmesi oluştur</string> + <string name="portforward_done">Port yönlendirmesi başarıyla oluşturuldu</string> + <string name="portforward_problem">Port yönlendirmesi oluşturmada hata oldu, port 1024 altı yada meşgul bir port kullanmakdan kaynaklanabilir</string> + <string name="portforward_menu_add">Port yönlendirmesi ekle</string> + <string name="hint_userhost">kullanici\@sunucuadi</string> + <string name="list_format_error">%1$s formatında kullanın</string> + <string name="format_username">kullanıcı adı</string> + <string name="format_hostname">sunucu adı</string> + <string name="format_port">port</string> + <string name="list_menu_pubkeys">Umumi-anahtarlar Yönetimi</string> + <string name="list_menu_sortcolor">Rengine göre sırala</string> + <string name="list_menu_sortname">İsime göre sırala</string> + <string name="list_menu_settings">Ayarlar</string> + <string name="list_host_disconnect">Bağlantıyı kes</string> + <string name="list_host_edit">Sunucu düzenle</string> + <string name="list_host_portforwards">Port yönlendirmeleri düzenle</string> + <string name="list_host_delete">Sunucuyu sil</string> + <string name="list_host_empty">Sunucuya bağlanmak için\naşağıdaki hızlı bağlan kutucuğunu kullan</string> + <string name="list_rotation_default">Varsayılan</string> + <string name="list_rotation_land">Yatay zorunlu</string> + <string name="list_rotation_port">Dikey zorunlu</string> + <string name="list_rotation_auto">Otomatik</string> + <string name="list_camera_ctrlaspace">Ctrl+A ardından Boşluk</string> + <string name="list_camera_ctrla">Ctrl+A</string> + <string name="list_camera_esc">Esc</string> + <string name="list_camera_esc_a">Esc+A</string> + <string name="list_camera_none">Hiçbiri</string> + <string name="list_delkey_backspace">Sil</string> + <string name="list_delkey_del">Sil</string> + <string name="delete_message">\'%1$s\' silinecek onaylıyor musunuz?</string> + <string name="delete_pos">Evet, sil</string> + <string name="delete_neg">İptal Et</string> + <string name="wizard_agree">Kabul et</string> + <string name="wizard_next">İleri</string> + <string name="wizard_back">Geri dön</string> + <string name="terminal_no_hosts_connected">Hiçbir sunucuya bağlanılmadı</string> + <string name="terminal_connecting">%3$s ile %1$s:%2$d bağlanıyor</string> + <string name="terminal_sucess">Host doğrulaması \'%1$s\' anahtar: %2$s</string> + <string name="terminal_failed">Sunucu anahtarı doğrulaması başarısız oldu</string> + <string name="terminal_using_s2c_algorithm">Server-to-client s2c algoritması: %1$s %2$s</string> + <string name="terminal_using_c2s_algorithm">Client-to-server c2s algoritması: %1$s %2$s</string> + <string name="terminal_using_algorithm">Kullanılan algoritma: %1$s %2$s</string> + <string name="terminal_auth">Kimlik doğrulaması yapılıyor</string> + <string name="terminal_auth_pass">\'Şifre\' doğrulaması yapılıyor</string> + <string name="terminal_auth_pass_fail">Kimlik doğrulama \'şifre\' başarısız</string> + <string name="terminal_auth_pubkey_any">Bellekteki herhangi bir umumi-anahtar ile \'umumi-anahtar\' doğrulaması yapılıyor</string> + <string name="terminal_auth_pubkey_invalid">Seçilen umumi-anahtar geçersiz, host düzenleyicideki anahtarı tekrar seçerek deneyiniz</string> + <string name="terminal_auth_pubkey_specific">yerel umumi-anahtar specific public key ile \'publickey\' doğrulaması yapılıyor</string> + <string name="terminal_auth_pubkey_fail">Anahtar \'%1$s\' ile \'publickey\' doğrulama işlemi başarısız</string> + <string name="terminal_auth_ki">\'Klavyeden karşılıklı\' kimlik doğrulaması deneniyor</string> + <string name="terminal_auth_ki_fail">\'Klavyeden karşılıklı\' kimlik doğrulaması işlemi başarısız</string> + <string name="terminal_auth_fail">[Hostunuz \'şifre\' veya \'klavyeden karşılıklı\' kimlik doğrulamasını desteklemiyor.]</string> + <string name="terminal_no_session">Sunucu tercihleri sebebiyle oturum başlatılamıyor</string> + <string name="terminal_enable_portfoward">Port yönlendirmesini etkinleştir: %1$s</string> + <string name="local_shell_unavailable">Başarısız! Yerel shell bu telefonda kullanılamıyor.</string> + <string name="notification_text">%1$s sizi uyarıyor</string> + <string name="upgrade">Yeni sürüm</string> + <string name="upgrade_pos">Evet, yükselt</string> + <string name="upgrade_neg">Şimdi değil</string> + <string name="no">Hayır</string> + <string name="with_confirmation">teyitli</string> + <string name="yes">Evet</string> + <string name="exceptions_submit_message">ConnectBot son çalıştırıldığında sorunla karşılaştı. Hata raporunu ConnectBot geliştiricilerine iletmek ister misiniz?</string> + <string name="menu_colors_reset">Sıfırla</string> + <string name="app_is_running">ConnectBot çalışıyor</string> + <string name="color_red">kırmızı</string> + <string name="color_green">yeşil</string> + <string name="color_blue">mavi</string> + <string name="color_gray">gri</string> </resources> diff --git a/res/values-uk/strings.xml b/res/values-uk/strings.xml index a5ba3ab..f6d929c 100644 --- a/res/values-uk/strings.xml +++ b/res/values-uk/strings.xml @@ -1,461 +1,27 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * ConnectBot: simple, powerful, open-source SSH client for Android - * Copyright 2007 Kenny Root, Jeffrey Sharkey - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ ---> +<?xml version='1.0' encoding='utf-8'?> <resources> - <string name="app_desc">Простий та потужний SSH клієнт з відкритим кодом</string> - - <!-- Window title for the Host List --> - <string name="title_hosts_list">Вузли</string> - <!-- Window title for the Pubkeys List --> - <string name="title_pubkey_list">Відкриті ключі</string> - <!-- Window title for the Port Forwards List --> - <string name="title_port_forwards_list">Переадресація портів</string> - <!-- Window title when editing host details --> - <string name="title_host_editor">Змінити вузол</string> - <!-- Window title for Help index --> - <string name="title_help">Допомога</string> - <!-- Window title for color list editing screen --> - <string name="title_colors">Кольори</string> - - <string name="resolve_connect">Підключитись</string> - <!-- Menu selection where user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="resolve_entropy">Gather Entropy</string> - - <string name="menu_insert">Додати вузол</string> - <string name="menu_delete">Вилучити вузол</string> - <string name="menu_preferences">Налаштування</string> - - <string name="help_intro">Для додаткової інформації виберіть топік</string> - <string name="help_about">Про ConnectBot</string> - <string name="help_keyboard">Клавіатура</string> - - <string name="pubkey_generate">Генерувати</string> - <string name="pubkey_import">Імпортувати</string> - <string name="pubkey_delete">Вилучити ключ</string> - <!-- Dialog title when user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="pubkey_gather_entropy">Gathering Entropy</string> - <string name="pubkey_touch_prompt">Touch this box to gather randomness: %1$d%% done</string> - <string name="pubkey_touch_hint">In order to assure randomness during the key generation, move your finger randomly over the box below.</string> - <string name="pubkey_generating">Generating key pair...</string> - <string name="pubkey_copy_private">Copy private key</string> - <string name="pubkey_copy_public">Copy public key</string> - <!-- Note that the '\n' just splits lines, so it's actually "create or import" --> - <string name="pubkey_list_empty">Tap "Menu" to create\nor import key pairs.</string> - <string name="pubkey_unknown_format">Unknown format</string> - <string name="pubkey_change_password">Змінити пароль</string> - <string name="pubkey_list_pick">Завантажити з SD карти</string> - <string name="pubkey_import_parse_problem">Problem parsing imported private key</string> - <string name="pubkey_unlock">Розблокувати ключ</string> - <string name="pubkey_failed_add">Bad password for key \'%1$s\'. Authentication failed.</string> - <string name="pubkey_memory_load">Load into memory</string> - <string name="pubkey_memory_unload">Unload from memory</string> - <string name="pubkey_load_on_start">Load key on start</string> - <!-- Pubkey preference asking user whether the key use should be confirmed via prompt before it can be used for authentication --> - <string name="pubkey_confirm_use">Confirm before use</string> - - <!-- Note that the '\n' splits lines, so it's actually "create port forwards" --> - <string name="portforward_list_empty">Tap "Menu" to create\nport forwards.</string> - <string name="portforward_edit">Edit port forward</string> - <string name="portforward_delete">Delete port forward</string> - - <string name="prompt_nickname">Nickname:</string> - <!-- An example string that could be used as a nickname for a pubkey. --> - <string name="prompt_nickname_hint_pubkey">My work key</string> - <!-- The source TCP port for port forwards. --> - <string name="prompt_source_port">Source port:</string> - <!-- The "host:port" combination used for port forward destinations. --> - <string name="prompt_destination">Destination:</string> - <string name="prompt_old_password">Old password:</string> - <string name="prompt_password">Password:</string> - <!-- Added after a "Password:" prompt to indicate user needs to confirm entry. --> - <string name="prompt_again">(again)</string> - <!-- Label for the user to select port forward type. --> - <string name="prompt_type">Type:</string> - <string name="prompt_password_can_be_blank">Note: password can be blank</string> - <!-- Prompt for the size of the private key in bits. --> - <string name="prompt_bits">Bits:</string> - - <!-- Prompt for the password to unlock a certain pubkey. --> - <string name="prompt_pubkey_password">Password for key \'%1$s\'</string> - - <!-- Prompt for whether to allow SSH Authentication Agent to use the specified key. Note that the '\n' means split the line so it's actually "host to use key" --> - <string name="prompt_allow_agent_to_use_key">Allow remote host to\nuse key \'%1$s\'?</string> - - <!-- The header of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning_header">WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!</string> - <!-- The body of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning">IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!\nSomeone could be eavesdropping on you right now (man-in-the-middle attack)!\nIt is also possible that the host key has just been changed.</string> - - <!-- Prompt user gets when the remote host has disconnected unexpectedly. --> - <string name="prompt_host_disconnected">Host has disconnected.\nClose session?</string> - <!-- Prompt user must answer yes or no to when the remote host fails verification of encryption fingerprint --> - <string name="prompt_continue_connecting">Are you sure you want\nto continue connecting?</string> - - <!-- Sent to user when the remote public encryption key fingerprint doesn't match the local database --> - <string name="host_authenticity_warning">The authenticity of host \'%1$s\' can\'t be established.</string> - <!-- First field is encryption algorithm. Second is the actual fingerprint in hex digits --> - <string name="host_fingerprint">Host %1$s key fingerprint is %2$s</string> - - <string name="alert_passwords_do_not_match_msg">Passwords do not match!</string> - <string name="alert_wrong_password_msg">Wrong password!</string> - <string name="alert_key_corrupted_msg">Private key appears corrupt!</string> - <string name="alert_sdcard_absent">SD card is not inserted!</string> - - <!-- Add a new item (e.g., host or pubkey) to the list. --> - <string name="button_add">Add</string> - <!-- Change an existing item's (e.g., host or pubkey) details. --> - <string name="button_change">Change</string> - <!-- Button that begins the generation of a public key pair. --> - <string name="button_generate">Generate Key</string> - <!-- Button that resizes the screen to the user-specified dimensions. --> - <string name="button_resize">Resize</string> - - <string name="alert_disconnect_msg">Connection Lost</string> - - <string name="msg_copyright">Copyright © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> - - <!-- The category title for terminal emulation preferences. --> - <string name="pref_emulation_category">Terminal emulation</string> - - <!-- Name for the emulation terminal type preference. --> - <string name="pref_emulation_title">Emulation mode</string> - <!-- Description of the emulation terminal type preference. --> - <string name="pref_emulation_summary">Terminal emulation mode to use for PTY connections</string> - - <!-- Name for the scrollback size preference --> - <string name="pref_scrollback_title">Scrollback size</string> - <!-- Description of the scrollback size preference --> - <string name="pref_scrollback_summary">Size of scrollback buffer to keep in memory for each console</string> - - <!-- The category title for user interface preferences --> - <string name="pref_ui_category">User interface</string> - - <!-- Name for the rotation mode preference --> - <string name="pref_rotation_title">Rotation mode</string> - <!-- Summary for the rotation mode preference --> - <string name="pref_rotation_summary">How to change rotation when keyboard popped in/out</string> - - <!-- Name for the full screen preference --> - <string name="pref_fullscreen_title">Full screen</string> - <!-- Summary for the full screen preference --> - <string name="pref_fullscreen_summary">Hide status bar while in console</string> - - <!-- Name for the memorize keys preference --> - <string name="pref_memkeys_title">Remember keys in memory</string> - <!-- Summary for the memorize keys preference --> - <string name="pref_memkeys_summary">Keep unlocked keys in memory until backend service is terminated</string> - - <!-- Name for the update check preference --> - <string name="pref_update_title">Update check</string> - <!-- Summary for the update check preference --> - <string name="pref_update_summary">Set the maximum frequency to check for ConnectBot updates</string> - - <!-- Name for the preference that forces the service to stay running in the background.--> - <string name="pref_conn_persist_title">Persist connections</string> - <!-- Summary for the preference that forces the service to stay running in the background. --> - <string name="pref_conn_persist_summary">Force connections to stay connected while in background</string> - - <!-- Name for the keyboard shortcuts preference --> - <string name="pref_keymode_title">Directory shortcuts</string> - <!-- Summary for the keyboard shortcuts preference --> - <string name="pref_keymode_summary">Select how to use Alt for \'/\' and Shift for Tab</string> - - <!-- Name for the camera shortcut usage preference --> - <string name="pref_camera_title">Camera shortcut</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_camera_summary">Select which shortcut to trigger when the camera button is pushed</string> - - <!-- Name for the keep screen on preference --> - <string name="pref_keepalive_title">Keep screen awake</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_keepalive_summary">Prevent the screen from turning off when working in a console</string> - - <!-- Name for the Wi-Fi lock preference --> - <string name="pref_wifilock_title">Keep Wi-Fi active</string> - <!-- Summary for the Wi-Fi lock preference --> - <string name="pref_wifilock_summary">Prevent Wi-Fi from turning off when a session is active</string> - - <!-- Name for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_title">Bumpy arrows</string> - <!-- Summary for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_summary">Vibrate when sending arrow keys from trackball; useful for laggy connections</string> - - <!-- Category title for the Terminal Bell preferences --> - <string name="pref_bell_category">Terminal bell</string> - - <!-- Checkbox preference title for the audible terminal bell feature --> - <string name="pref_bell_title">Audible bell</string> - - <!-- Title for the slider preference to set the volume --> - <string name="pref_bell_volume_title">Bell volume</string> - - <!-- Checkbox preference title for the vibrate on terminal bell feature --> - <string name="pref_bell_vibrate_title">Vibrate on bell</string> - - <!-- Checkbox preference title for the receive notifications on terminal bell feature --> - <string name="pref_bell_notification_title">Background notifications</string> - <!-- Brief summary of the feature that is enabled when the checkbox preference for the receive notifications on terminal bell feature is checked --> - <string name="pref_bell_notification_summary">Send notification when a terminal running in the background sounds a bell.</string> - - <!-- Preference selection to indicate use of right side of keyboard for special shortcuts. --> - <string name="list_keymode_right">Use right-side keys</string> - <!-- Preference selection to indicate use of left side of keyboard for special shortcuts. --> - <string name="list_keymode_left">Use left-side keys</string> - <!-- Preference selection to indicate never to use special shortcut keys. --> - <string name="list_keymode_none">Disable</string> - - <!-- Preference to not use pubkeys to authenticate to this host. --> - <string name="list_pubkeyids_none">Do not use keys</string> - <!-- Preference to use any pubkey to authenticate to this host. --> - <string name="list_pubkeyids_any">Use any unlocked key</string> - - <!-- Frequency for which to check for program updates. --> - <string name="list_update_daily">Daily</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_weekly">Weekly</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_never">Never</string> - - <!-- Host nickname field preference title --> - <string name="hostpref_nickname_title">Nickname</string> - - <!-- Host color category preference title --> - <string name="hostpref_color_title">Color category</string> - - <!-- Host's default font size when opening the terminal in points (pt) --> - <string name="hostpref_fontsize_title">Font size (pt)</string> - - <!-- Host pubkey usage preference title --> - <string name="hostpref_pubkeyid_title">Use pubkey authentication</string> - - <!-- Preference title for the SSH Authentication Agent Forwarding for a host connection --> - <string name="hostpref_authagent_title">Use SSH auth agent</string> - - <!-- Host post-login automation preference title --> - <string name="hostpref_postlogin_title">Post-login automation</string> - <!-- Host post-login automation preference summary --> - <string name="hostpref_postlogin_summary">Commands to run on remote server once authenticated</string> - - <!-- Host compression preference title --> - <string name="hostpref_compression_title">Compression</string> - <!-- Summary for compression preference --> - <string name="hostpref_compression_summary">This may help with slower networks</string> - - <!-- Setting for whether we want a session to start up when we connect to a host --> - <string name="hostpref_wantsession_title">Start shell session</string> - <!-- Summary for field asking whether a shell session should be started up upon connection or not --> - <string name="hostpref_wantsession_summary">Disable this preference to only use port forwards</string> - - <!-- Setting for whether the host should be reconnected to automatically upon disconnect --> - <string name="hostpref_stayconnected_title">Stay connected</string> - <!-- Summary for preference asking whether the host should be reconnected to when it disconnects --> - <string name="hostpref_stayconnected_summary">Try to reconnect to host if disconnected</string> - - <!-- Setting for what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_title">DEL Key</string> - <!-- Summary for field asking what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_summary">The key code sent when DEL key is pressed</string> - - <!-- Host character encoding preference title --> - <string name="hostpref_encoding_title">Encoding</string> - <!-- Host character encoding preference summary --> - <string name="hostpref_encoding_summary">Character encoding for the host</string> - - <!-- Host preference category title for connection settings --> - <string name="hostpref_connection_category">Connection settings</string> - - <!-- Username field title for host editor preference --> - <string name="hostpref_username_title">Username</string> - - <!-- Hostname field title for host editor preference --> - <string name="hostpref_hostname_title">Host</string> - - <!-- Port field title for host editor preference --> - <string name="hostpref_port_title">Port</string> - - <!-- Displayed to indicate a host has never been connected to. --> - <string name="bind_never">Never connected</string> - <!-- The time that has elapsed since a host was connected to when it has been less than an hour. --> - <string name="bind_minutes">%1$s minutes ago</string> - <!-- The time that has elapsed since a host was connected to when it has been less than a day. --> - <string name="bind_hours">%1$s hours ago</string> - <!-- The time that has elapsed since a host was connected to when it has been a day or more. --> - <string name="bind_days">%1$s days ago</string> - - <!-- Message given when user copies from the terminal. --> - <string name="console_copy_done">Copied %1$d bytes to clipboard</string> - <!-- Instructions for how to copy from the terminal. The '\n' entries are to split lines to improve readability and prevent wrapping off the screen. --> - <string name="console_copy_start">Touch and drag\nor use directional pad\nto select area to copy</string> - - <!-- Button to close the disconnected terminal window. --> - <string name="console_menu_close">Close</string> - <!-- Button to begin copying from the terminal to the clipboard. --> - <string name="console_menu_copy">Copy</string> - <!-- Button to paste from the clipboard to the terminal. --> - <string name="console_menu_paste">Paste</string> - <!-- Button that brings user to the Port Forwards List. --> - <string name="console_menu_portforwards">Port Forwards</string> - <!-- Button that brings user to the terminal resizing dialog where they can force a size. --> - <string name="console_menu_resize">Force Size</string> - <!-- Button that brings up the list of URLs on the current screen --> - <string name="console_menu_urlscan">URL Scan</string> - - <!-- Selection for a "local" port forward. E.g., connections to a port listening locally is forwarded to the remote end's listening port. --> - <string name="portforward_local">Local</string> - <!-- Selection for a "remote" port forward. E.g., connections to a port listening remotely is forwarded to the local end's listening port. --> - <string name="portforward_remote">Remote</string> - <!-- Selection for a "dynamic" port forward. E.g., connections to a port listening locally is forwarded based on the SOCKS protocol to an arbitrary remote host and port. --> - <string name="portforward_dynamic">Dynamic (SOCKS)</string> - <!-- Button that commits the port forward to be made from the Port Forward Creation dialog. --> - <string name="portforward_pos">Create port forward</string> - - <string name="portforward_done">Successfully created port forward</string> - <string name="portforward_problem">Problem creating port forward, maybe you\'re using ports under 1024 or port is already used?</string> - - <string name="portforward_menu_add">Add port forward</string> - - <!-- The string to present in the quick-connect box to hint the user to the format for connecting to hosts. --> - <string name="hint_userhost">user@hostname</string> - - <!-- Hint given to user when the format they're using is incorrect in the quick-connect box. --> - <string name="list_format_error">Use the format "%1$s"</string> - - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_username">username</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_hostname">hostname</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_port">port</string> - - <string name="list_menu_pubkeys">Manage Pubkeys</string> - <!-- Selection choice to sort hosts by color. --> - <string name="list_menu_sortcolor">Sort by color</string> - <!-- Selection choice to sort hosts by nickname. --> - <string name="list_menu_sortname">Sort by name</string> - <string name="list_menu_settings">Settings</string> - - <string name="list_host_disconnect">Disconnect</string> - <string name="list_host_edit">Edit host</string> - <string name="list_host_portforwards">Edit port forwards</string> - <string name="list_host_delete">Delete host</string> - <!-- Note that the '\n' splits the lines so it's actually "quick-connect box below to connect" --> - <string name="list_host_empty">Use the quick-connect box\nbelow to connect to a host.</string> - - <!-- Default screen rotation preference selection --> - <string name="list_rotation_default">Default</string> - <string name="list_rotation_land">Force landscape</string> - <string name="list_rotation_port">Force portrait</string> - <!-- Selection to indicate the rotation should be selected automatically based on the tilt sensor. --> - <string name="list_rotation_auto">Automatic</string> - - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A then Space". --> - <string name="list_camera_ctrlaspace">Ctrl+A then Space</string> - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A". --> - <string name="list_camera_ctrla">Ctrl+A</string> - <!-- Selection to indicate pressing the Camera button should send the "Esc" key. --> - <string name="list_camera_esc">Esc</string> - <!-- Selection to indicate pressing the Camera button should send "Esc+A". --> - <string name="list_camera_esc_a">Esc+A</string> - <!-- Selection to indicate pressing the Camera button should send nothing at all. --> - <string name="list_camera_none">None</string> - - <!-- Name for the backspace character --> - <string name="list_delkey_backspace">Backspace</string> - <!-- Name for the ASCII DEL character --> - <string name="list_delkey_del">Delete</string> - - <string name="delete_message">Are you sure you want to delete \'%1$s\'?</string> - <string name="delete_pos">Yes, delete</string> - <string name="delete_neg">Cancel</string> - - <!-- Button to agree to license terms. --> - <string name="wizard_agree">Agree</string> - <!-- Button to go to the next page in the first time start-up wizard. --> - <string name="wizard_next">Next</string> - <!-- Button to go to the previous page in the first time start-up wizard. --> - <string name="wizard_back">Back</string> - - <string name="terminal_no_hosts_connected">No hosts currently connected</string> - - <!-- Displayed in terminal when attempting to connect to a host. The first two - variables are host:port and the third is the protocol (e.g., SSH) --> - <string name="terminal_connecting">Connecting to %1$s:%2$d via %3$s</string> - - <!-- Displays the host key to the user in the terminal --> - <string name="terminal_sucess">Verified host \'%1$s\' key: %2$s</string> - <string name="terminal_failed">Host key verification failed.</string> - - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_s2c_algorithm">Server-to-client algorithm: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_c2s_algorithm">Client-to-server algorithm: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_algorithm">Using algorithm: %1$s %2$s</string> - - <string name="terminal_auth">Trying to authenticate</string> - - <string name="terminal_auth_pass">Attempting \'password\' authentication</string> - <string name="terminal_auth_pass_fail">Authentication method \'password\' failed</string> - - <string name="terminal_auth_pubkey_any">Attempting \'publickey\' authentication with any in-memory public keys</string> - <string name="terminal_auth_pubkey_invalid">Selected public key is invalid, try reselecting key in host editor</string> - <string name="terminal_auth_pubkey_specific">Attempting \'publickey\' authentication with a specific public key</string> - <string name="terminal_auth_pubkey_fail">Authentication method \'publickey\' with key \'%1$s\' failed</string> - - <string name="terminal_auth_ki">Attempting \'keyboard-interactive\' authentication</string> - <string name="terminal_auth_ki_fail">Authentication method \'keyboard-interactive\' failed</string> - - <string name="terminal_auth_fail">[Your host doesn\'t support \'password\' or \'keyboard-interactive\' authentication.]</string> - - <string name="terminal_no_session">Session will not be started due to host preference.</string> - <string name="terminal_enable_portfoward">Enable port forward: %1$s</string> - - <string name="local_shell_unavailable">Failure! Local shell is unavailable on this phone.</string> - - <!-- Text sent to the user to alert them that a Terminal Bell is received in a background session --> - <string name="notification_text">%1$s wants your attention.</string> - - <!-- Dialog title when a new version of ConnectBot is detected. --> - <string name="upgrade">New version</string> - <!-- Button selection to upgrade to the latest ConnectBot when one is available. --> - <string name="upgrade_pos">Yes, upgrade</string> - <!-- Button selection to skip upgrading to the latest ConnectBot when one is available. --> - <string name="upgrade_neg">Not right now</string> - - <!-- Preference selection for SSH Authentication Agent to never use pubkeys --> - <string name="no">No</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys "with confirmation" only --> - <string name="with_confirmation">With confirmation</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys --> - <string name="yes">Yes</string> - - <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> - <string name="exceptions_submit_message">It appears ConnectBot had a problem last time it ran. Submit error report to ConnectBot developers?</string> - - <!-- Menu selection to reset colors to their defaults. --> - <string name="menu_colors_reset">Reset</string> - - <!-- Displayed in the notification bar that connections are active --> - <string name="app_is_running">ConnectBot is running</string> - - <string name="color_red">red</string> - <string name="color_green">green</string> - <string name="color_blue">blue</string> - <string name="color_gray">gray</string> + <string name="app_desc">Простий та потужний SSH клієнт з відкритим кодом</string> + <string name="title_hosts_list">Вузли</string> + <string name="title_pubkey_list">Відкриті ключі</string> + <string name="title_port_forwards_list">Переадресація портів</string> + <string name="title_host_editor">Змінити вузол</string> + <string name="title_help">Допомога</string> + <string name="title_colors">Кольори</string> + <string name="resolve_connect">Підключитись</string> + <string name="menu_insert">Додати вузол</string> + <string name="menu_delete">Вилучити вузол</string> + <string name="menu_preferences">Налаштування</string> + <string name="help_intro">Для додаткової інформації виберіть топік</string> + <string name="help_about">Про ConnectBot</string> + <string name="help_keyboard">Клавіатура</string> + <string name="pubkey_generate">Генерувати</string> + <string name="pubkey_import">Імпортувати</string> + <string name="pubkey_delete">Вилучити ключ</string> + <string name="pubkey_list_empty">Tap Menu to create\nor import key pairs.</string> + <string name="pubkey_change_password">Змінити пароль</string> + <string name="pubkey_list_pick">Завантажити з SD карти</string> + <string name="pubkey_unlock">Розблокувати ключ</string> + <string name="portforward_list_empty">Tap Menu to create\nport forwards.</string> + <string name="list_format_error">Use the format %1$s</string> + <string name="exceptions_submit_message">It appears ConnectBot had a problem last time it ran. Submit error report to ConnectBot developers?</string> </resources> diff --git a/res/values-v11/styles.xml b/res/values-v11/styles.xml new file mode 100644 index 0000000..cf9636b --- /dev/null +++ b/res/values-v11/styles.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* + * ConnectBot: simple, powerful, open-source SSH client for Android + * Copyright 2007 Kenny Root, Jeffrey Sharkey + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +--> +<resources> + <style name="NoTitle" parent="android:Theme.Holo"> + <item name="android:windowContentOverlay">@null</item> + </style> +</resources> diff --git a/res/values-vi/strings.xml b/res/values-vi/strings.xml index 8ed8b84..a9c64c2 100644 --- a/res/values-vi/strings.xml +++ b/res/values-vi/strings.xml @@ -1,461 +1,11 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * ConnectBot: simple, powerful, open-source SSH client for Android - * Copyright 2007 Kenny Root, Jeffrey Sharkey - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ ---> +<?xml version='1.0' encoding='utf-8'?> <resources> - <string name="app_desc">Simple, powerful, open-source SSH client.</string> - - <!-- Window title for the Host List --> - <string name="title_hosts_list">Máy chủ</string> - <!-- Window title for the Pubkeys List --> - <string name="title_pubkey_list">Pubkeys</string> - <!-- Window title for the Port Forwards List --> - <string name="title_port_forwards_list">Port forwards</string> - <!-- Window title when editing host details --> - <string name="title_host_editor">Edit Host</string> - <!-- Window title for Help index --> - <string name="title_help">Trợ giúp</string> - <!-- Window title for color list editing screen --> - <string name="title_colors">Màu sắc</string> - - <string name="resolve_connect">Kết nối</string> - <!-- Menu selection where user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="resolve_entropy">Gather Entropy</string> - - <string name="menu_insert">Add Host</string> - <string name="menu_delete">Delete Host</string> - <string name="menu_preferences">Preferences</string> - - <string name="help_intro">Please select a topic below for more information on a particular subject.</string> - <string name="help_about">About ConnectBot</string> - <string name="help_keyboard">Keyboard</string> - - <string name="pubkey_generate">Generate</string> - <string name="pubkey_import">Import</string> - <string name="pubkey_delete">Delete key</string> - <!-- Dialog title when user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="pubkey_gather_entropy">Gathering Entropy</string> - <string name="pubkey_touch_prompt">Touch this box to gather randomness: %1$d%% done</string> - <string name="pubkey_touch_hint">In order to assure randomness during the key generation, move your finger randomly over the box below.</string> - <string name="pubkey_generating">Generating key pair...</string> - <string name="pubkey_copy_private">Copy private key</string> - <string name="pubkey_copy_public">Copy public key</string> - <!-- Note that the '\n' just splits lines, so it's actually "create or import" --> - <string name="pubkey_list_empty">Tap "Menu" to create\nor import key pairs.</string> - <string name="pubkey_unknown_format">Unknown format</string> - <string name="pubkey_change_password">Change password</string> - <string name="pubkey_list_pick">Pick from /sdcard</string> - <string name="pubkey_import_parse_problem">Problem parsing imported private key</string> - <string name="pubkey_unlock">Unlock key</string> - <string name="pubkey_failed_add">Bad password for key \'%1$s\'. Authentication failed.</string> - <string name="pubkey_memory_load">Load into memory</string> - <string name="pubkey_memory_unload">Unload from memory</string> - <string name="pubkey_load_on_start">Load key on start</string> - <!-- Pubkey preference asking user whether the key use should be confirmed via prompt before it can be used for authentication --> - <string name="pubkey_confirm_use">Confirm before use</string> - - <!-- Note that the '\n' splits lines, so it's actually "create port forwards" --> - <string name="portforward_list_empty">Tap "Menu" to create\nport forwards.</string> - <string name="portforward_edit">Edit port forward</string> - <string name="portforward_delete">Delete port forward</string> - - <string name="prompt_nickname">Nickname:</string> - <!-- An example string that could be used as a nickname for a pubkey. --> - <string name="prompt_nickname_hint_pubkey">My work key</string> - <!-- The source TCP port for port forwards. --> - <string name="prompt_source_port">Source port:</string> - <!-- The "host:port" combination used for port forward destinations. --> - <string name="prompt_destination">Destination:</string> - <string name="prompt_old_password">Old password:</string> - <string name="prompt_password">Password:</string> - <!-- Added after a "Password:" prompt to indicate user needs to confirm entry. --> - <string name="prompt_again">(again)</string> - <!-- Label for the user to select port forward type. --> - <string name="prompt_type">Type:</string> - <string name="prompt_password_can_be_blank">Note: password can be blank</string> - <!-- Prompt for the size of the private key in bits. --> - <string name="prompt_bits">Bits:</string> - - <!-- Prompt for the password to unlock a certain pubkey. --> - <string name="prompt_pubkey_password">Password for key \'%1$s\'</string> - - <!-- Prompt for whether to allow SSH Authentication Agent to use the specified key. Note that the '\n' means split the line so it's actually "host to use key" --> - <string name="prompt_allow_agent_to_use_key">Allow remote host to\nuse key \'%1$s\'?</string> - - <!-- The header of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning_header">WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!</string> - <!-- The body of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning">IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!\nSomeone could be eavesdropping on you right now (man-in-the-middle attack)!\nIt is also possible that the host key has just been changed.</string> - - <!-- Prompt user gets when the remote host has disconnected unexpectedly. --> - <string name="prompt_host_disconnected">Host has disconnected.\nClose session?</string> - <!-- Prompt user must answer yes or no to when the remote host fails verification of encryption fingerprint --> - <string name="prompt_continue_connecting">Are you sure you want\nto continue connecting?</string> - - <!-- Sent to user when the remote public encryption key fingerprint doesn't match the local database --> - <string name="host_authenticity_warning">The authenticity of host \'%1$s\' can\'t be established.</string> - <!-- First field is encryption algorithm. Second is the actual fingerprint in hex digits --> - <string name="host_fingerprint">Host %1$s key fingerprint is %2$s</string> - - <string name="alert_passwords_do_not_match_msg">Passwords do not match!</string> - <string name="alert_wrong_password_msg">Wrong password!</string> - <string name="alert_key_corrupted_msg">Private key appears corrupt!</string> - <string name="alert_sdcard_absent">SD card is not inserted!</string> - - <!-- Add a new item (e.g., host or pubkey) to the list. --> - <string name="button_add">Add</string> - <!-- Change an existing item's (e.g., host or pubkey) details. --> - <string name="button_change">Change</string> - <!-- Button that begins the generation of a public key pair. --> - <string name="button_generate">Generate Key</string> - <!-- Button that resizes the screen to the user-specified dimensions. --> - <string name="button_resize">Resize</string> - - <string name="alert_disconnect_msg">Connection Lost</string> - - <string name="msg_copyright">Copyright © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> - - <!-- The category title for terminal emulation preferences. --> - <string name="pref_emulation_category">Terminal emulation</string> - - <!-- Name for the emulation terminal type preference. --> - <string name="pref_emulation_title">Emulation mode</string> - <!-- Description of the emulation terminal type preference. --> - <string name="pref_emulation_summary">Terminal emulation mode to use for PTY connections</string> - - <!-- Name for the scrollback size preference --> - <string name="pref_scrollback_title">Scrollback size</string> - <!-- Description of the scrollback size preference --> - <string name="pref_scrollback_summary">Size of scrollback buffer to keep in memory for each console</string> - - <!-- The category title for user interface preferences --> - <string name="pref_ui_category">User interface</string> - - <!-- Name for the rotation mode preference --> - <string name="pref_rotation_title">Rotation mode</string> - <!-- Summary for the rotation mode preference --> - <string name="pref_rotation_summary">How to change rotation when keyboard popped in/out</string> - - <!-- Name for the full screen preference --> - <string name="pref_fullscreen_title">Full screen</string> - <!-- Summary for the full screen preference --> - <string name="pref_fullscreen_summary">Hide status bar while in console</string> - - <!-- Name for the memorize keys preference --> - <string name="pref_memkeys_title">Remember keys in memory</string> - <!-- Summary for the memorize keys preference --> - <string name="pref_memkeys_summary">Keep unlocked keys in memory until backend service is terminated</string> - - <!-- Name for the update check preference --> - <string name="pref_update_title">Update check</string> - <!-- Summary for the update check preference --> - <string name="pref_update_summary">Set the maximum frequency to check for ConnectBot updates</string> - - <!-- Name for the preference that forces the service to stay running in the background.--> - <string name="pref_conn_persist_title">Persist connections</string> - <!-- Summary for the preference that forces the service to stay running in the background. --> - <string name="pref_conn_persist_summary">Force connections to stay connected while in background</string> - - <!-- Name for the keyboard shortcuts preference --> - <string name="pref_keymode_title">Directory shortcuts</string> - <!-- Summary for the keyboard shortcuts preference --> - <string name="pref_keymode_summary">Select how to use Alt for \'/\' and Shift for Tab</string> - - <!-- Name for the camera shortcut usage preference --> - <string name="pref_camera_title">Camera shortcut</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_camera_summary">Select which shortcut to trigger when the camera button is pushed</string> - - <!-- Name for the keep screen on preference --> - <string name="pref_keepalive_title">Keep screen awake</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_keepalive_summary">Prevent the screen from turning off when working in a console</string> - - <!-- Name for the Wi-Fi lock preference --> - <string name="pref_wifilock_title">Keep Wi-Fi active</string> - <!-- Summary for the Wi-Fi lock preference --> - <string name="pref_wifilock_summary">Prevent Wi-Fi from turning off when a session is active</string> - - <!-- Name for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_title">Bumpy arrows</string> - <!-- Summary for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_summary">Vibrate when sending arrow keys from trackball; useful for laggy connections</string> - - <!-- Category title for the Terminal Bell preferences --> - <string name="pref_bell_category">Terminal bell</string> - - <!-- Checkbox preference title for the audible terminal bell feature --> - <string name="pref_bell_title">Audible bell</string> - - <!-- Title for the slider preference to set the volume --> - <string name="pref_bell_volume_title">Bell volume</string> - - <!-- Checkbox preference title for the vibrate on terminal bell feature --> - <string name="pref_bell_vibrate_title">Vibrate on bell</string> - - <!-- Checkbox preference title for the receive notifications on terminal bell feature --> - <string name="pref_bell_notification_title">Background notifications</string> - <!-- Brief summary of the feature that is enabled when the checkbox preference for the receive notifications on terminal bell feature is checked --> - <string name="pref_bell_notification_summary">Send notification when a terminal running in the background sounds a bell.</string> - - <!-- Preference selection to indicate use of right side of keyboard for special shortcuts. --> - <string name="list_keymode_right">Use right-side keys</string> - <!-- Preference selection to indicate use of left side of keyboard for special shortcuts. --> - <string name="list_keymode_left">Use left-side keys</string> - <!-- Preference selection to indicate never to use special shortcut keys. --> - <string name="list_keymode_none">Disable</string> - - <!-- Preference to not use pubkeys to authenticate to this host. --> - <string name="list_pubkeyids_none">Do not use keys</string> - <!-- Preference to use any pubkey to authenticate to this host. --> - <string name="list_pubkeyids_any">Use any unlocked key</string> - - <!-- Frequency for which to check for program updates. --> - <string name="list_update_daily">Daily</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_weekly">Weekly</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_never">Never</string> - - <!-- Host nickname field preference title --> - <string name="hostpref_nickname_title">Nickname</string> - - <!-- Host color category preference title --> - <string name="hostpref_color_title">Color category</string> - - <!-- Host's default font size when opening the terminal in points (pt) --> - <string name="hostpref_fontsize_title">Font size (pt)</string> - - <!-- Host pubkey usage preference title --> - <string name="hostpref_pubkeyid_title">Use pubkey authentication</string> - - <!-- Preference title for the SSH Authentication Agent Forwarding for a host connection --> - <string name="hostpref_authagent_title">Use SSH auth agent</string> - - <!-- Host post-login automation preference title --> - <string name="hostpref_postlogin_title">Post-login automation</string> - <!-- Host post-login automation preference summary --> - <string name="hostpref_postlogin_summary">Commands to run on remote server once authenticated</string> - - <!-- Host compression preference title --> - <string name="hostpref_compression_title">Compression</string> - <!-- Summary for compression preference --> - <string name="hostpref_compression_summary">This may help with slower networks</string> - - <!-- Setting for whether we want a session to start up when we connect to a host --> - <string name="hostpref_wantsession_title">Start shell session</string> - <!-- Summary for field asking whether a shell session should be started up upon connection or not --> - <string name="hostpref_wantsession_summary">Disable this preference to only use port forwards</string> - - <!-- Setting for whether the host should be reconnected to automatically upon disconnect --> - <string name="hostpref_stayconnected_title">Stay connected</string> - <!-- Summary for preference asking whether the host should be reconnected to when it disconnects --> - <string name="hostpref_stayconnected_summary">Try to reconnect to host if disconnected</string> - - <!-- Setting for what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_title">DEL Key</string> - <!-- Summary for field asking what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_summary">The key code sent when DEL key is pressed</string> - - <!-- Host character encoding preference title --> - <string name="hostpref_encoding_title">Encoding</string> - <!-- Host character encoding preference summary --> - <string name="hostpref_encoding_summary">Character encoding for the host</string> - - <!-- Host preference category title for connection settings --> - <string name="hostpref_connection_category">Connection settings</string> - - <!-- Username field title for host editor preference --> - <string name="hostpref_username_title">Username</string> - - <!-- Hostname field title for host editor preference --> - <string name="hostpref_hostname_title">Host</string> - - <!-- Port field title for host editor preference --> - <string name="hostpref_port_title">Port</string> - - <!-- Displayed to indicate a host has never been connected to. --> - <string name="bind_never">Never connected</string> - <!-- The time that has elapsed since a host was connected to when it has been less than an hour. --> - <string name="bind_minutes">%1$s minutes ago</string> - <!-- The time that has elapsed since a host was connected to when it has been less than a day. --> - <string name="bind_hours">%1$s hours ago</string> - <!-- The time that has elapsed since a host was connected to when it has been a day or more. --> - <string name="bind_days">%1$s days ago</string> - - <!-- Message given when user copies from the terminal. --> - <string name="console_copy_done">Copied %1$d bytes to clipboard</string> - <!-- Instructions for how to copy from the terminal. The '\n' entries are to split lines to improve readability and prevent wrapping off the screen. --> - <string name="console_copy_start">Touch and drag\nor use directional pad\nto select area to copy</string> - - <!-- Button to close the disconnected terminal window. --> - <string name="console_menu_close">Close</string> - <!-- Button to begin copying from the terminal to the clipboard. --> - <string name="console_menu_copy">Copy</string> - <!-- Button to paste from the clipboard to the terminal. --> - <string name="console_menu_paste">Paste</string> - <!-- Button that brings user to the Port Forwards List. --> - <string name="console_menu_portforwards">Port Forwards</string> - <!-- Button that brings user to the terminal resizing dialog where they can force a size. --> - <string name="console_menu_resize">Force Size</string> - <!-- Button that brings up the list of URLs on the current screen --> - <string name="console_menu_urlscan">URL Scan</string> - - <!-- Selection for a "local" port forward. E.g., connections to a port listening locally is forwarded to the remote end's listening port. --> - <string name="portforward_local">Local</string> - <!-- Selection for a "remote" port forward. E.g., connections to a port listening remotely is forwarded to the local end's listening port. --> - <string name="portforward_remote">Remote</string> - <!-- Selection for a "dynamic" port forward. E.g., connections to a port listening locally is forwarded based on the SOCKS protocol to an arbitrary remote host and port. --> - <string name="portforward_dynamic">Dynamic (SOCKS)</string> - <!-- Button that commits the port forward to be made from the Port Forward Creation dialog. --> - <string name="portforward_pos">Create port forward</string> - - <string name="portforward_done">Successfully created port forward</string> - <string name="portforward_problem">Problem creating port forward, maybe you\'re using ports under 1024 or port is already used?</string> - - <string name="portforward_menu_add">Add port forward</string> - - <!-- The string to present in the quick-connect box to hint the user to the format for connecting to hosts. --> - <string name="hint_userhost">user@hostname</string> - - <!-- Hint given to user when the format they're using is incorrect in the quick-connect box. --> - <string name="list_format_error">Use the format "%1$s"</string> - - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_username">username</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_hostname">hostname</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_port">port</string> - - <string name="list_menu_pubkeys">Manage Pubkeys</string> - <!-- Selection choice to sort hosts by color. --> - <string name="list_menu_sortcolor">Sort by color</string> - <!-- Selection choice to sort hosts by nickname. --> - <string name="list_menu_sortname">Sort by name</string> - <string name="list_menu_settings">Settings</string> - - <string name="list_host_disconnect">Disconnect</string> - <string name="list_host_edit">Edit host</string> - <string name="list_host_portforwards">Edit port forwards</string> - <string name="list_host_delete">Delete host</string> - <!-- Note that the '\n' splits the lines so it's actually "quick-connect box below to connect" --> - <string name="list_host_empty">Use the quick-connect box\nbelow to connect to a host.</string> - - <!-- Default screen rotation preference selection --> - <string name="list_rotation_default">Default</string> - <string name="list_rotation_land">Force landscape</string> - <string name="list_rotation_port">Force portrait</string> - <!-- Selection to indicate the rotation should be selected automatically based on the tilt sensor. --> - <string name="list_rotation_auto">Automatic</string> - - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A then Space". --> - <string name="list_camera_ctrlaspace">Ctrl+A then Space</string> - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A". --> - <string name="list_camera_ctrla">Ctrl+A</string> - <!-- Selection to indicate pressing the Camera button should send the "Esc" key. --> - <string name="list_camera_esc">Esc</string> - <!-- Selection to indicate pressing the Camera button should send "Esc+A". --> - <string name="list_camera_esc_a">Esc+A</string> - <!-- Selection to indicate pressing the Camera button should send nothing at all. --> - <string name="list_camera_none">None</string> - - <!-- Name for the backspace character --> - <string name="list_delkey_backspace">Backspace</string> - <!-- Name for the ASCII DEL character --> - <string name="list_delkey_del">Delete</string> - - <string name="delete_message">Are you sure you want to delete \'%1$s\'?</string> - <string name="delete_pos">Yes, delete</string> - <string name="delete_neg">Cancel</string> - - <!-- Button to agree to license terms. --> - <string name="wizard_agree">Agree</string> - <!-- Button to go to the next page in the first time start-up wizard. --> - <string name="wizard_next">Next</string> - <!-- Button to go to the previous page in the first time start-up wizard. --> - <string name="wizard_back">Back</string> - - <string name="terminal_no_hosts_connected">No hosts currently connected</string> - - <!-- Displayed in terminal when attempting to connect to a host. The first two - variables are host:port and the third is the protocol (e.g., SSH) --> - <string name="terminal_connecting">Connecting to %1$s:%2$d via %3$s</string> - - <!-- Displays the host key to the user in the terminal --> - <string name="terminal_sucess">Verified host \'%1$s\' key: %2$s</string> - <string name="terminal_failed">Host key verification failed.</string> - - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_s2c_algorithm">Server-to-client algorithm: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_c2s_algorithm">Client-to-server algorithm: %1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_algorithm">Using algorithm: %1$s %2$s</string> - - <string name="terminal_auth">Trying to authenticate</string> - - <string name="terminal_auth_pass">Attempting \'password\' authentication</string> - <string name="terminal_auth_pass_fail">Authentication method \'password\' failed</string> - - <string name="terminal_auth_pubkey_any">Attempting \'publickey\' authentication with any in-memory public keys</string> - <string name="terminal_auth_pubkey_invalid">Selected public key is invalid, try reselecting key in host editor</string> - <string name="terminal_auth_pubkey_specific">Attempting \'publickey\' authentication with a specific public key</string> - <string name="terminal_auth_pubkey_fail">Authentication method \'publickey\' with key \'%1$s\' failed</string> - - <string name="terminal_auth_ki">Attempting \'keyboard-interactive\' authentication</string> - <string name="terminal_auth_ki_fail">Authentication method \'keyboard-interactive\' failed</string> - - <string name="terminal_auth_fail">[Your host doesn\'t support \'password\' or \'keyboard-interactive\' authentication.]</string> - - <string name="terminal_no_session">Session will not be started due to host preference.</string> - <string name="terminal_enable_portfoward">Enable port forward: %1$s</string> - - <string name="local_shell_unavailable">Failure! Local shell is unavailable on this phone.</string> - - <!-- Text sent to the user to alert them that a Terminal Bell is received in a background session --> - <string name="notification_text">%1$s wants your attention.</string> - - <!-- Dialog title when a new version of ConnectBot is detected. --> - <string name="upgrade">New version</string> - <!-- Button selection to upgrade to the latest ConnectBot when one is available. --> - <string name="upgrade_pos">Yes, upgrade</string> - <!-- Button selection to skip upgrading to the latest ConnectBot when one is available. --> - <string name="upgrade_neg">Not right now</string> - - <!-- Preference selection for SSH Authentication Agent to never use pubkeys --> - <string name="no">No</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys "with confirmation" only --> - <string name="with_confirmation">With confirmation</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys --> - <string name="yes">Yes</string> - - <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> - <string name="exceptions_submit_message">It appears ConnectBot had a problem last time it ran. Submit error report to ConnectBot developers?</string> - - <!-- Menu selection to reset colors to their defaults. --> - <string name="menu_colors_reset">Reset</string> - - <!-- Displayed in the notification bar that connections are active --> - <string name="app_is_running">ConnectBot is running</string> - - <string name="color_red">red</string> - <string name="color_green">green</string> - <string name="color_blue">blue</string> - <string name="color_gray">gray</string> + <string name="title_hosts_list">Máy chủ</string> + <string name="title_help">Trợ giúp</string> + <string name="title_colors">Màu sắc</string> + <string name="resolve_connect">Kết nối</string> + <string name="pubkey_list_empty">Tap Menu to create\nor import key pairs.</string> + <string name="portforward_list_empty">Tap Menu to create\nport forwards.</string> + <string name="list_format_error">Use the format %1$s</string> + <string name="exceptions_submit_message">It appears ConnectBot had a problem last time it ran. Submit error report to ConnectBot developers?</string> </resources> diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml index f99c47d..918c733 100644 --- a/res/values-zh-rCN/strings.xml +++ b/res/values-zh-rCN/strings.xml @@ -1,461 +1,216 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * ConnectBot: simple, powerful, open-source SSH client for Android - * Copyright 2007 Kenny Root, Jeffrey Sharkey - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ ---> +<?xml version='1.0' encoding='utf-8'?> <resources> - <string name="app_desc">简单,强大,开源的ssh客户端</string> - - <!-- Window title for the Host List --> - <string name="title_hosts_list">主机</string> - <!-- Window title for the Pubkeys List --> - <string name="title_pubkey_list">公钥</string> - <!-- Window title for the Port Forwards List --> - <string name="title_port_forwards_list">端口重定向</string> - <!-- Window title when editing host details --> - <string name="title_host_editor">编辑主机</string> - <!-- Window title for Help index --> - <string name="title_help">帮助</string> - <!-- Window title for color list editing screen --> - <string name="title_colors">颜色</string> - - <string name="resolve_connect">连接</string> - <!-- Menu selection where user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="resolve_entropy">收集用户熵</string> - - <string name="menu_insert">添加主机</string> - <string name="menu_delete">删除主机</string> - <string name="menu_preferences">设置</string> - - <string name="help_intro">请在下面主题中选择一个以查看更多内容</string> - <string name="help_about">关于ConnectBot</string> - <string name="help_keyboard">键盘</string> - - <string name="pubkey_generate">产生</string> - <string name="pubkey_import">导入</string> - <string name="pubkey_delete">删除密钥</string> - <!-- Dialog title when user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="pubkey_gather_entropy">正在收集用户熵</string> - <string name="pubkey_touch_prompt">触摸方框来收集随机数:%1$d%完成</string> - <string name="pubkey_touch_hint">由于密钥产生的时候需要随机数据,请在下面的方框中随便移动你的手指</string> - <string name="pubkey_generating">正在产生密钥配对</string> - <string name="pubkey_copy_private">复制私钥</string> - <string name="pubkey_copy_public">复制公钥</string> - <!-- Note that the '\n' just splits lines, so it's actually "create or import" --> - <string name="pubkey_list_empty">点击菜单来创建\不是导入密钥对</string> - <string name="pubkey_unknown_format">未知格式</string> - <string name="pubkey_change_password">改变密码</string> - <string name="pubkey_list_pick">从/sdcard获取</string> - <string name="pubkey_import_parse_problem">导入私钥的时候出现问题</string> - <string name="pubkey_unlock">未锁定key</string> - <string name="pubkey_failed_add">验证失败,错误的的密钥密码「%1$s」</string> - <string name="pubkey_memory_load">载入内存中</string> - <string name="pubkey_memory_unload">从内存中移除</string> - <string name="pubkey_load_on_start">在启动的时候载入密钥</string> - <!-- Pubkey preference asking user whether the key use should be confirmed via prompt before it can be used for authentication --> - <string name="pubkey_confirm_use">使用前确认</string> - - <!-- Note that the '\n' splits lines, so it's actually "create port forwards" --> - <string name="portforward_list_empty">点击「菜单」来创建端口转发</string> - <string name="portforward_edit">编辑端口转发</string> - <string name="portforward_delete">删除端口转发</string> - - <string name="prompt_nickname">昵称:</string> - <!-- An example string that could be used as a nickname for a pubkey. --> - <string name="prompt_nickname_hint_pubkey">我的工作密钥</string> - <!-- The source TCP port for port forwards. --> - <string name="prompt_source_port">源端口:</string> - <!-- The "host:port" combination used for port forward destinations. --> - <string name="prompt_destination">目标端口:</string> - <string name="prompt_old_password">旧密码:</string> - <string name="prompt_password">密码:</string> - <!-- Added after a "Password:" prompt to indicate user needs to confirm entry. --> - <string name="prompt_again">再输入一遍密码</string> - <!-- Label for the user to select port forward type. --> - <string name="prompt_type">转发类型</string> - <string name="prompt_password_can_be_blank">密码不能为空</string> - <!-- Prompt for the size of the private key in bits. --> - <string name="prompt_bits">位数:</string> - - <!-- Prompt for the password to unlock a certain pubkey. --> - <string name="prompt_pubkey_password">密钥「%1$s」的密码</string> - - <!-- Prompt for whether to allow SSH Authentication Agent to use the specified key. Note that the '\n' means split the line so it's actually "host to use key" --> - <string name="prompt_allow_agent_to_use_key">允许远程主机到\ 不使用按键 %1$s?</string> - - <!-- The header of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning_header">警告:远程主机的标志已经改变</string> - <!-- The body of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning">可能某人正在做非善意的事情\n可能有人正在偷听你的会话(中间人攻击)\n但也许仅仅是主密匙(host key)已被更改,你确信如此?</string> - - <!-- Prompt user gets when the remote host has disconnected unexpectedly. --> - <string name="prompt_host_disconnected">主机已经断开。\n是否关闭本次对话?</string> - <!-- Prompt user must answer yes or no to when the remote host fails verification of encryption fingerprint --> - <string name="prompt_continue_connecting">是否要继续连接?</string> - - <!-- Sent to user when the remote public encryption key fingerprint doesn't match the local database --> - <string name="host_authenticity_warning">主机「%1$s」的验证无法建立</string> - <!-- First field is encryption algorithm. Second is the actual fingerprint in hex digits --> - <string name="host_fingerprint">主机 %1$s 密钥指纹是 %2$s</string> - - <string name="alert_passwords_do_not_match_msg">密码不匹配!</string> - <string name="alert_wrong_password_msg">错误的密码!</string> - <string name="alert_key_corrupted_msg">私钥好像已经损坏!</string> - <string name="alert_sdcard_absent">没有插入SD卡!</string> - - <!-- Add a new item (e.g., host or pubkey) to the list. --> - <string name="button_add">添加</string> - <!-- Change an existing item's (e.g., host or pubkey) details. --> - <string name="button_change">修改</string> - <!-- Button that begins the generation of a public key pair. --> - <string name="button_generate">生成密钥</string> - <!-- Button that resizes the screen to the user-specified dimensions. --> - <string name="button_resize">缩放</string> - - <string name="alert_disconnect_msg">连接中断</string> - - <string name="msg_copyright">版权所有2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> - - <!-- The category title for terminal emulation preferences. --> - <string name="pref_emulation_category">模拟终端</string> - - <!-- Name for the emulation terminal type preference. --> - <string name="pref_emulation_title">仿真模式</string> - <!-- Description of the emulation terminal type preference. --> - <string name="pref_emulation_summary">设置使用PTY连接时的终端模式</string> - - <!-- Name for the scrollback size preference --> - <string name="pref_scrollback_title">回滚长度</string> - <!-- Description of the scrollback size preference --> - <string name="pref_scrollback_summary">在内存中为每个控制台保留的回滚缓存长度</string> - - <!-- The category title for user interface preferences --> - <string name="pref_ui_category">用户界面</string> - - <!-- Name for the rotation mode preference --> - <string name="pref_rotation_title">循环模式</string> - <!-- Summary for the rotation mode preference --> - <string name="pref_rotation_summary">当滑开或关闭键盘时如何调整屏幕朝向(水平或竖直)</string> - - <!-- Name for the full screen preference --> - <string name="pref_fullscreen_title">全屏</string> - <!-- Summary for the full screen preference --> - <string name="pref_fullscreen_summary">处于控制台时隐藏状态栏</string> - - <!-- Name for the memorize keys preference --> - <string name="pref_memkeys_title">在内存中记录密钥</string> - <!-- Summary for the memorize keys preference --> - <string name="pref_memkeys_summary">保存解锁密匙在内存中,直到后端服务停止为止</string> - - <!-- Name for the update check preference --> - <string name="pref_update_title">升级检查</string> - <!-- Summary for the update check preference --> - <string name="pref_update_summary">设置检查ConnectBot最新版本的最大频率</string> - - <!-- Name for the preference that forces the service to stay running in the background.--> - <string name="pref_conn_persist_title">保持联机</string> - <!-- Summary for the preference that forces the service to stay running in the background. --> - <string name="pref_conn_persist_summary">强制并保持连接在后台</string> - - <!-- Name for the keyboard shortcuts preference --> - <string name="pref_keymode_title">目录快捷键</string> - <!-- Summary for the keyboard shortcuts preference --> - <string name="pref_keymode_summary">选择如何使用 Alt 代表 "/",Shift 代表 Tab</string> - - <!-- Name for the camera shortcut usage preference --> - <string name="pref_camera_title">摄像快捷键</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_camera_summary">选择当照相键按下时将要触发的快捷键</string> - - <!-- Name for the keep screen on preference --> - <string name="pref_keepalive_title">保持屏幕唤醒</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_keepalive_summary">禁止屏幕睡眠当终端正在工作时</string> - - <!-- Name for the Wi-Fi lock preference --> - <string name="pref_wifilock_title">保持WI-FI激活</string> - <!-- Summary for the Wi-Fi lock preference --> - <string name="pref_wifilock_summary">禁止WiFi自动关闭当会话激活时</string> - - <!-- Name for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_title">Bumpy arrows</string> - <!-- Summary for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_summary">振动当用轨迹球发出模拟方向键时; (对滞后连接特别有用)</string> - - <!-- Category title for the Terminal Bell preferences --> - <string name="pref_bell_category">终端铃声</string> - - <!-- Checkbox preference title for the audible terminal bell feature --> - <string name="pref_bell_title">响铃</string> - - <!-- Title for the slider preference to set the volume --> - <string name="pref_bell_volume_title">铃声音量</string> - - <!-- Checkbox preference title for the vibrate on terminal bell feature --> - <string name="pref_bell_vibrate_title">振动同时响铃</string> - - <!-- Checkbox preference title for the receive notifications on terminal bell feature --> - <string name="pref_bell_notification_title">背景通知</string> - <!-- Brief summary of the feature that is enabled when the checkbox preference for the receive notifications on terminal bell feature is checked --> - <string name="pref_bell_notification_summary">当后台终端响铃时发出通知</string> - - <!-- Preference selection to indicate use of right side of keyboard for special shortcuts. --> - <string name="list_keymode_right">使用右边键盘</string> - <!-- Preference selection to indicate use of left side of keyboard for special shortcuts. --> - <string name="list_keymode_left">使用左边键盘</string> - <!-- Preference selection to indicate never to use special shortcut keys. --> - <string name="list_keymode_none">禁用</string> - - <!-- Preference to not use pubkeys to authenticate to this host. --> - <string name="list_pubkeyids_none">不使用密匙</string> - <!-- Preference to use any pubkey to authenticate to this host. --> - <string name="list_pubkeyids_any">使用解锁密匙</string> - - <!-- Frequency for which to check for program updates. --> - <string name="list_update_daily">每日</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_weekly">每周</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_never">从不</string> - - <!-- Host nickname field preference title --> - <string name="hostpref_nickname_title">昵称</string> - - <!-- Host color category preference title --> - <string name="hostpref_color_title">颜色类型</string> - - <!-- Host's default font size when opening the terminal in points (pt) --> - <string name="hostpref_fontsize_title">字型大小 (pt)</string> - - <!-- Host pubkey usage preference title --> - <string name="hostpref_pubkeyid_title">使用公钥验证</string> - - <!-- Preference title for the SSH Authentication Agent Forwarding for a host connection --> - <string name="hostpref_authagent_title">使用 SSH 认证</string> - - <!-- Host post-login automation preference title --> - <string name="hostpref_postlogin_title">登入后动作</string> - <!-- Host post-login automation preference summary --> - <string name="hostpref_postlogin_summary">每次验证后在远端服务器上运行的命令</string> - - <!-- Host compression preference title --> - <string name="hostpref_compression_title">压缩</string> - <!-- Summary for compression preference --> - <string name="hostpref_compression_summary">此选项对低速网络会有帮助</string> - - <!-- Setting for whether we want a session to start up when we connect to a host --> - <string name="hostpref_wantsession_title">开始Shell会话</string> - <!-- Summary for field asking whether a shell session should be started up upon connection or not --> - <string name="hostpref_wantsession_summary">仅仅对端口转发禁用偏好设置</string> - - <!-- Setting for whether the host should be reconnected to automatically upon disconnect --> - <string name="hostpref_stayconnected_title">保持连接</string> - <!-- Summary for preference asking whether the host should be reconnected to when it disconnects --> - <string name="hostpref_stayconnected_summary">断线后自动重新连接到主机</string> - - <!-- Setting for what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_title">DEL键</string> - <!-- Summary for field asking what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_summary">当DEL按下时触发的按键</string> - - <!-- Host character encoding preference title --> - <string name="hostpref_encoding_title">编码</string> - <!-- Host character encoding preference summary --> - <string name="hostpref_encoding_summary">主机的字符编码</string> - - <!-- Host preference category title for connection settings --> - <string name="hostpref_connection_category">连接设置</string> - - <!-- Username field title for host editor preference --> - <string name="hostpref_username_title">用户名</string> - - <!-- Hostname field title for host editor preference --> - <string name="hostpref_hostname_title">主机</string> - - <!-- Port field title for host editor preference --> - <string name="hostpref_port_title">端口</string> - - <!-- Displayed to indicate a host has never been connected to. --> - <string name="bind_never">从未连接</string> - <!-- The time that has elapsed since a host was connected to when it has been less than an hour. --> - <string name="bind_minutes">已连接 %1$s 分钟</string> - <!-- The time that has elapsed since a host was connected to when it has been less than a day. --> - <string name="bind_hours">已连接 %1$s 小时</string> - <!-- The time that has elapsed since a host was connected to when it has been a day or more. --> - <string name="bind_days">已连接 %1$s 天</string> - - <!-- Message given when user copies from the terminal. --> - <string name="console_copy_done">复制 %1$d 字节到剪贴板</string> - <!-- Instructions for how to copy from the terminal. The '\n' entries are to split lines to improve readability and prevent wrapping off the screen. --> - <string name="console_copy_start">滑动手指\n或使用轨迹球\n选择要复制的区域</string> - - <!-- Button to close the disconnected terminal window. --> - <string name="console_menu_close">关闭</string> - <!-- Button to begin copying from the terminal to the clipboard. --> - <string name="console_menu_copy">复制</string> - <!-- Button to paste from the clipboard to the terminal. --> - <string name="console_menu_paste">粘贴</string> - <!-- Button that brings user to the Port Forwards List. --> - <string name="console_menu_portforwards">端口转发</string> - <!-- Button that brings user to the terminal resizing dialog where they can force a size. --> - <string name="console_menu_resize">字体大小</string> - <!-- Button that brings up the list of URLs on the current screen --> - <string name="console_menu_urlscan">URL 地址扫描</string> - - <!-- Selection for a "local" port forward. E.g., connections to a port listening locally is forwarded to the remote end's listening port. --> - <string name="portforward_local">本地</string> - <!-- Selection for a "remote" port forward. E.g., connections to a port listening remotely is forwarded to the local end's listening port. --> - <string name="portforward_remote">远端</string> - <!-- Selection for a "dynamic" port forward. E.g., connections to a port listening locally is forwarded based on the SOCKS protocol to an arbitrary remote host and port. --> - <string name="portforward_dynamic">动态套接字(SOCKS)</string> - <!-- Button that commits the port forward to be made from the Port Forward Creation dialog. --> - <string name="portforward_pos">创建端口转发</string> - - <string name="portforward_done">成功创建端口转发</string> - <string name="portforward_problem">创建端口转发发生故障,可能你选择的端口小于1024或该端口已经被使用?</string> - - <string name="portforward_menu_add">添加端口转发</string> - - <!-- The string to present in the quick-connect box to hint the user to the format for connecting to hosts. --> - <string name="hint_userhost">用户名@主机名</string> - - <!-- Hint given to user when the format they're using is incorrect in the quick-connect box. --> - <string name="list_format_error">使用"%1$s"格式</string> - - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_username">用户名</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_hostname">主机名</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_port">端口</string> - - <string name="list_menu_pubkeys">管理公钥</string> - <!-- Selection choice to sort hosts by color. --> - <string name="list_menu_sortcolor">使用颜色排序</string> - <!-- Selection choice to sort hosts by nickname. --> - <string name="list_menu_sortname">按名字排序</string> - <string name="list_menu_settings">设置</string> - - <string name="list_host_disconnect">断开连接</string> - <string name="list_host_edit">编辑主机</string> - <string name="list_host_portforwards">编辑端口转发</string> - <string name="list_host_delete">删除主机</string> - <!-- Note that the '\n' splits the lines so it's actually "quick-connect box below to connect" --> - <string name="list_host_empty">使用下面的快速连接框连接主机</string> - - <!-- Default screen rotation preference selection --> - <string name="list_rotation_default">默认</string> - <string name="list_rotation_land">强制横屏显示</string> - <string name="list_rotation_port">强制竖屏显示</string> - <!-- Selection to indicate the rotation should be selected automatically based on the tilt sensor. --> - <string name="list_rotation_auto">自动</string> - - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A then Space". --> - <string name="list_camera_ctrlaspace">Ctrl+A 然后 Space</string> - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A". --> - <string name="list_camera_ctrla">Ctrl+A</string> - <!-- Selection to indicate pressing the Camera button should send the "Esc" key. --> - <string name="list_camera_esc">Esc</string> - <!-- Selection to indicate pressing the Camera button should send "Esc+A". --> - <string name="list_camera_esc_a">Esc+A</string> - <!-- Selection to indicate pressing the Camera button should send nothing at all. --> - <string name="list_camera_none">无</string> - - <!-- Name for the backspace character --> - <string name="list_delkey_backspace">Backspace</string> - <!-- Name for the ASCII DEL character --> - <string name="list_delkey_del">删除</string> - - <string name="delete_message">确定要删除\'%1$s\'吗?</string> - <string name="delete_pos">是,删除</string> - <string name="delete_neg">取消</string> - - <!-- Button to agree to license terms. --> - <string name="wizard_agree">同意</string> - <!-- Button to go to the next page in the first time start-up wizard. --> - <string name="wizard_next">下一页</string> - <!-- Button to go to the previous page in the first time start-up wizard. --> - <string name="wizard_back">返回</string> - - <string name="terminal_no_hosts_connected">当前没有已连接主机</string> - - <!-- Displayed in terminal when attempting to connect to a host. The first two - variables are host:port and the third is the protocol (e.g., SSH) --> - <string name="terminal_connecting">连接到 %1$s:%2$d,通过 %3$s</string> - - <!-- Displays the host key to the user in the terminal --> - <string name="terminal_sucess">验证主机 %1$s 键值: %2$s</string> - <string name="terminal_failed">主机验证失败</string> - - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_s2c_algorithm">服务器到客户端算法:%1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_c2s_algorithm">客户端到服务器算法:%1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_algorithm">使用算法:%1$s %2$s</string> - - <string name="terminal_auth">尝试验证</string> - - <string name="terminal_auth_pass">尝试进行用户口令认证</string> - <string name="terminal_auth_pass_fail">密码验证失败</string> - - <string name="terminal_auth_pubkey_any">尝试使用保存在内存中的公匙进行用户认证</string> - <string name="terminal_auth_pubkey_invalid">所选择的公钥无法使用,请在主机编辑中尝试重新选择</string> - <string name="terminal_auth_pubkey_specific">尝试进行与某个公匙相关的公匙用户认证</string> - <string name="terminal_auth_pubkey_fail">认证方法 publickey, 键值 %1$s 失败</string> - - <string name="terminal_auth_ki">尝试键盘交互式认证</string> - <string name="terminal_auth_ki_fail">键盘交互式认证失败</string> - - <string name="terminal_auth_fail">[你的主机不支持用户口令认证或键盘交互式认证]</string> - - <string name="terminal_no_session">因为主机的相关设置,不会启动会话。</string> - <string name="terminal_enable_portfoward">启用端口转发:%1$s</string> - - <string name="local_shell_unavailable">失败! 本地Shell在该手机上不可用</string> - - <!-- Text sent to the user to alert them that a Terminal Bell is received in a background session --> - <string name="notification_text">%1$s 需要你的注意</string> - - <!-- Dialog title when a new version of ConnectBot is detected. --> - <string name="upgrade">新版本</string> - <!-- Button selection to upgrade to the latest ConnectBot when one is available. --> - <string name="upgrade_pos">是,升级</string> - <!-- Button selection to skip upgrading to the latest ConnectBot when one is available. --> - <string name="upgrade_neg">暂时不</string> - - <!-- Preference selection for SSH Authentication Agent to never use pubkeys --> - <string name="no">不</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys "with confirmation" only --> - <string name="with_confirmation">已确认过</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys --> - <string name="yes">是</string> - - <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> - <string name="exceptions_submit_message">似乎ConnectBot在最后运行时出现异常. 请回报给ConnectBot开发者</string> - - <!-- Menu selection to reset colors to their defaults. --> - <string name="menu_colors_reset">重设</string> - - <!-- Displayed in the notification bar that connections are active --> - <string name="app_is_running">ConnectBot is running</string> - - <string name="color_red">红</string> - <string name="color_green">绿</string> - <string name="color_blue">蓝</string> - <string name="color_gray">灰</string> + <string name="app_desc">简单,强大,开源的ssh客户端</string> + <string name="service_desc">设置SSH连接并且装载公钥</string> + <string name="title_hosts_list">主机</string> + <string name="title_pubkey_list">公钥</string> + <string name="title_port_forwards_list">端口重定向</string> + <string name="title_host_editor">编辑主机</string> + <string name="title_help">帮助</string> + <string name="title_colors">颜色</string> + <string name="resolve_connect">连接</string> + <string name="resolve_entropy">收集用户熵</string> + <string name="menu_insert">添加主机</string> + <string name="menu_delete">删除主机</string> + <string name="menu_preferences">设置</string> + <string name="help_intro">请在下面主题中选择一个以查看更多内容</string> + <string name="help_about">关于ConnectBot</string> + <string name="help_keyboard">键盘</string> + <string name="pubkey_generate">产生</string> + <string name="pubkey_import">导入</string> + <string name="pubkey_delete">删除密钥</string> + <string name="pubkey_gather_entropy">正在收集用户熵</string> + <string name="pubkey_touch_prompt">触摸方框来收集随机数:%1$d%完成</string> + <string name="pubkey_touch_hint">由于密钥产生的时候需要随机数据,请在下面的方框中随便移动你的手指</string> + <string name="pubkey_generating">正在产生密钥配对</string> + <string name="pubkey_copy_private">复制私钥</string> + <string name="pubkey_copy_public">复制公钥</string> + <string name="pubkey_list_empty">点击菜单来创建\\不是导入密钥对</string> + <string name="pubkey_unknown_format">未知格式</string> + <string name="pubkey_change_password">改变密码</string> + <string name="pubkey_list_pick">从/sdcard获取</string> + <string name="pubkey_import_parse_problem">导入私钥的时候出现问题</string> + <string name="pubkey_unlock">未锁定key</string> + <string name="pubkey_failed_add">验证失败,错误的的密钥密码「%1$s」</string> + <string name="pubkey_memory_load">载入内存中</string> + <string name="pubkey_memory_unload">从内存中移除</string> + <string name="pubkey_load_on_start">在启动的时候载入密钥</string> + <string name="pubkey_confirm_use">使用前确认</string> + <string name="portforward_list_empty">点击「菜单」来创建端口转发</string> + <string name="portforward_edit">编辑端口转发</string> + <string name="portforward_delete">删除端口转发</string> + <string name="prompt_nickname">昵称:</string> + <string name="prompt_nickname_hint_pubkey">我的工作密钥</string> + <string name="prompt_source_port">源端口:</string> + <string name="prompt_destination">目标端口:</string> + <string name="prompt_old_password">旧密码:</string> + <string name="prompt_password">密码:</string> + <string name="prompt_again">再输入一遍密码</string> + <string name="prompt_type">转发类型</string> + <string name="prompt_password_can_be_blank">密码不能为空</string> + <string name="prompt_bits">位数:</string> + <string name="prompt_pubkey_password">密钥「%1$s」的密码</string> + <string name="prompt_allow_agent_to_use_key">允许远程主机到\\ 不使用按键 %1$s?</string> + <string name="host_verification_failure_warning_header">警告:远程主机的标志已经改变</string> + <string name="host_verification_failure_warning">可能某人正在做非善意的事情\n可能有人正在偷听你的会话(中间人攻击)\n但也许仅仅是主密匙(host key)已被更改,你确信如此?</string> + <string name="prompt_host_disconnected">主机已经断开。\n是否关闭本次对话?</string> + <string name="prompt_continue_connecting">是否要继续连接?</string> + <string name="host_authenticity_warning">主机「%1$s」的验证无法建立</string> + <string name="host_fingerprint">主机 %1$s 密钥指纹是 %2$s</string> + <string name="alert_passwords_do_not_match_msg">密码不匹配!</string> + <string name="alert_wrong_password_msg">错误的密码!</string> + <string name="alert_key_corrupted_msg">私钥好像已经损坏!</string> + <string name="alert_sdcard_absent">没有插入SD卡!</string> + <string name="button_add">添加</string> + <string name="button_change">修改</string> + <string name="button_generate">生成密钥</string> + <string name="button_resize">缩放</string> + <string name="alert_disconnect_msg">连接中断</string> + <string name="msg_copyright">版权所有2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> + <string name="pref_emulation_category">模拟终端</string> + <string name="pref_emulation_title">仿真模式</string> + <string name="pref_emulation_summary">设置使用PTY连接时的终端模式</string> + <string name="pref_scrollback_title">回滚长度</string> + <string name="pref_scrollback_summary">在内存中为每个控制台保留的回滚缓存长度</string> + <string name="pref_ui_category">用户界面</string> + <string name="pref_rotation_title">循环模式</string> + <string name="pref_rotation_summary">当滑开或关闭键盘时如何调整屏幕朝向(水平或竖直)</string> + <string name="pref_fullscreen_title">全屏</string> + <string name="pref_fullscreen_summary">处于控制台时隐藏状态栏</string> + <string name="pref_memkeys_title">在内存中记录密钥</string> + <string name="pref_memkeys_summary">保存解锁密匙在内存中,直到后端服务停止为止</string> + <string name="pref_update_title">升级检查</string> + <string name="pref_update_summary">设置检查ConnectBot最新版本的最大频率</string> + <string name="pref_conn_persist_title">保持联机</string> + <string name="pref_conn_persist_summary">强制并保持连接在后台</string> + <string name="pref_keymode_title">目录快捷键</string> + <string name="pref_keymode_summary">选择如何使用 Alt 代表 /,Shift 代表 Tab</string> + <string name="pref_camera_title">摄像快捷键</string> + <string name="pref_camera_summary">选择当照相键按下时将要触发的快捷键</string> + <string name="pref_keepalive_title">保持屏幕唤醒</string> + <string name="pref_keepalive_summary">禁止屏幕睡眠当终端正在工作时</string> + <string name="pref_wifilock_title">保持WI-FI激活</string> + <string name="pref_wifilock_summary">禁止WiFi自动关闭当会话激活时</string> + <string name="pref_bumpyarrows_summary">振动当用轨迹球发出模拟方向键时; (对滞后连接特别有用)</string> + <string name="pref_bell_category">终端铃声</string> + <string name="pref_bell_title">响铃</string> + <string name="pref_bell_volume_title">铃声音量</string> + <string name="pref_bell_vibrate_title">振动同时响铃</string> + <string name="pref_bell_notification_title">背景通知</string> + <string name="pref_bell_notification_summary">当后台终端响铃时发出通知</string> + <string name="list_keymode_right">使用右边键盘</string> + <string name="list_keymode_left">使用左边键盘</string> + <string name="list_keymode_none">禁用</string> + <string name="list_pubkeyids_none">不使用密匙</string> + <string name="list_pubkeyids_any">使用解锁密匙</string> + <string name="list_update_daily">每日</string> + <string name="list_update_weekly">每周</string> + <string name="list_update_never">从不</string> + <string name="hostpref_nickname_title">昵称</string> + <string name="hostpref_color_title">颜色类型</string> + <string name="hostpref_fontsize_title">字型大小 (pt)</string> + <string name="hostpref_pubkeyid_title">使用公钥验证</string> + <string name="hostpref_authagent_title">使用 SSH 认证</string> + <string name="hostpref_postlogin_title">登入后动作</string> + <string name="hostpref_postlogin_summary">每次验证后在远端服务器上运行的命令</string> + <string name="hostpref_compression_title">压缩</string> + <string name="hostpref_compression_summary">此选项对低速网络会有帮助</string> + <string name="hostpref_wantsession_title">开始Shell会话</string> + <string name="hostpref_wantsession_summary">仅仅对端口转发禁用偏好设置</string> + <string name="hostpref_stayconnected_title">保持连接</string> + <string name="hostpref_stayconnected_summary">断线后自动重新连接到主机</string> + <string name="hostpref_delkey_title">DEL键</string> + <string name="hostpref_delkey_summary">当DEL按下时触发的按键</string> + <string name="hostpref_encoding_title">编码</string> + <string name="hostpref_encoding_summary">主机的字符编码</string> + <string name="hostpref_connection_category">连接设置</string> + <string name="hostpref_username_title">用户名</string> + <string name="hostpref_hostname_title">主机</string> + <string name="hostpref_port_title">端口</string> + <string name="bind_never">从未连接</string> + <string name="bind_minutes">已连接 %1$s 分钟</string> + <string name="bind_hours">已连接 %1$s 小时</string> + <string name="bind_days">已连接 %1$s 天</string> + <string name="console_copy_done">复制 %1$d 字节到剪贴板</string> + <string name="console_copy_start">滑动手指\n或使用轨迹球\n选择要复制的区域</string> + <string name="console_menu_close">关闭</string> + <string name="console_menu_copy">复制</string> + <string name="console_menu_paste">粘贴</string> + <string name="console_menu_portforwards">端口转发</string> + <string name="console_menu_resize">字体大小</string> + <string name="console_menu_urlscan">URL 地址扫描</string> + <string name="button_yes">是</string> + <string name="button_no">不</string> + <string name="portforward_local">本地</string> + <string name="portforward_remote">远端</string> + <string name="portforward_dynamic">动态套接字(SOCKS)</string> + <string name="portforward_pos">创建端口转发</string> + <string name="portforward_done">成功创建端口转发</string> + <string name="portforward_problem">创建端口转发发生故障,可能你选择的端口小于1024或该端口已经被使用?</string> + <string name="portforward_menu_add">添加端口转发</string> + <string name="hint_userhost">用户名\@主机名</string> + <string name="list_format_error">使用%1$s格式</string> + <string name="format_username">用户名</string> + <string name="format_hostname">主机名</string> + <string name="format_port">端口</string> + <string name="list_menu_pubkeys">管理公钥</string> + <string name="list_menu_sortcolor">使用颜色排序</string> + <string name="list_menu_sortname">按名字排序</string> + <string name="list_menu_settings">设置</string> + <string name="list_host_disconnect">断开连接</string> + <string name="list_host_edit">编辑主机</string> + <string name="list_host_portforwards">编辑端口转发</string> + <string name="list_host_delete">删除主机</string> + <string name="list_host_empty">使用下面的快速连接框连接主机</string> + <string name="list_rotation_default">默认</string> + <string name="list_rotation_land">强制横屏显示</string> + <string name="list_rotation_port">强制竖屏显示</string> + <string name="list_rotation_auto">自动</string> + <string name="list_camera_ctrlaspace">Ctrl+A 然后 Space</string> + <string name="list_camera_ctrla">Ctrl+A</string> + <string name="list_camera_esc">Esc 键</string> + <string name="list_camera_esc_a">Esc+A</string> + <string name="list_camera_none">无</string> + <string name="list_delkey_backspace">退格键</string> + <string name="list_delkey_del">删除</string> + <string name="delete_message">确定要删除\'%1$s\'吗?</string> + <string name="delete_pos">是,删除</string> + <string name="delete_neg">取消</string> + <string name="wizard_agree">同意</string> + <string name="wizard_next">下一页</string> + <string name="wizard_back">返回</string> + <string name="terminal_no_hosts_connected">当前没有已连接主机</string> + <string name="terminal_connecting">连接到 %1$s:%2$d,通过 %3$s</string> + <string name="terminal_sucess">验证主机 %1$s 键值: %2$s</string> + <string name="terminal_failed">主机验证失败</string> + <string name="terminal_using_s2c_algorithm">服务器到客户端算法:%1$s %2$s</string> + <string name="terminal_using_c2s_algorithm">客户端到服务器算法:%1$s %2$s</string> + <string name="terminal_using_algorithm">使用算法:%1$s %2$s</string> + <string name="terminal_auth">尝试验证</string> + <string name="terminal_auth_pass">尝试进行用户口令认证</string> + <string name="terminal_auth_pass_fail">密码验证失败</string> + <string name="terminal_auth_pubkey_any">尝试使用保存在内存中的公匙进行用户认证</string> + <string name="terminal_auth_pubkey_invalid">所选择的公钥无法使用,请在主机编辑中尝试重新选择</string> + <string name="terminal_auth_pubkey_specific">尝试进行与某个公匙相关的公匙用户认证</string> + <string name="terminal_auth_pubkey_fail">认证方法 publickey, 键值 %1$s 失败</string> + <string name="terminal_auth_ki">尝试键盘交互式认证</string> + <string name="terminal_auth_ki_fail">键盘交互式认证失败</string> + <string name="terminal_auth_fail">[你的主机不支持用户口令认证或键盘交互式认证]</string> + <string name="terminal_no_session">因为主机的相关设置,不会启动会话。</string> + <string name="terminal_enable_portfoward">启用端口转发:%1$s</string> + <string name="local_shell_unavailable">失败! 本地Shell在该手机上不可用</string> + <string name="notification_text">%1$s 需要你的注意</string> + <string name="upgrade">新版本</string> + <string name="upgrade_pos">是,升级</string> + <string name="upgrade_neg">暂时不</string> + <string name="no">不</string> + <string name="with_confirmation">已确认过</string> + <string name="yes">是</string> + <string name="exceptions_submit_message">似乎ConnectBot在最后运行时出现异常. 请回报给ConnectBot开发者</string> + <string name="menu_colors_reset">重设</string> + <string name="app_is_running">ConnectBot 正在运行</string> + <string name="color_red">红</string> + <string name="color_green">绿</string> + <string name="color_blue">蓝</string> + <string name="color_gray">灰</string> </resources> diff --git a/res/values-zh-rHK/strings.xml b/res/values-zh-rHK/strings.xml new file mode 100644 index 0000000..94edc23 --- /dev/null +++ b/res/values-zh-rHK/strings.xml @@ -0,0 +1,2 @@ +<?xml version='1.0' encoding='utf-8'?> +<resources/> diff --git a/res/values-zh-rTW/strings.xml b/res/values-zh-rTW/strings.xml index 6bb40ca..4f41a5d 100644 --- a/res/values-zh-rTW/strings.xml +++ b/res/values-zh-rTW/strings.xml @@ -1,461 +1,196 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * ConnectBot: simple, powerful, open-source SSH client for Android - * Copyright 2007 Kenny Root, Jeffrey Sharkey - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ ---> +<?xml version='1.0' encoding='utf-8'?> <resources> - <string name="app_desc">簡單,強大,開源的SSH客戶端</string> - - <!-- Window title for the Host List --> - <string name="title_hosts_list">主機</string> - <!-- Window title for the Pubkeys List --> - <string name="title_pubkey_list">公鑰</string> - <!-- Window title for the Port Forwards List --> - <string name="title_port_forwards_list">端口映射</string> - <!-- Window title when editing host details --> - <string name="title_host_editor">編輯主機</string> - <!-- Window title for Help index --> - <string name="title_help">幫助</string> - <!-- Window title for color list editing screen --> - <string name="title_colors">顏色</string> - - <string name="resolve_connect">連接</string> - <!-- Menu selection where user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="resolve_entropy">收集用戶熵</string> - - <string name="menu_insert">添加主機</string> - <string name="menu_delete">刪除主機</string> - <string name="menu_preferences">設置</string> - - <string name="help_intro">請在下面主題中選擇一個以查看更多內容。</string> - <string name="help_about">關於ConnectBot</string> - <string name="help_keyboard">鍵盤</string> - - <string name="pubkey_generate">產生</string> - <string name="pubkey_import">導入</string> - <string name="pubkey_delete">刪除密鑰</string> - <!-- Dialog title when user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="pubkey_gather_entropy">正在收集用戶熵</string> - <string name="pubkey_touch_prompt">觸摸方框來收集隨機數:%1$d%完成</string> - <string name="pubkey_touch_hint">由於密鑰產生的時候需要隨機數據,請在下面的方框中隨便移動你的手指</string> - <string name="pubkey_generating">正在產生密鑰配對</string> - <string name="pubkey_copy_private">複製私鑰</string> - <string name="pubkey_copy_public">複製公鑰</string> - <!-- Note that the '\n' just splits lines, so it's actually "create or import" --> - <string name="pubkey_list_empty">按「菜單」鍵創建或導入密鑰。</string> - <string name="pubkey_unknown_format">未知格式</string> - <string name="pubkey_change_password">更改密碼</string> - <string name="pubkey_list_pick">從/sdcard獲取</string> - <string name="pubkey_import_parse_problem">導入私鑰的時候出現問題</string> - <string name="pubkey_unlock">未鎖定私鑰</string> - <string name="pubkey_failed_add">驗證失敗,錯誤的的密鑰密碼「%1$s」</string> - <string name="pubkey_memory_load">載入內存中</string> - <string name="pubkey_memory_unload">從內存中移除</string> - <string name="pubkey_load_on_start">在啟動的時候載入密鑰</string> - <!-- Pubkey preference asking user whether the key use should be confirmed via prompt before it can be used for authentication --> - <string name="pubkey_confirm_use">使用前確認</string> - - <!-- Note that the '\n' splits lines, so it's actually "create port forwards" --> - <string name="portforward_list_empty">按「菜單」鍵建端口轉發</string> - <string name="portforward_edit">編輯端口轉發</string> - <string name="portforward_delete">刪除端口轉發</string> - - <string name="prompt_nickname">暱稱:</string> - <!-- An example string that could be used as a nickname for a pubkey. --> - <string name="prompt_nickname_hint_pubkey">我的工作密鑰</string> - <!-- The source TCP port for port forwards. --> - <string name="prompt_source_port">源端口:</string> - <!-- The "host:port" combination used for port forward destinations. --> - <string name="prompt_destination">目標端口:</string> - <string name="prompt_old_password">舊密碼</string> - <string name="prompt_password">密碼:</string> - <!-- Added after a "Password:" prompt to indicate user needs to confirm entry. --> - <string name="prompt_again">(再輸入一遍密碼)</string> - <!-- Label for the user to select port forward type. --> - <string name="prompt_type">轉發類型:</string> - <string name="prompt_password_can_be_blank">密碼可以為空</string> - <!-- Prompt for the size of the private key in bits. --> - <string name="prompt_bits">位數:</string> - - <!-- Prompt for the password to unlock a certain pubkey. --> - <string name="prompt_pubkey_password">密鑰「%1$s」的密碼</string> - - <!-- Prompt for whether to allow SSH Authentication Agent to use the specified key. Note that the '\n' means split the line so it's actually "host to use key" --> - <string name="prompt_allow_agent_to_use_key">Allow remote host to\nuse key \'%1$s\'?</string> - - <!-- The header of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning_header">警告:遠程主機的標誌已經改變</string> - <!-- The body of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning">可能某人正在做非善意的事情\n可能有人正在偷聽你的會話(中間人攻擊)\n但也許僅僅是主密匙(host key)已被更改,你確信如此?</string> - - <!-- Prompt user gets when the remote host has disconnected unexpectedly. --> - <string name="prompt_host_disconnected">主機已經斷開。\n是否關閉本次對話?</string> - <!-- Prompt user must answer yes or no to when the remote host fails verification of encryption fingerprint --> - <string name="prompt_continue_connecting">是否要繼續連接?</string> - - <!-- Sent to user when the remote public encryption key fingerprint doesn't match the local database --> - <string name="host_authenticity_warning">主機「%1$s」的驗證無法建立</string> - <!-- First field is encryption algorithm. Second is the actual fingerprint in hex digits --> - <string name="host_fingerprint">主機 %1$s 密鑰指紋是 %2$s</string> - - <string name="alert_passwords_do_not_match_msg">密碼不匹配!</string> - <string name="alert_wrong_password_msg">錯誤的密碼!</string> - <string name="alert_key_corrupted_msg">私鑰好像已經損壞!</string> - <string name="alert_sdcard_absent">沒有插入SD卡!</string> - - <!-- Add a new item (e.g., host or pubkey) to the list. --> - <string name="button_add">添加</string> - <!-- Change an existing item's (e.g., host or pubkey) details. --> - <string name="button_change">修改</string> - <!-- Button that begins the generation of a public key pair. --> - <string name="button_generate">生成密鑰</string> - <!-- Button that resizes the screen to the user-specified dimensions. --> - <string name="button_resize">調整大小</string> - - <string name="alert_disconnect_msg">連接中斷</string> - - <string name="msg_copyright">版權所有2007-2008 Kenny Root http://the-b.org/ , Jeffrey Sharkey http://jsharkey.org/</string> - - <!-- The category title for terminal emulation preferences. --> - <string name="pref_emulation_category">模擬終端</string> - - <!-- Name for the emulation terminal type preference. --> - <string name="pref_emulation_title">終端機類型</string> - <!-- Description of the emulation terminal type preference. --> - <string name="pref_emulation_summary">設置使用PTY連接時的終端模式</string> - - <!-- Name for the scrollback size preference --> - <string name="pref_scrollback_title">回溯存儲大小</string> - <!-- Description of the scrollback size preference --> - <string name="pref_scrollback_summary">在內存中為每個控制台保留的回滾緩存長度</string> - - <!-- The category title for user interface preferences --> - <string name="pref_ui_category">用戶界面</string> - - <!-- Name for the rotation mode preference --> - <string name="pref_rotation_title">行為的輪換</string> - <!-- Summary for the rotation mode preference --> - <string name="pref_rotation_summary">How to change rotation when keyboard popped in/out</string> - - <!-- Name for the full screen preference --> - <string name="pref_fullscreen_title">全屏</string> - <!-- Summary for the full screen preference --> - <string name="pref_fullscreen_summary">處於控制台時隱藏狀態欄</string> - - <!-- Name for the memorize keys preference --> - <string name="pref_memkeys_title">在內存中記錄密鑰</string> - <!-- Summary for the memorize keys preference --> - <string name="pref_memkeys_summary">保存解鎖密匙在內存中,直到後端服務停止為止</string> - - <!-- Name for the update check preference --> - <string name="pref_update_title">頻率檢查更新</string> - <!-- Summary for the update check preference --> - <string name="pref_update_summary">最大頻率檢查ConnectBot更新</string> - - <!-- Name for the preference that forces the service to stay running in the background.--> - <string name="pref_conn_persist_title">保持聯機</string> - <!-- Summary for the preference that forces the service to stay running in the background. --> - <string name="pref_conn_persist_summary">強制並保持連接在後台</string> - - <!-- Name for the keyboard shortcuts preference --> - <string name="pref_keymode_title">目錄快捷鍵</string> - <!-- Summary for the keyboard shortcuts preference --> - <string name="pref_keymode_summary">Select how to use Alt for \'/\' and Shift for Tab</string> - - <!-- Name for the camera shortcut usage preference --> - <string name="pref_camera_title">攝像快捷鍵</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_camera_summary">選擇當照相鍵按下時將要觸發的快捷鍵</string> - - <!-- Name for the keep screen on preference --> - <string name="pref_keepalive_title">保持清醒屏幕</string> - <!-- Summary for the camera shortcut usage preference --> - <string name="pref_keepalive_summary">禁止屏幕睡眠當終端正在工作時</string> - - <!-- Name for the Wi-Fi lock preference --> - <string name="pref_wifilock_title">保持Wi-Fi激活</string> - <!-- Summary for the Wi-Fi lock preference --> - <string name="pref_wifilock_summary">禁止WiFi自動關閉當會話激活時</string> - - <!-- Name for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_title">觸覺方向鍵</string> - <!-- Summary for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_summary">振動當用軌跡球發出模擬方曏鍵時; 對滯後連接特別有用</string> - - <!-- Category title for the Terminal Bell preferences --> - <string name="pref_bell_category">終端鈴聲</string> - - <!-- Checkbox preference title for the audible terminal bell feature --> - <string name="pref_bell_title">響鈴</string> - - <!-- Title for the slider preference to set the volume --> - <string name="pref_bell_volume_title">鈴聲音量</string> - - <!-- Checkbox preference title for the vibrate on terminal bell feature --> - <string name="pref_bell_vibrate_title">振動同時響鈴</string> - - <!-- Checkbox preference title for the receive notifications on terminal bell feature --> - <string name="pref_bell_notification_title">背景通知</string> - <!-- Brief summary of the feature that is enabled when the checkbox preference for the receive notifications on terminal bell feature is checked --> - <string name="pref_bell_notification_summary">當後台終端響鈴時發出通知</string> - - <!-- Preference selection to indicate use of right side of keyboard for special shortcuts. --> - <string name="list_keymode_right">使用右側按鍵</string> - <!-- Preference selection to indicate use of left side of keyboard for special shortcuts. --> - <string name="list_keymode_left">使用左側按鍵</string> - <!-- Preference selection to indicate never to use special shortcut keys. --> - <string name="list_keymode_none">禁用</string> - - <!-- Preference to not use pubkeys to authenticate to this host. --> - <string name="list_pubkeyids_none">不使用密匙</string> - <!-- Preference to use any pubkey to authenticate to this host. --> - <string name="list_pubkeyids_any">使用解鎖密匙</string> - - <!-- Frequency for which to check for program updates. --> - <string name="list_update_daily">每天</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_weekly">每週</string> - <!-- Frequency for which to check for program updates. --> - <string name="list_update_never">永不</string> - - <!-- Host nickname field preference title --> - <string name="hostpref_nickname_title">昵稱</string> - - <!-- Host color category preference title --> - <string name="hostpref_color_title">顏色類型</string> - - <!-- Host's default font size when opening the terminal in points (pt) --> - <string name="hostpref_fontsize_title">字型大小 (pt)</string> - - <!-- Host pubkey usage preference title --> - <string name="hostpref_pubkeyid_title">使用公鑰驗證</string> - - <!-- Preference title for the SSH Authentication Agent Forwarding for a host connection --> - <string name="hostpref_authagent_title">使用 SSH 認證</string> - - <!-- Host post-login automation preference title --> - <string name="hostpref_postlogin_title">Post-login automation</string> - <!-- Host post-login automation preference summary --> - <string name="hostpref_postlogin_summary">每次驗證後在遠端服務器上運行的命令</string> - - <!-- Host compression preference title --> - <string name="hostpref_compression_title">壓縮</string> - <!-- Summary for compression preference --> - <string name="hostpref_compression_summary">此選項對低速網絡會有幫助</string> - - <!-- Setting for whether we want a session to start up when we connect to a host --> - <string name="hostpref_wantsession_title">開始Shell會話</string> - <!-- Summary for field asking whether a shell session should be started up upon connection or not --> - <string name="hostpref_wantsession_summary">僅僅對端口轉發禁用偏好設置</string> - - <!-- Setting for whether the host should be reconnected to automatically upon disconnect --> - <string name="hostpref_stayconnected_title">保持連接</string> - <!-- Summary for preference asking whether the host should be reconnected to when it disconnects --> - <string name="hostpref_stayconnected_summary">斷線後自動重新連接到主機</string> - - <!-- Setting for what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_title">DEL鍵</string> - <!-- Summary for field asking what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_summary">當DEL按下時觸發的按鍵</string> - - <!-- Host character encoding preference title --> - <string name="hostpref_encoding_title">編碼</string> - <!-- Host character encoding preference summary --> - <string name="hostpref_encoding_summary">主機的字符編碼</string> - - <!-- Host preference category title for connection settings --> - <string name="hostpref_connection_category">連接設置</string> - - <!-- Username field title for host editor preference --> - <string name="hostpref_username_title">用戶名</string> - - <!-- Hostname field title for host editor preference --> - <string name="hostpref_hostname_title">主機</string> - - <!-- Port field title for host editor preference --> - <string name="hostpref_port_title">端口</string> - - <!-- Displayed to indicate a host has never been connected to. --> - <string name="bind_never">從未連接</string> - <!-- The time that has elapsed since a host was connected to when it has been less than an hour. --> - <string name="bind_minutes">已連接 %1$s 分鐘</string> - <!-- The time that has elapsed since a host was connected to when it has been less than a day. --> - <string name="bind_hours">已連接 %1$s 小時</string> - <!-- The time that has elapsed since a host was connected to when it has been a day or more. --> - <string name="bind_days">已連接 %1$s 天</string> - - <!-- Message given when user copies from the terminal. --> - <string name="console_copy_done">復制 %1$d 字節到剪貼板</string> - <!-- Instructions for how to copy from the terminal. The '\n' entries are to split lines to improve readability and prevent wrapping off the screen. --> - <string name="console_copy_start">滑動手指\n或使用軌跡球\n選擇要復制的區域</string> - - <!-- Button to close the disconnected terminal window. --> - <string name="console_menu_close">關閉</string> - <!-- Button to begin copying from the terminal to the clipboard. --> - <string name="console_menu_copy">復制</string> - <!-- Button to paste from the clipboard to the terminal. --> - <string name="console_menu_paste">粘貼</string> - <!-- Button that brings user to the Port Forwards List. --> - <string name="console_menu_portforwards">端口轉發</string> - <!-- Button that brings user to the terminal resizing dialog where they can force a size. --> - <string name="console_menu_resize">字體大小</string> - <!-- Button that brings up the list of URLs on the current screen --> - <string name="console_menu_urlscan">URL 地址掃描</string> - - <!-- Selection for a "local" port forward. E.g., connections to a port listening locally is forwarded to the remote end's listening port. --> - <string name="portforward_local">本地</string> - <!-- Selection for a "remote" port forward. E.g., connections to a port listening remotely is forwarded to the local end's listening port. --> - <string name="portforward_remote">遠端</string> - <!-- Selection for a "dynamic" port forward. E.g., connections to a port listening locally is forwarded based on the SOCKS protocol to an arbitrary remote host and port. --> - <string name="portforward_dynamic">動態套接字(SOCKS)</string> - <!-- Button that commits the port forward to be made from the Port Forward Creation dialog. --> - <string name="portforward_pos">創建端口轉發</string> - - <string name="portforward_done">成功創建端口轉發</string> - <string name="portforward_problem">Problem creating port forward, maybe you\'re using ports under 1024 or port is already used?</string> - - <string name="portforward_menu_add">添加端口轉發</string> - - <!-- The string to present in the quick-connect box to hint the user to the format for connecting to hosts. --> - <string name="hint_userhost">用戶名@主機名</string> - - <!-- Hint given to user when the format they're using is incorrect in the quick-connect box. --> - <string name="list_format_error">使用"%1$s"格式</string> - - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_username">用戶名</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_hostname">主機名</string> - <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_port">端口</string> - - <string name="list_menu_pubkeys">管理公鑰</string> - <!-- Selection choice to sort hosts by color. --> - <string name="list_menu_sortcolor">使用顏色排序</string> - <!-- Selection choice to sort hosts by nickname. --> - <string name="list_menu_sortname">按名字排序</string> - <string name="list_menu_settings">設置</string> - - <string name="list_host_disconnect">斷開連接</string> - <string name="list_host_edit">編輯主機</string> - <string name="list_host_portforwards">編輯端口轉發</string> - <string name="list_host_delete">刪除主機</string> - <!-- Note that the '\n' splits the lines so it's actually "quick-connect box below to connect" --> - <string name="list_host_empty">使用下面的快速連接框連接主機</string> - - <!-- Default screen rotation preference selection --> - <string name="list_rotation_default">默認</string> - <string name="list_rotation_land">強制橫屏顯示</string> - <string name="list_rotation_port">強制竪屏顯示</string> - <!-- Selection to indicate the rotation should be selected automatically based on the tilt sensor. --> - <string name="list_rotation_auto">自動</string> - - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A then Space". --> - <string name="list_camera_ctrlaspace">Ctrl+A 然後 Space</string> - <!-- Selection to indicate pressing the Camera button should send "Ctrl+A". --> - <string name="list_camera_ctrla">Ctrl+A</string> - <!-- Selection to indicate pressing the Camera button should send the "Esc" key. --> - <string name="list_camera_esc">Esc</string> - <!-- Selection to indicate pressing the Camera button should send "Esc+A". --> - <string name="list_camera_esc_a">Esc+A</string> - <!-- Selection to indicate pressing the Camera button should send nothing at all. --> - <string name="list_camera_none">無</string> - - <!-- Name for the backspace character --> - <string name="list_delkey_backspace">Backspace</string> - <!-- Name for the ASCII DEL character --> - <string name="list_delkey_del">刪除</string> - - <string name="delete_message">Are you sure you want to delete \'%1$s\'?</string> - <string name="delete_pos">是,刪除</string> - <string name="delete_neg">取消</string> - - <!-- Button to agree to license terms. --> - <string name="wizard_agree">同意</string> - <!-- Button to go to the next page in the first time start-up wizard. --> - <string name="wizard_next">下一頁</string> - <!-- Button to go to the previous page in the first time start-up wizard. --> - <string name="wizard_back">返回</string> - - <string name="terminal_no_hosts_connected">當前沒有已連接主機</string> - - <!-- Displayed in terminal when attempting to connect to a host. The first two - variables are host:port and the third is the protocol (e.g., SSH) --> - <string name="terminal_connecting">連接到 %1$s:%2$d,通過 %3$s</string> - - <!-- Displays the host key to the user in the terminal --> - <string name="terminal_sucess">Verified host \'%1$s\' key: %2$s</string> - <string name="terminal_failed">主機驗證失敗</string> - - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_s2c_algorithm">服務器到客戶端算法:%1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_c2s_algorithm">客戶端到服務器算法:%1$s %2$s</string> - <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_algorithm">使用算法:%1$s %2$s</string> - - <string name="terminal_auth">嘗試驗證</string> - - <string name="terminal_auth_pass">Attempting \'password\' authentication</string> - <string name="terminal_auth_pass_fail">Authentication method \'password\' failed</string> - - <string name="terminal_auth_pubkey_any">Attempting \'publickey\' authentication with any in-memory public keys</string> - <string name="terminal_auth_pubkey_invalid">所選擇的公鑰無法使用,請在主機編輯中嘗試重新選擇</string> - <string name="terminal_auth_pubkey_specific">Attempting \'publickey\' authentication with a specific public key</string> - <string name="terminal_auth_pubkey_fail">Authentication method \'publickey\' with key \'%1$s\' failed</string> - - <string name="terminal_auth_ki">Attempting \'keyboard-interactive\' authentication</string> - <string name="terminal_auth_ki_fail">Authentication method \'keyboard-interactive\' failed</string> - - <string name="terminal_auth_fail">[Your host doesn\'t support \'password\' or \'keyboard-interactive\' authentication.]</string> - - <string name="terminal_no_session">因為主機的相關設置,不會啓動會話。</string> - <string name="terminal_enable_portfoward">啓用端口轉發:%1$s</string> - - <string name="local_shell_unavailable">失敗! 本地Shell在該手機上不可用</string> - - <!-- Text sent to the user to alert them that a Terminal Bell is received in a background session --> - <string name="notification_text">%1$s 需要你的註意</string> - - <!-- Dialog title when a new version of ConnectBot is detected. --> - <string name="upgrade">新版本</string> - <!-- Button selection to upgrade to the latest ConnectBot when one is available. --> - <string name="upgrade_pos">是,昇級</string> - <!-- Button selection to skip upgrading to the latest ConnectBot when one is available. --> - <string name="upgrade_neg">暫時不</string> - - <!-- Preference selection for SSH Authentication Agent to never use pubkeys --> - <string name="no">不</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys "with confirmation" only --> - <string name="with_confirmation">已確認過</string> - <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys --> - <string name="yes">是</string> - - <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> - <string name="exceptions_submit_message">似乎ConnectBot在最後運行時出現異常. 請回報給ConnectBot開發者</string> - - <!-- Menu selection to reset colors to their defaults. --> - <string name="menu_colors_reset">重設</string> - - <!-- Displayed in the notification bar that connections are active --> - <string name="app_is_running">ConnectBot is running</string> - - <string name="color_red">紅</string> - <string name="color_green">綠</string> - <string name="color_blue">藍</string> - <string name="color_gray">灰</string> + <string name="app_desc">簡單,強大,開源的SSH客戶端</string> + <string name="title_hosts_list">主機列表</string> + <string name="title_pubkey_list">公鑰</string> + <string name="title_port_forwards_list">端口映射</string> + <string name="title_host_editor">編輯主機資訊</string> + <string name="title_help">輔助說明</string> + <string name="title_colors">顏色</string> + <string name="resolve_connect">連線</string> + <string name="resolve_entropy">收集用戶熵</string> + <string name="menu_insert">新增主機</string> + <string name="menu_delete">刪除主機</string> + <string name="menu_preferences">設定</string> + <string name="help_intro">請在下面主題中選擇一個以查看更多內容。</string> + <string name="help_about">關於ConnectBot</string> + <string name="help_keyboard">鍵盤</string> + <string name="pubkey_generate">產生</string> + <string name="pubkey_import">匯入</string> + <string name="pubkey_delete">刪除金鑰</string> + <string name="pubkey_gather_entropy">正在收集用戶熵</string> + <string name="pubkey_touch_prompt">觸摸方框來收集隨機數:%1$d%完成</string> + <string name="pubkey_touch_hint">由於密鑰產生的時候需要隨機數據,請在下面的方框中隨便移動你的手指</string> + <string name="pubkey_generating">正在產生密鑰配對</string> + <string name="pubkey_copy_private">複製私鑰</string> + <string name="pubkey_copy_public">複製公鑰</string> + <string name="pubkey_list_empty">按「菜單」鍵創建或導入密鑰。</string> + <string name="pubkey_unknown_format">未知格式</string> + <string name="pubkey_change_password">更改密碼</string> + <string name="pubkey_list_pick">從/sdcard獲取</string> + <string name="pubkey_import_parse_problem">導入私鑰的時候出現問題</string> + <string name="pubkey_unlock">未鎖定私鑰</string> + <string name="pubkey_failed_add">驗證失敗,錯誤的的密鑰密碼「%1$s」</string> + <string name="pubkey_memory_load">載入內存中</string> + <string name="pubkey_memory_unload">從內存中移除</string> + <string name="pubkey_load_on_start">在啟動的時候載入密鑰</string> + <string name="pubkey_confirm_use">使用前確認</string> + <string name="portforward_list_empty">按「菜單」鍵建端口轉發</string> + <string name="portforward_edit">編輯端口轉發</string> + <string name="portforward_delete">刪除端口轉發</string> + <string name="prompt_nickname">暱稱:</string> + <string name="prompt_nickname_hint_pubkey">我的工作密鑰</string> + <string name="prompt_source_port">源端口:</string> + <string name="prompt_destination">目標端口:</string> + <string name="prompt_old_password">舊密碼</string> + <string name="prompt_password">密碼:</string> + <string name="prompt_again">(再輸入一遍密碼)</string> + <string name="prompt_type">轉發類型:</string> + <string name="prompt_password_can_be_blank">密碼可以為空</string> + <string name="prompt_bits">位數:</string> + <string name="prompt_pubkey_password">密鑰「%1$s」的密碼</string> + <string name="host_verification_failure_warning_header">警告:遠程主機的標誌已經改變</string> + <string name="host_verification_failure_warning">可能某人正在做非善意的事情\n可能有人正在偷聽你的會話(中間人攻擊)\n但也許僅僅是主密匙(host key)已被更改,你確信如此?</string> + <string name="prompt_host_disconnected">主機已經斷開。\n是否關閉本次對話?</string> + <string name="prompt_continue_connecting">是否要繼續連接?</string> + <string name="host_authenticity_warning">主機「%1$s」的驗證無法建立</string> + <string name="host_fingerprint">主機 %1$s 密鑰指紋是 %2$s</string> + <string name="alert_passwords_do_not_match_msg">密碼不匹配!</string> + <string name="alert_wrong_password_msg">錯誤的密碼!</string> + <string name="alert_key_corrupted_msg">私鑰好像已經損壞!</string> + <string name="alert_sdcard_absent">沒有插入SD卡!</string> + <string name="button_add">添加</string> + <string name="button_change">修改</string> + <string name="button_generate">生成密鑰</string> + <string name="button_resize">調整大小</string> + <string name="alert_disconnect_msg">連接中斷</string> + <string name="msg_copyright">版權所有2007-2008 Kenny Root http://the-b.org/ , Jeffrey Sharkey http://jsharkey.org/</string> + <string name="pref_emulation_category">模擬終端</string> + <string name="pref_emulation_title">終端機類型</string> + <string name="pref_emulation_summary">設置使用PTY連接時的終端模式</string> + <string name="pref_scrollback_title">回溯存儲大小</string> + <string name="pref_scrollback_summary">在內存中為每個控制台保留的回滾緩存長度</string> + <string name="pref_ui_category">用戶界面</string> + <string name="pref_rotation_title">行為的輪換</string> + <string name="pref_fullscreen_title">全屏</string> + <string name="pref_fullscreen_summary">處於控制台時隱藏狀態欄</string> + <string name="pref_memkeys_title">在內存中記錄密鑰</string> + <string name="pref_memkeys_summary">保存解鎖密匙在內存中,直到後端服務停止為止</string> + <string name="pref_update_title">頻率檢查更新</string> + <string name="pref_update_summary">最大頻率檢查ConnectBot更新</string> + <string name="pref_conn_persist_title">保持聯機</string> + <string name="pref_conn_persist_summary">強制並保持連接在後台</string> + <string name="pref_keymode_title">目錄快捷鍵</string> + <string name="pref_camera_title">攝像快捷鍵</string> + <string name="pref_camera_summary">選擇當照相鍵按下時將要觸發的快捷鍵</string> + <string name="pref_keepalive_title">保持清醒屏幕</string> + <string name="pref_keepalive_summary">禁止屏幕睡眠當終端正在工作時</string> + <string name="pref_wifilock_title">保持Wi-Fi激活</string> + <string name="pref_wifilock_summary">禁止WiFi自動關閉當會話激活時</string> + <string name="pref_bumpyarrows_title">觸覺方向鍵</string> + <string name="pref_bumpyarrows_summary">振動當用軌跡球發出模擬方曏鍵時; 對滯後連接特別有用</string> + <string name="pref_bell_category">終端鈴聲</string> + <string name="pref_bell_title">響鈴</string> + <string name="pref_bell_volume_title">鈴聲音量</string> + <string name="pref_bell_vibrate_title">振動同時響鈴</string> + <string name="pref_bell_notification_title">背景通知</string> + <string name="pref_bell_notification_summary">當後台終端響鈴時發出通知</string> + <string name="list_keymode_right">使用右側按鍵</string> + <string name="list_keymode_left">使用左側按鍵</string> + <string name="list_keymode_none">禁用</string> + <string name="list_pubkeyids_none">不使用密匙</string> + <string name="list_pubkeyids_any">使用解鎖密匙</string> + <string name="list_update_daily">每天</string> + <string name="list_update_weekly">每週</string> + <string name="list_update_never">永不</string> + <string name="hostpref_nickname_title">昵稱</string> + <string name="hostpref_color_title">顏色類型</string> + <string name="hostpref_fontsize_title">字型大小 (pt)</string> + <string name="hostpref_pubkeyid_title">使用公鑰驗證</string> + <string name="hostpref_authagent_title">使用 SSH 認證</string> + <string name="hostpref_postlogin_summary">每次驗證後在遠端服務器上運行的命令</string> + <string name="hostpref_compression_title">壓縮</string> + <string name="hostpref_compression_summary">此選項對低速網絡會有幫助</string> + <string name="hostpref_wantsession_title">開始Shell會話</string> + <string name="hostpref_wantsession_summary">僅僅對端口轉發禁用偏好設置</string> + <string name="hostpref_stayconnected_title">保持連接</string> + <string name="hostpref_stayconnected_summary">斷線後自動重新連接到主機</string> + <string name="hostpref_delkey_title">DEL鍵</string> + <string name="hostpref_delkey_summary">當DEL按下時觸發的按鍵</string> + <string name="hostpref_encoding_title">編碼</string> + <string name="hostpref_encoding_summary">主機的字符編碼</string> + <string name="hostpref_connection_category">連接設置</string> + <string name="hostpref_username_title">用戶名</string> + <string name="hostpref_hostname_title">主機</string> + <string name="hostpref_port_title">端口</string> + <string name="bind_never">從未連接</string> + <string name="bind_minutes">已連接 %1$s 分鐘</string> + <string name="bind_hours">已連接 %1$s 小時</string> + <string name="bind_days">已連接 %1$s 天</string> + <string name="console_copy_done">復制 %1$d 字節到剪貼板</string> + <string name="console_copy_start">滑動手指\n或使用軌跡球\n選擇要復制的區域</string> + <string name="console_menu_close">關閉</string> + <string name="console_menu_copy">復制</string> + <string name="console_menu_paste">粘貼</string> + <string name="console_menu_portforwards">端口轉發</string> + <string name="console_menu_resize">字體大小</string> + <string name="console_menu_urlscan">URL 地址掃描</string> + <string name="button_yes">是</string> + <string name="button_no">不</string> + <string name="portforward_local">本地</string> + <string name="portforward_remote">遠端</string> + <string name="portforward_dynamic">動態套接字(SOCKS)</string> + <string name="portforward_pos">創建端口轉發</string> + <string name="portforward_done">成功創建端口轉發</string> + <string name="portforward_menu_add">添加端口轉發</string> + <string name="hint_userhost">用戶名\@主機名</string> + <string name="list_format_error">使用%1$s格式</string> + <string name="format_username">用戶名</string> + <string name="format_hostname">主機名</string> + <string name="format_port">端口</string> + <string name="list_menu_pubkeys">管理公鑰</string> + <string name="list_menu_sortcolor">使用顏色排序</string> + <string name="list_menu_sortname">按名字排序</string> + <string name="list_menu_settings">設置</string> + <string name="list_host_disconnect">斷開連接</string> + <string name="list_host_edit">編輯主機</string> + <string name="list_host_portforwards">編輯端口轉發</string> + <string name="list_host_delete">刪除主機</string> + <string name="list_host_empty">使用下面的快速連接框連接主機</string> + <string name="list_rotation_default">默認</string> + <string name="list_rotation_land">強制橫屏顯示</string> + <string name="list_rotation_port">強制竪屏顯示</string> + <string name="list_rotation_auto">自動</string> + <string name="list_camera_ctrlaspace">Ctrl+A 然後 Space</string> + <string name="list_camera_none">無</string> + <string name="list_delkey_del">刪除</string> + <string name="delete_pos">是,刪除</string> + <string name="delete_neg">取消</string> + <string name="wizard_agree">同意</string> + <string name="wizard_next">下一頁</string> + <string name="wizard_back">返回</string> + <string name="terminal_no_hosts_connected">當前沒有已連接主機</string> + <string name="terminal_connecting">連接到 %1$s:%2$d,通過 %3$s</string> + <string name="terminal_failed">主機驗證失敗</string> + <string name="terminal_using_s2c_algorithm">服務器到客戶端算法:%1$s %2$s</string> + <string name="terminal_using_c2s_algorithm">客戶端到服務器算法:%1$s %2$s</string> + <string name="terminal_using_algorithm">使用算法:%1$s %2$s</string> + <string name="terminal_auth">嘗試驗證</string> + <string name="terminal_auth_pubkey_invalid">所選擇的公鑰無法使用,請在主機編輯中嘗試重新選擇</string> + <string name="terminal_no_session">因為主機的相關設置,不會啓動會話。</string> + <string name="terminal_enable_portfoward">啓用端口轉發:%1$s</string> + <string name="local_shell_unavailable">失敗! 本地Shell在該手機上不可用</string> + <string name="notification_text">%1$s 需要你的註意</string> + <string name="upgrade">新版本</string> + <string name="upgrade_pos">是,昇級</string> + <string name="upgrade_neg">暫時不</string> + <string name="no">不</string> + <string name="with_confirmation">已確認過</string> + <string name="yes">是</string> + <string name="exceptions_submit_message">似乎ConnectBot在最後運行時出現異常. 請回報給ConnectBot開發者</string> + <string name="menu_colors_reset">重設</string> + <string name="color_red">紅</string> + <string name="color_green">綠</string> + <string name="color_blue">藍</string> + <string name="color_gray">灰</string> </resources> diff --git a/res/values/arrays.xml b/res/values/arrays.xml index cae8121..c9090ea 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -17,9 +17,8 @@ * limitations under the License. */ --> -<resources> - - <string-array name="list_emulation_modes"> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="list_emulation_modes" translatable="false"> <item>xterm-color</item> <item>xterm-256color</item> <item>xterm</item> @@ -28,21 +27,21 @@ <item>screen</item> </string-array> - <string-array name="list_rotation"> + <string-array name="list_rotation" translatable="false"> <item>@string/list_rotation_default</item> <item>@string/list_rotation_land</item> <item>@string/list_rotation_port</item> <item>@string/list_rotation_auto</item> </string-array> - <string-array name="list_rotation_values"> + <string-array name="list_rotation_values" translatable="false"> <item>Default</item> <item>Force landscape</item> <item>Force portrait</item> <item>Automatic</item> </string-array> - <string-array name="list_camera"> + <string-array name="list_camera" translatable="false"> <item>@string/list_camera_ctrlaspace</item> <item>@string/list_camera_ctrla</item> <item>@string/list_camera_esc</item> @@ -50,7 +49,7 @@ <item>@string/list_camera_none</item> </string-array> - <string-array name="list_camera_values"> + <string-array name="list_camera_values" translatable="false"> <item>Ctrl+A then Space</item> <item>Ctrl+A</item> <item>Esc</item> @@ -58,84 +57,84 @@ <item>None</item> </string-array> - <string-array name="list_colors"> + <string-array name="list_colors" translatable="false"> <item>@string/color_red</item> <item>@string/color_green</item> <item>@string/color_blue</item> <item>@string/color_gray</item> </string-array> - <string-array name="list_color_values"> + <string-array name="list_color_values" translatable="false"> <item>red</item> <item>green</item> <item>blue</item> <item>gray</item> </string-array> - <string-array name="list_update"> + <string-array name="list_update" translatable="false"> <item>@string/list_update_daily</item> <item>@string/list_update_weekly</item> <item>@string/list_update_never</item> </string-array> - <string-array name="list_update_values"> + <string-array name="list_update_values" translatable="false"> <item>Daily</item> <item>Weekly</item> <item>Never</item> </string-array> - <string-array name="list_keymode"> + <string-array name="list_keymode" translatable="false"> <item>@string/list_keymode_right</item> <item>@string/list_keymode_left</item> <item>@string/list_keymode_none</item> </string-array> - <string-array name="list_keymode_values"> + <string-array name="list_keymode_values" translatable="false"> <item>Use right-side keys</item> <item>Use left-side keys</item> <item>none</item> </string-array> - <string-array name="list_pubkeyids"> + <string-array name="list_pubkeyids" translatable="false"> <item>@string/list_pubkeyids_none</item> <item>@string/list_pubkeyids_any</item> </string-array> - <string-array name="list_pubkeyids_value"> + <string-array name="list_pubkeyids_value" translatable="false"> <item>-2</item> <item>-1</item> </string-array> - <string-array name="list_authagent"> + <string-array name="list_authagent" translatable="false"> <item>@string/no</item> <item>@string/with_confirmation</item> <item>@string/yes</item> </string-array> - <string-array name="list_authagent_values"> + <string-array name="list_authagent_values" translatable="false"> <item>no</item> <item>confirm</item> <item>yes</item> </string-array> - <string-array name="list_portforward_types"> + <string-array name="list_portforward_types" translatable="false"> <item>@string/portforward_local</item> <item>@string/portforward_remote</item> <item>@string/portforward_dynamic</item> </string-array> - <string-array name="list_wizard_topics"> + <string-array name="list_wizard_topics" translatable="false"> <item>Hints</item> <item>PhysicalKeyboard</item> <item>VirtualKeyboard</item> </string-array> - <string-array name="list_delkey"> + <string-array name="list_delkey" translatable="false"> <item>@string/list_delkey_del</item> <item>@string/list_delkey_backspace</item> </string-array> - <string-array name="list_delkey_values"> + <string-array name="list_delkey_values" translatable="false"> <item>del</item> <item>backspace</item> </string-array> diff --git a/res/values/notrans.xml b/res/values/notrans.xml index a7349d8..f28cffc 100644 --- a/res/values/notrans.xml +++ b/res/values/notrans.xml @@ -18,12 +18,12 @@ */ --> <resources> - <string name="app_name">ConnectBot</string> + <string name="app_name" translatable="false">ConnectBot</string> <!-- DO NOT MANUALLY UPDATE VERSION!!! Updating is update by the ant task "update-version" in build.xml --> - <string name="msg_version">ConnectBot (working copy)</string> + <string name="msg_version" translatable="false">ConnectBot (working copy)</string> - <string name="copyright_info">Before we get started, we need to get some legal information out of the way. ConnectBot is provided under the Apache License, Version 2.0 (the “License”). Here are a few key points:\n\nYou may not use this program except in compliance with the License. You may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.</string> + <string name="copyright_info" translatable="false">Before we get started, we need to get some legal information out of the way. ConnectBot is provided under the Apache License, Version 2.0 (the “License”). Here are a few key points:\n\nYou may not use this program except in compliance with the License. You may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.</string> </resources> diff --git a/res/values/strings.xml b/res/values/strings.xml index 49e88ac..591662d 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -18,445 +18,451 @@ */ --> -<resources> - <string name="app_desc">Simple, powerful, open-source SSH client.</string> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="app_desc">"Simple, powerful, open-source SSH client."</string> + <string name="service_desc">"Maintains SSH connections and loaded pubkeys"</string> <!-- Window title for the Host List --> - <string name="title_hosts_list">Hosts</string> + <string name="title_hosts_list">"Hosts"</string> <!-- Window title for the Pubkeys List --> - <string name="title_pubkey_list">Pubkeys</string> + <string name="title_pubkey_list">"Pubkeys"</string> <!-- Window title for the Port Forwards List --> - <string name="title_port_forwards_list">Port forwards</string> + <string name="title_port_forwards_list">"Port forwards"</string> <!-- Window title when editing host details --> - <string name="title_host_editor">Edit Host</string> + <string name="title_host_editor">"Edit Host"</string> <!-- Window title for Help index --> - <string name="title_help">Help</string> + <string name="title_help">"Help"</string> <!-- Window title for color list editing screen --> - <string name="title_colors">Colors</string> + <string name="title_colors">"Colors"</string> - <string name="resolve_connect">Connect</string> + <string name="resolve_connect">"Connect"</string> <!-- Menu selection where user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="resolve_entropy">Gather Entropy</string> + <string name="resolve_entropy">"Gather Entropy"</string> - <string name="menu_insert">Add Host</string> - <string name="menu_delete">Delete Host</string> - <string name="menu_preferences">Preferences</string> + <string name="menu_insert">"Add Host"</string> + <string name="menu_delete">"Delete Host"</string> + <string name="menu_preferences">"Preferences"</string> - <string name="help_intro">Please select a topic below for more information on a particular subject.</string> - <string name="help_about">About ConnectBot</string> - <string name="help_keyboard">Keyboard</string> + <string name="help_intro">"Please select a topic below for more information on a particular subject."</string> + <string name="help_about">"About ConnectBot"</string> + <string name="help_keyboard">"Keyboard"</string> - <string name="pubkey_generate">Generate</string> - <string name="pubkey_import">Import</string> - <string name="pubkey_delete">Delete key</string> + <string name="pubkey_generate">"Generate"</string> + <string name="pubkey_import">"Import"</string> + <string name="pubkey_delete">"Delete key"</string> <!-- Dialog title when user must move finger randomly over an area to gather entropy (collect random bits) --> - <string name="pubkey_gather_entropy">Gathering Entropy</string> - <string name="pubkey_touch_prompt">Touch this box to gather randomness: %1$d%% done</string> - <string name="pubkey_touch_hint">In order to assure randomness during the key generation, move your finger randomly over the box below.</string> - <string name="pubkey_generating">Generating key pair...</string> - <string name="pubkey_copy_private">Copy private key</string> - <string name="pubkey_copy_public">Copy public key</string> + <string name="pubkey_gather_entropy">"Gathering Entropy"</string> + <string name="pubkey_touch_prompt">"Touch this box to gather randomness: %1$d%% done"</string> + <string name="pubkey_touch_hint">"In order to assure randomness during the key generation, move your finger randomly over the box below."</string> + <string name="pubkey_generating">"Generating key pair..."</string> + <string name="pubkey_copy_private">"Copy private key"</string> + <string name="pubkey_copy_public">"Copy public key"</string> <!-- Note that the '\n' just splits lines, so it's actually "create or import" --> - <string name="pubkey_list_empty">Tap "Menu" to create\nor import key pairs.</string> - <string name="pubkey_unknown_format">Unknown format</string> - <string name="pubkey_change_password">Change password</string> - <string name="pubkey_list_pick">Pick from /sdcard</string> - <string name="pubkey_import_parse_problem">Problem parsing imported private key</string> - <string name="pubkey_unlock">Unlock key</string> - <string name="pubkey_failed_add">Bad password for key \'%1$s\'. Authentication failed.</string> - <string name="pubkey_memory_load">Load into memory</string> - <string name="pubkey_memory_unload">Unload from memory</string> - <string name="pubkey_load_on_start">Load key on start</string> + <string name="pubkey_list_empty">"Tap \"Menu\" to create"\n"or import key pairs."</string> + <string name="pubkey_unknown_format">"Unknown format"</string> + <string name="pubkey_change_password">"Change password"</string> + <string name="pubkey_list_pick">"Pick from /sdcard"</string> + <string name="pubkey_import_parse_problem">"Problem parsing imported private key"</string> + <string name="pubkey_unlock">"Unlock key"</string> + <string name="pubkey_failed_add">"Bad password for key '%1$s'. Authentication failed."</string> + <string name="pubkey_memory_load">"Load into memory"</string> + <string name="pubkey_memory_unload">"Unload from memory"</string> + <string name="pubkey_load_on_start">"Load key on start"</string> <!-- Pubkey preference asking user whether the key use should be confirmed via prompt before it can be used for authentication --> - <string name="pubkey_confirm_use">Confirm before use</string> + <string name="pubkey_confirm_use">"Confirm before use"</string> <!-- Note that the '\n' splits lines, so it's actually "create port forwards" --> - <string name="portforward_list_empty">Tap "Menu" to create\nport forwards.</string> - <string name="portforward_edit">Edit port forward</string> - <string name="portforward_delete">Delete port forward</string> + <string name="portforward_list_empty">"Tap \"Menu\" to create"\n"port forwards."</string> + <string name="portforward_edit">"Edit port forward"</string> + <string name="portforward_delete">"Delete port forward"</string> - <string name="prompt_nickname">Nickname:</string> + <string name="prompt_nickname">"Nickname:"</string> <!-- An example string that could be used as a nickname for a pubkey. --> - <string name="prompt_nickname_hint_pubkey">My work key</string> + <string name="prompt_nickname_hint_pubkey">"My work key"</string> <!-- The source TCP port for port forwards. --> - <string name="prompt_source_port">Source port:</string> + <string name="prompt_source_port">"Source port:"</string> <!-- The "host:port" combination used for port forward destinations. --> - <string name="prompt_destination">Destination:</string> - <string name="prompt_old_password">Old password:</string> - <string name="prompt_password">Password:</string> + <string name="prompt_destination">"Destination:"</string> + <string name="prompt_old_password">"Old password:"</string> + <string name="prompt_password">"Password:"</string> <!-- Added after a "Password:" prompt to indicate user needs to confirm entry. --> - <string name="prompt_again">(again)</string> + <string name="prompt_again">"(again)"</string> <!-- Label for the user to select port forward type. --> - <string name="prompt_type">Type:</string> - <string name="prompt_password_can_be_blank">Note: password can be blank</string> + <string name="prompt_type">"Type:"</string> + <string name="prompt_password_can_be_blank">"Note: password can be blank"</string> <!-- Prompt for the size of the private key in bits. --> - <string name="prompt_bits">Bits:</string> + <string name="prompt_bits">"Bits:"</string> <!-- Prompt for the password to unlock a certain pubkey. --> - <string name="prompt_pubkey_password">Password for key \'%1$s\'</string> + <string name="prompt_pubkey_password">"Password for key '%1$s'"</string> <!-- Prompt for whether to allow SSH Authentication Agent to use the specified key. Note that the '\n' means split the line so it's actually "host to use key" --> - <string name="prompt_allow_agent_to_use_key">Allow remote host to\nuse key \'%1$s\'?</string> + <string name="prompt_allow_agent_to_use_key">"Allow remote host to"\n"use key '%1$s'?"</string> <!-- The header of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning_header">WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!</string> + <string name="host_verification_failure_warning_header">"WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!"</string> <!-- The body of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> - <string name="host_verification_failure_warning">IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!\nSomeone could be eavesdropping on you right now (man-in-the-middle attack)!\nIt is also possible that the host key has just been changed.</string> + <string name="host_verification_failure_warning">"IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!"\n"Someone could be eavesdropping on you right now (man-in-the-middle attack)!"\n"It is also possible that the host key has just been changed."</string> <!-- Prompt user gets when the remote host has disconnected unexpectedly. --> - <string name="prompt_host_disconnected">Host has disconnected.\nClose session?</string> + <string name="prompt_host_disconnected">"Host has disconnected."\n"Close session?"</string> <!-- Prompt user must answer yes or no to when the remote host fails verification of encryption fingerprint --> - <string name="prompt_continue_connecting">Are you sure you want\nto continue connecting?</string> + <string name="prompt_continue_connecting">"Are you sure you want"\n"to continue connecting?"</string> <!-- Sent to user when the remote public encryption key fingerprint doesn't match the local database --> - <string name="host_authenticity_warning">The authenticity of host \'%1$s\' can\'t be established.</string> + <string name="host_authenticity_warning">"The authenticity of host '%1$s' can't be established."</string> <!-- First field is encryption algorithm. Second is the actual fingerprint in hex digits --> - <string name="host_fingerprint">Host %1$s key fingerprint is %2$s</string> + <string name="host_fingerprint">"Host %1$s key fingerprint is %2$s"</string> - <string name="alert_passwords_do_not_match_msg">Passwords do not match!</string> - <string name="alert_wrong_password_msg">Wrong password!</string> - <string name="alert_key_corrupted_msg">Private key appears corrupt!</string> - <string name="alert_sdcard_absent">SD card is not inserted!</string> + <string name="alert_passwords_do_not_match_msg">"Passwords do not match!"</string> + <string name="alert_wrong_password_msg">"Wrong password!"</string> + <string name="alert_key_corrupted_msg">"Private key appears corrupt!"</string> + <string name="alert_sdcard_absent">"SD card is not inserted!"</string> <!-- Add a new item (e.g., host or pubkey) to the list. --> - <string name="button_add">Add</string> + <string name="button_add">"Add"</string> <!-- Change an existing item's (e.g., host or pubkey) details. --> - <string name="button_change">Change</string> + <string name="button_change">"Change"</string> <!-- Button that begins the generation of a public key pair. --> - <string name="button_generate">Generate Key</string> + <string name="button_generate">"Generate Key"</string> <!-- Button that resizes the screen to the user-specified dimensions. --> - <string name="button_resize">Resize</string> + <string name="button_resize">"Resize"</string> - <string name="alert_disconnect_msg">Connection Lost</string> + <string name="alert_disconnect_msg">"Connection Lost"</string> - <string name="msg_copyright">Copyright © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string> + <string name="msg_copyright">"Copyright © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/"</string> <!-- The category title for terminal emulation preferences. --> - <string name="pref_emulation_category">Terminal emulation</string> + <string name="pref_emulation_category">"Terminal emulation"</string> <!-- Name for the emulation terminal type preference. --> - <string name="pref_emulation_title">Emulation mode</string> + <string name="pref_emulation_title">"Emulation mode"</string> <!-- Description of the emulation terminal type preference. --> - <string name="pref_emulation_summary">Terminal emulation mode to use for PTY connections</string> + <string name="pref_emulation_summary">"Terminal emulation mode to use for PTY connections"</string> <!-- Name for the scrollback size preference --> - <string name="pref_scrollback_title">Scrollback size</string> + <string name="pref_scrollback_title">"Scrollback size"</string> <!-- Description of the scrollback size preference --> - <string name="pref_scrollback_summary">Size of scrollback buffer to keep in memory for each console</string> + <string name="pref_scrollback_summary">"Size of scrollback buffer to keep in memory for each console"</string> <!-- The category title for user interface preferences --> - <string name="pref_ui_category">User interface</string> + <string name="pref_ui_category">"User interface"</string> <!-- Name for the rotation mode preference --> - <string name="pref_rotation_title">Rotation mode</string> + <string name="pref_rotation_title">"Rotation mode"</string> <!-- Summary for the rotation mode preference --> - <string name="pref_rotation_summary">How to change rotation when keyboard popped in/out</string> + <string name="pref_rotation_summary">"How to change rotation when keyboard popped in/out"</string> <!-- Name for the full screen preference --> - <string name="pref_fullscreen_title">Full screen</string> + <string name="pref_fullscreen_title">"Full screen"</string> <!-- Summary for the full screen preference --> - <string name="pref_fullscreen_summary">Hide status bar while in console</string> + <string name="pref_fullscreen_summary">"Hide status bar while in console"</string> <!-- Name for the memorize keys preference --> - <string name="pref_memkeys_title">Remember keys in memory</string> + <string name="pref_memkeys_title">"Remember keys in memory"</string> <!-- Summary for the memorize keys preference --> - <string name="pref_memkeys_summary">Keep unlocked keys in memory until backend service is terminated</string> + <string name="pref_memkeys_summary">"Keep unlocked keys in memory until backend service is terminated"</string> <!-- Name for the update check preference --> - <string name="pref_update_title">Update check</string> + <string name="pref_update_title">"Update check"</string> <!-- Summary for the update check preference --> - <string name="pref_update_summary">Set the maximum frequency to check for ConnectBot updates</string> + <string name="pref_update_summary">"Set the maximum frequency to check for ConnectBot updates"</string> <!-- Name for the preference that forces the service to stay running in the background.--> - <string name="pref_conn_persist_title">Persist connections</string> + <string name="pref_conn_persist_title">"Persist connections"</string> <!-- Summary for the preference that forces the service to stay running in the background. --> - <string name="pref_conn_persist_summary">Force connections to stay connected while in background</string> + <string name="pref_conn_persist_summary">"Force connections to stay connected while in background"</string> <!-- Name for the keyboard shortcuts preference --> - <string name="pref_keymode_title">Directory shortcuts</string> + <string name="pref_keymode_title">"Directory shortcuts"</string> <!-- Summary for the keyboard shortcuts preference --> - <string name="pref_keymode_summary">Select how to use Alt for \'/\' and Shift for Tab</string> + <string name="pref_keymode_summary">"Select how to use Alt for '/' and Shift for Tab"</string> <!-- Name for the camera shortcut usage preference --> - <string name="pref_camera_title">Camera shortcut</string> + <string name="pref_camera_title">"Camera shortcut"</string> <!-- Summary for the camera shortcut usage preference --> - <string name="pref_camera_summary">Select which shortcut to trigger when the camera button is pushed</string> + <string name="pref_camera_summary">"Select which shortcut to trigger when the camera button is pushed"</string> <!-- Name for the keep screen on preference --> - <string name="pref_keepalive_title">Keep screen awake</string> + <string name="pref_keepalive_title">"Keep screen awake"</string> <!-- Summary for the camera shortcut usage preference --> - <string name="pref_keepalive_summary">Prevent the screen from turning off when working in a console</string> + <string name="pref_keepalive_summary">"Prevent the screen from turning off when working in a console"</string> <!-- Name for the Wi-Fi lock preference --> - <string name="pref_wifilock_title">Keep Wi-Fi active</string> + <string name="pref_wifilock_title">"Keep Wi-Fi active"</string> <!-- Summary for the Wi-Fi lock preference --> - <string name="pref_wifilock_summary">Prevent Wi-Fi from turning off when a session is active</string> + <string name="pref_wifilock_summary">"Prevent Wi-Fi from turning off when a session is active"</string> <!-- Name for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_title">Bumpy arrows</string> + <string name="pref_bumpyarrows_title">"Bumpy arrows"</string> <!-- Summary for the haptic feedback (bumpy arrow) preference --> - <string name="pref_bumpyarrows_summary">Vibrate when sending arrow keys from trackball; useful for laggy connections</string> + <string name="pref_bumpyarrows_summary">"Vibrate when sending arrow keys from trackball; useful for laggy connections"</string> <!-- Category title for the Terminal Bell preferences --> - <string name="pref_bell_category">Terminal bell</string> + <string name="pref_bell_category">"Terminal bell"</string> <!-- Checkbox preference title for the audible terminal bell feature --> - <string name="pref_bell_title">Audible bell</string> + <string name="pref_bell_title">"Audible bell"</string> <!-- Title for the slider preference to set the volume --> - <string name="pref_bell_volume_title">Bell volume</string> + <string name="pref_bell_volume_title">"Bell volume"</string> <!-- Checkbox preference title for the vibrate on terminal bell feature --> - <string name="pref_bell_vibrate_title">Vibrate on bell</string> + <string name="pref_bell_vibrate_title">"Vibrate on bell"</string> <!-- Checkbox preference title for the receive notifications on terminal bell feature --> - <string name="pref_bell_notification_title">Background notifications</string> + <string name="pref_bell_notification_title">"Background notifications"</string> <!-- Brief summary of the feature that is enabled when the checkbox preference for the receive notifications on terminal bell feature is checked --> - <string name="pref_bell_notification_summary">Send notification when a terminal running in the background sounds a bell.</string> + <string name="pref_bell_notification_summary">"Send notification when a terminal running in the background sounds a bell."</string> <!-- Preference selection to indicate use of right side of keyboard for special shortcuts. --> - <string name="list_keymode_right">Use right-side keys</string> + <string name="list_keymode_right">"Use right-side keys"</string> <!-- Preference selection to indicate use of left side of keyboard for special shortcuts. --> - <string name="list_keymode_left">Use left-side keys</string> + <string name="list_keymode_left">"Use left-side keys"</string> <!-- Preference selection to indicate never to use special shortcut keys. --> - <string name="list_keymode_none">Disable</string> + <string name="list_keymode_none">"Disable"</string> <!-- Preference to not use pubkeys to authenticate to this host. --> - <string name="list_pubkeyids_none">Do not use keys</string> + <string name="list_pubkeyids_none">"Do not use keys"</string> <!-- Preference to use any pubkey to authenticate to this host. --> - <string name="list_pubkeyids_any">Use any unlocked key</string> + <string name="list_pubkeyids_any">"Use any unlocked key"</string> <!-- Frequency for which to check for program updates. --> - <string name="list_update_daily">Daily</string> + <string name="list_update_daily">"Daily"</string> <!-- Frequency for which to check for program updates. --> - <string name="list_update_weekly">Weekly</string> + <string name="list_update_weekly">"Weekly"</string> <!-- Frequency for which to check for program updates. --> - <string name="list_update_never">Never</string> + <string name="list_update_never">"Never"</string> <!-- Host nickname field preference title --> - <string name="hostpref_nickname_title">Nickname</string> + <string name="hostpref_nickname_title">"Nickname"</string> <!-- Host color category preference title --> - <string name="hostpref_color_title">Color category</string> + <string name="hostpref_color_title">"Color category"</string> <!-- Host's default font size when opening the terminal in points (pt) --> - <string name="hostpref_fontsize_title">Font size (pt)</string> + <string name="hostpref_fontsize_title">"Font size (pt)"</string> <!-- Host pubkey usage preference title --> - <string name="hostpref_pubkeyid_title">Use pubkey authentication</string> + <string name="hostpref_pubkeyid_title">"Use pubkey authentication"</string> <!-- Preference title for the SSH Authentication Agent Forwarding for a host connection --> - <string name="hostpref_authagent_title">Use SSH auth agent</string> + <string name="hostpref_authagent_title">"Use SSH auth agent"</string> <!-- Host post-login automation preference title --> - <string name="hostpref_postlogin_title">Post-login automation</string> + <string name="hostpref_postlogin_title">"Post-login automation"</string> <!-- Host post-login automation preference summary --> - <string name="hostpref_postlogin_summary">Commands to run on remote server once authenticated</string> + <string name="hostpref_postlogin_summary">"Commands to run on remote server once authenticated"</string> <!-- Host compression preference title --> - <string name="hostpref_compression_title">Compression</string> + <string name="hostpref_compression_title">"Compression"</string> <!-- Summary for compression preference --> - <string name="hostpref_compression_summary">This may help with slower networks</string> + <string name="hostpref_compression_summary">"This may help with slower networks"</string> <!-- Setting for whether we want a session to start up when we connect to a host --> - <string name="hostpref_wantsession_title">Start shell session</string> + <string name="hostpref_wantsession_title">"Start shell session"</string> <!-- Summary for field asking whether a shell session should be started up upon connection or not --> - <string name="hostpref_wantsession_summary">Disable this preference to only use port forwards</string> + <string name="hostpref_wantsession_summary">"Disable this preference to only use port forwards"</string> <!-- Setting for whether the host should be reconnected to automatically upon disconnect --> - <string name="hostpref_stayconnected_title">Stay connected</string> + <string name="hostpref_stayconnected_title">"Stay connected"</string> <!-- Summary for preference asking whether the host should be reconnected to when it disconnects --> - <string name="hostpref_stayconnected_summary">Try to reconnect to host if disconnected</string> + <string name="hostpref_stayconnected_summary">"Try to reconnect to host if disconnected"</string> <!-- Setting for what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_title">DEL Key</string> + <string name="hostpref_delkey_title">"DEL Key"</string> <!-- Summary for field asking what key code is sent to the server when DEL key is pressed. --> - <string name="hostpref_delkey_summary">The key code sent when DEL key is pressed</string> + <string name="hostpref_delkey_summary">"The key code sent when DEL key is pressed"</string> <!-- Host character encoding preference title --> - <string name="hostpref_encoding_title">Encoding</string> + <string name="hostpref_encoding_title">"Encoding"</string> <!-- Host character encoding preference summary --> - <string name="hostpref_encoding_summary">Character encoding for the host</string> + <string name="hostpref_encoding_summary">"Character encoding for the host"</string> <!-- Host preference category title for connection settings --> - <string name="hostpref_connection_category">Connection settings</string> + <string name="hostpref_connection_category">"Connection settings"</string> <!-- Username field title for host editor preference --> - <string name="hostpref_username_title">Username</string> + <string name="hostpref_username_title">"Username"</string> <!-- Hostname field title for host editor preference --> - <string name="hostpref_hostname_title">Host</string> + <string name="hostpref_hostname_title">"Host"</string> <!-- Port field title for host editor preference --> - <string name="hostpref_port_title">Port</string> + <string name="hostpref_port_title">"Port"</string> <!-- Displayed to indicate a host has never been connected to. --> - <string name="bind_never">Never connected</string> + <string name="bind_never">"Never connected"</string> <!-- The time that has elapsed since a host was connected to when it has been less than an hour. --> - <string name="bind_minutes">%1$s minutes ago</string> + <string name="bind_minutes">"%1$s minutes ago"</string> <!-- The time that has elapsed since a host was connected to when it has been less than a day. --> - <string name="bind_hours">%1$s hours ago</string> + <string name="bind_hours">"%1$s hours ago"</string> <!-- The time that has elapsed since a host was connected to when it has been a day or more. --> - <string name="bind_days">%1$s days ago</string> + <string name="bind_days">"%1$s days ago"</string> <!-- Message given when user copies from the terminal. --> - <string name="console_copy_done">Copied %1$d bytes to clipboard</string> + <string name="console_copy_done">"Copied %1$d bytes to clipboard"</string> <!-- Instructions for how to copy from the terminal. The '\n' entries are to split lines to improve readability and prevent wrapping off the screen. --> - <string name="console_copy_start">Touch and drag\nor use directional pad\nto select area to copy</string> + <string name="console_copy_start">"Touch and drag"\n"or use directional pad"\n"to select area to copy"</string> <!-- Button to close the disconnected terminal window. --> - <string name="console_menu_close">Close</string> + <string name="console_menu_close">"Close"</string> <!-- Button to begin copying from the terminal to the clipboard. --> - <string name="console_menu_copy">Copy</string> + <string name="console_menu_copy">"Copy"</string> <!-- Button to paste from the clipboard to the terminal. --> - <string name="console_menu_paste">Paste</string> + <string name="console_menu_paste">"Paste"</string> <!-- Button that brings user to the Port Forwards List. --> - <string name="console_menu_portforwards">Port Forwards</string> + <string name="console_menu_portforwards">"Port Forwards"</string> <!-- Button that brings user to the terminal resizing dialog where they can force a size. --> - <string name="console_menu_resize">Force Size</string> + <string name="console_menu_resize">"Force Size"</string> <!-- Button that brings up the list of URLs on the current screen --> - <string name="console_menu_urlscan">URL Scan</string> + <string name="console_menu_urlscan">"URL Scan"</string> + + <!-- Button label to answer "Yes" to a yes/no prompt --> + <string name="button_yes">"Yes"</string> + <!-- Button label to answer "No" to a yes/no prompt --> + <string name="button_no">"No"</string> <!-- Selection for a "local" port forward. E.g., connections to a port listening locally is forwarded to the remote end's listening port. --> - <string name="portforward_local">Local</string> + <string name="portforward_local">"Local"</string> <!-- Selection for a "remote" port forward. E.g., connections to a port listening remotely is forwarded to the local end's listening port. --> - <string name="portforward_remote">Remote</string> + <string name="portforward_remote">"Remote"</string> <!-- Selection for a "dynamic" port forward. E.g., connections to a port listening locally is forwarded based on the SOCKS protocol to an arbitrary remote host and port. --> - <string name="portforward_dynamic">Dynamic (SOCKS)</string> + <string name="portforward_dynamic">"Dynamic (SOCKS)"</string> <!-- Button that commits the port forward to be made from the Port Forward Creation dialog. --> - <string name="portforward_pos">Create port forward</string> + <string name="portforward_pos">"Create port forward"</string> - <string name="portforward_done">Successfully created port forward</string> - <string name="portforward_problem">Problem creating port forward, maybe you\'re using ports under 1024 or port is already used?</string> + <string name="portforward_done">"Successfully created port forward"</string> + <string name="portforward_problem">"Problem creating port forward, maybe you're using ports under 1024 or port is already used?"</string> - <string name="portforward_menu_add">Add port forward</string> + <string name="portforward_menu_add">"Add port forward"</string> <!-- The string to present in the quick-connect box to hint the user to the format for connecting to hosts. --> - <string name="hint_userhost">user@hostname</string> + <string name="hint_userhost">"user@hostname"</string> <!-- Hint given to user when the format they're using is incorrect in the quick-connect box. --> - <string name="list_format_error">Use the format "%1$s"</string> + <string name="list_format_error">"Use the format \"%1$s\""</string> <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_username">username</string> + <string name="format_username">"username"</string> <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_hostname">hostname</string> + <string name="format_hostname">"hostname"</string> <!-- Part of the formatting hints that will be used like: username@hostname:port --> - <string name="format_port">port</string> + <string name="format_port">"port"</string> - <string name="list_menu_pubkeys">Manage Pubkeys</string> + <string name="list_menu_pubkeys">"Manage Pubkeys"</string> <!-- Selection choice to sort hosts by color. --> - <string name="list_menu_sortcolor">Sort by color</string> + <string name="list_menu_sortcolor">"Sort by color"</string> <!-- Selection choice to sort hosts by nickname. --> - <string name="list_menu_sortname">Sort by name</string> - <string name="list_menu_settings">Settings</string> + <string name="list_menu_sortname">"Sort by name"</string> + <string name="list_menu_settings">"Settings"</string> - <string name="list_host_disconnect">Disconnect</string> - <string name="list_host_edit">Edit host</string> - <string name="list_host_portforwards">Edit port forwards</string> - <string name="list_host_delete">Delete host</string> + <string name="list_host_disconnect">"Disconnect"</string> + <string name="list_host_edit">"Edit host"</string> + <string name="list_host_portforwards">"Edit port forwards"</string> + <string name="list_host_delete">"Delete host"</string> <!-- Note that the '\n' splits the lines so it's actually "quick-connect box below to connect" --> - <string name="list_host_empty">Use the quick-connect box\nbelow to connect to a host.</string> + <string name="list_host_empty">"Use the quick-connect box"\n"below to connect to a host."</string> <!-- Default screen rotation preference selection --> - <string name="list_rotation_default">Default</string> - <string name="list_rotation_land">Force landscape</string> - <string name="list_rotation_port">Force portrait</string> + <string name="list_rotation_default">"Default"</string> + <string name="list_rotation_land">"Force landscape"</string> + <string name="list_rotation_port">"Force portrait"</string> <!-- Selection to indicate the rotation should be selected automatically based on the tilt sensor. --> - <string name="list_rotation_auto">Automatic</string> + <string name="list_rotation_auto">"Automatic"</string> <!-- Selection to indicate pressing the Camera button should send "Ctrl+A then Space". --> - <string name="list_camera_ctrlaspace">Ctrl+A then Space</string> + <string name="list_camera_ctrlaspace">"Ctrl+A then Space"</string> <!-- Selection to indicate pressing the Camera button should send "Ctrl+A". --> - <string name="list_camera_ctrla">Ctrl+A</string> + <string name="list_camera_ctrla">"Ctrl+A"</string> <!-- Selection to indicate pressing the Camera button should send the "Esc" key. --> - <string name="list_camera_esc">Esc</string> + <string name="list_camera_esc">"Esc"</string> <!-- Selection to indicate pressing the Camera button should send "Esc+A". --> - <string name="list_camera_esc_a">Esc+A</string> + <string name="list_camera_esc_a">"Esc+A"</string> <!-- Selection to indicate pressing the Camera button should send nothing at all. --> - <string name="list_camera_none">None</string> + <string name="list_camera_none">"None"</string> <!-- Name for the backspace character --> - <string name="list_delkey_backspace">Backspace</string> + <string name="list_delkey_backspace">"Backspace"</string> <!-- Name for the ASCII DEL character --> - <string name="list_delkey_del">Delete</string> + <string name="list_delkey_del">"Delete"</string> - <string name="delete_message">Are you sure you want to delete \'%1$s\'?</string> - <string name="delete_pos">Yes, delete</string> - <string name="delete_neg">Cancel</string> + <string name="delete_message">"Are you sure you want to delete '%1$s'?"</string> + <string name="delete_pos">"Yes, delete"</string> + <string name="delete_neg">"Cancel"</string> <!-- Button to agree to license terms. --> - <string name="wizard_agree">Agree</string> + <string name="wizard_agree">"Agree"</string> <!-- Button to go to the next page in the first time start-up wizard. --> - <string name="wizard_next">Next</string> + <string name="wizard_next">"Next"</string> <!-- Button to go to the previous page in the first time start-up wizard. --> - <string name="wizard_back">Back</string> + <string name="wizard_back">"Back"</string> - <string name="terminal_no_hosts_connected">No hosts currently connected</string> + <string name="terminal_no_hosts_connected">"No hosts currently connected"</string> <!-- Displayed in terminal when attempting to connect to a host. The first two variables are host:port and the third is the protocol (e.g., SSH) --> - <string name="terminal_connecting">Connecting to %1$s:%2$d via %3$s</string> + <string name="terminal_connecting">"Connecting to %1$s:%2$d via %3$s"</string> <!-- Displays the host key to the user in the terminal --> - <string name="terminal_sucess">Verified host \'%1$s\' key: %2$s</string> - <string name="terminal_failed">Host key verification failed.</string> + <string name="terminal_sucess">"Verified host '%1$s' key: %2$s"</string> + <string name="terminal_failed">"Host key verification failed."</string> <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_s2c_algorithm">Server-to-client algorithm: %1$s %2$s</string> + <string name="terminal_using_s2c_algorithm">"Server-to-client algorithm: %1$s %2$s"</string> <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_c2s_algorithm">Client-to-server algorithm: %1$s %2$s</string> + <string name="terminal_using_c2s_algorithm">"Client-to-server algorithm: %1$s %2$s"</string> <!-- Displayed on the terminal describing the cryptographic algorithm names --> - <string name="terminal_using_algorithm">Using algorithm: %1$s %2$s</string> + <string name="terminal_using_algorithm">"Using algorithm: %1$s %2$s"</string> - <string name="terminal_auth">Trying to authenticate</string> + <string name="terminal_auth">"Trying to authenticate"</string> - <string name="terminal_auth_pass">Attempting \'password\' authentication</string> - <string name="terminal_auth_pass_fail">Authentication method \'password\' failed</string> + <string name="terminal_auth_pass">"Attempting 'password' authentication"</string> + <string name="terminal_auth_pass_fail">"Authentication method 'password' failed"</string> - <string name="terminal_auth_pubkey_any">Attempting \'publickey\' authentication with any in-memory public keys</string> - <string name="terminal_auth_pubkey_invalid">Selected public key is invalid, try reselecting key in host editor</string> - <string name="terminal_auth_pubkey_specific">Attempting \'publickey\' authentication with a specific public key</string> - <string name="terminal_auth_pubkey_fail">Authentication method \'publickey\' with key \'%1$s\' failed</string> + <string name="terminal_auth_pubkey_any">"Attempting 'publickey' authentication with any in-memory public keys"</string> + <string name="terminal_auth_pubkey_invalid">"Selected public key is invalid, try reselecting key in host editor"</string> + <string name="terminal_auth_pubkey_specific">"Attempting 'publickey' authentication with a specific public key"</string> + <string name="terminal_auth_pubkey_fail">"Authentication method 'publickey' with key '%1$s' failed"</string> - <string name="terminal_auth_ki">Attempting \'keyboard-interactive\' authentication</string> - <string name="terminal_auth_ki_fail">Authentication method \'keyboard-interactive\' failed</string> + <string name="terminal_auth_ki">"Attempting 'keyboard-interactive' authentication"</string> + <string name="terminal_auth_ki_fail">"Authentication method 'keyboard-interactive' failed"</string> - <string name="terminal_auth_fail">[Your host doesn\'t support \'password\' or \'keyboard-interactive\' authentication.]</string> + <string name="terminal_auth_fail">"[Your host doesn't support 'password' or 'keyboard-interactive' authentication.]"</string> - <string name="terminal_no_session">Session will not be started due to host preference.</string> - <string name="terminal_enable_portfoward">Enable port forward: %1$s</string> + <string name="terminal_no_session">"Session will not be started due to host preference."</string> + <string name="terminal_enable_portfoward">"Enable port forward: %1$s"</string> - <string name="local_shell_unavailable">Failure! Local shell is unavailable on this phone.</string> + <string name="local_shell_unavailable">"Failure! Local shell is unavailable on this phone."</string> <!-- Text sent to the user to alert them that a Terminal Bell is received in a background session --> - <string name="notification_text">%1$s wants your attention.</string> + <string name="notification_text">"%1$s wants your attention."</string> <!-- Dialog title when a new version of ConnectBot is detected. --> - <string name="upgrade">New version</string> + <string name="upgrade">"New version"</string> <!-- Button selection to upgrade to the latest ConnectBot when one is available. --> - <string name="upgrade_pos">Yes, upgrade</string> + <string name="upgrade_pos">"Yes, upgrade"</string> <!-- Button selection to skip upgrading to the latest ConnectBot when one is available. --> - <string name="upgrade_neg">Not right now</string> + <string name="upgrade_neg">"Not right now"</string> <!-- Preference selection for SSH Authentication Agent to never use pubkeys --> - <string name="no">No</string> + <string name="no">"No"</string> <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys "with confirmation" only --> - <string name="with_confirmation">With confirmation</string> + <string name="with_confirmation">"With confirmation"</string> <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys --> - <string name="yes">Yes</string> + <string name="yes">"Yes"</string> <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> - <string name="exceptions_submit_message">It appears ConnectBot had a problem last time it ran. Submit error report to ConnectBot developers?</string> + <string name="exceptions_submit_message">"It appears ConnectBot had a problem last time it ran. Submit error report to ConnectBot developers?"</string> <!-- Menu selection to reset colors to their defaults. --> - <string name="menu_colors_reset">Reset</string> + <string name="menu_colors_reset">"Reset"</string> <!-- Displayed in the notification bar that connections are active --> - <string name="app_is_running">ConnectBot is running</string> + <string name="app_is_running">"ConnectBot is running"</string> - <string name="color_red">red</string> - <string name="color_green">green</string> - <string name="color_blue">blue</string> - <string name="color_gray">gray</string> + <string name="color_red">"red"</string> + <string name="color_green">"green"</string> + <string name="color_blue">"blue"</string> + <string name="color_gray">"gray"</string> </resources> diff --git a/src/com/nullwire/trace/ExceptionClickListener.java b/src/com/nullwire/trace/ExceptionClickListener.java index 3bf7adc..525b755 100644 --- a/src/com/nullwire/trace/ExceptionClickListener.java +++ b/src/com/nullwire/trace/ExceptionClickListener.java @@ -30,7 +30,7 @@ public class ExceptionClickListener implements OnClickListener { public void run() { ExceptionHandler.submitStackTraces(); } - }).run(); + }).start(); break; case DialogInterface.BUTTON_NEGATIVE: dialog.dismiss(); @@ -39,7 +39,7 @@ public class ExceptionClickListener implements OnClickListener { public void run() { ExceptionHandler.removeStackTraces(); } - }).run(); + }).start(); break; default: Log.d("ExceptionClickListener", "Got unknown button click: " + whichButton); diff --git a/src/com/trilead/ssh2/channel/DynamicAcceptThread.java b/src/com/trilead/ssh2/channel/DynamicAcceptThread.java index f3c8b07..ef3a3d0 100644 --- a/src/com/trilead/ssh2/channel/DynamicAcceptThread.java +++ b/src/com/trilead/ssh2/channel/DynamicAcceptThread.java @@ -202,7 +202,7 @@ public class DynamicAcceptThread extends Thread implements IChannelWorkerThread } try { - r2l = new StreamForwarder(cn, null, null, cn.stdoutStream, out, "RemoteToLocal"); + r2l = new StreamForwarder(cn, null, sock, cn.stdoutStream, out, "RemoteToLocal"); l2r = new StreamForwarder(cn, r2l, sock, in, cn.stdinStream, "LocalToRemote"); } catch (IOException e) { try { diff --git a/src/com/trilead/ssh2/channel/LocalAcceptThread.java b/src/com/trilead/ssh2/channel/LocalAcceptThread.java index 1b08d9c..885b41f 100644 --- a/src/com/trilead/ssh2/channel/LocalAcceptThread.java +++ b/src/com/trilead/ssh2/channel/LocalAcceptThread.java @@ -96,7 +96,7 @@ public class LocalAcceptThread extends Thread implements IChannelWorkerThread try
{
- r2l = new StreamForwarder(cn, null, null, cn.stdoutStream, s.getOutputStream(), "RemoteToLocal");
+ r2l = new StreamForwarder(cn, null, s, cn.stdoutStream, s.getOutputStream(), "RemoteToLocal");
l2r = new StreamForwarder(cn, r2l, s, s.getInputStream(), cn.stdinStream, "LocalToRemote");
}
catch (IOException e)
diff --git a/src/com/trilead/ssh2/channel/RemoteAcceptThread.java b/src/com/trilead/ssh2/channel/RemoteAcceptThread.java index 1ca9d76..8b97b55 100644 --- a/src/com/trilead/ssh2/channel/RemoteAcceptThread.java +++ b/src/com/trilead/ssh2/channel/RemoteAcceptThread.java @@ -52,7 +52,7 @@ public class RemoteAcceptThread extends Thread s = new Socket(targetAddress, targetPort);
- StreamForwarder r2l = new StreamForwarder(c, null, null, c.getStdoutStream(), s.getOutputStream(),
+ StreamForwarder r2l = new StreamForwarder(c, null, s, c.getStdoutStream(), s.getOutputStream(),
"RemoteToLocal");
StreamForwarder l2r = new StreamForwarder(c, null, null, s.getInputStream(), c.getStdinStream(),
"LocalToRemote");
diff --git a/src/com/trilead/ssh2/channel/RemoteX11AcceptThread.java b/src/com/trilead/ssh2/channel/RemoteX11AcceptThread.java index 8ee05a2..34ce51f 100644 --- a/src/com/trilead/ssh2/channel/RemoteX11AcceptThread.java +++ b/src/com/trilead/ssh2/channel/RemoteX11AcceptThread.java @@ -191,7 +191,7 @@ public class RemoteX11AcceptThread extends Thread /* Start forwarding traffic */
- StreamForwarder r2l = new StreamForwarder(c, null, null, remote_is, x11_os, "RemoteToX11");
+ StreamForwarder r2l = new StreamForwarder(c, null, s, remote_is, x11_os, "RemoteToX11");
StreamForwarder l2r = new StreamForwarder(c, null, null, x11_is, remote_os, "X11ToRemote");
/* No need to start two threads, one can be executed in the current thread */
diff --git a/src/com/trilead/ssh2/channel/StreamForwarder.java b/src/com/trilead/ssh2/channel/StreamForwarder.java index 376a3a0..7e54efb 100644 --- a/src/com/trilead/ssh2/channel/StreamForwarder.java +++ b/src/com/trilead/ssh2/channel/StreamForwarder.java @@ -17,13 +17,13 @@ import java.net.Socket; */
public class StreamForwarder extends Thread
{
- OutputStream os;
- InputStream is;
- byte[] buffer = new byte[Channel.CHANNEL_BUFFER_SIZE];
- Channel c;
- StreamForwarder sibling;
- Socket s;
- String mode;
+ final OutputStream os;
+ final InputStream is;
+ final byte[] buffer = new byte[Channel.CHANNEL_BUFFER_SIZE];
+ final Channel c;
+ final StreamForwarder sibling;
+ final Socket s;
+ final String mode;
StreamForwarder(Channel c, StreamForwarder sibling, Socket s, InputStream is, OutputStream os, String mode)
throws IOException
@@ -97,11 +97,12 @@ public class StreamForwarder extends Thread catch (IOException e3)
{
}
+ }
+ if (s != null) {
try
{
- if (s != null)
- s.close();
+ s.close();
}
catch (IOException e1)
{
@@ -109,4 +110,4 @@ public class StreamForwarder extends Thread }
}
}
-}
\ No newline at end of file +}
diff --git a/src/com/trilead/ssh2/compression/CompressionFactory.java b/src/com/trilead/ssh2/compression/CompressionFactory.java index a846f58..9f8d7ef 100644 --- a/src/com/trilead/ssh2/compression/CompressionFactory.java +++ b/src/com/trilead/ssh2/compression/CompressionFactory.java @@ -43,7 +43,7 @@ public class CompressionFactory { /* Higher Priority First */ compressors.addElement(new CompressorEntry("zlib", "com.trilead.ssh2.compression.Zlib")); - compressors.addElement(new CompressorEntry("zlib@openssh.com", "com.trilead.ssh2.compression.Zlib")); + compressors.addElement(new CompressorEntry("zlib@openssh.com", "com.trilead.ssh2.compression.ZlibOpenSSH")); compressors.addElement(new CompressorEntry("none", "")); } diff --git a/src/com/trilead/ssh2/compression/ICompressor.java b/src/com/trilead/ssh2/compression/ICompressor.java index 3f76326..0b435b9 100644 --- a/src/com/trilead/ssh2/compression/ICompressor.java +++ b/src/com/trilead/ssh2/compression/ICompressor.java @@ -27,4 +27,6 @@ public interface ICompressor { int compress(byte[] buf, int start, int len, byte[] output); byte[] uncompress(byte[] buf, int start, int[] len); + + boolean canCompressPreauth(); } diff --git a/src/com/trilead/ssh2/compression/Zlib.java b/src/com/trilead/ssh2/compression/Zlib.java index e9cc017..c1203a3 100644 --- a/src/com/trilead/ssh2/compression/Zlib.java +++ b/src/com/trilead/ssh2/compression/Zlib.java @@ -47,6 +47,10 @@ public class Zlib implements ICompressor { inflated_buf = new byte[DEFAULT_BUF_SIZE]; } + public boolean canCompressPreauth() { + return true; + } + public int getBufferSize() { return DEFAULT_BUF_SIZE; } diff --git a/src/com/trilead/ssh2/compression/ZlibOpenSSH.java b/src/com/trilead/ssh2/compression/ZlibOpenSSH.java new file mode 100644 index 0000000..266fff9 --- /dev/null +++ b/src/com/trilead/ssh2/compression/ZlibOpenSSH.java @@ -0,0 +1,35 @@ +/* + * ConnectBot: simple, powerful, open-source SSH client for Android + * Copyright 2007 Kenny Root, Jeffrey Sharkey + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.trilead.ssh2.compression; + +/** + * Defines how zlib@openssh.org compression works. + * See + * http://www.openssh.org/txt/draft-miller-secsh-compression-delayed-00.txt + * compression is disabled until userauth has occurred. + * + * @author Matt Johnston + * + */ +public class ZlibOpenSSH extends Zlib { + + public boolean canCompressPreauth() { + return false; + } + +} diff --git a/src/com/trilead/ssh2/transport/TransportConnection.java b/src/com/trilead/ssh2/transport/TransportConnection.java index 77eaded..2c04ce4 100644 --- a/src/com/trilead/ssh2/transport/TransportConnection.java +++ b/src/com/trilead/ssh2/transport/TransportConnection.java @@ -56,7 +56,9 @@ public class TransportConnection ICompressor send_comp = null;
- boolean can_compress = false;
+ boolean can_recv_compress = false;
+
+ boolean can_send_compress = false;
byte[] recv_comp_buffer;
@@ -117,16 +119,20 @@ public class TransportConnection {
recv_comp = comp;
- if (comp != null)
+ if (comp != null) {
recv_comp_buffer = new byte[comp.getBufferSize()];
+ can_recv_compress |= recv_comp.canCompressPreauth();
+ }
}
public void changeSendCompression(ICompressor comp)
{
send_comp = comp;
- if (comp != null)
+ if (comp != null) {
send_comp_buffer = new byte[comp.getBufferSize()];
+ can_send_compress |= send_comp.canCompressPreauth();
+ }
}
public void sendMessage(byte[] message) throws IOException
@@ -152,7 +158,7 @@ public class TransportConnection else if (padd > 64)
padd = 64;
- if (send_comp != null && can_compress) {
+ if (send_comp != null && can_send_compress) {
if (send_comp_buffer.length < message.length + 1024)
send_comp_buffer = new byte[message.length + 1024];
len = send_comp.compress(message, off, len, send_comp_buffer);
@@ -313,7 +319,7 @@ public class TransportConnection + " bytes payload");
}
- if (recv_comp != null && can_compress) {
+ if (recv_comp != null && can_recv_compress) {
int[] uncomp_len = new int[] { payload_length };
buffer = recv_comp.uncompress(buffer, off, uncomp_len);
@@ -331,6 +337,7 @@ public class TransportConnection *
*/
public void startCompression() {
- can_compress = true;
+ can_recv_compress = true;
+ can_send_compress = true;
}
}
diff --git a/src/de/mud/terminal/vt320.java b/src/de/mud/terminal/vt320.java index fd41a06..80f3856 100644 --- a/src/de/mud/terminal/vt320.java +++ b/src/de/mud/terminal/vt320.java @@ -25,6 +25,8 @@ package de.mud.terminal; +import android.text.AndroidCharacter; + import java.util.Properties; /** @@ -111,8 +113,11 @@ public abstract class vt320 extends VDUBuffer implements VDUInput { if (lastChar != -1) putChar((char) lastChar, isWide, false); lastChar = c; - if (fullwidths != null) - isWide = fullwidths[i] == 1; + if (fullwidths != null) { + final byte width = fullwidths[i]; + isWide = (width == AndroidCharacter.EAST_ASIAN_WIDTH_WIDE) + || (width == AndroidCharacter.EAST_ASIAN_WIDTH_FULL_WIDTH); + } } } } diff --git a/src/org/connectbot/ConsoleActivity.java b/src/org/connectbot/ConsoleActivity.java index 0240131..31ba444 100644 --- a/src/org/connectbot/ConsoleActivity.java +++ b/src/org/connectbot/ConsoleActivity.java @@ -23,6 +23,7 @@ import java.util.List; import org.connectbot.bean.SelectionArea; import org.connectbot.service.PromptHelper; import org.connectbot.service.TerminalBridge; +import org.connectbot.service.TerminalKeyListener; import org.connectbot.service.TerminalManager; import org.connectbot.util.PreferenceConstants; @@ -43,7 +44,6 @@ import android.os.Bundle; import android.os.Handler; import android.os.IBinder; import android.os.Message; -import android.os.PowerManager; import android.preference.PreferenceManager; import android.text.ClipboardManager; import android.util.Log; @@ -84,9 +84,9 @@ public class ConsoleActivity extends Activity { protected static final int REQUEST_EDIT = 1; - private static final int CLICK_TIME = 250; + private static final int CLICK_TIME = 400; private static final float MAX_CLICK_DISTANCE = 25f; - private static final int KEYBOARD_DISPLAY_TIME = 1250; + private static final int KEYBOARD_DISPLAY_TIME = 1500; // Direction to shift the ViewFlipper private static final int SHIFT_LEFT = 0; @@ -98,7 +98,9 @@ public class ConsoleActivity extends Activity { private SharedPreferences prefs = null; - private PowerManager.WakeLock wakelock = null; + // determines whether or not menuitem accelerators are bound + // otherwise they collide with an external keyboard's CTRL-char + private boolean hardKeyboard = false; protected Uri requested; @@ -116,7 +118,6 @@ public class ConsoleActivity extends Activity { private Animation slide_left_in, slide_left_out, slide_right_in, slide_right_out, fade_stay_hidden, fade_out_delayed; private Animation keyboard_fade_in, keyboard_fade_out; - private ImageView keyboardButton; private float lastX, lastY; private InputMethodManager inputManager; @@ -130,6 +131,8 @@ public class ConsoleActivity extends Activity { private Handler handler = new Handler(); + private ImageView mKeyboardButton; + private ServiceConnection connection = new ServiceConnection() { public void onServiceConnected(ComponentName className, IBinder service) { bound = ((TerminalManager.TerminalBinder) service).getService(); @@ -256,9 +259,20 @@ public class ConsoleActivity extends Activity { booleanPromptGroup.setVisibility(View.GONE); } + // more like configureLaxMode -- enable network IO on UI thread + private void configureStrictMode() { + try { + Class.forName("android.os.StrictMode"); + StrictModeSetup.run(); + } catch (ClassNotFoundException e) { + } + } @Override public void onCreate(Bundle icicle) { super.onCreate(icicle); + configureStrictMode(); + hardKeyboard = getResources().getConfiguration().keyboard == + Configuration.KEYBOARD_QWERTY; this.setContentView(R.layout.act_console); @@ -276,9 +290,6 @@ public class ConsoleActivity extends Activity { // TODO find proper way to disable volume key beep if it exists. setVolumeControlStream(AudioManager.STREAM_MUSIC); - PowerManager manager = (PowerManager)getSystemService(Context.POWER_SERVICE); - wakelock = manager.newWakeLock(PowerManager.SCREEN_DIM_WAKE_LOCK, TAG); - // handle requested console from incoming intent requested = getIntent().getData(); @@ -347,15 +358,46 @@ public class ConsoleActivity extends Activity { keyboard_fade_out = AnimationUtils.loadAnimation(this, R.anim.keyboard_fade_out); inputManager = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE); - keyboardButton = (ImageView) findViewById(R.id.keyboard_button); - keyboardButton.setOnClickListener(new OnClickListener() { + + final RelativeLayout keyboardGroup = (RelativeLayout) findViewById(R.id.keyboard_group); + + mKeyboardButton = (ImageView) findViewById(R.id.button_keyboard); + mKeyboardButton.setOnClickListener(new OnClickListener() { public void onClick(View view) { View flip = findCurrentView(R.id.console_flip); if (flip == null) return; inputManager.showSoftInput(flip, InputMethodManager.SHOW_FORCED); - keyboardButton.setVisibility(View.GONE); + keyboardGroup.setVisibility(View.GONE); + } + }); + + final ImageView ctrlButton = (ImageView) findViewById(R.id.button_ctrl); + ctrlButton.setOnClickListener(new OnClickListener() { + public void onClick(View view) { + View flip = findCurrentView(R.id.console_flip); + if (flip == null) return; + TerminalView terminal = (TerminalView)flip; + + TerminalKeyListener handler = terminal.bridge.getKeyHandler(); + handler.metaPress(TerminalKeyListener.META_CTRL_ON); + + keyboardGroup.setVisibility(View.GONE); + } + }); + + final ImageView escButton = (ImageView) findViewById(R.id.button_esc); + escButton.setOnClickListener(new OnClickListener() { + public void onClick(View view) { + View flip = findCurrentView(R.id.console_flip); + if (flip == null) return; + TerminalView terminal = (TerminalView)flip; + + TerminalKeyListener handler = terminal.bridge.getKeyHandler(); + handler.sendEscape(); + + keyboardGroup.setVisibility(View.GONE); } }); @@ -519,21 +561,20 @@ public class ConsoleActivity extends Activity { lastX = event.getX(); lastY = event.getY(); } else if (event.getAction() == MotionEvent.ACTION_UP - && config.hardKeyboardHidden != Configuration.KEYBOARDHIDDEN_NO - && keyboardButton.getVisibility() == View.GONE + && keyboardGroup.getVisibility() == View.GONE && event.getEventTime() - event.getDownTime() < CLICK_TIME && Math.abs(event.getX() - lastX) < MAX_CLICK_DISTANCE && Math.abs(event.getY() - lastY) < MAX_CLICK_DISTANCE) { - keyboardButton.startAnimation(keyboard_fade_in); - keyboardButton.setVisibility(View.VISIBLE); + keyboardGroup.startAnimation(keyboard_fade_in); + keyboardGroup.setVisibility(View.VISIBLE); handler.postDelayed(new Runnable() { public void run() { - if (keyboardButton.getVisibility() == View.GONE) + if (keyboardGroup.getVisibility() == View.GONE) return; - keyboardButton.startAnimation(keyboard_fade_out); - keyboardButton.setVisibility(View.GONE); + keyboardGroup.startAnimation(keyboard_fade_out); + keyboardGroup.setVisibility(View.GONE); } }, KEYBOARD_DISPLAY_TIME); } @@ -594,7 +635,8 @@ public class ConsoleActivity extends Activity { menu.setQwertyMode(true); disconnect = menu.add(R.string.list_host_disconnect); - disconnect.setAlphabeticShortcut('w'); + if (hardKeyboard) + disconnect.setAlphabeticShortcut('w'); if (!sessionOpen && disconnected) disconnect.setTitle(R.string.console_menu_close); disconnect.setEnabled(activeTerminal); @@ -611,7 +653,8 @@ public class ConsoleActivity extends Activity { }); copy = menu.add(R.string.console_menu_copy); - copy.setAlphabeticShortcut('c'); + if (hardKeyboard) + copy.setAlphabeticShortcut('c'); copy.setIcon(android.R.drawable.ic_menu_set_as); copy.setEnabled(activeTerminal); copy.setOnMenuItemClickListener(new OnMenuItemClickListener() { @@ -635,7 +678,8 @@ public class ConsoleActivity extends Activity { }); paste = menu.add(R.string.console_menu_paste); - paste.setAlphabeticShortcut('v'); + if (hardKeyboard) + paste.setAlphabeticShortcut('v'); paste.setIcon(android.R.drawable.ic_menu_edit); paste.setEnabled(clipboard.hasText() && sessionOpen); paste.setOnMenuItemClickListener(new OnMenuItemClickListener() { @@ -653,7 +697,8 @@ public class ConsoleActivity extends Activity { }); portForward = menu.add(R.string.console_menu_portforwards); - portForward.setAlphabeticShortcut('f'); + if (hardKeyboard) + portForward.setAlphabeticShortcut('f'); portForward.setIcon(android.R.drawable.ic_menu_manage); portForward.setEnabled(sessionOpen && canForwardPorts); portForward.setOnMenuItemClickListener(new OnMenuItemClickListener() { @@ -669,7 +714,8 @@ public class ConsoleActivity extends Activity { }); urlscan = menu.add(R.string.console_menu_urlscan); - urlscan.setAlphabeticShortcut('u'); + if (hardKeyboard) + urlscan.setAlphabeticShortcut('u'); urlscan.setIcon(android.R.drawable.ic_menu_search); urlscan.setEnabled(activeTerminal); urlscan.setOnMenuItemClickListener(new OnMenuItemClickListener() { @@ -694,7 +740,8 @@ public class ConsoleActivity extends Activity { }); resize = menu.add(R.string.console_menu_resize); - resize.setAlphabeticShortcut('s'); + if (hardKeyboard) + resize.setAlphabeticShortcut('s'); resize.setIcon(android.R.drawable.ic_menu_crop); resize.setEnabled(sessionOpen); resize.setOnMenuItemClickListener(new OnMenuItemClickListener() { @@ -785,10 +832,6 @@ public class ConsoleActivity extends Activity { super.onPause(); Log.d(TAG, "onPause called"); - // Allow the screen to dim and fall asleep. - if (wakelock != null && wakelock.isHeld()) - wakelock.release(); - if (forcedOrientation && bound != null) bound.setResizeAllowed(false); } @@ -800,8 +843,11 @@ public class ConsoleActivity extends Activity { // Make sure we don't let the screen fall asleep. // This also keeps the Wi-Fi chipset from disconnecting us. - if (wakelock != null && prefs.getBoolean(PreferenceConstants.KEEP_ALIVE, true)) - wakelock.acquire(); + if (prefs.getBoolean(PreferenceConstants.KEEP_ALIVE, true)) { + getWindow().addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON); + } else { + getWindow().clearFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON); + } configureOrientation(); @@ -843,6 +889,8 @@ public class ConsoleActivity extends Activity { requestedBridge = bound.openConnection(requested); } catch(Exception e) { Log.e(TAG, "Problem while trying to create new requested bridge from URI", e); + // TODO: We should display an error dialog here. + return; } requestedIndex = addNewTerminalView(requestedBridge); @@ -1006,6 +1054,8 @@ public class ConsoleActivity extends Activity { bound.setResizeAllowed(true); bound.hardKeyboardHidden = (newConfig.hardKeyboardHidden == Configuration.HARDKEYBOARDHIDDEN_YES); + + mKeyboardButton.setVisibility(bound.hardKeyboardHidden ? View.VISIBLE : View.GONE); } } diff --git a/src/org/connectbot/HostEditorActivity.java b/src/org/connectbot/HostEditorActivity.java index 95d04cc..4e8427f 100644 --- a/src/org/connectbot/HostEditorActivity.java +++ b/src/org/connectbot/HostEditorActivity.java @@ -23,6 +23,7 @@ import java.util.HashMap; import java.util.LinkedList; import java.util.List; import java.util.Map; +import java.util.Set; import java.util.Map.Entry; import org.connectbot.bean.HostBean; @@ -130,6 +131,11 @@ public class HostEditorActivity extends PreferenceActivity implements OnSharedPr return true; } + // Gingerbread compatibility + public void apply() { + commit(); + } + public android.content.SharedPreferences.Editor putBoolean(String key, boolean value) { return this.putString(key, Boolean.toString(value)); } @@ -158,6 +164,9 @@ public class HostEditorActivity extends PreferenceActivity implements OnSharedPr return this; } + public android.content.SharedPreferences.Editor putStringSet(String key, Set<String> value) { + throw new UnsupportedOperationException("HostEditor Prefs do not support Set<String>"); + } } @@ -193,6 +202,10 @@ public class HostEditorActivity extends PreferenceActivity implements OnSharedPr return values.get(key); } + public Set<String> getStringSet(String key, Set<String> defValue) { + throw new ClassCastException("HostEditor Prefs do not support Set<String>"); + } + protected List<OnSharedPreferenceChangeListener> listeners = new LinkedList<OnSharedPreferenceChangeListener>(); public void registerOnSharedPreferenceChangeListener(OnSharedPreferenceChangeListener listener) { diff --git a/src/org/connectbot/HostListActivity.java b/src/org/connectbot/HostListActivity.java index f65c069..3b02530 100644 --- a/src/org/connectbot/HostListActivity.java +++ b/src/org/connectbot/HostListActivity.java @@ -178,7 +178,8 @@ public class HostListActivity extends ListActivity { // start thread to check for new version new UpdateHelper(this); - this.makingShortcut = Intent.ACTION_CREATE_SHORTCUT.equals(getIntent().getAction()); + this.makingShortcut = Intent.ACTION_CREATE_SHORTCUT.equals(getIntent().getAction()) + || Intent.ACTION_PICK.equals(getIntent().getAction()); // connect with hosts database and populate list this.hostdb = new HostDatabase(this); diff --git a/src/org/connectbot/PortForwardListActivity.java b/src/org/connectbot/PortForwardListActivity.java index e5c6d21..f9982e4 100644 --- a/src/org/connectbot/PortForwardListActivity.java +++ b/src/org/connectbot/PortForwardListActivity.java @@ -113,7 +113,7 @@ public class PortForwardListActivity extends ListActivity { host = hostdb.findHostById(hostId); { - String nickname = host.getNickname(); + final String nickname = host != null ? host.getNickname() : null; final Resources resources = getResources(); if (nickname != null) { @@ -209,7 +209,8 @@ public class PortForwardListActivity extends ListActivity { break; } - PortForwardBean pfb = new PortForwardBean(host.getId(), + PortForwardBean pfb = new PortForwardBean( + host != null ? host.getId() : -1, nicknameEdit.getText().toString(), type, sourcePortEdit.getText().toString(), destEdit.getText().toString()); @@ -219,7 +220,7 @@ public class PortForwardListActivity extends ListActivity { hostBridge.enablePortForward(pfb); } - if (!hostdb.savePortForward(pfb)) + if (host != null && !hostdb.savePortForward(pfb)) throw new SQLException("Could not save port forward"); updateHandler.sendEmptyMessage(-1); diff --git a/src/org/connectbot/PubkeyListActivity.java b/src/org/connectbot/PubkeyListActivity.java index 9106e1a..3579980 100644 --- a/src/org/connectbot/PubkeyListActivity.java +++ b/src/org/connectbot/PubkeyListActivity.java @@ -293,7 +293,7 @@ public class PubkeyListActivity extends ListActivity implements EventListener { Log.d(TAG, String.format("Unlocked key '%s'", pubkey.getNickname())); // save this key in memory - bound.addKey(pubkey, trileadKey); + bound.addKey(pubkey, trileadKey, true); updateHandler.sendEmptyMessage(-1); } diff --git a/src/org/connectbot/StrictModeSetup.java b/src/org/connectbot/StrictModeSetup.java new file mode 100644 index 0000000..3a2000e --- /dev/null +++ b/src/org/connectbot/StrictModeSetup.java @@ -0,0 +1,23 @@ +/* + * ConnectBot: simple, powerful, open-source SSH client for Android + * Copyright 2007 Kenny Root, Jeffrey Sharkey + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package org.connectbot; +import android.os.StrictMode; +public class StrictModeSetup { + public static void run() { + StrictMode.setThreadPolicy(StrictMode.ThreadPolicy.LAX); + } +} diff --git a/src/org/connectbot/TerminalView.java b/src/org/connectbot/TerminalView.java index 45f2977..e2f257c 100755 --- a/src/org/connectbot/TerminalView.java +++ b/src/org/connectbot/TerminalView.java @@ -39,6 +39,7 @@ import android.graphics.Path; import android.graphics.PixelXorXfermode; import android.graphics.RectF; import android.net.Uri; +import android.view.KeyEvent; import android.view.View; import android.view.ViewGroup.LayoutParams; import android.view.accessibility.AccessibilityEvent; @@ -203,6 +204,11 @@ public class TerminalView extends View implements FontSizeChangedListener { bridge.charHeight); canvas.drawPaint(cursorPaint); + final int deadKey = bridge.getKeyHandler().getDeadKey(); + if (deadKey != 0) { + canvas.drawText(new char[] { (char)deadKey }, 0, 1, 0, 0, cursorStrokePaint); + } + // Make sure we scale our decorations to the correct size. canvas.concat(scaleMatrix); @@ -291,7 +297,19 @@ public class TerminalView extends View implements FontSizeChangedListener { EditorInfo.IME_FLAG_NO_ENTER_ACTION | EditorInfo.IME_ACTION_NONE; outAttrs.inputType = EditorInfo.TYPE_NULL; - return new BaseInputConnection(this, false); + return new BaseInputConnection(this, false) { + @Override + public boolean deleteSurroundingText (int leftLength, int rightLength) { + if (rightLength == 0 && leftLength == 0) { + return this.sendKeyEvent(new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_DEL)); + } + for (int i = 0; i < leftLength; i++) { + this.sendKeyEvent(new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_DEL)); + } + // TODO: forward delete + return true; + } + }; } public StringBuffer getAccessibilityBuffer() { diff --git a/src/org/connectbot/service/ConnectionNotifier.java b/src/org/connectbot/service/ConnectionNotifier.java index 679ed9e..d276761 100644 --- a/src/org/connectbot/service/ConnectionNotifier.java +++ b/src/org/connectbot/service/ConnectionNotifier.java @@ -17,6 +17,9 @@ package org.connectbot.service; +import java.lang.reflect.InvocationTargetException; +import java.lang.reflect.Method; + import org.connectbot.ConsoleActivity; import org.connectbot.R; import org.connectbot.bean.HostBean; @@ -41,7 +44,7 @@ public abstract class ConnectionNotifier { private static final int ONLINE_NOTIFICATION = 1; private static final int ACTIVITY_NOTIFICATION = 2; - public static ConnectionNotifier getInstance() { + public static ConnectionNotifier getInstance() { if (PreferenceConstants.PRE_ECLAIR) return PreEclair.Holder.sInstance; else @@ -128,20 +131,46 @@ public abstract class ConnectionNotifier { public abstract void hideRunningNotification(Service context); private static class PreEclair extends ConnectionNotifier { + private static final Class<?>[] setForegroundSignature = new Class[] {boolean.class}; + private Method setForeground = null; + private static class Holder { private static final PreEclair sInstance = new PreEclair(); } + public PreEclair() { + try { + setForeground = Service.class.getMethod("setForeground", setForegroundSignature); + } catch (Exception e) { + } + } + @Override public void showRunningNotification(Service context) { - context.setForeground(true); - getNotificationManager(context).notify(ONLINE_NOTIFICATION, newRunningNotification(context)); + if (setForeground != null) { + Object[] setForegroundArgs = new Object[1]; + setForegroundArgs[0] = Boolean.TRUE; + try { + setForeground.invoke(context, setForegroundArgs); + } catch (InvocationTargetException e) { + } catch (IllegalAccessException e) { + } + getNotificationManager(context).notify(ONLINE_NOTIFICATION, newRunningNotification(context)); + } } @Override public void hideRunningNotification(Service context) { - context.setForeground(false); - getNotificationManager(context).cancel(ONLINE_NOTIFICATION); + if (setForeground != null) { + Object[] setForegroundArgs = new Object[1]; + setForegroundArgs[0] = Boolean.FALSE; + try { + setForeground.invoke(context, setForegroundArgs); + } catch (InvocationTargetException e) { + } catch (IllegalAccessException e) { + } + getNotificationManager(context).cancel(ONLINE_NOTIFICATION); + } } } diff --git a/src/org/connectbot/service/ConnectivityReceiver.java b/src/org/connectbot/service/ConnectivityReceiver.java index e2d2d3b..3248a2a 100644 --- a/src/org/connectbot/service/ConnectivityReceiver.java +++ b/src/org/connectbot/service/ConnectivityReceiver.java @@ -31,6 +31,8 @@ public class ConnectivityReceiver extends BroadcastReceiver { private boolean mLockingWifi; + private Object[] mLock = new Object[0]; + public ConnectivityReceiver(TerminalManager manager, boolean lockingWifi) { mTerminalManager = manager; @@ -93,21 +95,26 @@ public class ConnectivityReceiver extends BroadcastReceiver { } /** - * Increase the number of things using the network. Acquire a Wifi lock if necessary. + * Increase the number of things using the network. Acquire a Wi-Fi lock + * if necessary. */ public void incRef() { - synchronized (this) { - acquireWifiLockIfNecessary(); - + synchronized (mLock) { mNetworkRef += 1; + + acquireWifiLockIfNecessaryLocked(); } } + /** + * Decrease the number of things using the network. Release the Wi-Fi lock + * if necessary. + */ public void decRef() { - synchronized (this) { + synchronized (mLock) { mNetworkRef -= 1; - releaseWifiLockIfNecessary(); + releaseWifiLockIfNecessaryLocked(); } } @@ -115,32 +122,24 @@ public class ConnectivityReceiver extends BroadcastReceiver { * @param mLockingWifi */ public void setWantWifiLock(boolean lockingWifi) { - synchronized (this) { + synchronized (mLock) { mLockingWifi = lockingWifi; if (mLockingWifi) { - acquireWifiLockIfNecessary(); - } else if (!mLockingWifi) { - releaseWifiLockIfNecessary(); + acquireWifiLockIfNecessaryLocked(); + } else { + releaseWifiLockIfNecessaryLocked(); } } } - /** - * - */ - private void acquireWifiLockIfNecessary() { - synchronized (this) { - if (mLockingWifi && mNetworkRef > 0 && !mWifiLock.isHeld()) { - mWifiLock.acquire(); - } + private void acquireWifiLockIfNecessaryLocked() { + if (mLockingWifi && mNetworkRef > 0 && !mWifiLock.isHeld()) { + mWifiLock.acquire(); } } - /** - * - */ - private void releaseWifiLockIfNecessary() { + private void releaseWifiLockIfNecessaryLocked() { if (mNetworkRef == 0 && mWifiLock.isHeld()) { mWifiLock.release(); } diff --git a/src/org/connectbot/service/Relay.java b/src/org/connectbot/service/Relay.java index f14ff53..36672ec 100644 --- a/src/org/connectbot/service/Relay.java +++ b/src/org/connectbot/service/Relay.java @@ -40,13 +40,10 @@ public class Relay implements Runnable { private static final int BUFFER_SIZE = 4096; - private static boolean useJNI = true; - private TerminalBridge bridge; private Charset currentCharset; private CharsetDecoder decoder; - private boolean isLegacyEastAsian = false; private AbsTransport transport; @@ -58,10 +55,6 @@ public class Relay implements Runnable { private byte[] byteArray; private char[] charArray; - static { - useJNI = EastAsianWidth.useJNI; - } - public Relay(TerminalBridge bridge, AbsTransport transport, vt320 buffer, String encoding) { setCharset(encoding); this.bridge = bridge; @@ -99,16 +92,9 @@ public class Relay implements Runnable { byteBuffer = ByteBuffer.allocate(BUFFER_SIZE); charBuffer = CharBuffer.allocate(BUFFER_SIZE); - /* for both JNI and non-JNI method */ + /* for East Asian character widths */ byte[] wideAttribute = new byte[BUFFER_SIZE]; - /* non-JNI fallback method */ - float[] widths = null; - - if (!useJNI) { - widths = new float[BUFFER_SIZE]; - } - byteArray = byteBuffer.array(); charArray = charBuffer.array(); @@ -120,6 +106,8 @@ public class Relay implements Runnable { int offset; int charWidth; + EastAsianWidth measurer = EastAsianWidth.getInstance(); + try { while (true) { charWidth = bridge.charWidth; @@ -143,15 +131,7 @@ public class Relay implements Runnable { offset = charBuffer.position(); - if (!useJNI) { - bridge.defaultPaint.getTextWidths(charArray, 0, offset, widths); - for (int i = 0; i < offset; i++) - wideAttribute[i] = - (byte) (((int)widths[i] != charWidth) ? 1 : 0); - } else { - EastAsianWidth.measure(charArray, 0, charBuffer.position(), - wideAttribute, isLegacyEastAsian); - } + measurer.measure(charArray, 0, offset, wideAttribute, bridge.defaultPaint, charWidth); buffer.putString(charArray, wideAttribute, 0, charBuffer.position()); bridge.propagateConsoleText(charArray, charBuffer.position()); charBuffer.clear(); diff --git a/src/org/connectbot/service/TerminalBridge.java b/src/org/connectbot/service/TerminalBridge.java index 9b4b96c..f25ba5d 100644 --- a/src/org/connectbot/service/TerminalBridge.java +++ b/src/org/connectbot/service/TerminalBridge.java @@ -57,6 +57,7 @@ import de.mud.terminal.vt320; * This class also provides SSH hostkey verification prompting, and password * prompting. */ +@SuppressWarnings("deprecation") // for ClipboardManager public class TerminalBridge implements VDUDisplay { public final static String TAG = "ConnectBot.TerminalBridge"; @@ -98,6 +99,8 @@ public class TerminalBridge implements VDUDisplay { private boolean selectingForCopy = false; private final SelectionArea selectionArea; + + // TODO add support for the new clipboard API private ClipboardManager clipboard; public int charWidth = -1; @@ -921,8 +924,6 @@ public class TerminalBridge implements VDUDisplay { color = manager.hostdb.getColorsForScheme(HostDatabase.DEFAULT_COLOR_SCHEME); } - // This was taken from http://geekswithblogs.net/casualjim/archive/2005/12/01/61722.aspx - private final static String urlRegex = "(?:(?:ht|f)tp(?:s?)\\:\\/\\/|~/|/)?(?:\\w+:\\w+@)?(?:(?:[-\\w]+\\.)+(?:com|org|net|gov|mil|biz|info|mobi|name|aero|jobs|museum|travel|[a-z]{2}))(?::[\\d]{1,5})?(?:(?:(?:/(?:[-\\w~!$+|.,=]|%[a-f\\d]{2})+)+|/)+|\\?|#)?(?:(?:\\?(?:[-\\w~!$+|.,*:]|%[a-f\\d{2}])+=(?:[-\\w~!$+|.,*:=]|%[a-f\\d]{2})*)(?:&(?:[-\\w~!$+|.,*:]|%[a-f\\d{2}])+=(?:[-\\w~!$+|.,*:=]|%[a-f\\d]{2})*)*)*(?:#(?:[-\\w~!$+|.,*:=]|%[a-f\\d]{2})*)?"; private static Pattern urlPattern = null; /** @@ -931,8 +932,36 @@ public class TerminalBridge implements VDUDisplay { public List<String> scanForURLs() { List<String> urls = new LinkedList<String>(); - if (urlPattern == null) - urlPattern = Pattern.compile(urlRegex); + if (urlPattern == null) { + // based on http://www.ietf.org/rfc/rfc2396.txt + String scheme = "[A-Za-z][-+.0-9A-Za-z]*"; + String unreserved = "[-._~0-9A-Za-z]"; + String pctEncoded = "%[0-9A-Fa-f]{2}"; + String subDelims = "[!$&'()*+,;:=]"; + String userinfo = "(?:" + unreserved + "|" + pctEncoded + "|" + subDelims + "|:)*"; + String h16 = "[0-9A-Fa-f]{1,4}"; + String decOctet = "(?:[0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])"; + String ipv4address = decOctet + "\\." + decOctet + "\\." + decOctet + "\\." + decOctet; + String ls32 = "(?:" + h16 + ":" + h16 + "|" + ipv4address + ")"; + String ipv6address = "(?:(?:" + h16 + "){6}" + ls32 + ")"; + String ipvfuture = "v[0-9A-Fa-f]+.(?:" + unreserved + "|" + subDelims + "|:)+"; + String ipLiteral = "\\[(?:" + ipv6address + "|" + ipvfuture + ")\\]"; + String regName = "(?:" + unreserved + "|" + pctEncoded + "|" + subDelims + ")*"; + String host = "(?:" + ipLiteral + "|" + ipv4address + "|" + regName + ")"; + String port = "[0-9]*"; + String authority = "(?:" + userinfo + "@)?" + host + "(?::" + port + ")?"; + String pchar = "(?:" + unreserved + "|" + pctEncoded + "|" + subDelims + "|@)"; + String segment = pchar + "*"; + String pathAbempty = "(?:/" + segment + ")*"; + String segmentNz = pchar + "+"; + String pathAbsolute = "/(?:" + segmentNz + "(?:/" + segment + ")*)?"; + String pathRootless = segmentNz + "(?:/" + segment + ")*"; + String hierPart = "(?://" + authority + pathAbempty + "|" + pathAbsolute + "|" + pathRootless + ")"; + String query = "(?:" + pchar + "|/|\\?)*"; + String fragment = "(?:" + pchar + "|/|\\?)*"; + String uriRegex = scheme + ":" + hierPart + "(?:" + query + ")?(?:#" + fragment + ")?"; + urlPattern = Pattern.compile(uriRegex); + } char[] visibleBuffer = new char[buffer.height * buffer.width]; for (int l = 0; l < buffer.height; l++) diff --git a/src/org/connectbot/service/TerminalKeyListener.java b/src/org/connectbot/service/TerminalKeyListener.java index af752bf..952f3cd 100644 --- a/src/org/connectbot/service/TerminalKeyListener.java +++ b/src/org/connectbot/service/TerminalKeyListener.java @@ -1,5 +1,18 @@ -/** +/* + * ConnectBot: simple, powerful, open-source SSH client for Android + * Copyright 2010 Kenny Root, Jeffrey Sharkey + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.connectbot.service; @@ -26,6 +39,7 @@ import de.mud.terminal.vt320; * @author kenny * */ +@SuppressWarnings("deprecation") // for ClipboardManager public class TerminalKeyListener implements OnKeyListener, OnSharedPreferenceChangeListener { private static final String TAG = "ConnectBot.OnKeyListener"; @@ -43,6 +57,10 @@ public class TerminalKeyListener implements OnKeyListener, OnSharedPreferenceCha public final static int META_ALT_MASK = META_ALT_ON | META_ALT_LOCK; public final static int META_SHIFT_MASK = META_SHIFT_ON | META_SHIFT_LOCK; + // backport constants from api level 11 + public final static int KEYCODE_ESCAPE = 111; + public final static int HC_META_CTRL_ON = 4096; + // All the transient key codes public final static int META_TRANSIENT = META_CTRL_ON | META_ALT_ON | META_SHIFT_ON; @@ -51,14 +69,16 @@ public class TerminalKeyListener implements OnKeyListener, OnSharedPreferenceCha private final TerminalBridge bridge; private final VDUBuffer buffer; - protected KeyCharacterMap keymap = KeyCharacterMap.load(KeyCharacterMap.BUILT_IN_KEYBOARD); - private String keymode = null; private boolean hardKeyboard = false; private int metaState = 0; + private int mDeadKey = 0; + + // TODO add support for the new API. private ClipboardManager clipboard = null; + private boolean selectingForCopy = false; private final SelectionArea selectionArea; @@ -148,47 +168,66 @@ public class TerminalKeyListener implements OnKeyListener, OnSharedPreferenceCha bridge.resetScrollPosition(); - boolean printing = (keymap.isPrintingKey(keyCode) || keyCode == KeyEvent.KEYCODE_SPACE); + if (keyCode == KeyEvent.KEYCODE_UNKNOWN && + event.getAction() == KeyEvent.ACTION_MULTIPLE) { + byte[] input = event.getCharacters().getBytes(encoding); + bridge.transport.write(input); + return true; + } + + int curMetaState = event.getMetaState(); + final int orgMetaState = curMetaState; + + if ((metaState & META_SHIFT_MASK) != 0) { + curMetaState |= KeyEvent.META_SHIFT_ON; + } + + if ((metaState & META_ALT_MASK) != 0) { + curMetaState |= KeyEvent.META_ALT_ON; + } + + int key = event.getUnicodeChar(curMetaState); + // no hard keyboard? ALT-k should pass through to below + if ((orgMetaState & KeyEvent.META_ALT_ON) != 0 && + (!hardKeyboard || hardKeyboardHidden)) { + key = 0; + } + + if ((key & KeyCharacterMap.COMBINING_ACCENT) != 0) { + mDeadKey = key & KeyCharacterMap.COMBINING_ACCENT_MASK; + return true; + } + + if (mDeadKey != 0) { + key = KeyCharacterMap.getDeadChar(mDeadKey, keyCode); + mDeadKey = 0; + } + + final boolean printing = (key != 0); // otherwise pass through to existing session // print normal keys if (printing) { - int curMetaState = event.getMetaState(); - metaState &= ~(META_SLASH | META_TAB); - if ((metaState & META_SHIFT_MASK) != 0) { - curMetaState |= KeyEvent.META_SHIFT_ON; - metaState &= ~META_SHIFT_ON; - bridge.redraw(); - } - - if ((metaState & META_ALT_MASK) != 0) { - curMetaState |= KeyEvent.META_ALT_ON; - metaState &= ~META_ALT_ON; + // Remove shift and alt modifiers + final int lastMetaState = metaState; + metaState &= ~(META_SHIFT_ON | META_ALT_ON); + if (metaState != lastMetaState) { bridge.redraw(); } - int key = keymap.get(keyCode, curMetaState); - if ((metaState & META_CTRL_MASK) != 0) { metaState &= ~META_CTRL_ON; bridge.redraw(); + // If there is no hard keyboard or there is a hard keyboard currently hidden, + // CTRL-1 through CTRL-9 will send F1 through F9 if ((!hardKeyboard || (hardKeyboard && hardKeyboardHidden)) && sendFunctionKey(keyCode)) return true; - // Support CTRL-a through CTRL-z - if (key >= 0x61 && key <= 0x7A) - key -= 0x60; - // Support CTRL-A through CTRL-_ - else if (key >= 0x41 && key <= 0x5F) - key -= 0x40; - else if (key == 0x20) - key = 0x00; - else if (key == 0x3F) - key = 0x7F; + key = keyAsControl(key); } // handle pressing f-keys @@ -207,13 +246,30 @@ public class TerminalKeyListener implements OnKeyListener, OnSharedPreferenceCha return true; } - if (keyCode == KeyEvent.KEYCODE_UNKNOWN && - event.getAction() == KeyEvent.ACTION_MULTIPLE) { - byte[] input = event.getCharacters().getBytes(encoding); - bridge.transport.write(input); - return true; + // send ctrl and meta-keys as appropriate + if (!hardKeyboard || hardKeyboardHidden) { + int k = event.getUnicodeChar(0); + int k0 = k; + boolean sendCtrl = false; + boolean sendMeta = false; + if (k != 0) { + if ((orgMetaState & HC_META_CTRL_ON) != 0) { + k = keyAsControl(k); + if (k != k0) + sendCtrl = true; + // send F1-F10 via CTRL-1 through CTRL-0 + if (!sendCtrl && sendFunctionKey(keyCode)) + return true; + } else if ((orgMetaState & KeyEvent.META_ALT_ON) != 0) { + sendMeta = true; + sendEscape(); + } + if (sendMeta || sendCtrl) { + bridge.transport.write(k); + return true; + } + } } - // try handling keymode shortcuts if (hardKeyboard && !hardKeyboardHidden && event.getRepeatCount() == 0) { @@ -263,6 +319,12 @@ public class TerminalKeyListener implements OnKeyListener, OnSharedPreferenceCha // look for special chars switch(keyCode) { + case KEYCODE_ESCAPE: + sendEscape(); + return true; + case KeyEvent.KEYCODE_TAB: + bridge.transport.write(0x09); + return true; case KeyEvent.KEYCODE_CAMERA: // check to see which shortcut the camera button triggers @@ -362,10 +424,10 @@ public class TerminalKeyListener implements OnKeyListener, OnSharedPreferenceCha } } else { if ((metaState & META_CTRL_ON) != 0) { - ((vt320)buffer).keyTyped(vt320.KEY_ESCAPE, ' ', 0); + sendEscape(); metaState &= ~META_CTRL_ON; } else - metaState |= META_CTRL_ON; + metaPress(META_CTRL_ON); } bridge.redraw(); @@ -389,6 +451,25 @@ public class TerminalKeyListener implements OnKeyListener, OnSharedPreferenceCha return false; } + public int keyAsControl(int key) { + // Support CTRL-a through CTRL-z + if (key >= 0x61 && key <= 0x7A) + key -= 0x60; + // Support CTRL-A through CTRL-_ + else if (key >= 0x41 && key <= 0x5F) + key -= 0x40; + // CTRL-space sends NULL + else if (key == 0x20) + key = 0x00; + // CTRL-? sends DEL + else if (key == 0x3F) + key = 0x7F; + return key; + } + + public void sendEscape() { + ((vt320)buffer).keyTyped(vt320.KEY_ESCAPE, ' ', 0); + } /** * @param key @@ -440,7 +521,7 @@ public class TerminalKeyListener implements OnKeyListener, OnSharedPreferenceCha * * @param code */ - private void metaPress(int code) { + public void metaPress(int code) { if ((metaState & (code << 1)) != 0) { metaState &= ~(code << 1); } else if ((metaState & code) != 0) { @@ -472,6 +553,10 @@ public class TerminalKeyListener implements OnKeyListener, OnSharedPreferenceCha return metaState; } + public int getDeadKey() { + return mDeadKey; + } + public void setClipboardManager(ClipboardManager clipboard) { this.clipboard = clipboard; } diff --git a/src/org/connectbot/service/TerminalManager.java b/src/org/connectbot/service/TerminalManager.java index c378b14..86a30f5 100644 --- a/src/org/connectbot/service/TerminalManager.java +++ b/src/org/connectbot/service/TerminalManager.java @@ -135,6 +135,7 @@ public class TerminalManager extends Service implements BridgeDisconnectedListen pubkeydb = new PubkeyDatabase(this); // load all marked pubkeys into memory + updateSavingKeys(); List<PubkeyBean> pubkeys = pubkeydb.getAllStartPubkeys(); for (PubkeyBean pubkey : pubkeys) { @@ -162,7 +163,6 @@ public class TerminalManager extends Service implements BridgeDisconnectedListen connectivityManager = new ConnectivityReceiver(this, lockingWifi); - updateSavingKeys(); } private void updateSavingKeys() { @@ -246,6 +246,10 @@ public class TerminalManager extends Service implements BridgeDisconnectedListen connectivityManager.incRef(); } + if (prefs.getBoolean(PreferenceConstants.CONNECTION_PERSIST, true)) { + ConnectionNotifier.getInstance().showRunningNotification(this); + } + // also update database with new connected time touchHost(host); @@ -323,6 +327,8 @@ public class TerminalManager extends Service implements BridgeDisconnectedListen * Called by child bridge when somehow it's been disconnected. */ public void onDisconnected(TerminalBridge bridge) { + boolean shouldHideRunningNotification = false; + synchronized (bridges) { // remove this bridge from our list bridges.remove(bridge); @@ -333,16 +339,24 @@ public class TerminalManager extends Service implements BridgeDisconnectedListen if (bridge.isUsingNetwork()) { connectivityManager.decRef(); } + + if (bridges.size() == 0 && + mPendingReconnect.size() == 0) { + shouldHideRunningNotification = true; + } } synchronized (disconnected) { disconnected.add(bridge.host); } + if (shouldHideRunningNotification) { + ConnectionNotifier.getInstance().hideRunningNotification(this); + } + // pass notification back up to gui if (disconnectHandler != null) Message.obtain(disconnectHandler, -1, bridge).sendToTarget(); - } public boolean isKeyLoaded(String nickname) { @@ -350,7 +364,11 @@ public class TerminalManager extends Service implements BridgeDisconnectedListen } public void addKey(PubkeyBean pubkey, Object trileadKey) { - if (!savingKeys) + addKey(pubkey, trileadKey, false); + } + + public void addKey(PubkeyBean pubkey, Object trileadKey, boolean force) { + if (!savingKeys && !force) return; removeKey(pubkey.getNickname()); @@ -465,8 +483,6 @@ public class TerminalManager extends Service implements BridgeDisconnectedListen setResizeAllowed(true); - ConnectionNotifier.getInstance().hideRunningNotification(this); - stopIdleTimer(); // Make sure we stay running to maintain the bridges @@ -476,13 +492,20 @@ public class TerminalManager extends Service implements BridgeDisconnectedListen } @Override + public int onStartCommand(Intent intent, int flags, int startId) { + /* + * We want this service to continue running until it is explicitly + * stopped, so return sticky. + */ + return START_STICKY; + } + + @Override public void onRebind(Intent intent) { super.onRebind(intent); setResizeAllowed(true); - ConnectionNotifier.getInstance().hideRunningNotification(this); - Log.i(TAG, "Someone rebound to TerminalManager"); stopIdleTimer(); @@ -496,13 +519,6 @@ public class TerminalManager extends Service implements BridgeDisconnectedListen if (bridges.size() == 0) { stopWithDelay(); - } else { - /* If user wants the connections to stay alive at all costs, - * set the service to be "foreground." - */ - if (prefs.getBoolean(PreferenceConstants.CONNECTION_PERSIST, true)) { - ConnectionNotifier.getInstance().showRunningNotification(this); - } } return true; @@ -565,7 +581,7 @@ public class TerminalManager extends Service implements BridgeDisconnectedListen vibrate(); } - class BeepListener implements OnCompletionListener { + private static class BeepListener implements OnCompletionListener { public void onCompletion(MediaPlayer mp) { mp.seekTo(0); } @@ -647,6 +663,7 @@ public class TerminalManager extends Service implements BridgeDisconnectedListen disconnectAll(false); } }; + t.setName("Disconnector"); t.start(); } @@ -660,6 +677,7 @@ public class TerminalManager extends Service implements BridgeDisconnectedListen reconnectPending(); } }; + t.setName("Reconnector"); t.start(); } @@ -673,7 +691,8 @@ public class TerminalManager extends Service implements BridgeDisconnectedListen public void requestReconnect(TerminalBridge bridge) { synchronized (mPendingReconnect) { mPendingReconnect.add(new WeakReference<TerminalBridge>(bridge)); - if (connectivityManager.isConnected()) { + if (!bridge.isUsingNetwork() || + connectivityManager.isConnected()) { reconnectPending(); } } diff --git a/src/org/connectbot/util/EastAsianWidth.java b/src/org/connectbot/util/EastAsianWidth.java index b27cd48..0e274b5 100644 --- a/src/org/connectbot/util/EastAsianWidth.java +++ b/src/org/connectbot/util/EastAsianWidth.java @@ -17,42 +17,59 @@ package org.connectbot.util; -import android.util.Log; +import android.graphics.Paint; +import android.text.AndroidCharacter; /** * @author Kenny Root * */ -public class EastAsianWidth { - public static boolean useJNI = false; - private static final String TAG = "ConnectBot.EastAsianWidth"; +public abstract class EastAsianWidth { + public static EastAsianWidth getInstance() { + if (PreferenceConstants.PRE_FROYO) + return PreFroyo.Holder.sInstance; + else + return FroyoAndBeyond.Holder.sInstance; + } /** * @param charArray * @param i * @param position * @param wideAttribute - * @param isLegacyEastAsian */ - public native static void measure(char[] charArray, int start, int end, - byte[] wideAttribute, boolean isLegacyEastAsian); - - static { - try { - System.loadLibrary("org_connectbot_util_EastAsianWidth"); - - char[] testInput = {(char)0x4EBA}; - byte[] testResult = new byte[1]; - measure(testInput, 0, 1, testResult, true); - - if (testResult[0] == 1) - useJNI = true; - else - Log.d(TAG, "EastAsianWidth JNI measuring not available"); - } catch (Exception e) { - // Failure - } catch (UnsatisfiedLinkError e1) { - // Failure + public abstract void measure(char[] charArray, int start, int end, + byte[] wideAttribute, Paint paint, int charWidth); + + private static class PreFroyo extends EastAsianWidth { + private static final int BUFFER_SIZE = 4096; + private float[] mWidths = new float[BUFFER_SIZE]; + + private static class Holder { + private static final PreFroyo sInstance = new PreFroyo(); + } + + @Override + public void measure(char[] charArray, int start, int end, + byte[] wideAttribute, Paint paint, int charWidth) { + paint.getTextWidths(charArray, start, end, mWidths); + final int N = end - start; + for (int i = 0; i < N; i++) + wideAttribute[i] = (byte) (((int)mWidths[i] != charWidth) ? + AndroidCharacter.EAST_ASIAN_WIDTH_WIDE : + AndroidCharacter.EAST_ASIAN_WIDTH_NARROW); + } + } + + private static class FroyoAndBeyond extends EastAsianWidth { + private static class Holder { + private static final FroyoAndBeyond sInstance = new FroyoAndBeyond(); + } + + @Override + public void measure(char[] charArray, int start, int end, + byte[] wideAttribute, Paint paint, int charWidth) { + AndroidCharacter.getEastAsianWidths(charArray, start, end - start, wideAttribute); } } } diff --git a/src/org/connectbot/util/HostDatabase.java b/src/org/connectbot/util/HostDatabase.java index b0dce6d..2a92bab 100644 --- a/src/org/connectbot/util/HostDatabase.java +++ b/src/org/connectbot/util/HostDatabase.java @@ -124,6 +124,9 @@ public class HostDatabase extends RobustSQLiteOpenHelper { "CREATE INDEX " + TABLE_COLOR_DEFAULTS + FIELD_COLOR_SCHEME + "index ON " + TABLE_COLOR_DEFAULTS + " (" + FIELD_COLOR_SCHEME + ");"; + private static final String WHERE_SCHEME_AND_COLOR = FIELD_COLOR_SCHEME + " = ? AND " + + FIELD_COLOR_NUMBER + " = ?"; + static { addTableName(TABLE_HOSTS); addTableName(TABLE_PORTFORWARDS); @@ -273,8 +276,6 @@ public class HostDatabase extends RobustSQLiteOpenHelper { SQLiteDatabase db = this.getWritableDatabase(); db.update(TABLE_HOSTS, values, "_id = ?", new String[] { String.valueOf(host.getId()) }); - - db.close(); } } @@ -288,8 +289,6 @@ public class HostDatabase extends RobustSQLiteOpenHelper { SQLiteDatabase db = this.getWritableDatabase(); id = db.insert(TABLE_HOSTS, null, host.getValues()); - - db.close(); } host.setId(id); @@ -314,7 +313,6 @@ public class HostDatabase extends RobustSQLiteOpenHelper { db.update(TABLE_HOSTS, updates, "_id = ?", new String[] { String.valueOf(id) }); - db.close(); } return true; @@ -330,7 +328,6 @@ public class HostDatabase extends RobustSQLiteOpenHelper { synchronized (dbLock) { SQLiteDatabase db = this.getWritableDatabase(); db.delete(TABLE_HOSTS, "_id = ?", new String[] { String.valueOf(host.getId()) }); - db.close(); } } @@ -350,7 +347,6 @@ public class HostDatabase extends RobustSQLiteOpenHelper { hosts = createHostBeans(c); c.close(); - db.close(); } return hosts; @@ -473,8 +469,6 @@ public class HostDatabase extends RobustSQLiteOpenHelper { null, null, null); host = getFirstHostBean(c); - - db.close(); } return host; @@ -495,8 +489,6 @@ public class HostDatabase extends RobustSQLiteOpenHelper { null, null, null); host = getFirstHostBean(c); - - db.close(); } return host; @@ -521,8 +513,6 @@ public class HostDatabase extends RobustSQLiteOpenHelper { FIELD_HOST_HOSTNAME + " = ? AND " + FIELD_HOST_PORT + " = ?", new String[] { hostname, String.valueOf(port) }); Log.d(TAG, String.format("Finished saving hostkey information for '%s'", hostname)); - - db.close(); } } @@ -563,8 +553,6 @@ public class HostDatabase extends RobustSQLiteOpenHelper { c.close(); } - - db.close(); } return known; @@ -584,7 +572,6 @@ public class HostDatabase extends RobustSQLiteOpenHelper { SQLiteDatabase db = this.getWritableDatabase(); db.update(TABLE_HOSTS, values, FIELD_HOST_PUBKEYID + " = ?", new String[] { String.valueOf(pubkeyId) }); - db.close(); } Log.d(TAG, String.format("Set all hosts using pubkey id %d to -1", pubkeyId)); @@ -624,7 +611,6 @@ public class HostDatabase extends RobustSQLiteOpenHelper { } c.close(); - db.close(); } return portForwards; @@ -649,8 +635,6 @@ public class HostDatabase extends RobustSQLiteOpenHelper { if (db.update(TABLE_PORTFORWARDS, pfb.getValues(), "_id = ?", new String[] { String.valueOf(pfb.getId()) }) > 0) success = true; } - - db.close(); } return success; @@ -667,7 +651,6 @@ public class HostDatabase extends RobustSQLiteOpenHelper { synchronized (dbLock) { SQLiteDatabase db = this.getWritableDatabase(); db.delete(TABLE_PORTFORWARDS, "_id = ?", new String[] { String.valueOf(pfb.getId()) }); - db.close(); } } @@ -688,52 +671,38 @@ public class HostDatabase extends RobustSQLiteOpenHelper { } c.close(); - db.close(); } return colors; } public void setColorForScheme(int scheme, int number, int value) { - SQLiteDatabase db; + final SQLiteDatabase db; - String schemeWhere; - schemeWhere = FIELD_COLOR_SCHEME + " = ?"; + final String[] whereArgs = new String[] { String.valueOf(scheme), String.valueOf(number) }; if (value == Colors.defaults[number]) { - String[] whereArgs = new String[1]; - - whereArgs[0] = String.valueOf(number); - synchronized (dbLock) { db = getWritableDatabase(); db.delete(TABLE_COLORS, - FIELD_COLOR_NUMBER + " = ? AND " - + schemeWhere, - new String[] { String.valueOf(number) }); - - db.close(); + WHERE_SCHEME_AND_COLOR, whereArgs); } } else { - ContentValues values = new ContentValues(); - values.put(FIELD_COLOR_NUMBER, number); + final ContentValues values = new ContentValues(); values.put(FIELD_COLOR_VALUE, value); - String[] whereArgs = null; - - whereArgs = new String[] { String.valueOf(scheme) }; - synchronized (dbLock) { db = getWritableDatabase(); - int rowsAffected = db.update(TABLE_COLORS, values, - schemeWhere, whereArgs); + + final int rowsAffected = db.update(TABLE_COLORS, values, + WHERE_SCHEME_AND_COLOR, whereArgs); if (rowsAffected == 0) { + values.put(FIELD_COLOR_SCHEME, scheme); + values.put(FIELD_COLOR_NUMBER, number); db.insert(TABLE_COLORS, null, values); } - - db.close(); } } } @@ -760,8 +729,6 @@ public class HostDatabase extends RobustSQLiteOpenHelper { } c.close(); - - db.close(); } return colors; @@ -794,8 +761,6 @@ public class HostDatabase extends RobustSQLiteOpenHelper { values.put(FIELD_COLOR_SCHEME, scheme); db.insert(TABLE_COLOR_DEFAULTS, null, values); } - - db.close(); } } } diff --git a/src/org/connectbot/util/PreferenceConstants.java b/src/org/connectbot/util/PreferenceConstants.java index 37e1871..9e37017 100644 --- a/src/org/connectbot/util/PreferenceConstants.java +++ b/src/org/connectbot/util/PreferenceConstants.java @@ -26,7 +26,7 @@ import android.os.Build; public class PreferenceConstants { public static final boolean PRE_ECLAIR = (Integer.parseInt(Build.VERSION.SDK) <= 4); public static final boolean PRE_FROYO = PRE_ECLAIR ? true : - (Build.VERSION.SDK_INT <= 7); + (Integer.parseInt(Build.VERSION.SDK) <= 7); public static final String MEMKEYS = "memkeys"; public static final String UPDATE = "update"; diff --git a/src/org/connectbot/util/UberColorPickerDialog.java b/src/org/connectbot/util/UberColorPickerDialog.java index e12307e..2c01b30 100644 --- a/src/org/connectbot/util/UberColorPickerDialog.java +++ b/src/org/connectbot/util/UberColorPickerDialog.java @@ -65,8 +65,8 @@ import android.view.View; * @author Keith Wiley, kwiley@keithwiley.com, http://keithwiley.com */ public class UberColorPickerDialog extends Dialog { - private OnColorChangedListener mListener; - private int mInitialColor; + private final OnColorChangedListener mListener; + private final int mInitialColor; /** * Callback to the creator of the dialog, informing the creator of a new color and notifying that the dialog is about to dismiss. diff --git a/tests/.classpath b/tests/.classpath index ae03331..0c8193e 100644 --- a/tests/.classpath +++ b/tests/.classpath @@ -4,5 +4,6 @@ <classpathentry kind="src" path="gen"/> <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> <classpathentry combineaccessrules="false" kind="src" path="/connectbot"/> + <classpathentry kind="lib" path="/connectbot/libs/android-support-v4.jar"/> <classpathentry kind="output" path="bin"/> </classpath> diff --git a/tests/.gitignore b/tests/.gitignore index 8a2a610..fcead0a 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1,3 +1,4 @@ bin coverage gen +libs diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml index 7dc06ee..59a5b6f 100644 --- a/tests/AndroidManifest.xml +++ b/tests/AndroidManifest.xml @@ -17,7 +17,5 @@ --> <instrumentation android:name="android.test.InstrumentationTestRunner" android:targetPackage="org.connectbot" - android:label="Tests for HostListActivity" /> - - <uses-sdk android:targetSdkVersion="6" android:minSdkVersion="3" /> + android:label="Tests for ConnectBot" /> </manifest> diff --git a/tests/build.properties b/tests/build.properties index bd9d530..4d72305 100644 --- a/tests/build.properties +++ b/tests/build.properties @@ -13,3 +13,4 @@ source-folder=src # The name of the output folder. out-folder=bin +tested.project.dir=.. diff --git a/tests/build.xml b/tests/build.xml index ca78485..97f3894 100644 --- a/tests/build.xml +++ b/tests/build.xml @@ -1,61 +1,79 @@ <?xml version="1.0" encoding="UTF-8"?> <project name="ConnectBotTests" default="help"> - <!-- The local.properties file is created and updated by the 'android' tool. - It contain the path to the SDK. It should *NOT* be checked in in Version - Control Systems. --> - <property file="local.properties"/> +<!-- The local.properties file is created and updated by the 'android' + tool. + It contains the path to the SDK. It should *NOT* be checked into + Version Control Systems. --> + <property file="local.properties" /> <!-- The build.properties file can be created by you and is never touched - by the 'android' tool. This is the place to change some of the default property values - used by the Ant rules. + by the 'android' tool. This is the place to change some of the + default property values used by the Ant rules. Here are some properties you may want to change/update: - application-package - the name of your application package as defined in the manifest. Used by the - 'uninstall' rule. source.dir - the name of the source folder. Default is 'src'. + The name of the source directory. Default is 'src'. out.dir - the name of the output folder. Default is 'bin'. + The name of the output directory. Default is 'bin'. - Properties related to the SDK location or the project target should be updated - using the 'android' tool with the 'update' action. + Properties related to the SDK location or the project target should + be updated using the 'android' tool with the 'update' action. - This file is an integral part of the build system for your application and - should be checked in in Version Control Systems. + This file is an integral part of the build system for your + application and should be checked into Version Control Systems. --> - <property file="build.properties"/> - - <!-- The default.properties file is created and updated by the 'android' tool, as well - as ADT. - This file is an integral part of the build system for your application and - should be checked in in Version Control Systems. --> - <property file="default.properties"/> - - <!-- Custom Android task to deal with the project target, and import the proper rules. - This requires ant 1.6.0 or above. --> - <path id="android.antlibs"> - <pathelement path="${sdk.dir}/tools/lib/anttasks.jar" /> - <pathelement path="${sdk.dir}/tools/lib/sdklib.jar" /> - <pathelement path="${sdk.dir}/tools/lib/androidprefs.jar" /> - <pathelement path="${sdk.dir}/tools/lib/apkbuilder.jar" /> - <pathelement path="${sdk.dir}/tools/lib/jarutils.jar" /> - </path> - - <taskdef name="setup" - classname="com.android.ant.SetupTask" - classpathref="android.antlibs"/> - - <!-- Execute the Android Setup task that will setup some properties specific to the target, - and import the rules files. - To customize the rules, copy/paste them below the task, and disable import by setting - the import attribute to false: - <setup import="false" /> - - This will ensure that the properties are setup correctly but that your customized - targets are used. + <property file="build.properties" /> + + <!-- The default.properties file is created and updated by the 'android' + tool, as well as ADT. + This file is an integral part of the build system for your + application and should be checked into Version Control Systems. --> + <property file="default.properties" /> + + + <!-- Required pre-setup import --> + <import file="${sdk.dir}/tools/ant/pre_setup.xml" /> + + +<!-- extension targets. Uncomment the ones where you want to do custom work + in between standard targets --> +<!-- + <target name="-pre-build"> + </target> + <target name="-pre-compile"> + </target> + + [This is typically used for code obfuscation. + Compiled code location: ${out.classes.absolute.dir} + If this is not done in place, override ${out.dex.input.absolute.dir}] + <target name="-post-compile"> + </target> +--> + + <!-- Execute the Android Setup task that will setup some properties + specific to the target, and import the build rules files. + + The rules file is imported from + <SDK>/tools/ant/ + Depending on the project type it can be either: + - main_rules.xml + - lib_rules.xml + - test_rules.xml + + To customize existing targets, there are two options: + - Customize only one target: + - copy/paste the target into this file, *before* the + <setup> task. + - customize it to your needs. + - Customize the whole script. + - copy/paste the content of the rules files (minus the top node) + into this file, *after* the <setup> task + - disable the import of the rules by changing the setup task + below to <setup import="false" />. + - customize to your needs. --> <setup /> + </project> diff --git a/tests/default.properties b/tests/default.properties index 85c595c..6c3a26d 100644 --- a/tests/default.properties +++ b/tests/default.properties @@ -10,4 +10,4 @@ # Indicates whether an apk should be generated for each density. split.density=false # Project target. -target=android-4 +target=android-11 diff --git a/tests/proguard.cfg b/tests/proguard.cfg new file mode 100644 index 0000000..b1cdf17 --- /dev/null +++ b/tests/proguard.cfg @@ -0,0 +1,40 @@ +-optimizationpasses 5 +-dontusemixedcaseclassnames +-dontskipnonpubliclibraryclasses +-dontpreverify +-verbose +-optimizations !code/simplification/arithmetic,!field/*,!class/merging/* + +-keep public class * extends android.app.Activity +-keep public class * extends android.app.Application +-keep public class * extends android.app.Service +-keep public class * extends android.content.BroadcastReceiver +-keep public class * extends android.content.ContentProvider +-keep public class * extends android.app.backup.BackupAgentHelper +-keep public class * extends android.preference.Preference +-keep public class com.android.vending.licensing.ILicensingService + +-keepclasseswithmembernames class * { + native <methods>; +} + +-keepclasseswithmembers class * { + public <init>(android.content.Context, android.util.AttributeSet); +} + +-keepclasseswithmembers class * { + public <init>(android.content.Context, android.util.AttributeSet, int); +} + +-keepclassmembers class * extends android.app.Activity { + public void *(android.view.View); +} + +-keepclassmembers enum * { + public static **[] values(); + public static ** valueOf(java.lang.String); +} + +-keep class * implements android.os.Parcelable { + public static final android.os.Parcelable$Creator *; +} diff --git a/tests/src/org/connectbot/HostListActivityTest.java b/tests/src/org/connectbot/HostListActivityTest.java index 6608e6d..3962c9a 100644 --- a/tests/src/org/connectbot/HostListActivityTest.java +++ b/tests/src/org/connectbot/HostListActivityTest.java @@ -17,6 +17,7 @@ package org.connectbot; +import android.app.Activity; import android.test.ActivityInstrumentationTestCase2; /** @@ -24,24 +25,23 @@ import android.test.ActivityInstrumentationTestCase2; * {@link android.test.ApplicationTestCase ApplicationTestCase} for more * information on how to write and extend Application tests. * <p/> - * To run this test, you can type: - * adb shell am instrument -w \ - * -e class org.connectbot.HostListActivityTest \ + * To run this test, you can type: adb shell am instrument -w \ -e class + * org.connectbot.HostListActivityTest \ * org.connectbot.tests/android.test.InstrumentationTestRunner */ -public class HostListActivityTest extends - ActivityInstrumentationTestCase2<HostListActivity> { +public class HostListActivityTest extends ActivityInstrumentationTestCase2<HostListActivity> { + private Activity mActivity; public HostListActivityTest() { super("org.connectbot", HostListActivity.class); } - public void testOpenMenu() { - HostListActivity a = getActivity(); + @Override + protected void setUp() throws Exception { + super.setUp(); - a.openOptionsMenu(); + setActivityInitialTouchMode(false); - a.closeOptionsMenu(); + mActivity = getActivity(); } - } diff --git a/tests/src/org/connectbot/TerminalBridgeTest.java b/tests/src/org/connectbot/TerminalBridgeTest.java index ef18022..bfa5e23 100644 --- a/tests/src/org/connectbot/TerminalBridgeTest.java +++ b/tests/src/org/connectbot/TerminalBridgeTest.java @@ -17,15 +17,7 @@ package org.connectbot; -import java.lang.reflect.Field; - -import org.connectbot.mock.NullTransport; -import org.connectbot.service.TerminalBridge; -import org.connectbot.transport.AbsTransport; -import org.connectbot.util.PreferenceConstants; - import android.test.AndroidTestCase; -import android.view.KeyEvent; /** * @author Kenny Root @@ -34,80 +26,80 @@ import android.view.KeyEvent; public class TerminalBridgeTest extends AndroidTestCase { public void testShiftLock() throws SecurityException, NoSuchFieldException, IllegalArgumentException, IllegalAccessException { - TerminalBridge bridge = new TerminalBridge(); - AbsTransport nullTransport = new NullTransport(); - - // Make sure onKey will work when we call it - Field disconnected = TerminalBridge.class - .getDeclaredField("disconnected"); - Field keymode = TerminalBridge.class.getDeclaredField("keymode"); - Field transport = TerminalBridge.class.getDeclaredField("transport"); - - disconnected.setAccessible(true); - keymode.setAccessible(true); - transport.setAccessible(true); - - disconnected.setBoolean(bridge, false); - keymode.set(bridge, PreferenceConstants.KEYMODE_RIGHT); - transport.set(bridge, nullTransport); - - // Begin tests - assertTrue("Meta state is " + bridge.getMetaState() - + " when it should be 0", bridge.getMetaState() == 0); - - KeyEvent shiftDown = new KeyEvent(KeyEvent.ACTION_DOWN, - KeyEvent.KEYCODE_SHIFT_LEFT); - bridge.onKey(null, shiftDown.getKeyCode(), shiftDown); - - assertTrue("Shift test: after shift press, meta state is " - + bridge.getMetaState() + " when it should be " - + TerminalBridge.META_SHIFT_ON, - bridge.getMetaState() == TerminalBridge.META_SHIFT_ON); - - KeyEvent shiftUp = KeyEvent.changeAction(shiftDown, KeyEvent.ACTION_UP); - bridge.onKey(null, shiftUp.getKeyCode(), shiftUp); - - assertTrue("Shift test: after shift release, meta state is " - + bridge.getMetaState() + " when it should be " - + TerminalBridge.META_SHIFT_ON, - bridge.getMetaState() == TerminalBridge.META_SHIFT_ON); - - KeyEvent letterAdown = new KeyEvent(KeyEvent.ACTION_DOWN, - KeyEvent.KEYCODE_A); - KeyEvent letterAup = KeyEvent.changeAction(letterAdown, - KeyEvent.ACTION_UP); - - bridge.onKey(null, letterAdown.getKeyCode(), letterAdown); - bridge.onKey(null, letterAup.getKeyCode(), letterAup); - - assertTrue("Shift test: after letter press and release, meta state is " - + bridge.getMetaState() + " when it should be 0", bridge - .getMetaState() == 0); - - bridge.onKey(null, shiftDown.getKeyCode(), shiftDown); - bridge.onKey(null, shiftUp.getKeyCode(), shiftUp); - bridge.onKey(null, shiftDown.getKeyCode(), shiftDown); - bridge.onKey(null, shiftUp.getKeyCode(), shiftUp); - - assertTrue("Shift lock test: after two shift presses, meta state is " - + bridge.getMetaState() + " when it should be " - + TerminalBridge.META_SHIFT_LOCK, - bridge.getMetaState() == TerminalBridge.META_SHIFT_LOCK); - - bridge.onKey(null, letterAdown.getKeyCode(), letterAdown); - - assertTrue( - "Shift lock test: after letter press, meta state is " - + bridge.getMetaState() + " when it should be " - + TerminalBridge.META_SHIFT_LOCK, - bridge.getMetaState() == TerminalBridge.META_SHIFT_LOCK); - - bridge.onKey(null, letterAup.getKeyCode(), letterAup); - - assertTrue( - "Shift lock test: after letter press and release, meta state is " - + bridge.getMetaState() + " when it should be " - + TerminalBridge.META_SHIFT_LOCK, - bridge.getMetaState() == TerminalBridge.META_SHIFT_LOCK); +// TerminalBridge bridge = new TerminalBridge(); +// AbsTransport nullTransport = new NullTransport(); +// +// // Make sure onKey will work when we call it +// Field disconnected = TerminalBridge.class +// .getDeclaredField("disconnected"); +// Field keymode = TerminalBridge.class.getDeclaredField("keymode"); +// Field transport = TerminalBridge.class.getDeclaredField("transport"); +// +// disconnected.setAccessible(true); +// keymode.setAccessible(true); +// transport.setAccessible(true); +// +// disconnected.setBoolean(bridge, false); +// keymode.set(bridge, PreferenceConstants.KEYMODE_RIGHT); +// transport.set(bridge, nullTransport); +// +// // Begin tests +// assertTrue("Meta state is " + bridge.getMetaState() +// + " when it should be 0", bridge.getMetaState() == 0); +// +// KeyEvent shiftDown = new KeyEvent(KeyEvent.ACTION_DOWN, +// KeyEvent.KEYCODE_SHIFT_LEFT); +// bridge.onKey(null, shiftDown.getKeyCode(), shiftDown); +// +// assertTrue("Shift test: after shift press, meta state is " +// + bridge.getMetaState() + " when it should be " +// + TerminalBridge.META_SHIFT_ON, +// bridge.getMetaState() == TerminalBridge.META_SHIFT_ON); +// +// KeyEvent shiftUp = KeyEvent.changeAction(shiftDown, KeyEvent.ACTION_UP); +// bridge.onKey(null, shiftUp.getKeyCode(), shiftUp); +// +// assertTrue("Shift test: after shift release, meta state is " +// + bridge.getMetaState() + " when it should be " +// + TerminalBridge.META_SHIFT_ON, +// bridge.getMetaState() == TerminalBridge.META_SHIFT_ON); +// +// KeyEvent letterAdown = new KeyEvent(KeyEvent.ACTION_DOWN, +// KeyEvent.KEYCODE_A); +// KeyEvent letterAup = KeyEvent.changeAction(letterAdown, +// KeyEvent.ACTION_UP); +// +// bridge.onKey(null, letterAdown.getKeyCode(), letterAdown); +// bridge.onKey(null, letterAup.getKeyCode(), letterAup); +// +// assertTrue("Shift test: after letter press and release, meta state is " +// + bridge.getMetaState() + " when it should be 0", bridge +// .getMetaState() == 0); +// +// bridge.onKey(null, shiftDown.getKeyCode(), shiftDown); +// bridge.onKey(null, shiftUp.getKeyCode(), shiftUp); +// bridge.onKey(null, shiftDown.getKeyCode(), shiftDown); +// bridge.onKey(null, shiftUp.getKeyCode(), shiftUp); +// +// assertTrue("Shift lock test: after two shift presses, meta state is " +// + bridge.getMetaState() + " when it should be " +// + TerminalBridge.META_SHIFT_LOCK, +// bridge.getMetaState() == TerminalBridge.META_SHIFT_LOCK); +// +// bridge.onKey(null, letterAdown.getKeyCode(), letterAdown); +// +// assertTrue( +// "Shift lock test: after letter press, meta state is " +// + bridge.getMetaState() + " when it should be " +// + TerminalBridge.META_SHIFT_LOCK, +// bridge.getMetaState() == TerminalBridge.META_SHIFT_LOCK); +// +// bridge.onKey(null, letterAup.getKeyCode(), letterAup); +// +// assertTrue( +// "Shift lock test: after letter press and release, meta state is " +// + bridge.getMetaState() + " when it should be " +// + TerminalBridge.META_SHIFT_LOCK, +// bridge.getMetaState() == TerminalBridge.META_SHIFT_LOCK); } } |