Skip to content

Commit

Permalink
Update xlf files
Browse files Browse the repository at this point in the history
  • Loading branch information
radekdoulik committed Feb 23, 2021
1 parent 7fd3c7e commit 404ce95
Show file tree
Hide file tree
Showing 13 changed files with 78 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ The capitalized word "Portable" that appears earlier in the message is plain tex
<target state="new">The 'AndroidEnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'.</target>
<note>The following are literal names and should not be translated: 'AndroidEnableProguard', 'true', 'AndroidLinkTool', 'proguard'</note>
</trans-unit>
<trans-unit id="XA3008">
<source>Unable to strip native library: {0}, strip tool exited with code: {1}</source>
<target state="new">Unable to strip native library: {0}, strip tool exited with code: {1}</target>
<note>{0} - the native library path
{1} - integer number exit code</note>
</trans-unit>
<trans-unit id="XA4300">
<source>Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'.</source>
<target state="new">Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'.</target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ The capitalized word "Portable" that appears earlier in the message is plain tex
<target state="new">The 'AndroidEnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'.</target>
<note>The following are literal names and should not be translated: 'AndroidEnableProguard', 'true', 'AndroidLinkTool', 'proguard'</note>
</trans-unit>
<trans-unit id="XA3008">
<source>Unable to strip native library: {0}, strip tool exited with code: {1}</source>
<target state="new">Unable to strip native library: {0}, strip tool exited with code: {1}</target>
<note>{0} - the native library path
{1} - integer number exit code</note>
</trans-unit>
<trans-unit id="XA4300">
<source>Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'.</source>
<target state="new">Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'.</target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ The capitalized word "Portable" that appears earlier in the message is plain tex
<target state="new">The 'AndroidEnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'.</target>
<note>The following are literal names and should not be translated: 'AndroidEnableProguard', 'true', 'AndroidLinkTool', 'proguard'</note>
</trans-unit>
<trans-unit id="XA3008">
<source>Unable to strip native library: {0}, strip tool exited with code: {1}</source>
<target state="new">Unable to strip native library: {0}, strip tool exited with code: {1}</target>
<note>{0} - the native library path
{1} - integer number exit code</note>
</trans-unit>
<trans-unit id="XA4300">
<source>Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'.</source>
<target state="new">Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'.</target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ The capitalized word "Portable" that appears earlier in the message is plain tex
<target state="new">The 'AndroidEnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'.</target>
<note>The following are literal names and should not be translated: 'AndroidEnableProguard', 'true', 'AndroidLinkTool', 'proguard'</note>
</trans-unit>
<trans-unit id="XA3008">
<source>Unable to strip native library: {0}, strip tool exited with code: {1}</source>
<target state="new">Unable to strip native library: {0}, strip tool exited with code: {1}</target>
<note>{0} - the native library path
{1} - integer number exit code</note>
</trans-unit>
<trans-unit id="XA4300">
<source>Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'.</source>
<target state="new">Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'.</target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ The capitalized word "Portable" that appears earlier in the message is plain tex
<target state="new">The 'AndroidEnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'.</target>
<note>The following are literal names and should not be translated: 'AndroidEnableProguard', 'true', 'AndroidLinkTool', 'proguard'</note>
</trans-unit>
<trans-unit id="XA3008">
<source>Unable to strip native library: {0}, strip tool exited with code: {1}</source>
<target state="new">Unable to strip native library: {0}, strip tool exited with code: {1}</target>
<note>{0} - the native library path
{1} - integer number exit code</note>
</trans-unit>
<trans-unit id="XA4300">
<source>Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'.</source>
<target state="new">Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'.</target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ The capitalized word "Portable" that appears earlier in the message is plain tex
<target state="new">The 'AndroidEnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'.</target>
<note>The following are literal names and should not be translated: 'AndroidEnableProguard', 'true', 'AndroidLinkTool', 'proguard'</note>
</trans-unit>
<trans-unit id="XA3008">
<source>Unable to strip native library: {0}, strip tool exited with code: {1}</source>
<target state="new">Unable to strip native library: {0}, strip tool exited with code: {1}</target>
<note>{0} - the native library path
{1} - integer number exit code</note>
</trans-unit>
<trans-unit id="XA4300">
<source>Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'.</source>
<target state="new">Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'.</target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ The capitalized word "Portable" that appears earlier in the message is plain tex
<target state="new">The 'AndroidEnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'.</target>
<note>The following are literal names and should not be translated: 'AndroidEnableProguard', 'true', 'AndroidLinkTool', 'proguard'</note>
</trans-unit>
<trans-unit id="XA3008">
<source>Unable to strip native library: {0}, strip tool exited with code: {1}</source>
<target state="new">Unable to strip native library: {0}, strip tool exited with code: {1}</target>
<note>{0} - the native library path
{1} - integer number exit code</note>
</trans-unit>
<trans-unit id="XA4300">
<source>Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'.</source>
<target state="new">Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'.</target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ The capitalized word "Portable" that appears earlier in the message is plain tex
<target state="new">The 'AndroidEnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'.</target>
<note>The following are literal names and should not be translated: 'AndroidEnableProguard', 'true', 'AndroidLinkTool', 'proguard'</note>
</trans-unit>
<trans-unit id="XA3008">
<source>Unable to strip native library: {0}, strip tool exited with code: {1}</source>
<target state="new">Unable to strip native library: {0}, strip tool exited with code: {1}</target>
<note>{0} - the native library path
{1} - integer number exit code</note>
</trans-unit>
<trans-unit id="XA4300">
<source>Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'.</source>
<target state="new">Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'.</target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ The capitalized word "Portable" that appears earlier in the message is plain tex
<target state="new">The 'AndroidEnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'.</target>
<note>The following are literal names and should not be translated: 'AndroidEnableProguard', 'true', 'AndroidLinkTool', 'proguard'</note>
</trans-unit>
<trans-unit id="XA3008">
<source>Unable to strip native library: {0}, strip tool exited with code: {1}</source>
<target state="new">Unable to strip native library: {0}, strip tool exited with code: {1}</target>
<note>{0} - the native library path
{1} - integer number exit code</note>
</trans-unit>
<trans-unit id="XA4300">
<source>Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'.</source>
<target state="new">Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'.</target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ The capitalized word "Portable" that appears earlier in the message is plain tex
<target state="new">The 'AndroidEnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'.</target>
<note>The following are literal names and should not be translated: 'AndroidEnableProguard', 'true', 'AndroidLinkTool', 'proguard'</note>
</trans-unit>
<trans-unit id="XA3008">
<source>Unable to strip native library: {0}, strip tool exited with code: {1}</source>
<target state="new">Unable to strip native library: {0}, strip tool exited with code: {1}</target>
<note>{0} - the native library path
{1} - integer number exit code</note>
</trans-unit>
<trans-unit id="XA4300">
<source>Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'.</source>
<target state="new">Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'.</target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ The capitalized word "Portable" that appears earlier in the message is plain tex
<target state="new">The 'AndroidEnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'.</target>
<note>The following are literal names and should not be translated: 'AndroidEnableProguard', 'true', 'AndroidLinkTool', 'proguard'</note>
</trans-unit>
<trans-unit id="XA3008">
<source>Unable to strip native library: {0}, strip tool exited with code: {1}</source>
<target state="new">Unable to strip native library: {0}, strip tool exited with code: {1}</target>
<note>{0} - the native library path
{1} - integer number exit code</note>
</trans-unit>
<trans-unit id="XA4300">
<source>Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'.</source>
<target state="new">Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'.</target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ The capitalized word "Portable" that appears earlier in the message is plain tex
<target state="new">The 'AndroidEnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'.</target>
<note>The following are literal names and should not be translated: 'AndroidEnableProguard', 'true', 'AndroidLinkTool', 'proguard'</note>
</trans-unit>
<trans-unit id="XA3008">
<source>Unable to strip native library: {0}, strip tool exited with code: {1}</source>
<target state="new">Unable to strip native library: {0}, strip tool exited with code: {1}</target>
<note>{0} - the native library path
{1} - integer number exit code</note>
</trans-unit>
<trans-unit id="XA4300">
<source>Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'.</source>
<target state="new">Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'.</target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ The capitalized word "Portable" that appears earlier in the message is plain tex
<target state="new">The 'AndroidEnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'.</target>
<note>The following are literal names and should not be translated: 'AndroidEnableProguard', 'true', 'AndroidLinkTool', 'proguard'</note>
</trans-unit>
<trans-unit id="XA3008">
<source>Unable to strip native library: {0}, strip tool exited with code: {1}</source>
<target state="new">Unable to strip native library: {0}, strip tool exited with code: {1}</target>
<note>{0} - the native library path
{1} - integer number exit code</note>
</trans-unit>
<trans-unit id="XA4300">
<source>Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'.</source>
<target state="new">Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'.</target>
Expand Down

0 comments on commit 404ce95

Please sign in to comment.