Repository: pfleidi/yaxim
Branch: master
Commit: 3795e161c947
Files: 195
Total size: 1.2 MB
Directory structure:
gitextract_2gxd348s/
├── .fbprefs
├── .gitignore
├── .gitmodules
├── AndroidManifest.xml
├── ChangeLog
├── LICENSE.txt
├── README.md
├── base.rdf.xml
├── bruno/
│ ├── res/
│ │ ├── drawable/
│ │ │ ├── ic_action_contacts_all.xml
│ │ │ ├── ic_action_contacts_online.xml
│ │ │ └── ic_action_person_add.xml
│ │ └── values/
│ │ ├── colors.xml
│ │ ├── prefArrays.xml
│ │ ├── strings.xml
│ │ ├── styles.xml
│ │ └── themes.xml
│ └── src/
│ └── org/
│ └── yaxim/
│ └── androidclient/
│ └── FlavorConfig.java
├── bruno.rdf.sh
├── build.gradle
├── build.xml
├── export-icons.sh
├── free/
│ └── src/
│ └── org/
│ └── yaxim/
│ └── androidclient/
│ └── service/
│ ├── InstallReferrerReceiver.java
│ └── PushManager.java
├── libs/
│ ├── android-remote-stacktrace-logger.aar
│ ├── jzlib.jar
│ └── libidn-1.26.jar
├── play/
│ ├── AndroidManifest.xml
│ ├── res/
│ │ └── values/
│ │ └── push.xml
│ └── src/
│ └── org/
│ └── yaxim/
│ └── androidclient/
│ └── service/
│ ├── InstallReferrerReceiver.java
│ ├── PushManager.java
│ └── PushMessageReceiver.java
├── proguard.cfg
├── project.properties
├── rdf.sh
├── res/
│ ├── drawable/
│ │ ├── count_bcg.xml
│ │ ├── group_indicator.xml
│ │ ├── ic_action_attach.xml
│ │ ├── ic_action_camera.xml
│ │ ├── ic_action_contacts_all.xml
│ │ ├── ic_action_contacts_online.xml
│ │ ├── ic_action_file.xml
│ │ ├── ic_action_person_add.xml
│ │ ├── ic_action_photo.xml
│ │ ├── ic_action_search.xml
│ │ ├── ic_status_available.xml
│ │ ├── ic_status_away.xml
│ │ ├── ic_status_chat.xml
│ │ ├── ic_status_dnd.xml
│ │ ├── ic_status_offline.xml
│ │ ├── ic_status_subscribe.xml
│ │ ├── ic_status_unknown.xml
│ │ └── ic_status_xa.xml
│ ├── layout/
│ │ ├── aboutview.xml
│ │ ├── activity_entitylist.xml
│ │ ├── addrosteritemdialog.xml
│ │ ├── chat_action_title.xml
│ │ ├── chatrow.xml
│ │ ├── edittext_dialog.xml
│ │ ├── firststartdialog.xml
│ │ ├── groupnameview.xml
│ │ ├── main.xml
│ │ ├── mainchat.xml
│ │ ├── mainchild_row.xml
│ │ ├── maingroup_row.xml
│ │ ├── moverosterentrytogroupview.xml
│ │ ├── muc_new_dialog.xml
│ │ ├── password_view.xml
│ │ ├── qrcode_dialog.xml
│ │ ├── status_action_provider.xml
│ │ ├── status_spinner_item.xml
│ │ └── statusview.xml
│ ├── menu/
│ │ ├── chat_contextmenu.xml
│ │ ├── contact_options.xml
│ │ ├── muc_options.xml
│ │ ├── noncontact_options.xml
│ │ ├── roster_group_contextmenu.xml
│ │ ├── roster_item_contextmenu.xml
│ │ └── roster_options.xml
│ ├── values/
│ │ ├── array.xml
│ │ ├── attrs.xml
│ │ ├── developers.xml
│ │ ├── prefArrays.xml
│ │ ├── servers.xml
│ │ ├── strings.xml
│ │ ├── styles.xml
│ │ └── themes.xml
│ ├── values-cs/
│ │ └── strings.xml
│ ├── values-de/
│ │ └── strings.xml
│ ├── values-el/
│ │ └── strings.xml
│ ├── values-en-rGB/
│ │ └── strings.xml
│ ├── values-es/
│ │ └── strings.xml
│ ├── values-eu/
│ │ └── strings.xml
│ ├── values-fi/
│ │ └── strings.xml
│ ├── values-fr/
│ │ └── strings.xml
│ ├── values-he/
│ │ └── strings.xml
│ ├── values-hi/
│ │ └── strings.xml
│ ├── values-hr/
│ │ └── strings.xml
│ ├── values-id/
│ │ └── strings.xml
│ ├── values-it/
│ │ └── strings.xml
│ ├── values-ja/
│ │ └── strings.xml
│ ├── values-kn/
│ │ └── strings.xml
│ ├── values-lt/
│ │ └── strings.xml
│ ├── values-nb/
│ │ └── strings.xml
│ ├── values-nl/
│ │ └── strings.xml
│ ├── values-pl/
│ │ └── strings.xml
│ ├── values-pt/
│ │ └── strings.xml
│ ├── values-pt-rBR/
│ │ └── strings.xml
│ ├── values-ro/
│ │ └── strings.xml
│ ├── values-ru/
│ │ └── strings.xml
│ ├── values-sk/
│ │ └── strings.xml
│ ├── values-sr/
│ │ └── strings.xml
│ ├── values-sv/
│ │ └── strings.xml
│ ├── values-tr/
│ │ └── strings.xml
│ ├── values-uk/
│ │ └── strings.xml
│ ├── values-uz/
│ │ └── strings.xml
│ ├── values-zh-rCN/
│ │ └── strings.xml
│ └── xml/
│ ├── accountprefs.xml
│ ├── automotive_app_desc.xml
│ ├── mainprefs.xml
│ ├── notificationprefs.xml
│ └── provider_paths.xml
├── settings.gradle
├── src/
│ ├── eu/
│ │ └── siacs/
│ │ └── conversations/
│ │ ├── ui/
│ │ │ └── text/
│ │ │ ├── DividerSpan.java
│ │ │ └── QuoteSpan.java
│ │ └── utils/
│ │ ├── ImStyleParser.java
│ │ └── StylingHelper.java
│ └── org/
│ └── yaxim/
│ └── androidclient/
│ ├── FileHttpUploadTask.java
│ ├── IXMPPRosterCallback.aidl
│ ├── MainWindow.java
│ ├── ThemedActivity.java
│ ├── XMPPRosterServiceAdapter.java
│ ├── YaximApplication.java
│ ├── chat/
│ │ ├── ChatWindow.java
│ │ ├── MUCChatWindow.java
│ │ ├── XMPPChatServiceAdapter.java
│ │ └── XMPPMucServiceAdapter.java
│ ├── data/
│ │ ├── ChatHelper.java
│ │ ├── ChatProvider.java
│ │ ├── ChatRoomHelper.java
│ │ ├── EntityInfo.java
│ │ ├── EntityList.java
│ │ ├── RosterProvider.java
│ │ └── YaximConfiguration.java
│ ├── dialogs/
│ │ ├── AddRosterItemDialog.java
│ │ ├── ChangePasswordDialog.java
│ │ ├── ChangeStatusDialog.java
│ │ ├── ConfirmDialog.java
│ │ ├── EditMUCDialog.java
│ │ ├── FirstStartDialog.java
│ │ └── GroupNameView.java
│ ├── exceptions/
│ │ ├── YaximXMPPAdressMalformedException.java
│ │ └── YaximXMPPException.java
│ ├── list/
│ │ ├── EntityListActivity.java
│ │ ├── EntityListAdapter.java
│ │ ├── EntityListLoader.java
│ │ ├── EntityViewLoader.java
│ │ ├── SearchActivity.java
│ │ └── ServiceDiscoveryActivity.java
│ ├── packet/
│ │ ├── InviteRegister.java
│ │ ├── MuclumbusIQ.java
│ │ ├── MuclumbusResult.java
│ │ ├── Oob.java
│ │ └── PreAuth.java
│ ├── preferences/
│ │ ├── AccountPrefs.java
│ │ ├── AppCompatPreferenceActivity.java
│ │ ├── EditTextPreferenceWithValue.java
│ │ ├── MainPrefs.java
│ │ └── NotificationPrefs.java
│ ├── service/
│ │ ├── GenericService.java
│ │ ├── IXMPPChatService.aidl
│ │ ├── IXMPPMucService.aidl
│ │ ├── IXMPPRosterService.aidl
│ │ ├── InvitationTask.java
│ │ ├── MUCController.java
│ │ ├── Smackable.java
│ │ ├── SmackableImp.java
│ │ ├── XMPPService.java
│ │ ├── XMPPServiceCallback.java
│ │ └── YaximBroadcastReceiver.java
│ ├── util/
│ │ ├── AdapterConstants.java
│ │ ├── ConnectionState.java
│ │ ├── ErrorReportManager.java
│ │ ├── FileHelper.java
│ │ ├── JULHandler.java
│ │ ├── LogConstants.java
│ │ ├── MessageStylingHelper.java
│ │ ├── PreferenceConstants.java
│ │ ├── SimpleCursorTreeAdapter.java
│ │ ├── StatusMode.java
│ │ ├── XEP0392Helper.java
│ │ └── XMPPHelper.java
│ └── widget/
│ └── AutoCompleteJidEdit.java
├── template/
│ └── version.xml
├── yaxim/
│ └── src/
│ └── org/
│ └── yaxim/
│ └── androidclient/
│ └── FlavorConfig.java
└── yaxim.rdf.sh
================================================
FILE CONTENTS
================================================
================================================
FILE: .fbprefs
================================================
#FindBugs User Preferences
#Wed Mar 25 22:24:48 CET 2009
detectorAppendingToAnObjectOutputStream=AppendingToAnObjectOutputStream|true
detectorBadAppletConstructor=BadAppletConstructor|false
detectorBadResultSetAccess=BadResultSetAccess|true
detectorBadSyntaxForRegularExpression=BadSyntaxForRegularExpression|true
detectorBadUseOfReturnValue=BadUseOfReturnValue|true
detectorBadlyOverriddenAdapter=BadlyOverriddenAdapter|true
detectorBooleanReturnNull=BooleanReturnNull|true
detectorCallToUnsupportedMethod=CallToUnsupportedMethod|true
detectorCheckImmutableAnnotation=CheckImmutableAnnotation|true
detectorCheckTypeQualifiers=CheckTypeQualifiers|true
detectorCloneIdiom=CloneIdiom|true
detectorComparatorIdiom=ComparatorIdiom|true
detectorConfusedInheritance=ConfusedInheritance|true
detectorConfusionBetweenInheritedAndOuterMethod=ConfusionBetweenInheritedAndOuterMethod|true
detectorCrossSiteScripting=CrossSiteScripting|true
detectorDoInsideDoPrivileged=DoInsideDoPrivileged|true
detectorDontCatchIllegalMonitorStateException=DontCatchIllegalMonitorStateException|true
detectorDontUseEnum=DontUseEnum|true
detectorDroppedException=DroppedException|true
detectorDumbMethodInvocations=DumbMethodInvocations|true
detectorDumbMethods=DumbMethods|true
detectorDuplicateBranches=DuplicateBranches|true
detectorEmptyZipFileEntry=EmptyZipFileEntry|true
detectorEqualsOperandShouldHaveClassCompatibleWithThis=EqualsOperandShouldHaveClassCompatibleWithThis|true
detectorFinalizerNullsFields=FinalizerNullsFields|true
detectorFindBadCast2=FindBadCast2|true
detectorFindBadForLoop=FindBadForLoop|true
detectorFindCircularDependencies=FindCircularDependencies|false
detectorFindDeadLocalStores=FindDeadLocalStores|true
detectorFindDoubleCheck=FindDoubleCheck|true
detectorFindEmptySynchronizedBlock=FindEmptySynchronizedBlock|true
detectorFindFieldSelfAssignment=FindFieldSelfAssignment|true
detectorFindFinalizeInvocations=FindFinalizeInvocations|true
detectorFindFloatEquality=FindFloatEquality|true
detectorFindHEmismatch=FindHEmismatch|true
detectorFindInconsistentSync2=FindInconsistentSync2|true
detectorFindJSR166LockMonitorenter=FindJSR166LockMonitorenter|true
detectorFindLocalSelfAssignment2=FindLocalSelfAssignment2|true
detectorFindMaskedFields=FindMaskedFields|true
detectorFindMismatchedWaitOrNotify=FindMismatchedWaitOrNotify|true
detectorFindNakedNotify=FindNakedNotify|true
detectorFindNonSerializableStoreIntoSession=FindNonSerializableStoreIntoSession|true
detectorFindNonSerializableValuePassedToWriteObject=FindNonSerializableValuePassedToWriteObject|true
detectorFindNonShortCircuit=FindNonShortCircuit|true
detectorFindNullDeref=FindNullDeref|true
detectorFindNullDerefsInvolvingNonShortCircuitEvaluation=FindNullDerefsInvolvingNonShortCircuitEvaluation|true
detectorFindOpenStream=FindOpenStream|true
detectorFindPuzzlers=FindPuzzlers|true
detectorFindRefComparison=FindRefComparison|true
detectorFindReturnRef=FindReturnRef|true
detectorFindRunInvocations=FindRunInvocations|true
detectorFindSelfComparison=FindSelfComparison|true
detectorFindSelfComparison2=FindSelfComparison2|true
detectorFindSleepWithLockHeld=FindSleepWithLockHeld|true
detectorFindSpinLoop=FindSpinLoop|true
detectorFindSqlInjection=FindSqlInjection|true
detectorFindTwoLockWait=FindTwoLockWait|true
detectorFindUncalledPrivateMethods=FindUncalledPrivateMethods|true
detectorFindUnconditionalWait=FindUnconditionalWait|true
detectorFindUninitializedGet=FindUninitializedGet|true
detectorFindUnrelatedTypesInGenericContainer=FindUnrelatedTypesInGenericContainer|true
detectorFindUnreleasedLock=FindUnreleasedLock|true
detectorFindUnsatisfiedObligation=FindUnsatisfiedObligation|true
detectorFindUnsyncGet=FindUnsyncGet|true
detectorFindUselessControlFlow=FindUselessControlFlow|true
detectorFormatStringChecker=FormatStringChecker|true
detectorHugeSharedStringConstants=HugeSharedStringConstants|true
detectorIDivResultCastToDouble=IDivResultCastToDouble|true
detectorIncompatMask=IncompatMask|true
detectorInconsistentAnnotations=InconsistentAnnotations|true
detectorInefficientMemberAccess=InefficientMemberAccess|false
detectorInefficientToArray=InefficientToArray|true
detectorInfiniteLoop=InfiniteLoop|true
detectorInfiniteRecursiveLoop=InfiniteRecursiveLoop|true
detectorInfiniteRecursiveLoop2=InfiniteRecursiveLoop2|false
detectorInheritanceUnsafeGetResource=InheritanceUnsafeGetResource|true
detectorInitializationChain=InitializationChain|true
detectorInstantiateStaticClass=InstantiateStaticClass|true
detectorInvalidJUnitTest=InvalidJUnitTest|true
detectorIteratorIdioms=IteratorIdioms|true
detectorLazyInit=LazyInit|true
detectorLoadOfKnownNullValue=LoadOfKnownNullValue|true
detectorMethodReturnCheck=MethodReturnCheck|true
detectorMultithreadedInstanceAccess=MultithreadedInstanceAccess|true
detectorMutableLock=MutableLock|true
detectorMutableStaticFields=MutableStaticFields|true
detectorNaming=Naming|true
detectorNumberConstructor=NumberConstructor|true
detectorOverridingEqualsNotSymmetrical=OverridingEqualsNotSymmetrical|true
detectorPreferZeroLengthArrays=PreferZeroLengthArrays|true
detectorPublicSemaphores=PublicSemaphores|false
detectorQuestionableBooleanAssignment=QuestionableBooleanAssignment|true
detectorReadReturnShouldBeChecked=ReadReturnShouldBeChecked|true
detectorRedundantInterfaces=RedundantInterfaces|true
detectorRepeatedConditionals=RepeatedConditionals|true
detectorRuntimeExceptionCapture=RuntimeExceptionCapture|true
detectorSerializableIdiom=SerializableIdiom|true
detectorStartInConstructor=StartInConstructor|true
detectorStaticCalendarDetector=StaticCalendarDetector|true
detectorStringConcatenation=StringConcatenation|true
detectorSuperfluousInstanceOf=SuperfluousInstanceOf|true
detectorSuspiciousThreadInterrupted=SuspiciousThreadInterrupted|true
detectorSwitchFallthrough=SwitchFallthrough|true
detectorSynchronizeAndNullCheckField=SynchronizeAndNullCheckField|true
detectorSynchronizeOnClassLiteralNotGetClass=SynchronizeOnClassLiteralNotGetClass|true
detectorSynchronizingOnContentsOfFieldToProtectField=SynchronizingOnContentsOfFieldToProtectField|true
detectorURLProblems=URLProblems|true
detectorUncallableMethodOfAnonymousClass=UncallableMethodOfAnonymousClass|true
detectorUnnecessaryMath=UnnecessaryMath|true
detectorUnreadFields=UnreadFields|true
detectorUseObjectEquals=UseObjectEquals|false
detectorUselessSubclassMethod=UselessSubclassMethod|false
detectorVarArgsProblems=VarArgsProblems|true
detectorVolatileUsage=VolatileUsage|true
detectorWaitInLoop=WaitInLoop|true
detectorWrongMapIterator=WrongMapIterator|true
detectorXMLFactoryBypass=XMLFactoryBypass|true
detector_threshold=2
effort=default
filter_settings=Medium|BAD_PRACTICE,CORRECTNESS,EXPERIMENTAL,I18N,MALICIOUS_CODE,MT_CORRECTNESS,PERFORMANCE,SECURITY,STYLE|false
filter_settings_neg=|
run_at_full_build=true
================================================
FILE: .gitignore
================================================
.classpath
.project
.settings
bin/
build/
gen/
*.class
local.properties
build.properties
res/values/version.xml
lint.xml
play-publish-credentials.json
================================================
FILE: .gitmodules
================================================
[submodule "MemorizingTrustManager"]
path = MemorizingTrustManager
url = git://github.com/ge0rg/MemorizingTrustManager.git
================================================
FILE: AndroidManifest.xml
================================================
================================================
FILE: ChangeLog
================================================
0.9.9c:
* Startup: show absolute sync progress instead of broken percent
0.9.9b:
* First startup: improve error handling
* Service: use default DNS server instead of Google
* Last Message Correction: always use first message's @id
0.9.9a:
* Service: enforce "foreground service" on Android 8+
0.9.9:
* User Interface: major rework for Material Design and Notification Channels
* Performance: significant improvement with many messages
* Easy Onboarding: implement account registration and contact adding (XEP-0401)
* Easy Onboarding: support Google Play referrers (XEP-0379 + XEP-0401)
* Reliable Messaging: implement Push (XEP-0357) and MAM (XEP-0313)
* Service Discovery: allow browsing other servers and join rooms (XEP-0030)
* The Matrix: support for the official Bifröst bridge on matrix.org
* Chat Rooms: use account-synchronized nickname (XEP-0172; #163)
* Chat Rooms: room search, bookmarks
* Chat: support message search
* Android: Support for new OS versions
* XMPP Backend: upgrade to Smack 4.3.5
* License: switched from GPLv2 to GPLv3 (#89)
0.9.3:
* File Upload: support sharing of pictures and files, and inline display (thanks Igor; XEP-0363)
* Chat: support *bold*, _emphasis_, ~strikethrough~ and `code` (thanks Conversations!; XEP-0393)
* Chat: new "Quote" menu option, fix copy on more incoming messages
* Easy XMPP: integrate (display of) QR codes in yaxim
* Chat Rooms: new nickname colors (XEP-0392)
* Notifications: custom ringtones
* Chat: improve clickable link support
* Roster: support adding contacts from clipboard
* About: add "Rate" and "Contact" buttons
* Optimization: faster loading of long histories
* Message Sync: fix duplicate messages bug
* Server: better discovery of MUC and File Upload
* Server: create new resurce string on resource conflict
* Offline: fix delivery of offline MUC messages
* Chat Rooms: use nickname from VCard
0.9.2:
* Fixes: Crash and connection problems fixed (among others: chatme.im)
0.9.1:
* Chat: Smiley Hugification™
* Chat: fix notification after user pressed
* Chat Rooms: repair participant list, fix crashes
* Icons: toned down status icon contrast
* Network: Android 7 improvements
* Build: switch from ant to gradle. finally!
0.9.0:
* New artwork: yaxim is now "yak's IM" ;-)
* Mobile Optimization: Support google:queue (almost XEP-0352)
* Roster: proper display of errors and subscription status
* Group Chats: finally implement XEP-0045 (huge rework)
* Notifications: many improvements, support Android Auto and Wear
* Easy XMPP: Easier account creation
* Easy XMPP: "Create Invitation" function (XEP-0379)
* Easy XMPP: Share contacts via NFC (Android Beam) and via other apps
* Security: fix for CVE-2017-5589 vulnerability
* Smarter Away: Set "DND" in silent mode
0.8.8:
* Security: fix for CVE-2014-5075 Smack vulnerability
* Preferences: new password change dialog
* Start wizard: re-enter password on account creation
* Contacts: Revamped status dialog (icons, status message history)
* Contacts: New "mark as read" context menu option
* Contacts: Option to disable contact groups display
* Security: closed export of chat and roster ContentProviders
* Security: TLSv1.2 enabled by default, fallback to v1.1 or v1
* Network: minor improvements to XEP-0198 ack requests
* Chat: glued chat window "OK" button to the bottom
* UI: Improved text contrast in light theme
0.8.7b:
* Server connection: fixed several reconnection issues
* Preferences: No more crashes with incorrect JID
* UI: Action Bar updates
* Notification: Removed distracting ticker for online/offline changes
0.8.7:
* XEP-0198: Stream Management now fully supported
* Chat: Returned messages (errors) are displayed in red
* Settings: IDNA servers are supported now
* Roster: Ask user about new contact requests
* Preferences: Auto-reconnect option removed (use "Quit" or set status to "Offline")
* Status notification: improve display of connection status, error messages
* XEP-0092: Software Version replies implemented
* XEP-0280: incoming carbons now only ring once
* XEP-0184 + XEP-0280: ack status fixed for CC'ed messages
* Action Bar: ActionBarSherlock updated from 4.2.0 to 4.4.0
0.8.6b:
* Also fix client-to-server pings (Oops, sorry!)
0.8.6:
* Fix server-to-client pings (error caused periodic reconnects)
* Better connectivity when changing WiFi networks
* Implement Message Carbons (XEP-0280)
* Share with yaxim: using main contact list now
* Contact context menu: display JID
* Sent messages context menu: new "Resend" option
* Contact sorting is case insensitive now
* Large contact list loads slightly faster
* Minor bug fix when aborting a connection
0.8.5:
* Implement XEP-0199 (client-to-server ping)
* Implement XEP-0184 (message delivery receipts)
* Privacy setting to suppress message content in notification
* Display number of new messages in roster
* Repair scrolling in chat window (fixes #53)
* Work around WiFi/3G reconnection bug
* Implement account creation with yaxim
* New actionbar
* Dark/light theme
* Font size preference
* Display number of members in roster group (fixes #41)
* Backend database changes
0.8.4:
* New user-friendly first startup dialog
* Support Android 3.x and 4.x
* Remember which roster groups were collapsed (fixes #51)
* Support offline timestamps (sending and receiving)
* New roster implementation (using SQLite, fixes #5)
* Enforce SSL by default (fixes #65)
* Support negative priorities (fixes #61)
* Updated ASMACK from flow, fixed SMACK debugging
* Support jabber servers with SRV record (finally!)
0.8.3:
* Fix another auto-reconnect iussue
* Support negative priority (fixes #61)
* Display 'Error' messages as such (fixes #44)
* Show MD5 checksum of SSL certificates (fixes #54)
* Improved UI
0.8.2:
* Fix for annoying auto-reconnect bug! Sorry folks!
* New group separator image
* Auto-clear notification when opening chat window
================================================
FILE: LICENSE.txt
================================================
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc.
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for
software and other kinds of works.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users. We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors. You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights. Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received. You must make sure that they, too, receive
or can get the source code. And you must show them these terms so they
know their rights.
Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.
For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software. For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.
Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so. This is fundamentally incompatible with the aim of
protecting users' freedom to change the software. The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable. Therefore, we
have designed this version of the GPL to prohibit the practice for those
products. If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.
Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary. To prevent this, the GPL assures that
patents cannot be used to render the program non-free.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Use with the GNU Affero General Public License.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
Copyright (C)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .
Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
Copyright (C)
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
.
The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
.
================================================
FILE: README.md
================================================
yaxim (Yet Another XMPP Instant Messenger)
==========================================
yaxim is a lean Jabber/XMPP client for Android. It aims at usability, low overhead and security, and works on low-end Android devices starting with Android 4.0.
Check the [yaxim homepage](https://yaxim.org/) for latest news and downloads.
## Features
* Easy configuration and usability, using one XMPP account
* Keeping your connection when the phone is started and on mobile/WiFi network changes
* Chatting with friends and in group chats
* Sending and receiving of text messages, images and files
* Managing of your contact list
* [more...](https://yaxim.org/features/)
## Links
* [Google Play](https://play.google.com/store/apps/details?id=org.yaxim.androidclient) (recommended, with auto-updates)
* [F-Droid](https://f-droid.org/repository/browse/?fdid=org.yaxim.androidclient) (this version uses a different signing key, not interchangeable with official yaxim binaries!)
* [Download APK](http://yax.im/apk)
* [Screenshots](https://yaxim.org/screenshots/)
* [Project Home](https://yaxim.org/)
* [Source on GitHub](https://github.com/yaxim-org/yaxim)
* [Translation](https://translations.launchpad.net/yaxim/master/+pots/yaxim/)
## Build Instructions
yaxim is written in Java and source code is maintained in `git`. The official
repository is [yaxim-org](https://github.com/yaxim-org/yaxim), whereas
experimental development work happens in
[ge0rg's repo](https://github.com/ge0rg/yaxim). You will need Android Studio 3.x
to compile the app.
To compile yaxim, the following steps need to be taken:
# fetch source code from github
git clone https://github.com/yaxim-org/yaxim.git
cd yaxim
# initialize submodules
git submodule init
git submodule update
# you can stop here, or go on to compile with gradle:
# compile and install debug version of yaxim or Bruno
gradle installYaximDebug
gradle installBrunoDebug
# compile release APKs for both
# create RELEASE_STORE_FILE according to http://stackoverflow.com/a/25391891/539443
gradle assembleRelease
## License
* yaxim is licensed under GNU GPLv3 (see LICENSE.txt)
* [MemorizingTrustManager](https://github.com/ge0rg/memorizingtrustmanager) is MIT licensed.
* [android-remote-stacktrace](http://code.google.com/p/android-remote-stacktrace/) is MIT licensed.
### MIT License
*android-remote-stacktrace*: Copyright (c) 2009 Mads Kristiansen, Nullwire ApS
*MemorizingTrustManager*: Copyright (c) 2010 Georg Lukas
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
================================================
FILE: base.rdf.xml
================================================
${NAME}
${SHORTDESC}
${DESCRIPTION}
Java
Android
2.5rc3
complete
1.32.0
complete
0.9.0
1.1
partial
0.9.3
Loading, but no editing support
1.2
complete
0.9.3
Used for Bookmarks
1.5
complete
0.9.0
Used for inline images
2.4
partial
No forms support
1.4
complete
Supported, obsoleted by XEP-0203
1.1
complete
Not possible yet to query other entities
1.5.1
complete
1.2
complete
0.9.0
Support for xmpp: URIs and yax.im landing page
1.1
complete
0.9.9
1.4.0
complete
Green checkmark for acknowledged messages
1.6
complete
Fast reconnects on 3G/WiFi switching, stream ACKs
2.0.1
complete
Automatic server pinging every 15 minutes
2.0
complete
1.0
complete
0.9.0
1.2
partial
0.9.0
Receive-only support
0.13.1
complete
1.0.0
complete
1.0
complete
Used for MAM and Carbons
1.1.0
complete
0.9.0
Last 10 messages; sending support since 0.9.3
0.6.3
partial
0.9.9
Not used for MUCs; no configuration
0.3.0
complete
0.9.0
Using google:queue in 0.9.x; proper CSI since 0.9.9
0.3
complete
0.9.9
Registers for push on push.yax.im
0.6.0
partial
0.9.9
Only the subset required for MAM
0.9.0
complete
0.9.3
0.3.1
complete
0.9.0
0.6.0
complete
0.9.3
0.1.4
complete
0.9.3
0.3.0
complete
Requesting invitations and allowing onboarding using an invitation
0.9.9
1.0.1
complete
Automatic pinging of MUCs every 15 minutes
0.9.0
================================================
FILE: bruno/res/drawable/ic_action_contacts_all.xml
================================================
================================================
FILE: bruno/res/drawable/ic_action_contacts_online.xml
================================================
================================================
FILE: bruno/res/drawable/ic_action_person_add.xml
================================================
================================================
FILE: bruno/res/values/colors.xml
================================================
#ffc7ef
#330626
#ca1f7b
#063306
#d4d600
#bfe8ff
#df94a0
================================================
FILE: bruno/res/values/prefArrays.xml
================================================
- @string/pref_theme_dark
- @string/pref_theme_light
- @string/pref_theme_pine
- @string/pref_theme_ice
- dark
- light
- pine
- ice
================================================
FILE: bruno/res/values/strings.xml
================================================
@string/app_name_bruno
@string/conn_title_bruno
@string/Menu_about_bruno
================================================
FILE: bruno/res/values/styles.xml
================================================
================================================
FILE: bruno/res/values/themes.xml
================================================
================================================
FILE: bruno/src/org/yaxim/androidclient/FlavorConfig.java
================================================
package org.yaxim.androidclient;
public class FlavorConfig {
public static int getTheme(String theme) {
switch (theme) {
case "ice":
return R.style.YaximIceTheme;
case "pine":
return R.style.YaximPineTheme;
case "light":
return R.style.YaximLightTheme;
default:
return R.style.YaximDarkTheme;
}
}
}
================================================
FILE: bruno.rdf.sh
================================================
export NAME="Bruno"
export SHORTDESC="Bruno the Jabber™ Bear"
export DESCRIPTION="Bruno is an Android XMPP/Jabber client with a clean user interface and open source (GPLv3)."
export HOMEPAGE="https://yaxim.org/bruno/"
export LOGO="https://yaxim.org/images/bruno-64.png"
export SCREENSHOT="https://yaxim.org/bruno/screenshots/bruno-roster-dark.png"
================================================
FILE: build.gradle
================================================
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
mavenCentral()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.13.2'
}
}
plugins {
// obtain revision from git
id 'org.ajoberstar.grgit' version '5.3.2'
id 'com.github.triplet.play' version "3.13.0"
}
allprojects {
repositories {
mavenLocal()
google()
mavenCentral()
}
}
/////////////// yaxim specific build rules ///////////////
apply plugin: 'com.android.application'
apply plugin: 'com.github.triplet.play'
// gradle rule to download sources for AS (because AS can't on its own)
// run as: `gradle cleanIdea idea`
apply plugin: 'idea'
idea {
module {
downloadJavadoc = true
downloadSources = true
}
}
ext {
build_date = new Date().format('yyyy-MM-dd')
build_revision = grgit.describe(tags: true)
build_version = "${build_revision} ${build_date}"
}
def versionCodeDate() {
if (project.hasProperty("RELEASE_MINOR")) {
return new Date().format("yyyyMMdd" + RELEASE_MINOR).toInteger()
} else {
return new Date().format("yyyyMMdd00").toInteger()
}
}
android {
namespace "org.yaxim.androidclient"
compileSdk 35
useLibrary 'org.apache.http.legacy'
flavorDimensions ("style", "distribution")
buildFeatures {
aidl = true
buildConfig = true
}
defaultConfig {
applicationId "org.yaxim"
minSdk 14
//noinspection ExpiredTargetSdkVersion
targetSdk 35
versionName "$build_revision"
versionCode versionCodeDate()
vectorDrawables.useSupportLibrary = true
resValue "string", "build_revision", "$build_revision"
resValue "string", "build_date", "$build_date"
resValue "string", "build_version", "$build_version"
}
if (project.hasProperty("RELEASE_KEY_ALIAS")) {
signingConfigs {
release {
storeFile file(RELEASE_STORE_FILE)
storePassword RELEASE_STORE_PASSWORD
keyAlias RELEASE_KEY_ALIAS
keyPassword RELEASE_KEY_PASSWORD
}
}
buildTypes {
release {
signingConfig signingConfigs.release
}
}
}
buildTypes {
debug {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard.cfg'
}
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard.cfg'
}
}
productFlavors {
yaxim {
dimension "style"
applicationIdSuffix "androidclient"
}
bruno {
dimension "style"
applicationIdSuffix "bruno"
}
play {
dimension "distribution"
}
free {
dimension "distribution"
}
applicationVariants.all { variant ->
variant.resValue "string", "application_id", "${variant.properties.applicationId}"
}
}
sourceSets {
main {
manifest.srcFile 'AndroidManifest.xml'
java.srcDirs = ['src']
aidl.srcDirs = ['src']
renderscript.srcDirs = ['src']
res.srcDirs = ['res']
assets.srcDirs = ['assets']
}
yaxim {
java.srcDirs = ['yaxim/src']
res.srcDirs = ['yaxim/res']
assets.srcDirs = ['yaxim/assets']
}
bruno {
java.srcDirs = ['bruno/src']
res.srcDirs = ['bruno/res']
assets.srcDirs = ['bruno/assets']
}
play {
manifest.srcFile 'play/AndroidManifest.xml'
java.srcDirs = ['play/src']
res.srcDirs = ['play/res']
assets.srcDirs = ['play/assets']
}
free {
java.srcDirs = ['free/src']
}
}
lintOptions {
disable 'MissingTranslation'
}
}
play {
serviceAccountCredentials = file('play-publish-credentials.json')
track = 'beta'
}
dependencies {
def SMACK_VERSION = "4.3.5-SNAPSHOT"
// Google Push via FCM
playImplementation('com.google.firebase:firebase-messaging:17.3.4') {
exclude group: 'com.google.firebase', module: 'firebase-core'
exclude group: 'com.google.firebase', module: 'firebase-analytics'
exclude group: 'com.google.firebase', module: 'firebase-measurement-connector'
}
implementation 'com.android.support:appcompat-v7:28.0.0'
// implicit compile 'com.android.support:support-v4:25.+'
implementation project('MemorizingTrustManager')
api fileTree(include: ['*.jar'], dir: 'libs')
api fileTree(include: ['*.aar'], dir: 'libs')
implementation 'me.leolin:ShortcutBadger:1.1.22@aar'
implementation 'org.hsluv:hsluv:0.2'
implementation 'com.koushikdutta.urlimageviewhelper:urlimageviewhelper:1.0.4'
implementation 'com.google.zxing:core:3.3.3'
// play referrer
playImplementation 'com.android.installreferrer:installreferrer:1.1'
// smack4
//compile project("Smack:smack-android-extensions")
//compile project("Smack:smack-tcp")
//compile project("Smack:smack-im")
//// for Carbons, and other
//compile project("Smack:smack-experimental")
implementation 'org.jxmpp:jxmpp-jid:0.6.4-SNAPSHOT'
implementation "org.igniterealtime.smack:smack-android-extensions:$SMACK_VERSION"
implementation "org.igniterealtime.smack:smack-tcp:$SMACK_VERSION"
implementation "org.igniterealtime.smack:smack-im:$SMACK_VERSION"
// for Carbons, and other
implementation "org.igniterealtime.smack:smack-experimental:$SMACK_VERSION"
}
// for smack4
configurations {
all*.exclude group: 'xpp3', module: 'xpp3'
}
================================================
FILE: build.xml
================================================
Please download ProGuard from http://sourceforge.net/projects/proguard/files/ and place the JAR into the tools/ directory!
-injars ${project.jars}
-outjars ${out.absolute.dir}/classes.min.jar
-libraryjars ${toString:project.target.class.path}
-printusage ${out.absolute.dir}/proguard.usage
================================================
FILE: export-icons.sh
================================================
#!/bin/sh
# convert a single svg file into a png in the according drawable dir
svg2png() {
basename=$1
width=$2
height=$3
dest=$4
api=$5
inkscape --export-png=res/$dest$api/$basename.png --export-width=$width --export-height=$height --export-background-opacity=0 -C -z asset-graphics/$basename$api.svg
}
# convert a single svg into a group of PNGs for all DPIs
svg2all() {
basename=$1
dpx=$2
dpy=$3
api=$4
while read scale dir ; do
svg2png $basename $(($dpx*$scale)) $(($dpy*$scale)) drawable$dir $api
done <
================================================
FILE: play/res/values/push.xml
================================================
push.yax.im
919923047082
1:919923047082:android:5c6e1f8ed3616cbf88eed3
================================================
FILE: play/src/org/yaxim/androidclient/service/InstallReferrerReceiver.java
================================================
package org.yaxim.androidclient.service;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import android.os.RemoteException;
import android.util.Log;
import com.android.installreferrer.api.InstallReferrerClient;
import com.android.installreferrer.api.InstallReferrerClient.InstallReferrerResponse;
import com.android.installreferrer.api.InstallReferrerStateListener;
import com.android.installreferrer.api.ReferrerDetails;
import org.yaxim.androidclient.MainWindow;
import org.yaxim.androidclient.data.YaximConfiguration;
import org.yaxim.androidclient.util.XMPPHelper;
import java.net.URLDecoder;
public class InstallReferrerReceiver extends BroadcastReceiver {
static final String TAG = "yaxim.InstallReceiver";
static boolean receivedReferrer = false;
static synchronized void startActivity(Context context, Uri reference) {
if (receivedReferrer)
return;
receivedReferrer = true;
Log.i(TAG, "Referrer: " + reference);
Intent ref_intent = new Intent(context, MainWindow.class)
.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TOP)
.setAction(Intent.ACTION_VIEW)
.setData(reference);
context.startActivity(ref_intent);
}
@Override
public void onReceive(Context context, Intent intent) {
Log.d(TAG, "onReceive " + intent);
try {
YaximConfiguration config = new YaximConfiguration(context);
String ref = URLDecoder.decode(intent.getStringExtra("referrer"), "UTF-8");
//config.storeInstallReferrer(ref);
Log.w(TAG, "Ignoring legacy Referrer: " + ref);
//startActivity(context, Uri.parse(ref));
} catch (Exception e) {
Log.e(TAG, "Error in handling referrer: " + e.getLocalizedMessage());
e.printStackTrace();
}
}
public static void queryInstallReferrerLibrary(final Context context) {
Log.d(TAG, "Querying InstallReferrer");
final InstallReferrerClient referrerClient = InstallReferrerClient.newBuilder(context).build();
referrerClient.startConnection(new InstallReferrerStateListener() {
@Override
public void onInstallReferrerSetupFinished(int responseCode) {
Log.d(TAG, "InstallReferrerSetup: " + responseCode);
switch (responseCode) {
case InstallReferrerResponse.OK:
// Connection established.
try {
ReferrerDetails response = referrerClient.getInstallReferrer();
String referrerUrl = response.getInstallReferrer();
Log.d(TAG, "InstallReferrerSetup: " + referrerUrl);
//long referrerClickTime = response.getReferrerClickTimestampSeconds();
//long appInstallTime = response.getInstallBeginTimestampSeconds();
//boolean instantExperienceLaunched = response.getGooglePlayInstantParam();
Uri ref = XMPPHelper.transmogrifyXmppUriHelper(Uri.parse(referrerUrl));
if (ref != null)
startActivity(context, ref);
} catch (RemoteException e) {
e.printStackTrace();
}
break;
case InstallReferrerResponse.FEATURE_NOT_SUPPORTED:
// API not available on the current Play Store app.
break;
case InstallReferrerResponse.SERVICE_UNAVAILABLE:
// Connection couldn't be established.
break;
}
}
@Override
public void onInstallReferrerServiceDisconnected() {
// Try to restart the connection on the next request to
// Google Play by calling the startConnection() method.
}
});
}
}
================================================
FILE: play/src/org/yaxim/androidclient/service/PushManager.java
================================================
package org.yaxim.androidclient.service;
import android.app.Service;
import android.provider.Settings;
import android.support.annotation.NonNull;
import android.text.TextUtils;
import android.util.Log;
import com.google.android.gms.tasks.OnCompleteListener;
import com.google.android.gms.tasks.Task;
import com.google.firebase.FirebaseApp;
import com.google.firebase.iid.FirebaseInstanceId;
import com.google.firebase.iid.InstanceIdResult;
import org.jivesoftware.smack.SmackException;
import org.jivesoftware.smack.XMPPConnection;
import org.jivesoftware.smack.XMPPException;
import org.jivesoftware.smackx.commands.AdHocCommandManager;
import org.jivesoftware.smackx.commands.RemoteCommand;
import org.jivesoftware.smackx.push_notifications.PushNotificationsManager;
import org.jivesoftware.smackx.xdata.Form;
import org.jivesoftware.smackx.xdata.FormField;
import org.jivesoftware.smackx.xdata.packet.DataForm;
import org.jxmpp.jid.Jid;
import org.jxmpp.jid.impl.JidCreate;
import org.yaxim.androidclient.R;
import org.yaxim.androidclient.YaximApplication;
import java.util.HashMap;
public class PushManager {
private final static String TAG = "yaxim.PushManager";
private final static String NODE = "v1-register-push";
private String deviceId = null;
private String pushToken = null;
private Service service;
private XMPPConnection connection;
public PushManager(Service service, XMPPConnection connection) {
this.deviceId = YaximApplication.getConfig().getPushNodeId();
this.service = service;
this.connection = connection;
}
public boolean enableAccountPush() {
if (!connection.isAuthenticated())
return false;
PushNotificationsManager pnm = PushNotificationsManager.getInstanceFor(connection);
try {
if (!pnm.isSupported()) {
Log.i(TAG, "push not supported by account");
return false;
}
getFcmPushToken();
return true;
} catch (Exception e) {
e.printStackTrace();
return false;
}
}
public boolean disableAccountPush() {
try {
if (connection.isAuthenticated()) {
Jid push_service = JidCreate.from(service.getString(R.string.push_service));
PushNotificationsManager.getInstanceFor(connection).disableAll(push_service);
Log.i(TAG, "Successfully disabled push for " + push_service + " on account.");
return true;
}
} catch (Exception e) {
Log.e(TAG, "Error obtaining FCM token!");
e.printStackTrace();
}
return false;
}
private void getFcmPushToken() {
Log.d(TAG, "requesting FCM token");
//FirebaseApp.initializeApp(YaximApplication.getApp());
FirebaseInstanceId.getInstance().getInstanceId().addOnCompleteListener(new OnCompleteListener() {
@Override
public void onComplete(@NonNull Task task) {
if (!task.isSuccessful()) {
Log.w(TAG, "FCM token retrieval failed.");
task.getException().printStackTrace();
return;
}
try {
InstanceIdResult result = task.getResult();
pushToken = result.getToken();
Log.d(TAG, "FCM token: " + pushToken);
} catch (Exception e) {
Log.e(TAG, "Error obtaining FCM token!");
e.printStackTrace();
}
try {
if (connection.isAuthenticated()) {
Jid push_service = JidCreate.from(service.getString(R.string.push_service));
AdHocCommandManager ahcm = AdHocCommandManager.getAddHocCommandsManager(connection);
RemoteCommand rc = ahcm.getRemoteCommand(push_service, NODE);
DataForm df = new DataForm(DataForm.Type.submit);
df.addField(new FormField("type", "fcm"));
df.addField(new FormField("node", deviceId));
df.addField(new FormField("token", pushToken));
rc.execute(new Form(df));
if (rc.getForm().hasField("node") && rc.getForm().hasField("secret")) {
String node = rc.getForm().getField("node").getFirstValue();
String secret = rc.getForm().getField("secret").getFirstValue();
HashMap pub_opts = new HashMap<>();
pub_opts.put("secret", secret);
PushNotificationsManager.getInstanceFor(connection)
.enable(push_service, node, pub_opts);
}
Log.i(TAG, "Successfully registered push for " + push_service + " on account.");
} else
Log.i(TAG, "Not connected to server, not registering for FCM push.");
} catch (Exception e) {
Log.e(TAG, "Error obtaining FCM token!");
e.printStackTrace();
}
}
});
}
}
================================================
FILE: play/src/org/yaxim/androidclient/service/PushMessageReceiver.java
================================================
package org.yaxim.androidclient.service;
import android.content.Intent;
import android.os.Build;
import android.text.TextUtils;
import android.util.Log;
import com.google.firebase.messaging.FirebaseMessagingService;
import com.google.firebase.messaging.RemoteMessage;
import org.yaxim.androidclient.YaximApplication;
public class PushMessageReceiver extends FirebaseMessagingService {
private final static String TAG = "yaxim.PushMessageRcvr";
private void startServiceIfNeeded(String action) {
if (!YaximApplication.getConfig().autoConnect) {
Log.d(TAG, "not starting, auto-connect disabled.");
return;
}
Intent xmppServiceIntent = new Intent(this, XMPPService.class);
if (!TextUtils.isEmpty(action))
xmppServiceIntent.setAction(action);
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
startForegroundService(xmppServiceIntent);
} else
startService(xmppServiceIntent);
}
@Override
public void onMessageReceived(RemoteMessage remoteMessage) {
Log.d(TAG, "Received push message!");
startServiceIfNeeded(null);
}
@Override
public void onNewToken(String s) {
Log.d(TAG, "Received token update: " + s);
startServiceIfNeeded("newtoken");
}
}
================================================
FILE: proguard.cfg
================================================
-dontobfuscate
-optimizationpasses 5
-dontskipnonpubliclibraryclasses
-dontpreverify
-allowaccessmodification
-verbose
-optimizations !code/simplification/arithmetic,!field/*,field/propagation/value,!class/merging/*,!code/allocation/variable
-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 ;
}
-keepclasseswithmembers class * {
public (android.content.Context, android.util.AttributeSet);
}
-keepclasseswithmembers class * {
public (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 *;
}
-dontwarn org.bouncycastle.**
-keepclasseswithmembers class * extends org.jivesoftware.smack.sasl.SASLMechanism {
public (org.jivesoftware.smack.SASLAuthentication);
}
-keep class android.support.v4.app.** { *; }
-keep interface android.support.v4.app.** { *; }
-keep class com.actionbarsherlock.** { *; }
-keep interface com.actionbarsherlock.** { *; }
-keepattributes *Annotation*
# smack4
# We don't use jzlib, but instead the Android API for compression
-dontnote com.jcraft.jzlib.*
-dontnote android.os.SystemProperties
-dontnote sun.security.pkcs11.SunPKCS11
# Smack specific configuration
-keep class org.jivesoftware.smack.** { *; }
-keep class org.jivesoftware.smackx.** { *; }
-dontwarn com.kenai.jbosh.*
-dontwarn android.support.v4.app.*
-keep class android.support.v7.widget.SearchView { *; }
-dontwarn com.google.firebase.analytics.connector.AnalyticsConnector
================================================
FILE: project.properties
================================================
# This file is automatically generated by Android Tools.
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
#
# This file must be checked in Version Control Systems.
#
# To customize properties used by the Ant build system use,
# "ant.properties", and override values to adapt the script to your
# project structure.
# Indicates whether an apk should be generated for each density.
split.density=false
android.library.reference.1=MemorizingTrustManager/
android.library.reference.2=../android-sdk/extras/android/support/v7/appcompat
proguard.config=proguard.cfg
proguard.enabled=true
# Project target.
target=android-23
apk-configurations=
================================================
FILE: rdf.sh
================================================
#!/bin/bash
source yaxim.rdf.sh
envsubst < base.rdf.xml > yaxim.rdf.xml
source bruno.rdf.sh
envsubst < base.rdf.xml > bruno.rdf.xml
================================================
FILE: res/drawable/count_bcg.xml
================================================
================================================
FILE: res/drawable/group_indicator.xml
================================================
================================================
FILE: res/drawable/ic_action_attach.xml
================================================
================================================
FILE: res/drawable/ic_action_camera.xml
================================================
================================================
FILE: res/drawable/ic_action_contacts_all.xml
================================================
================================================
FILE: res/drawable/ic_action_contacts_online.xml
================================================
================================================
FILE: res/drawable/ic_action_file.xml
================================================
================================================
FILE: res/drawable/ic_action_person_add.xml
================================================
================================================
FILE: res/drawable/ic_action_photo.xml
================================================
================================================
FILE: res/drawable/ic_action_search.xml
================================================
================================================
FILE: res/drawable/ic_status_available.xml
================================================
================================================
FILE: res/drawable/ic_status_away.xml
================================================
================================================
FILE: res/drawable/ic_status_chat.xml
================================================
================================================
FILE: res/drawable/ic_status_dnd.xml
================================================
================================================
FILE: res/drawable/ic_status_offline.xml
================================================
================================================
FILE: res/drawable/ic_status_subscribe.xml
================================================
================================================
FILE: res/drawable/ic_status_unknown.xml
================================================
================================================
FILE: res/drawable/ic_status_xa.xml
================================================
================================================
FILE: res/layout/aboutview.xml
================================================
================================================
FILE: res/layout/activity_entitylist.xml
================================================
================================================
FILE: res/layout/addrosteritemdialog.xml
================================================
================================================
FILE: res/layout/chat_action_title.xml
================================================
================================================
FILE: res/layout/chatrow.xml
================================================
================================================
FILE: res/layout/edittext_dialog.xml
================================================
================================================
FILE: res/layout/firststartdialog.xml
================================================
================================================
FILE: res/layout/groupnameview.xml
================================================
================================================
FILE: res/layout/main.xml
================================================
================================================
FILE: res/layout/mainchat.xml
================================================
================================================
FILE: res/layout/mainchild_row.xml
================================================
================================================
FILE: res/layout/maingroup_row.xml
================================================
================================================
FILE: res/layout/moverosterentrytogroupview.xml
================================================
================================================
FILE: res/layout/muc_new_dialog.xml
================================================
================================================
FILE: res/layout/password_view.xml
================================================
================================================
FILE: res/layout/qrcode_dialog.xml
================================================
================================================
FILE: res/layout/status_action_provider.xml
================================================
================================================
FILE: res/layout/status_spinner_item.xml
================================================
================================================
FILE: res/layout/statusview.xml
================================================
================================================
FILE: res/menu/chat_contextmenu.xml
================================================
================================================
FILE: res/menu/contact_options.xml
================================================
================================================
FILE: res/menu/muc_options.xml
================================================
================================================
FILE: res/menu/noncontact_options.xml
================================================
================================================
FILE: res/menu/roster_group_contextmenu.xml
================================================
================================================
FILE: res/menu/roster_item_contextmenu.xml
================================================
================================================
FILE: res/menu/roster_options.xml
================================================
================================================
FILE: res/values/array.xml
================================================
- OFF
- SYSTEM
- ALWAYS
================================================
FILE: res/values/attrs.xml
================================================
================================================
FILE: res/values/developers.xml
================================================
• Christian Polzer
\n• Daniel Dorau
\n• Daniel Michalik
\n• Felix Knecht
\n• Georg Lukas
\n• Jan Kiszka
\n• Michael Kanis
\n• Nolan Darilek
\n• Sven Pfleiderer
yaxim@chat.yax.im
================================================
FILE: res/values/prefArrays.xml
================================================
- 14
- 18
- 22
- 30
- @string/pref_theme_dark
- @string/pref_theme_light
- dark
- light
================================================
FILE: res/values/servers.xml
================================================
- yax.im
- 0nl1ne.at
- blah.im
- boese-ban.de
- brauchen.info
- ch3kr.net
- chatme.im
- chrome.pl
- climm.org
- coderollers.com
- codingteam.net
- comm.unicate.me
- creep.im
- deshalbfrei.org
- draugr.de
- einfachjabber.de
- forumanalogue.fr
- im.apinc.org
- im.flosoft.biz
- internet-exception.de
- is-a-furry.org
- jabb3r.net
- jabberafrica.org
- jabber.at
- jabber-br.org
- jabber.chaotic.de
- jabber.co.nz
- jabber.cz
- jabber.de
- jabberd.eu
- jabber.earth.li
- jabberes.org
- jabber.etighichat.com
- jabber.fourecks.de
- jabber.gate31.net
- jabber-hosting.de
- jabber.hot-chilli.net
- jabber.iitsp.com
- jabber.i-pobox.net
- jabber.loudas.com
- jabber.me
- jabber.meta.net.nz
- jabber.minus273.org
- jabber.no
- jabber.no-sense.net
- jabber.org
- jabberpl.org
- jabber.rootbash.com
- jabber.rueckgr.at
- jabber.scha.de
- jabber.schnied.net
- jabber.second-home.de
- jabber.smash-net.org
- jabber.sow.as
- jabber.theforest.us
- jabber.tmkis.com
- jabber.yeahnah.co.nz
- jabbim.com
- jabbim.cz
- jabbim.hu
- jabbim.pl
- jabbim.sk
- jabin.org
- jabme.de
- jabster.pl
- jaim.at
- jappix.com
- jisshi.com
- labnote.org
- lightwitch.org
- limun.org
- linuxlovers.at
- lsd-25.ru
- macjabber.de
- mayplaces.com
- miqote.com
- na-di.de
- neko.im
- netmindz.net
- njs.netlab.cz
- palemoon.net
- palita.net
- pandion.im
- pidgin.su
- programmer-art.org
- prosody.de
- richim.org
- rkquery.de
- sss.chaoslab.ru
- sternenschweif.de
- suchat.org
- swissjabber.ch
- swissjabber.de
- swissjabber.eu
- swissjabber.li
- swissjabber.org
- tcweb.org
- tekst.me
- thiessen.im
- thiessen.it
- thiessen.org
- tigase.im
- twattle.net
- ubuntu-jabber.de
- ubuntu-jabber.net
- univers-libre.net
- uprod.biz
- verdammung.org
- wtfismyip.com
- xabber.de
- xmpp-hosting.de
- xmpp.jp
- xmppnet.de
- xmpp.ru.net
- zauris.ru
- zsim.de
- chat.yax.im
- chat.jabberfr.org
- conference.1big.ru
- conference.allegro.pl
- conference.boese-ban.de
- conference.chat.bytemark.co.uk
- conference.chatme.im
- conference.codingteam.net
- conference.draugr.de
- conference.dukgo.com
- conference.fnal.gov
- conference.freize.org
- conference.gentoo.ru
- conference.ik.nu
- conference.i-pobox.net
- conference.jabber.bol.ru
- conference.jabber.ccc.de
- conference.jabber.dn.ua
- conference.jabber.hot-chilli.net
- conference.jabber.kiev.ua
- conference.jabber.linuxlovers.at
- conference.jabber.minihub.org
- conference.jabber.od.ua
- conference.jabberon.ru
- conference.jabber.org
- conference.jabber.ru
- conference.jabber.ufanet.ru
- conference.jabber.upenn.edu
- conference.jabberzac.org
- conference.jabber.zone
- conference.jabme.de
- conference.jivesoftware.com
- conference.kanet.ru
- conference.kdetalk.net
- conference.lightwitch.org
- conference.linuxoid.in
- conference.mit.edu
- conference.neko.im
- conference.qip.ru
- conference.ripe.net
- conference.riseup.net
- conference.swissjabber.ch
- conference.ubuntu-jabber.de
- conference.xmpp.jp
- conference.xmpp.ru
- conf.jabberes.org
- jabber.ietf.org
- muc.creep.im
- muc.xmpp.org
- salas.mijabber.es
- salas.suchat.org
================================================
FILE: res/values/strings.xml
================================================
yaxim
Bruno
yaxim: %s
Bruno: %s
Connecting to server…
Disconnecting…
Online
Offline
No contacts to show!
There are many ways to add contacts:\n\n
- Android Beam™: touch a friend\'s phone\n\n
- Scan a QR code\n\n
- \"Create invitation\" and share it (e-mail, SMS, QR code, …)\n\n
- \"Add contact\" if you know the JID
Next connection attempt in %d seconds.
Connection closed
No network connection
No response
Error: %s
Exit
Please connect first
user@yax.im
Check address format!
Welcome to yaxim!
You need to configure yaxim before you can use it. Please enter your Jabber ID and password.
Enter password
Show password
Jabber ID:
Password:
Advanced…
Register new account
Password is too short!
Created secure password
Please check your username and password!
Could not connect to %s!
Server does not allow registration!
You have been invited to Jabber. Please complete your registration.
No additional account supported!
Message from %s
Message received
%1$s in %2$s
Reply
Mark Read
Error while sending message!
Notification Settings
Message Notification
Group Chat Notification
Custom Ringtone
Only notify on mention
Notify when your nickname is mentioned in a room
Blinking LED
Blink phone LED on incoming messages
Vibration
Vibrate on incoming messages
- Never
- System preference
- Always
Ringtone
Tone for incoming messages
Message preview
Show sender and message in status bar
General Settings
\"Do not disturb\" in silent mode
Set your online status to \"DND\" when your phone is in silent mode
Set your status
Always show all contacts in the roster
Show offline contacts
Arrange your contacts by their groups
Show contact groups
Keep app in memory to ensure always-on connection (foreground service)
Statusbar icon
Debugging
Packet and debug output via logcat (may contain personal information)
SMACK debugging
Send crash reports
Send anonymous crash reports to developer
Appearance
Chat font size
Set chat font size
Chat font size
Theme
Dark
Light
Pine
Ice
Appearance
- small
- normal
- large
- huge
Add contact
Add %s
Show offline
Hide offline
Edit account
Settings
Status
Connect
Disconnect
About yaxim
About Bruno
Add / browse…
Enter the Matrix…
Mark all as read
Create invitation
Participants
Add a Contact
Please enter the Jabber ID of your friend, the
desired screen name and choose their contact group!
Screen name
Add to a new group
Name for the new group
Rename group
Mark as read
Delete contact
Delete chat history
Rename
Request authorization
Change group
Share address
Ringtone
Edit group chat
Leave group chat
Really leave %s?
Login Information
Account Settings
Connecting Options
Advanced Options
Message Carbons (XEP-0280)
Request message copies from your other client(s)
Jabber ID
example: me@jabber.example.com
Enter your Jabber ID:
Account Password
Your Jabber account password
Change password on server
Old Password:
New Password:
WARNING! For successful login you must also set the same password on the server!
Please wait, changing password…
Password successfully changed.
Error changing password: %s
Display Name
Your nickname displayed to other users
Client Resource
Default: yaxim
Enter your resource:
yaxim
Client Priority
Default: 0 (allowed: -128 .. 127)
Allowed values: -128 .. 127
Enter your priority:
Server Port
Default: 5222
Enter the server port:
5222
Custom Server
(Optional) alternative server hostname
Enter server hostname:
host.example.com
Require SSL/TLS
Always encrypt server connection
Choose Group
Your status message
Set your status
Rename group %s to:
Rename group
Rename %1$s (%2$s) to:
Rename contact
Select a group from the spinner below
Change group
Really remove %1$s (%2$s)?
Delete Contact
Really remove all messages with %1$s (%2$s)?
Delete Chat History
%1$s wants to add you as a contact: \"%2$s\"
Subscription Request
Accept
Reject
Reject all
can see your status
Me:
The message has been stored for transmission.
Enter message
Quote
Edit message
About yaxim
Developers
Contact
Licensing
Rate app
This program is free software; you can redistribute
it and/or
modify it under the terms of the GNU General Public License
version 2
as published by the Free Software Foundation.
Link:
http://www.gnu.org/licenses/gpl-2.0.html\n
\n
Parts of this software are
provided under the MIT License:\n
\n
Copyright © 2009 Mads
Kristiansen, Nullwire ApS\n
\n
Permission is hereby granted, free of
charge, to any person obtaining
a copy
of this software and associated
documentation files (the
"Software"), to deal
in the Software without
restriction, including
without limitation the rights
to use, copy,
modify, merge, publish,
distribute, sublicense, and/or sell
copies of
the Software, and to
permit persons to whom the Software is
furnished to
do so, subject to
the following conditions:
\n
The above copyright notice
and this permission notice shall be
included in all
copies or
substantial portions of the Software.
\n
THE SOFTWARE IS PROVIDED "AS
IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR
IMPLIED, INCLUDING BUT NOT
LIMITED TO THE WARRANTIES OF
MERCHANTABILITY,
FITNESS FOR A PARTICULAR
PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN
AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN
CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Online
Away
Free for chat
Do not disturb
Not available
Offline
translator-credits
General
All contacts
Group Chats
Choose contact
Settings
Group chat JID
Nickname
Password (optional)
Group Chat Invitation
Invitation from %s
%1$s (%2$d participants)
Join as %s
Synchronizing…
Group Chat Participants (%s)
Kicked: %s
Kicked by %1$s: %2$s
Banned: %s
Banned by %1$s: %2$s
Send…
Take picture
Choose picture
Send file
Compressing picture…
Uploading…
file too large!
%s needs storage access to send files!
Notifications are disabled in the Android app preferences.
Message content
My group chats
Public group chats
Browser: %s
Foreground service
Messages
================================================
FILE: res/values/styles.xml
================================================
================================================
FILE: res/values/themes.xml
================================================
#101010
================================================
FILE: res/values-cs/strings.xml
================================================
yaxim
Bruno
yaxim: %s
Bruno: %s
Připojuji se k serveru...
Odpojuje se...
Připojen
Odpojen
Žádné kontakty k zobrazení!
There are many ways to add contacts:\n\n
- Android Beam™: touch a friend\'s phone\n\n
- Scan a QR code\n\n
- \"Create invitation\" and share it (e-mail, SMS, QR code, …)\n\n
- \"Add contact\" if you know the JID
Pokus o další pripojení za %d sekund.
Spojení ukončeno
Žádné připojení k síti
No response
Error: %s
Ukončit
Nejprve se prosím připojte
user@yax.im
Ověřte adresu!
Vítejte v klientu yaxim!
Před použitím je potřeba yaxim nakonfigurovat. Prosím zadejte své Jabber ID a heslo.
Zadejte heslo
Show password
Jabber ID:
Heslo:
Pokročilé...
Registrovat nový účet
Password is too short!
Created secure password
Please check your username and password!
Could not connect to %s!
Server does not allow registration!
You have been invited to Jabber. Please complete your registration.
No additional account supported!
Zpráva od %s
Přijata nová zpráva
%1$s in %2$s
Reply
Mark Read
Chyba při odesílání zprávy!
Notification Settings
Nastavení upozornění na zprávy
Group Chat Notification
Custom Ringtone
Only notify on mention
Notify when your nickname is mentioned in a room
Blikání LED diody
Blikat při příchozích zprávách diodou na telefonu
Vibrace
Vibrovat při příchozích zprávách
- Nikdy
- Podle nastavení systému
- Vždy
Vyzvánění
Zvuk pro příchozí zprávy
Náhled zprávy
Zobrazovat zprávu a jejího odesílatele ve stavové liště
General Settings
\"Do not disturb\" in silent mode
Set your online status to \"DND\" when your phone is in silent mode
Nastavte si svůj stav
Vždy zobrazovat všechny kontakty v seznamu
Zobrazení odpojených kontaktů
Uspořádat kontakty podle jejich skupin
Zobrazovat skupiny kontaktů
Keep app in memory to ensure always-on connection (foreground service)
Ikona ve stavové liště
Ladění
Výstup paketů a ladění pomocí logcat (může obsahovat osobní data)
SMACK debugging
Odesílání zpráv o selhání
Posílat anonymní zprávy o selhání vývojářům
Vzhled
Velikost písma v chatu
Nastavit velikost písma
Velikost písma v chatu
Motiv
Tmavý
Světlý
Pine
Ice
Vzhled
- malé
- normální
- velké
- velký
Add contact
Add %s
Show offline
Hide offline
Edit account
Nastavení
Stav
Připojit
Odpojit
O aplikaci yaxim
About Bruno
Add / browse…
Enter the Matrix…
Mark all as read
Create invitation
Participants
Přidat kontakt
Prosím vložte Jabber ID vašeho kamaráda, zadejte požadovanou přezdívku a přidejte ho do skupiny!
Přezdívka
Přidat do nové skupiny
Název nové skupiny
Přejmenovat skupinu
Označit jako přečtené
Delete contact
Delete chat history
Přejmenovat
Request authorization
Změnit skupinu
Share address
Vyzvánění
Edit group chat
Leave group chat
Really leave %s?
Přihlašovací údaje
Nastavení účtu
Možnosti připojení
Pokročilé nastavení
Message Carbons (XEP-0280)
Vyžádat kopie zpráv z vašich ostatních klientů
Jabber ID
např: ja@jabber.nekde.cz
Napište své Jabber ID:
Heslo
Vaše heslo k Jabber účtu
Změnit heslo na serveru
Staré heslo:
Nové heslo:
Varování! K úspěšnému přihlášení je nutné nastavit stejné heslo na serveru!
Prosím počkejte, heslo se mění...
Heslo bylo úspěšně změněno.
Chyba při změně hesla: %s
Display Name
Your nickname displayed to other users
Zdroj
Výchozí: yaxim
Zadejte zdroj:
yaxim
Priorita:
Výchozí: 0 (povolené hodnoty: -128 až 127)
Povolené hodnoty: -128 .. 127
Zvolte prioritu:
Port serveru
Výchozí: 5222
Zadejte port serveru:
5222
Vlastní server
(volitelné) alternativní adresa serveru
Zadejte adresu serveru:
host.nekde.cz
Vyžadovat SSL/TLS
Vždy šifrovat spojení se serverem
Vyberte skupinu
Váš stav
Nastavte si svůj stav
Přejmenovat skupinu %s na:
Přejmenovat skupinu
Přejmenovat %1$s (%2$s) na:
Přejmenovat kontakt
Vyberte skupinu z níže uvedené nabídky
Změnit skupinu
Opravdu odstranit %1$s (%2$s)?
Odstranit kontakt
Opravdu odstranit všechny zprávy s %1$s (%2$s)?
Vymazat historii chatu
%1$s si vás chce přidat jako kontakt: \"%2$s\"
Subscription Request
Accept
Reject
Reject all
can see your status
Já:
Zpráva byla uložena k odeslání.
Vložte zprávu
Quote
Edit message
O aplikaci yaxim
Vývojáři
Contact
Licence
Rate app
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. Link: http://www.gnu.org/licenses/gpl-2.0.html\n \n Parts of this software are provided under the MIT License:\n \n Copyright © 2009 Mads Kristiansen, Nullwire ApS\n \n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: \n The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Připojen
Pryč
Můžu si povídat
Nerušit
Nejsem k zastižení
Odpojen
Launchpad Contributions:
Fosfor https://launchpad.net/~fosfor
Linuxfan https://launchpad.net/~linuxfan-timo
Mirek Ryšán https://launchpad.net/~mirek-rysan
Nezařazení
Všechny kontakty
Group Chats
Vyberte kontakt
Nastavení
Group chat JID
Nickname
Password (optional)
Group Chat Invitation
Invitation from %s
%1$s (%2$d participants)
Join as %s
Synchronizing…
Group Chat Participants (%s)
Kicked: %s
Kicked by %1$s: %2$s
Banned: %s
Banned by %1$s: %2$s
Send…
Take picture
Choose picture
Send file
Compressing picture…
Uploading…
file too large!
%s needs storage access to send files!
Notifications are disabled in the Android app preferences.
Message content
My group chats
Public group chats
Browser: %s
Foreground service
Messages
================================================
FILE: res/values-de/strings.xml
================================================
yaxim
Bruno
yaxim: %s
Bruno: %s
Verbinde mit Server…
Verbindung wird getrennt…
Online
Offline
Keine Kontakte zum Anzeigen!
Es gibt viele Wege, Kontakte hinzuzufügen:\n\n - Android Beam™: das Telefon eines Freundes berühren\n\n - QR-Code scannen\n\n - \"Einladung erzeugen\" und weitergeben (E-Mail, SMS, QR-Code, …)\n\n - \"Kontakt hinzufügen\" wenn die JID bekannt ist
Nächster Versuch in %d Sekunden.
Verbindung getrennt
Keine Netzwerkverbindung
Keine Antwort
Fehler: %s
Beenden
Bitte zuerst verbinden!
nutzer@yax.im
Adressformat überprüfen!
Willkommen bei yaxim!
Sie müssen yaxim zuerst konfigurieren. Bitte Ihre Jabber-ID und Ihr Passwort eingeben.
Passwort eingeben
Passwort anzeigen
Jabber-ID:
Passwort:
Erweitert…
Neues Konto anlegen
Passwort ist zu kurz!
Sicheres Passwort erzeugt
Bitte Benutzername und Passwort prüfen!
Konnte nicht mit %s verbinden!
Server erlaubt keine Registrierung!
Sie wurden zu Jabber eingeladen. Bitte schließen Sie Ihre Registrierung ab.
Keine Unterstützung für mehrere Konten!
Mitteilung von %s
Mitteilung empfangen
%1$s in %2$s
Antworten
Gelesen
Fehler beim Nachrichtenversand!
Benachrichtigungs-Einstellungen
Benachrichtigung
Gruppenchat-Benachrichtigung
Eigener Klingelton
Nur bei Erwähnung benachrichtigen
Benachrichtigen, wenn der eigene Nickname erwähnt wird
LED-Blinken
Neue Nachrichten durch LED-Blinken anzeigen
Vibration
Bei neuen Nachrichten vibrieren
- Niemals
- Systemvorgabe
- Immer
Klingelton
Ton für neue Nachrichten
Vorschau auf Nachricht
Absender und Nachricht in Statusleiste anzeigen
Allgemeine Einstellungen
\"Nicht stören\" bei Stummschaltung
Setzt Ihren Online-Status auf \"Bitte nicht stören\" wenn das Telefon stummgeschaltet ist
Status einstellen
Alle Kontakte immer in der Liste anzeigen
Abgemeldete Kontakte anzeigen
Kontakte anhand ihrer Gruppenzugehörigkeit anordnen
Kontaktgruppen anzeigen
App im Speicher halten, um die Verbindung aufrechtzuerhalten (Vordergrund-Dienst)
Symbol in der Statusleiste
Fehlerdiagnose
Paket- und Fehlerdiagnoseausgabe in »logcat« (kann persönliche Informationen enthalten)
SMACK-Fehlerdiagnose
Fehlerberichte senden
Anonymen Absturzbericht an die Entwickler senden
Darstellung
Unterhaltungsschriftgröße
Schriftgröße für Unterhaltung einstellen
Unterhaltungsschriftgröße
Erscheinungsbild
Dunkel
Hell
Pinie
Eis
Darstellung
- klein
- normal
- groß
- riesig
Kontakt hinzufügen
%s hinzufügen
Abwesende anzeigen
Abwesende verstecken
Konto bearbeiten
Einstellungen
Status
Verbinden
Trennen
Über yaxim
Über Bruno
Erkunden…
Die Matrix betreten…
Alle als gelesen markieren
Einladung erzeugen
Teilnehmer
Kontakt hinzufügen
Bitte die Jabber-ID Ihres Freundes eingeben, einen Anzeigenamen festlegen und eine Kontaktgruppe zuordnen!
Anzeigename
Zu neuer Gruppe hinzufügen
Name der neuen Gruppe
Gruppe umbenennen
Als gelesen markieren
Kontakt löschen
Chatverlauf löschen
Umbenennen
Genehmigung anfragen
Gruppe ändern
Adresse teilen
Klingelton
Gruppenchat bearbeiten
Gruppenchat verlassen
%s wirklich verlassen?
Anmeldedaten
Kontoeinstellungen
Verbindungseinstellungen
Erweiterte Einstellungen
Nachrichtenkopien (XEP-0280)
Gesprächsverlauf von anderen Anwendungen anfragen
Jabber-ID
Beispiel: me@jabber.example.com
Jabber-ID eingeben:
Kontopasswort
Ihr Passwort des Jabber-Kontos
Passwort auf Server ändern
Altes Passwort:
Neues Passwort:
ACHTUNG! Sie müssen auf dem Server das selbe Passwort einstellen, um sich anmelden zu können!
Bitte warten, Passwort wird geändert…
Das Passwort wurde erfolgreich geändert.
Fehler beim ändern des Passwortes: %s
Anzeigename
Ihr Name, der anderen Nutzern angezeigt wird
Client-Ressource
Vorgabe: yaxim
Quelle eingeben:
yaxim
Client-Priorität
Vorgabe: 0 (erlaubt: -128 .. 127)
Erlaubte Werte: -128 .. 127
Priorität eingeben:
Server-Port
Vorgabe: 5222
Server-Port eingeben:
5222
Benutzerdefinierter Server
(Optional) alternativer Serverrechnername
Serverrechnername eingeben:
host.example.com
SSL/TLS erzwingen
Serverkommunikation immer verschlüsseln
Gruppe auswählen
Ihre Statusnachricht
Status einstellen
Gruppe %s umbenennen in:
Gruppe umbenennen
%1$s (%2$s) umbenennen in:
Kontakt umbenennen
Gruppe aus der Liste auswählen
Gruppe ändern
%1$s (%2$s) wirklich entfernen?
Kontakt löschen
Wirklich alle Nachrichten mit %1$s (%2$s) löschen?
Unterhaltungsverlauf löschen
%1$s möchte Sie als Kontakt hinzufügen: »%2$s«
Abonnementanfrage
Annehmen
Ablehnen
Alle ablehnen
kann Ihren Status sehen
Ich:
Nachricht zum Versand gespeichert.
Mitteilung eingeben
Zitieren
Nachricht bearbeiten
Über yaxim
Entwickler
Kontakt
Lizenzierung
App bewerten
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. Link: http://www.gnu.org/licenses/gpl-2.0.html\n \n Parts of this software are provided under the MIT License:\n \n Copyright © 2009 Mads Kristiansen, Nullwire ApS\n \n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: \n The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Online
Abwesend
Frei zum Chatten
Bitte nicht stören
Nicht verfügbar
Offline
Launchpad Contributions:
Daniel Winzen https://launchpad.net/~q-d-deactivatedaccount
Georg Lukas https://launchpad.net/~ge0rg
Jan Kiszka https://launchpad.net/~jan-kiszka
Johannes Boost https://launchpad.net/~jjjb
Markus Unterwaditzer https://launchpad.net/~untitaker
Michael Kanis https://launchpad.net/~mkanis
René Moser https://launchpad.net/~resmo
Tobias Bannert https://launchpad.net/~toba
Allgemein
Alle Kontakte
Gruppenchats
Kontakt auswählen
Einstellungen
Gruppenchat-JID
Nickname
Passwort (optional)
Gruppenchat-Einladung
Einladung von %s
%1$s (%2$d Teilnehmer)
Beitreten als %s
Synchronisiere…
Gruppenchat-Teilnehmer (%s)
Gekickt: %s
Gekickt von %1$s: %2$s
Gebannt: %s
Gebannt von %1$s: %2$s
Senden…
Bild aufnehmen
Bild auswählen
Datei senden
Komprimiere Bild…
Lade hoch...
Datei zu groß!
%s braucht Speicherzugriff, um Dateien zu versenden!
Benachrichtigungen sind in den Android-App-Einstellungen deaktiviert.
Nachrichteninhalt
Meine Gruppenchats
Öffentliche Gruppenchats
Browser: %s
Vordergrund-Dienst
Nachrichten
================================================
FILE: res/values-el/strings.xml
================================================
yaxim
Bruno
yaxim: %s
Bruno: %s
Σύνδεση στο server…
Γίνεται αποσύνδεση...
Με σύνδεση
Εκτός Σύνδεσης
Δεν υπάρχουν επαφές για εμφάνιση
Υπάρχουν πολλοί τρόπο θα προσθέτετε επαφές:\n\n - Android Beam™: επαφή με κινητό φίλου\n\n - Μέσω κωδικού QR\n\n - \"Δημιουργία πρόσκλησης\" και διαμοιρασμού (e-mail, SMS, κωδικό QR, …)\n\n - \"Προσθήκη επαφής\" εάν γνωρίζετε το JID
Επόμενη προσπάθεια σύνδεσης σε %d δευτερόλεπτα.
Η σύνδεση τερματίστηκε
Δεν υπάρχει σύνδεση δικτύου
Καμία απόκριση
Σφάλμα: %s
Έξοδος
Παρακαλώ συνδεθείτε πρώτα
user@yax.im
Ελέγξτε την μορφοποίηση του συνδέσμου!
Καλωσορίσατε στο yaxim!
Πρέπει να ρυθμίσετε πρώτα το yaxim για να μπορέσετε να το χρησιμοποιήσετε. Παρακαλώ το εισάγετε το Jabber ID και τον κωδικό σας.
Εισάγετε κωδικό
Εμφάνιση κωδικού
Jabber ID:
Κωδικός:
Περισσότερα...
Δημιουργία νέου λογαριασμού
Το συνθηματικό έχει μικρό μήκος!
Δημιουργήθηκε ασφαλές συνθηματικό
Παρακαλώ ελέγξτε το όνομα χρήστη και συνθηματικό σας!
Αδυναμία σύνδεσης σε %s!
Ο διακομιστής δεν επιτρέπει εγγραφές!
Έχετε προσκαλεσθεί σε Jabber. Παρακαλώ ολοκληρώστε την εγγραφή σας.
Δεν επιτρέπεται επιπλέον λογαριασμός!
Μήνυμα από %s
Μήνυμα ελήφθη
%1$s από %2$s
Απάντηση
Σημείωση ως διαβασμένο
Σφάλμα κατά την αποστολή του μηνύματος!
Ρυθμίσεις Ειδοποιήσεων
Ειδοποίηση μηνύματος
Ειδοποίηση από Γκρουπ
Προσωπικό Ringtone
Ειδοποίηση μόνο σε απάντηση με αναφορά
Ειδοποίηση όταν το ψευδόνυμο αναφερθεί σε δωμάτιο
Ειδοποίηση μέσω LED
Ειδοποίηση μέσω LED του κινητού σε εισερχόμενα μηνύματα
Δόνηση
Δόνηση σε εισερχόμενα μηνύματα
- Ποτέ
- Επιλογή συστήματος
- Πάντα
Ήχος κλήσης
Ήχος για εισερχόμενα μηνύματα
Προεπισκόπηση μηνύματος
Εμφάνιση ονόματος αποστολέα στην μπάρα ειδοποιήσεων
Γενικές ρυθμίσεις
\"Μην ενοχλείτε\" σε κατάσταση σίγασης
Ορίσετε την κατάστασή σας σε \"DND\" (μην ενοχλείτε) όταν το κινητό σας βρίσκεται σε κατάσταση σίγασης
Καθορισμός της κατάστασή σας
Πάντα εμφανείς όλες οι επαφές στη λίστα
Εμφάνιση επαφών εκτός σύνδεσης
Στοίχιση επαφών με βάση τα γκρουπ
Εμφάνιση γκρουπ επαφών
Να παραμένει η εφαρμογή ενεργή στη μνήμη για να βεβαιώσετε αδιάλειπτη σύνδεση (υπηρεσία παρασκηνίου)
Εικονίδιο μπάρας ειδοποιήσεων
Αποσφαλμάτωση
Πακέτα και αποσφαλμάτωση μέσω logcat (μπορεί να περιέχει προσωπικές πληροφορίες)
SMACK αποσφαλμάτωση
Αποστολή αναφορών προβλημάτων
Αποστολή ανώνυμων αναφορών προβλημάτων στον προγραμματιστή
Εμφάνιση
Μέγεθος γραμματοσειράς
Ρύθμιση του μεγέθος γραμματοσειρά μηνυμάτων
Μέγεθος γραμματοσειράς
Εμφάνιση
Σκοτεινό
Φωτεινό
Πεύκο
Πάγος
Εμφάνιση
- Μικρό
- Κανονικό
- Μεγάλο
- Τεράστιο
Προσθήκη επαφής
Προσθήκη %s
Εμφάνιση εκτός σύνδεσης
Απόκρυψη εκτός σύνδεσης
Επεξεργασία λογαριασμού
Ρυθμίσεις
Κατάσταση
Σύνδεση
Αποσύνδεση
Περί του yaxim
Περί του Bruno
Προσθήκη / αναζήτηση...
Μπείτε στο Matrix...
Σημείωση όλων ως αναγνωσμένα
Δημιουργία πρόσκλησης
Συμμετέχοντες
Προσθήκη μιας Επαφής
Παρακαλώ εισάγετε το Jabber ID και το εμφανιζόμενο όνομα της επικοινωνία σας και αντιστοιχίσετε την σε μια ομάδα!
Εμφανής ονομασία
Προσθήκη σε νέα ομάδα
Ονομασία της νέας ομάδας
Μετονομασία ομάδας
Σήμανση ως αναγνωσμένο
Διαγραφή επαφής
Διαγραφή ιστορικού μηνυμάτων
Μετονομασία
Αίτηση έγκρισης
Αλλαγή ομάδας
Διαμοιρασμός διεύθυνσης
Ήχος κλήσης
Επεξεργασία ομάδας μηνυμάτων
Αποχώρηση από ομάδα μηνυμάτων
Θέλετε να φύγετε πραγματικά %s ;
Πληροφορίες Σύνδεσης
Ρυθμίσεις Λογαριασμού
Επιλογή Σύνδεσης
Προχωρημένες Επιλογές
Αντίγραφα Μηνυμάτων (XEP-0280)
Αίτηση για αντίγραφα μηνυμάτων από άλλες εφαρμογές
Jabber ID
παράδειγμα: me@jabber.example.com
Εισαγάγετε το Jabber ID σας:
Συνθηματικό Λογαριασμού
Συνθηματικό του Jabber λογαριασμού σας
Αλλαγή συνθηματικού στον εξυπηρετητή
Παλαιό Συνθηματικό
Νέο Συνθηματικό
ΠΡΟΣΟΧΗ! Για επιτυχής σύνδεση πρέπει να ορίσετε το ίδιο συνθηματικό και στον εξυπηρετητή!
Παρακαλώ περιμένετε, αλλάζει το συνθηματικό...
Το συνθηματικό άλλαξε με επιτυχία.
Σφάλμα αλλαγής συνθηματικού: %s
Εμφανιζόμενο Όνομα
Το ψευδόνυμο που θα εμφανίζετε σε τρίτους
Πηγή Πελάτη
Default: yaxim
Εισάγετε πηγή:
yaxim
Προτεραιότητά του Client
Προεπιλογή: 0 (επιτρέπεται: -128 .. 127)
Επιτρεπόμενες τιμές: -128 .. 127
Εισάγετε την προτεραιότητά σας:
Θύρα Εξυπηρετητή
Προεπιλογή: 5222
Εισάγετε τη θύρα του εξυπηρετητή:
5222
Προσαρμοσμένος Εξυπηρετητής
(Προαιρετικό) εναλλακτικό hostname εξυπηρετητή
Πληκτρολογήστε το hostname του εξυπηρετητή:
host.example.com
Απαιτείται SSL/TLS
Πάντα κρυπτογράφημένη σύνδεση
Επιλογή Ομάδας
Το μήνυμα κατάστασής σας
Καθορισμός της κατάστασή σας
Mετονομασία ομάδας %s σε:
Μετονομασία ομάδας
Μετονομασία %1$s (%2$s) σε:
Μετονομασία επαφής
Διαλέξτε μια ομάδα απο την λίστα
Αλλαγή ομάδας
Σίγουρα να διαγραφεί επαφή %1$s (%2$s);
Διαγραφή Επαφής
Διαγραφή όλων των μηνυμάτων με %1$s (%2$s) ;
Διαγραφή Ιστορικού Μηνυμάτων
%1$s θέλει να σε προσθέσει ως επαφή: \"%2$s\"
Αίτηση Εγγραφής
Αποδοχή
Απόρριψη
Απόρριψη όλων
μπορεί να δει την κατάστασή σας
Εγώ:
Το μήνυμα έχει αποθηκευτεί για την μετάδοση.
Πληκτρολογήστε το μήνυμα
Παράθεση
Επεξεργασία μηνύματος
Περί του yaxim
Προγραμματιστές
Επικοινωνία
Αδειοδότηση
Βαθμολογία εφαρμογής
Αυτό το πρόγραμμα είναι ελεύθερο λογισμικό· μπορείτε να το αναδιανείμετε και/ή να το τροποποιήσετε υπό τους όρους της GNU General Public License έκδοσης 2, όπως δημοσιεύθηκε από το Free Software Foundation. Σύνδεσμος: http://www.gnu.org/licenses/gpl-2.0.html\n \n Μέρη αυτού του λογισμικού παρέχονται υπό την άδεια MIT:\n \n Πνευματικά Δικαιώματα © 2009 Mads Kristiansen, Nullwire ApS\n \n Δίδεται άδεια, χωρίς χρέωση, σε οποιονδήποτε αποκτήσει ένα αντίγραφο αυτού του λογισμικού και των συναφών αρχείων τεκμηρίωσης (το "Λογισμικό"), να ασχοληθεί με το Λογισμικό χωρίς περιορισμό, συμπεριλαμβανομένων, χωρίς περιορισμό, των δικαιωμάτων χρήσης, αντιγραφής, τροποποίησης, συγχώνευσης, δημοσίευσης, διανομής, αδειοδότησης και/ή πώλησης αντιγράφων του Λογισμικού, και να επιτρέψει σε άτομα στα οποία παρέχεται το Λογισμικό να το πράξουν, υπό τις ακόλουθες προϋποθέσεις: \n Η παραπάνω ειδοποίηση πνευματικών δικαιωμάτων και αυτή η άδεια θα πρέπει να περιλαμβάνονται σε όλα τα αντίγραφα ή σε σημαντικά μέρη του Λογισμικού. \n ΤΟ ΛΟΓΙΣΜΙΚΟ ΠΑΡΕΧΕΤΑΙ "ΩΣ ΕΧΕΙ", ΧΩΡΙΣ ΚΑΜΙΑ ΕΓΓΥΗΣΗ, ΡΗΤΗ Ή ΣΙΩΠΗΡΗ, ΣΥΜΠΕΡΙΛΑΜΒΑΝΟΜΕΝΩΝ, ΑΛΛΑ ΟΧΙ ΠΕΡΙΟΡΙΣΤΙΚΑ, ΤΩΝ ΕΓΓΥΗΣΕΩΝ ΕΜΠΟΡΕΥΣΙΜΟΤΗΤΑΣ, ΚΑΤΑΛΛΗΛΟΤΗΤΑΣ ΓΙΑ ΣΥΓΚΕΚΡΙΜΕΝΟ ΣΚΟΠΟ ΚΑΙ ΜΗ ΠΑΡΑΒΙΑΣΗΣ. ΣΕ ΚΑΜΙΑ ΠΕΡΙΠΤΩΣΗ ΔΕΝ ΘΑ ΕΙΝΑΙ ΥΠΕΥΘΥΝΟΙ ΟΙ ΣΥΓΓΡΑΦΕΙΣ Ή ΟΙ ΚΑΤΟΧΟΙ ΤΩΝ ΠΝΕΥΜΑΤΙΚΩΝ ΔΙΚΑΙΩΜΑΤΩΝ ΓΙΑ ΟΠΟΙΑΔΗΠΟΤΕ ΑΞΙΩΣΗ, ΖΗΜΙΑ Ή ΑΛΛΗ ΕΥΘΥΝΗ, ΕΙΤΕ ΣΕ ΣΥΜΒΑΣΗ, ΑΔΙΚΟΠΡΑΞΙΑ Ή ΑΛΛΩΣ, ΠΟΥ ΠΡΟΚΥΠΤΕΙ ΑΠΟ Ή ΣΕ ΣΧΕΣΗ ΜΕ ΤΟ ΛΟΓΙΣΜΙΚΟ Ή ΤΗ ΧΡΗΣΗ Ή ΑΛΛΕΣ ΣΥΝΑΛΛΑΓΕΣ ΣΤΟ ΛΟΓΙΣΜΙΚΟ.
Με σύνδεση
Απουσιάζω
Ανοιχτός για συζήτηση
Μην ενοχλείτε
Μη διαθέσιμος/η
Εκτός Σύνδεσης
Launchpad Contributions:
Georg Lukas https://launchpad.net/~ge0rg
Lef https://launchpad.net/~somniusx
Theo Ioannidis https://launchpad.net/~xaroulhs1983
Γενικά
Όλες οι επαφές
Ομαδικές συζητήσεις
Επιλογή επαφής
Ρυθμίσεις
JID ομαδικής συζύτησης
Ψευδώνυμο
Συνθηματικό (προαιρετικό)
Πρόσκληση σε Ομαδική Συζήτηση
Πρόσκληση από %s
%1$s (%2$d συμμετέχοντες)
Συμμετοχή ως %s
Συγχρονίζει...
Συμμετέχοντες σε Ομαδική Συζήτηση (%s)
Εκδιώχθηκε: %s
Εκδιώχθηκε από %1$s: %2$s
Αποκλείστηκε: %s
Αποκλείστηκε από %1$s: %2$s
Αποστολή...
Λήψη φωτογραφίας
Επιλογή φωτογραφίας
Αποστολή αρχείου
Συμπίεση φωτογραφίας...
Γίνεται αποστολή…
αρχείο πολύ μεγάλο!
Το %s χρειάζεται πρόσβαση στον χώρο αποθήκευσης για να αποσταλούν αρχεία!
Notifications are disabled in the Android app preferences.
Περιεχόμενο μηνύματος
Οι ομαδικές συνομιλίες μου
Δημόσιες ομαδικές συνομιλίες
Πρόγραμμα περιήγησης: %s
Υπηρεσία προσκηνίου
Μηνύματα
================================================
FILE: res/values-en-rGB/strings.xml
================================================
yaxim
Bruno
yaxim: %s
Bruno: %s
Connecting to server…
Disconnecting…
Online
Offline
No contacts to show!
There are many ways to add contacts:\n\n - Android Beam™: touch a friend\'s phone\n\n - Scan a QR code\n\n - \"Create invitation\" and share it (e-mail, SMS, QR code, …)\n\n - \"Add contact\" if you know the JID
Next connection attempt in %d seconds.
Connection closed
No network connection
No response
Error: %s
Exit
Please connect first
user@yax.im
Check address format!
Welcome to yaxim!
You need to configure yaxim before you can use it. Please enter your Jabber ID and password.
Enter password
Show password
Jabber ID:
Password:
Advanced…
Register new account
Password is too short!
Created secure password
Please check your username and password!
Could not connect to %s!
Server does not allow registration!
You have been invited to Jabber. Please complete your registration.
No additional account supported!
Message from %s
Message received
%1$s in %2$s
Reply
Mark Read
Error while sending message!
Notification Settings
Message Notification
Group Chat Notification
Custom Ringtone
Only notify on mention
Notify when your nickname is mentioned in a room
Blinking LED
Blink phone LED on incoming messages
Vibration
Vibrate on incoming messages
- Never
- System preference
- Always
Ringtone
Tone for incoming messages
Message preview
Show sender and message in status bar
General Settings
\"Do not disturb\" in silent mode
Set your online status to \"DND\" when your phone is in silent mode
Set your status
Always show all contacts in the roster
Show offline contacts
Arrange your contacts by their groups
Show contact groups
Keep app in memory to ensure always-on connection (foreground service)
Statusbar icon
Debugging
Packet and debug output via logcat (may contain personal information)
SMACK debugging
Send crash reports
Send anonymous crash reports to developer
Appearance
Chat font size
Set chat font size
Chat font size
Theme
Dark
Light
Pine
Ice
Appearance
- small
- normal
- large
- huge
Add contact
Add %s
Show offline
Hide offline
Edit account
Settings
Status
Connect
Disconnect
About yaxim
About Bruno
Add / browse…
Enter the Matrix…
Mark all as read
Create invitation
Participants
Add a Contact
Please enter the Jabber ID of your friend, the
desired screen name and choose their contact group!
Screen name
Add to a new group
Name for the new group
Rename group
Mark as read
Delete contact
Delete chat history
Rename
Request authorization
Change group
Share address
Ringtone
Edit group chat
Leave group chat
Really leave %s?
Login Information
Account Settings
Connecting Options
Advanced Options
Message Carbons (XEP-0280)
Request message copies from your other client(s)
Jabber ID
example: me@jabber.example.com
Enter your Jabber ID:
Account Password
Your Jabber account password
Change password on server
Old Password:
New Password:
WARNING! For successful login you must also set the same password on the server!
Please wait, changing password…
Password successfully changed.
Error changing password: %s
Display Name
Your nickname displayed to other users
Client Resource
Default: yaxim
Enter your resource:
yaxim
Client Priority
Default: 0 (allowed: -128 .. 127)
Allowed values: -128 .. 127
Enter your priority:
Server Port
Default: 5222
Enter the server port:
5222
Custom Server
(Optional) alternative server hostname
Enter server hostname:
host.example.com
Require SSL/TLS
Always encrypt server connection
Choose Group
Your status message
Set your status
Rename group %s to:
Rename group
Rename %1$s (%2$s) to:
Rename contact
Select a group from the spinner below
Change group
Really remove %1$s (%2$s)?
Delete Contact
Really remove all messages with %1$s (%2$s)?
Delete Chat History
%1$s wants to add you as a contact: \"%2$s\"
Subscription Request
Accept
Reject
Reject all
can see your status
Me:
The message has been stored for transmission.
Enter message
Quote
Edit message
About yaxim
Developers
Contact
Licensing
Rate app
This program is free software; you can redistribute
it and/or
modify it under the terms of the GNU General Public License
version 2
as published by the Free Software Foundation.
Link:
http://www.gnu.org/licenses/gpl-2.0.html\n
\n
Parts of this software are
provided under the MIT License:\n
\n
Copyright © 2009 Mads
Kristiansen, Nullwire ApS\n
\n
Permission is hereby granted, free of
charge, to any person obtaining
a copy
of this software and associated
documentation files (the
"Software"), to deal
in the Software without
restriction, including
without limitation the rights
to use, copy,
modify, merge, publish,
distribute, sublicense, and/or sell
copies of
the Software, and to
permit persons to whom the Software is
furnished to
do so, subject to
the following conditions:
\n
The above copyright notice
and this permission notice shall be
included in all
copies or
substantial portions of the Software.
\n
THE SOFTWARE IS PROVIDED "AS
IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR
IMPLIED, INCLUDING BUT NOT
LIMITED TO THE WARRANTIES OF
MERCHANTABILITY,
FITNESS FOR A PARTICULAR
PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN
AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN
CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Online
Away
Free for chat
Do not disturb
Not available
Offline
Launchpad Contributions:
Andi Chandler https://launchpad.net/~bing
General
All contacts
Group Chats
Choose contact
Settings
Group chat JID
Nickname
Password (optional)
Group Chat Invitation
Invitation from %s
%1$s (%2$d participants)
Join as %s
Synchronizing…
Group Chat Participants (%s)
Kicked: %s
Kicked by %1$s: %2$s
Banned: %s
Banned by %1$s: %2$s
Send…
Take picture
Choose picture
Send file
Compressing picture…
Uploading…
file too large!
%s needs storage access to send files!
Notifications are disabled in the Android app preferences.
Message content
My group chats
Public group chats
Browser: %s
Foreground service
Messages
================================================
FILE: res/values-es/strings.xml
================================================
yaxim
Bruno
yaxim: %s
Bruno: %s
Conectándose al servidor…
Desconectando...
En línea
Fuera de Línea
No hay contactos para mostrar!
Hay muchas maneras de añadir contactos:\n\n - Android Beam™: introducir el teléfono de un amigo\n\n - Escanear un código QR\n\n - \"Crear una invitación\" y compartirla vía (e-mail, SMS, código QR,...)\n\n - \"Añadir contacto" si conoces el JID
Próximo intento de conexión en %d segundos.
Conexión cerrada
Sin conexión de red
No hay respuesta.
Error: %s
Salida
Por favor conéctese primero
user@yax.im
Verifique el formato de la dirección!
¡Bienvenido/a a yaxim!
Necesita configurar yaxim antes de usarlo. Por favor escriba su identidad de Jabber y su contaseña.
Escribe la contraseña
Contraseña
Identidad Jabber:
Contraseña:
Avanzada…
Registrar nueva cuenta
La contraseña es demasiado corta!
Contraseña segura creada
Por favor, compruebe su nombre de usuario y contraseña!
Could not connect to %s!
Server does not allow registration!
Ha sido invitado a Jabber. Por favor complete su registro.
No hay cuentas adicionales compatibles!
Mensaje de %s
Mensaje recibido
%1$s en %2$s
Responder
Marcar como leído
Errores al enviar el mensaje!
Configuración de las notificaciones
Notificación de mensajes
Notificación de chat de grupo
Tono de aviso personalizado
Notificar sólo en caso de mención
Notificar cuando tu apodo sea mencionado en un chat en grupo
LED parpadeante
Parpadeo del LED al recibir un mensaje
Vibración
Vibrar al recibir un mensaje
- Nunca
- Preferencias del sistema
- Siempre
Tono de aviso
Tono para mensajes entrantes
Vista previa de mensajes
Mostrar remitente y mensaje en la barra de estado
Configuración general
\"No molestar\" en modo silencioso.
Establecer el estado de conexión a \"DND\" cuando tu teléfono está en modo silencio.
Ponga su estado
Mostrar siempre todos los contactos en la lista
Mostrar contactos desconectados
Organizar sus contactos por grupo
Mostrar grupos de contactos
Keep app in memory to ensure always-on connection (foreground service)
Icono de barra de estado
Depuración
Registro de depuración y paquetes vía logcat (puede contener información personal)
Depuración SMACK
Enviar informes de fallo de programma
Enviar informes anónimos de fallo de programa a los desarrolladores
Aspecto
Tamaño de fuente del chat
Definir tamaño de fuente del chat
Tamaño de fuente del chat
Tema
Oscuro
Claro
Pino
Hielo
Aspecto
- pequeño
- normal
- grande
- enorme
Añadir contacto
Añade %s
Mostrar los fuera de línea
Ocultar desconectados
Editar cuenta
Opciones
Estado
Conectar
Desconectar
Acerca de yaxim
About Bruno
Add / browse…
Enter the Matrix…
Marcar todos como leídos
Crear invitación
Participantes
Añadir un contacto
¡Por favor, escriba la identidad Jabber de su amigo, el apodo deseado y elija su grupo de contactos!
Apodo
Añadir a un nuevo grupo
Nombre para el nuevo grupo
Renombrar grupo
Marcar como leído
Eliminar contacto
Borrar el historial del chat
Renombrar
Solicitar autorización
Cambiar grupo
Compartir la dirección
Tono de aviso
Editar el chat en grupo
Salir del chat en grupo
¿Realmente quiere abandonar %s?
Información de ingreso
Configuración de cuenta
Opciones de conexión
Opciones avanzadas
Copias de mensajes (XEP-0280)
Solicitar copias de mensajes de tu(s) otro(s) cliente(s)
Identidad Jabber
ejemplo: yo@jabber.ejemplo.com
Escribe tu Identidad Jabber:
Contraseña de la cuenta
La contraseña de su cuenta de Jabber
Cambiar la contraseña en el servidor
Contraseña anterior:
Contraseña Nueva:
¡ATENCIÓN! ¡Para conectarse exitosamente debe configurar la misma contraseña en el servidor!
Espere por favor, cambiando contraseña...
Contraseña cambiada con éxito.
Error cambiando contraseña: %s
Display Name
Your nickname displayed to other users
Recurso del cliente
Standard : yaxim
Escriba su recurso:
yaxim
Prioridad del cliente
Predefinido: 0 (permitido: -128 a 127)
Valores permitidos: -128 a 127
Escriba su prioridad:
Puerto del Servidor
Por defecto: 5222
Escriba el puerto del servidor:
5222
Servidor personalizado
(Opcional) Nombre del servidor alternativo
Escriba el nombre del servidor:
nombre.ejemplo.com
Exigir SSL/TLS
Siempre cifrar la conexión con el servidor
Seleccionar Grupo
Tu mensaje de estado
Ponga su estado
Renombrar el grupo %s a:
Renombrar grupo
Renombrar %1$s (%2$s) a:
Renombrar contacto
Seleccione un grupo entre los que figuran debajo
Cambiar grupo
¿Realmente desea eliminar %1$s (%2$s)?
Eliminar contacto
¿Está seguro de que desea borrar todos los mensajes con %1$s (%2$s)?
Eliminar historial de charla
%1$s quiere agregarte como contacto: \"%2$s\"
Pedido de suscripción
Aceptar
Rechazar
Rechazar todo
puede ver su estado
Yo:
Este mensaje ha sido almacenado para su transmisión.
Introduzca el mensaje
Cita
Edite el mensaje
Acerca de yaxim
Desarrolladores
Contacto
Licencia
Valoración de la app
Este programa es software libre: usted puede redistribuirlo y/o modificarlo bajo los términos de la Licencia Pública General GNU versión 2 publicada por la Fundación para el Software Libre. Enlace: http://www.gnu.org/licenses/gpl-2.0.html\n \n Partes de este software son ofrecidas bajo la licencia MIT: \n \n Copyright © 2009 Mads Kristiansen, Nullwire ApS\n \n Se autoriza, de forma gratuita, a cualquier persona que ha obtenido una copia de este software y archivos de documentación asociados (el "Software"), para tratar en el Software sin restricción, incluyendo sin ninguna limitación en lo que concierne a los derechos para usar, copiar, modificar, fusionar, publicar, distribuir, sublicenciar y / o vender copias de este Software, y para permitir a las personas que usan el Software a hacerlo, con sujeción a las siguientes condiciones: \n El aviso de copyright anterior y este aviso de permiso se incluirá en todas las copias o partes sustanciales de este Software. \n EL SOFTWARE SE ENTREGA "TAL CUAL", SIN GARANTÍA DE NINGÚN TIPO, EXPRESA O IMPLÍCITA, INCLUIDAS PERO NO LIMITADAS A LAS GARANTÍAS DE COMERCIALIZACIÓN, IDONEIDAD PARA UN PROPÓSITO PARTICULAR Y DE NO INFRACCIÓN. EN NINGÚN CASO LOS AUTORES O TITULARES DEL COPYRIGHT SERÁN RESPONSABLES DE ALGÚN RECLAMO, DAÑOS U OTRAS RESPONSABILIDADES, YA SEA EN UN LITIGIO, AGRAVIO O DE OTRO MODO, DERIVADAS DE, FUERA DE O EN CONEXIÓN CON EL SOFTWARE O SU UTILIZACIÓN U OTRAS OPERACIONES EN EL SOFTWARE.
En línea
Ausente
Disponible para conversación
No molestar.
Disponible
Fuera de Línea
Launchpad Contributions:
Adolfo Jayme Barrientos https://launchpad.net/~fitojb
Argafål https://launchpad.net/~argafal
Georg Lukas https://launchpad.net/~ge0rg
Henry Mata https://launchpad.net/~matahr
Javier Henderson https://launchpad.net/~javier-3
Jorge Merlino https://launchpad.net/~jorge-merlino
Leonardo Gastón De Luca https://launchpad.net/~leorockway
Matias Castillo Felmer https://launchpad.net/~slashytu
Mikael Nordfeldth https://launchpad.net/~mmn
SILVIO BARLETTA https://launchpad.net/~ik1bqd
Suso https://launchpad.net/~susobaco-t
lImIt https://launchpad.net/~limit-gb
General
Todos los contactos
Grupos de charla
Elegir contacto
Opciones
JID del chat en grupo
Alias
Contraseña (optativo)
Invitación a chat en grupo
Invitación de %s
%1$s (%2$d participantes)
Unirse como %s
Sincronizando...
Participantes del chat en grupo (%s)
Toque de atención: %s
%1$s: %2$s te ha dado un toque de atención.
Vetado: %s
Vetado por %1$s: %2$s
Enviando...
Hacer una foto
Escoger una foto
Envíar un archivo
Comprimiendo imagen...
Subiendo...
Archivo demasiado grande!
%s needs storage access to send files!
Notifications are disabled in the Android app preferences.
Message content
My group chats
Public group chats
Browser: %s
Foreground service
Messages
================================================
FILE: res/values-eu/strings.xml
================================================
yaxim
Bruno
yaxim: %s
Bruno: %s
Zerbitzarira konektatzen...
Deskonektatzen…
Konektatuta
Lineaz kanpo
Ez dago kontakturik erakusteko!
There are many ways to add contacts:\n\n
- Android Beam™: touch a friend\'s phone\n\n
- Scan a QR code\n\n
- \"Create invitation\" and share it (e-mail, SMS, QR code, …)\n\n
- \"Add contact\" if you know the JID
Hurrengo konexio-saiakera %d segundotan.
Konexioa itxita
Sareko konexiorik ez.
Ez dago erantzunik.
Errorea: %s
Irten
Mesedez, konektatu lehenik
erabiltzailea@yax.im
Egiaztatu helbidearen formatua!
Ongietorri yaxim-era!
Erabili aurretik yaxim konfiguratu behar duzu. Mesedez, sartu zure Jabber IDa eta pasahitza.
Sartu pasahitza
Pasahitza erakutsi
Jabber IDa:
Pasahitza:
Aurreratua...
Erregistratu kontu berria
Pasahitza laburregia da!
Pasahitz segurua sortu da
Mesedez, egiaztatu zure erabiltzaile-izena eta pasahitza!
Ezin zen %s-(e)ra konektatu!
Zerbitzariak ez du erregistrorik onartzen!
Jabber gonbidatu dizute. Mesedez, osatu erregistroa.
Ez dago beste konturik bermatuta!
%s-(r)en mezua
Mezua jasota
%1$s(e)k %2$s sarreran
Erantzun
Markatu irakurritako gisa
Errorea mezua bidaltzean!
Jakinarazpen ezarpenak
Mezu jakinarazpena
Taldeko txataren jakinarazpena
Dei-tonu pertsonalizatua
Aipamena jakinarazi besterik ez
Jakinarazi ezizena gela batean aipatzen denean
LED keinukaria
Egin keinuak telefonoaren LEDarekin sarrerako mezuak iristean
Bibrazioa
Bibratu sarrerako mezuak iristean
- Inoiz ez
- Sistemaren hobespena
- Beti
Tonua
Sarrerako mezuen tonua
Mezuaren aurrebista
Erakutsi bidaltzailea eta mezua egoera-barran
Ezarpen Orokorrak
Isilik moduan ez gogaitzea
Zure telefonoa isilik moduan dagoenean, ezarri zure egoera, linean, DNDra
Ezarri zure egoera
Beti erakutsi zerrendako kontaktu guztiak
Erakutsi lineaz kanpo dauden kontaktuak
Kontaktuak taldeka antolatzea
Bistaratu kontaktu-taldeak
Mantendu aplikazioa memorian konexioa beti piztuta dagoela bermatzeko (lehen mailako zerbitzua)
Egoera-barra ikonoa
Arazketa
Pakete eta arazketa irteera logcat bidez (informazio pertsonala eduki dezake)
SMACK arazketa
Bidali kraskadura txostena
Bidali kraskadura txosten anonimoak garatzaileari
Itxura
Berriketaren letra tamaina
Ezarri berriketaren letra tamaina
Berriketaren letra tamaina
Gaia
Iluna
Argia
Pinua
Izotza
Itxura
- txikia
- normala
- handia
- eskerga
Gehitu kontaktua
Gehitu %s
Erakutsi konexiorik gabe
Ezkutatu saretik kanpo
Editatu kontua
Ezarpenak
Egoera
Konektatu
Deskonektatu
yaxim-i buruz
Brunori buruz
Gehitu / nabigatu…
Sartu matrizea…
Markatu guztiak irakurrita gisa
Sortu gonbidaketa
Parte-hartzaileak
Gehitu kontaktu bat
Mesedez, sartu zure lagunaren Jabber IDa, pantailan agertzea nahi duzun izena eta aukeratu bere kontaktu taldea!
Pantailako izena
Gehitu talde berri batera
Talde berriaren izena
Berrizendatu taldea
Markatu irakurrita gisa
Ezabatu kontaktua
Ezabatu txataren historia
Berrizendatu
Baimen-eskaera
Aldatu taldea
Ekintzen zuzendaritza
Tonua
Editatu txat-taldea
Txat taldetik irten
Benetan irten nahi duzu %s?
Saio hasieraren informazioa
Kontuaren ezarpenak
Konexioaren aukerak
Aukera aurreratuak
Message Carbons (XEP-0280)
Eskatu beste bezeroaren mezuaren kopiak
Jabber IDa
adibidea: ni@jabber.adibidea.com
Sartu zure Jabber IDa:
Kontuaren pasahitza
Zure Jabber kontuaren pasahitza
Aldatu pasahitza zerbitzarian
Pasahitz zaharra:
Pasahitz berria:
OHARRA! Saioa behar bezala hasteko, pasahitz bera ezarri behar duzu zerbitzarian!
Mesedez, itxaron, pasahitza aldatzen…
Pasahitza ondo aldatu da.
Errorea pasahitza aldatzean: %s
Bistaratzeko izena
Beste erabiltzaileei erakutsitako ezizena
Bezeroaren baliabidea
Lehenetsia: yaxim
Sartu zure baliabidea:
yaxim
Bezeroaren lehentasuna
Lehenetsia: 0 (baimenduak: -128 .. 127)
Baimendutako balioak: -128 ... 127
Sartu zure lehentasuna:
Zerbitzariaren ataka
Lehenetsia: 5222
Sartu zerbitzariaren ataka:
5222
Zerbitzari pertsonalizatua
(Hautazkoa) zerbitzariaren ostalari-izen alternatiboa
Sartu zerbitzariaren ostalari-izena:
ostalaria.adibidea.com
Behartu SSL/TLS
Beti zifratu zerbitzarirako konexioa
Aukeratu taldea
Zure egoera mezua
Ezarri zure egoera
Berrizendatu %s taldea honela:
Berrizendatu taldea
Berrizendatu %1$s (%2$s) honela:
Berrizendatu kontaktua
Hautatu talde bat beheko birakaritik
Aldatu taldea
Ziur zaude %1$s (%2$s) kendu nahi duzula?
Ezabatu kontaktua
Ziur zaude %1$s (%2$s) duten mezu guztiak kendu nahi dituzula?
Ezabatu berriketa historia
%1$s wants to add you as a contact: \"%2$s\"
Harpidetza-eskaera
Onetsi
Errefusatu
Baztertu denak
zure egoera ikus dezakezu
Ni:
Mezua gorde da transmisiorako.
Sartu mezua
Aipua
Editatu mezua
yaxim-i buruz
Garatzaileak
Ukipena
Lizentzia
Aplikazioa baloratu
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. Link: http://www.gnu.org/licenses/gpl-2.0.html\n \n Parts of this software are provided under the MIT License:\n \n Copyright © 2009 Mads Kristiansen, Nullwire ApS\n \n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: \n The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Konektatuta
Aldendua
Libre berriketarako
Ez eragotzi
Eskuraezin
Lineaz kanpo
Launchpad Contributions:
Asier Iturralde Sarasola https://launchpad.net/~asier-iturralde
Georg Lukas https://launchpad.net/~ge0rg
Guillermo https://launchpad.net/~willyx96
Orokorra
Kontaktu guztiak
Txat-taldeak
Aukeratu kontaktua
Ezarpenak
JID txat-taldea
Ezizena
Pasahitza (aukerakoa)
Taldeko txat-gonbidapena
%s-aren gonbidapena
%1$s (%2$d participants)
Bat egin %s gisa
Sinkronizatzen…
Chat taldeko parte-hartzaileak (%s)
Kicked: %s
Kicked by %1$s: %2$s
%s debekatua
Banned by %1$s: %2$s
Bidali…
Argazkia atera
Aukeratu irudia
Bidali fitxategia
Irudia konprimitzen...
Igotzen…
fitxategia handiegia da!
%s fitxategiak bidaltzeko biltegiratze-sarbidea behar du!
Notifications are disabled in the Android app preferences.
Mezuaren edukia
Nire taldeko txatak
Talde publikoetako txatak
%s nabigatzailea
Zerbitzu aurreratua
Mezuak
================================================
FILE: res/values-fi/strings.xml
================================================
yaxim
Bruno
yaxim: %s
Bruno: %s
Yhdistetään palvelimeen...
Katkaistaan yhteyttä...
Verkossa
Poissa verkosta
Ei yhteystietoja!
Yhteystietoja voi lisätä monella tavalla:
- Andoid Beam™: kosketa toista puhelinta
- Skannaa QR-koodi
- \"Luo kutsu\" ja jaa se (sähköpostilla, tekstiviestillä, QR-koodilla)
- \"Lisää yhteystieto\" jos tiedät JID:n
Seuraava yhteydenmuodostus %d sekunnin kuluttua.
Yhteys suljettiin
Ei verkkoyhteyttä
Ei vastausta
Virhe: %s
Poistu
Ole hyvä ja muodosta yhteys ensin
käyttäjä@yax.im
Tarkista osoitteen muotoilu ja oikeinkirjoitus
Tervetuloa yaxim-viestimeen!
Yaximin asetukset on määriteltävä ennen käyttöä. Ole hyvä ja anna Jabber-käyttäjätunnuksesi sekä salasanasi.
Syötä salasana
Näytä salasana
Jabber-tunnus:
Salasana:
Lisäominaisuudet...
Luo uusi tunnus
Salasana on liian lyhyt!
Turvallinen salasana luotu
Ole hyvä ja tarkasta käyttäjätunnuksesi ja salasanasi!
Could not connect to %s!
Server does not allow registration!
Sinut on kutsuttu Jabberiin. Ole hyvä ja viimeistele rekisteröintisi.
Lisätiliä ei tueta, sinulla voi olla vain yksi tili!
Viesti käyttäjältä %s
Viesti vastaanotettu
%1$s huoneessa %2$s
Vastaa
Merkitse luetuksi
Virhe lähetettäessä viestiä!
Ilmoitusasetukset
Viesti-ilmoitus
Ryhmäkeskustelun ilmoitukset
Omavalintainen soittoääni
Ilmoita vain mainittaessa
Ilmoita, kun nimesi mainitaan huoneessa
Vilkkuva LED
Vilkauta puhelimen LEDiä viestin saapuessa
Värinä
Värise viestin saapuessa
- Ei koskaan
- Järjestelmän asetukset
- Aina
Soittoääni
Vastaanotettujen viestien hälytysääni
Viestin esikatselu
Näytä lähettäjä sekä viesti tilapalkissa
Yleiset asetukset
\"Älä häiritse\"-tila hiljennettynä
Muuta tilasi \"älä häiritse\"-tilaan kun puhelimesi on hiljennetty
Aseta tilasi
Näytä aina kaikki kontaktit listalla
Näytä poissaolevat kontaktit
Järjestä kontaktit ryhmien mukaan
Näytä ryhmät
Säilytä sovellus muistissa varmistaaksesi yhteyden pysyvän aina päällä (etualan palvelu)
Tilapalkin kuvake
Virheenjäljitys
Paketti- ja virheenjäljitystiedot logcatin avulla (voi sisältää henkilökohtaista tietoa)
SMACK virheenjäljitys
Lähetä kaatumisraportit
Lähetä anonyymit kaatumisraportit kehittäjälle
Ulkoasu
Keskusteluikkunan kirjasinkoko
Aseta keskusteluikkunan kirjasinkoko
Keskusteluikkunan kirjasinkoko
Teema
Tumma
Vaalea
Mänty
Jää
Ulkoasu
- pieni
- normaali
- suuri
- valtava
Lisää yhteystieto
Lisää %s
Näytä poissaolevat
Piilota poissaolevat
Muokkaa tiliä
Asetukset
Tila
Yhdistä
Katkaise yhteys
Tietoja yaximista
Tietoja Brunosta
Lisää / selaa...
Astu sisään Matrixiin...
Merkitse kaikki luetuiksi
Luo kutsu
Osallistujat
Lisää kontakti
Ole hyvä ja anna tuttavasi Jabber-tunnus, näytettävä nimi ja kontaktiryhmä.
Näytettävä nimi
Lisää uuteen ryhmään
Nimi uudelle ryhmälle
Nimeä ryhmä uudelleen
Merkitse luetuksi
Poista yhteystieto
Poista keskusteluhistoria
Nimeä uudelleen
Pyydä hyväksyntää
Vaihda ryhmää
Jaa osoite
Soittoääni
Muokkaa ryhmäkeskustelua
Poistu ryhmäkeskustelusta
Poistutaanko ryhmästä %s?
Kirjautumistiedot
Tiliasetukset
Yhteysasetukset
Lisäasetukset
Viestien kopiot (XEP-0280)
Pyydä viestikopiot muilta asiakasohjelmiltasi
Jabber-tunnus
esimerkki: minä@jabber.example.com
Anna Jabber-tunnus:
Tilin salasana
Jabber-tilisi salasana
Muuta salasana palvelimella
Vanha salasana:
Uusi salasana:
HUOMAA! Jotta kirjautuminen onnistuisi, salasana on vaihdettava myös palvelimella!
Odota hetki, salasanaa vaihdetaan...
Salasanan vaihto onnistui.
Salasanan vaihto epäonnistui: %s
Näyttönimi
Lempinimesi, joka näkyy muille käyttäjille
Ohjelman resurssi
Oletus: yaxim
Anna haluamasi resurssi:
yaxim
Ohjelman prioriteetti
Oletus: 0 (sallittu: -128 .. 127)
Sallitut arvot: -128 .. 127
Anna prioriteetti:
Palvelimen portti
Oletus: 5222
Anna palvelimen portti:
5222
Muu palvelin
(Valinnainen) Vaihtoehtoinen palvelimen osoite
Anna palvelimen verkkotunnus:
host.example.com
Vaadi SSL/TLS
Pakota salattu palvelinyhteys
Valitse ryhmä
Tilaviestisi
Aseta tilasi
Nimeä ryhmä %s uudelleen:
Nimeä ryhmä uudelleen
Nimeä %1$s (%2$s) uudelleen:
Uudelleennimeä kontakti
Valitse ryhmä kiekosta alapuolella
Vaihda ryhmää
Poistetaanko %1$s (%2$s) varmasti?
Poista kontakti
Poistetaanko kaikki kontaktin %1$s (%2$s) viestit?
Pyyhi viestihistoria
%1$s haluaa lisätä sinut kontakteihinsa: \"%2$s\"
Hyväksyntäpyyntö
Hyväksy
Hylkää
Hylkää kaikki
voi nähdä tilasi
Minä:
Viesti on tallennettu lähetystä varten.
Syötä viesti
Lainaa
Muokkaa viestiä
Tietoja yaximista
Kehittäjät
Ota yhteyttä
Lisenssit
Arvioi tämä sovellus
This program is free software; you can redistribute
it and/or
modify it under the terms of the GNU General Public License
version 2
as published by the Free Software Foundation.
Link:
http://www.gnu.org/licenses/gpl-2.0.html\n
\n
Parts of this software are
provided under the MIT License:\n
\n
Copyright © 2009 Mads
Kristiansen, Nullwire ApS\n
\n
Permission is hereby granted, free of
charge, to any person obtaining
a copy
of this software and associated
documentation files (the
"Software"), to deal
in the Software without
restriction, including
without limitation the rights
to use, copy,
modify, merge, publish,
distribute, sublicense, and/or sell
copies of
the Software, and to
permit persons to whom the Software is
furnished to
do so, subject to
the following conditions:
\n
The above copyright notice
and this permission notice shall be
included in all
copies or
substantial portions of the Software.
\n
THE SOFTWARE IS PROVIDED "AS
IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR
IMPLIED, INCLUDING BUT NOT
LIMITED TO THE WARRANTIES OF
MERCHANTABILITY,
FITNESS FOR A PARTICULAR
PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN
AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN
CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Verkossa
Poissa
Vapaa keskustelemaan
Älä häiritse
Ei saatavilla
Poissa verkosta
Launchpad Contributions:
Georg Lukas https://launchpad.net/~ge0rg
Heikki Hannikainen https://launchpad.net/~hessu
Jussi Karttunen https://launchpad.net/~jkarttunen
Yleiset
Kaikki yhteystiedot
Ryhmäkeskustelut
Valitse kontakti
Asetukset
Ryhmäkeskustelun JID
Nimimerkki
Salasana (vapaaehtoinen)
Kutsu ryhmäkeskustelun
Kutsu käyttäjältä %s
%1$s (%2$d osallistujaa)
Liity käyttäjänä %s
Synkronoi...
Ryhmäkeskustelun osallistujat (%s)
Poistettu: %s
%1$s:n poistama: %2$s
Estetty: %s
%1$s:n estämä: %2$s
Lähetä...
Ota kuva
Valitse kuva
Lähetä tiedosto
Pakataan kuvaa...
Lähetetään...
tiedosto on liian suuri!
%s tarvitsee käyttöoikeuden tallennustilaan tiedostojen lähettämistä varten!
Notifications are disabled in the Android app preferences.
Viestin sisältö
Viestiryhmäni
Julkiset viestiryhmät
Selain: %s
Etualan palvelu
Viestit
================================================
FILE: res/values-fr/strings.xml
================================================
yaxim
Bruno
yaxim : %s
Bruno : %s
Connexion au serveur…
Déconnexion…
En ligne
Hors ligne
Aucun contact à afficher !
Il existe de nombreuses façons d\'ajouter des contacts :\n\n - Android Beam™ : touchez le téléphone d’un ami\n\n - Scannez un QR code\n\n - « Créez une invitation » et partagez-la (e-mail, SMS, QR code…)\n\n - « Ajoutez un contact » si vous connaissez son JID
Prochaine tentative de connexion dans %d secondes.
Connexion terminée
Aucune connexion réseau
Pas de réponse
Erreur : %s
Quitter
Merci de d\'abord vous connecter
utilisateur@yax.im
Vérifiez le format de l\'adresse !
Bienvenue dans yaxim !
Vous devez configurer yaxim avant de pouvoir l\'utiliser. Merci d\'entrer votre identifiant Jabber et son mot de passe.
Saisir un mot de passe
Afficher le mot de passe
Identifiant Jabber :
Mot de passe :
Avancé…
Enregistrer un nouveau compte
Le mot de passe est trop court !
Mot passe sûr créé
Vérifiez votre nom d’utilisateur et votre mot de passe !
Could not connect to %s!
Server does not allow registration!
Vous avez été invités sur Jabber. Merci de bien vouloir finir votre inscription.
Pas de prise en charge d’un compte supplémentaire !
Message de %s
Message reçu
%1$s dans %2$s
Répondre
Marquer comme lu
Erreur lors de l\'envoi du message !
Configuration des notifications
Notification de message
Notification de salon
Sonnerie personnalisée
Ne notifier que les mentions
Ne notifier que quand votre nom est mentionné dans un salon
LED clignotante
LED clignotante lors de la réception d\'un nouveau message
Vibration
Vibration lors de la réception d’un nouveau message
- Jamais
- Préférence système
- Toujours
Sonnerie
Sonnerie pour les messages entrants
Prévisualisation du message
Affiché l’expéditeur et le messsage dans la barre d’état
Paramètres généraux
« Ne pas déranger » en mode silence
Change votre statut en « ne pas déranger » quand votre téléphone est en mode silencieux
Définir votre état
Toujours afficher l’ensemble des contacts dans la liste
Afficher les contacts hors ligne
Organiser vos contacts selon leurs groupes
Afficher les groupes du contact
Garder l’application en mémoire pour garantir que la connexion sera toujours établie (service au premier plan)
Icône de la barre d\'état
Débogage
Paquets et informations de débogage via logcat (peut contenir des informations personnelles)
Débogage de SMACK
Envoyer les rapports d’erreur
Envoyer des rapports de crash anonymes au développeur
Apparence
Taille de la police dans les conversations
Paramétrer la taille de la police dans les conversations
Taille de la police dans les conversations
Thème
Sombre
Clair
Pin
Glace
Apparence
- petit
- normal
- grand
- très grand
Ajouter un contact
Ajouter %s
Montrer les contacts hors ligne
Cacher les contacts hors ligne
Modifier le compte
Préférences
État
Se connecter
Se déconnecter
À propos de yaxim
À propos de Bruno
Ajouter / parcourir…
Entrer dans Matrix…
Tout marquer comme lu
Créer une invitation
Participants
Ajouter un contact
Merci d’entrer l’identifiant Jabber de votre ami, son pseudonyme ainsi que son groupe !
Pseudonyme
Ajouter à un nouveau groupe
Nom du nouveau groupe
Renommer le groupe
Marquer comme lu
Supprimer le contact
Effacer l’historique de conversation
Renommer
Demander l’autorisation
Changer le groupe
Partager l’adresse
Sonnerie
Éditer le salon
Quitter le salon
Voulez-vous vraiment quitter %s ?
Information de connexion
Paramètres du compte
Options de connexion
Options avancées
Message Carbons (XEP-0280)
Demander une copie des messages reçus et envoyés par vos autres clients
Identifiant Jabber
exemple : moi@jabber.example.com
Veuillez entrer votre identifiant Jabber :
Mot de passe du compte
Le mot de passe de votre compte Jabber
Modifier le mot de passe sur le serveur
Ancien mot de passe :
Nouveau mot de passe :
Attention ! Pour que votre prochaine tentative de connexion n’échoue pas, vous devez également modifier le mot de passe enregistré sur le serveur !
Veuillez patienter, modification du mot de passe…
Mot de passe modifié avec succès.
Erreur lors de la modification du mot de passe : %s
Nom affiché
Pseudo qui sera affiché aux autres utilisateurs
Ressource client
Par défaut : yaxim
Entrez votre ressource :
yaxim
Priorité du client
Par défaut : 0 (de -128 à 127)
Valeurs autorisées : -128 à 127
Entrez votre priorité :
Port du serveur
Par défaut : 5222
Entrez le port du serveur :
5222
Serveur personnalisé
(Optionnel) domaine alternatif du serveur
Entrez le nom de domaine du serveur :
hote.example.com
Force TLS/SSL
Toujours chiffrer la connexion au serveur
Choisir un groupe
Votre message d’état
Définir votre état
Renommer le groupe %s en :
Renommer le groupe
Renommer %1$s (%2$s) en :
Renommer le contact
Selectionner un groupe ci-dessous
Changer le groupe
Voulez-vous vraiment supprimer %1$s (%2$s) ?
Supprimer le contact
Voulez-vous vraiment effacer tous les messages avec %1$s (%2$s) ?
Effacer l’historique de conversation
%1$s voudrait vous ajouter en tant que contact : « %2$s »
Demande d’ajout de contact
Accepter
Refuser
Tout refuser
peut voir votre statut
Moi :
Le message a été stocké pour envoi futur.
Entrez un message
Citer
Éditer le message
À propos de yaxim
Développeurs
Nous contacter
Licence
Évaluer cette application
Ce programme est un logiciel libre : vous pouvez le redistribuez et/ou le modifier sous les termes de la version 2 de la licence GNU General Public License tel que publiée par la Free Software Foundation. Lien : http://www.gnu.org/licenses/gpl-2.0.html\n \n Une partie de ce logiciel est fourni sous la licence MIT :\n \n Copyright © 2009 Mads Kristiansen, Nullwire ApS\n \nis hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: \n The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
En ligne
Absent(e)
Disponible pour discuter
Ne pas déranger
Indisponible
Hors ligne
Launchpad Contributions:
Cedric Heintz https://launchpad.net/~ced117
Emmanuel Gil Peyrot https://launchpad.net/~linkmauve
Gabriel U. https://launchpad.net/~gabriel-ull
Georg Lukas https://launchpad.net/~ge0rg
Mathias Hablützel https://launchpad.net/~mathias-habluetzel
Matthieu Baerts https://launchpad.net/~matttbe
Michael Scherer https://launchpad.net/~misc-zarb
Nÿco https://launchpad.net/~nicolas-verite
Valentin Lorentz https://launchpad.net/~progval
louiz’ https://launchpad.net/~louizatakk
sebseb01 https://launchpad.net/~sebseb01
Général
Tous les contacts
Salons de discussion
Choisissez un contact
Préférences
Identifiant Jabber du salon
Pseudo
Mot de passe (facultatif)
Invitation à un salon
Invitation de %s
%1$s (%2$d participants)
Rejoindre en tant que %s
Synchronisation en cours…
Participants au salon (%s)
Éjecté : %s
Éjecté par %1$s : %2$s
Banni : %s
Banni par %1$s : %2$s
Envoyer…
Prendre une photo
Sélectionner une photo
Envoyer un fichier
Compression de la photo…
Envoi en cours…
Fichier trop gros !
%s a besoin d’un accès au stockage pour envoyer des fichiers !
Notifications are disabled in the Android app preferences.
Contenu du message
Mes salons
Salons publics
Navigateur : %s
Service au premier plan
Messages
================================================
FILE: res/values-he/strings.xml
================================================
yaxim
ברונו
yaxim: %s
ברונו: %s
מתחבר לשרת…
מתנתק…
מקוון
לא מקוון
אין אנשי קשר להצגה!
ישנן דרכים רבות להוסיף אנשי קשר:\n\n - Android Beam™: נגיעה בטלפון של חבר\n\n - סריקת קודQR\n\n - \"צור הזמנה\" ואז לשתף אותה (דוא״ל, SMS, קוד QR, …)\n\n - \"הוסף איש קשר\" אם יש לך את המזהה JID
ניסיון חיבור נוסף תוך %d שניות.
החיבור נסגר
אין חיבור רשת
אין תגובה
שגיאה: %s
יציאה
נא להתחבר תחילה
user@yax.im
בדוק צורת כתובת!
ברוך בואך אל yaxim!
עליך להגדיר את yaxim טרם תעמוד לך האפשרות להפיק ממנה תועלת. נא להזין מזהה Jabber וסיסמה.
הזן סיסמה
הצג סיסמה
מזהה Jabber:
סיסמה:
מתקדם…
צור חשבון חדש
הסיסמה קצרה מדי!
נוצרה סיסמה מאובטחת
נא לבדוק שם משתמש וסיסמה!
לא ניתן להתחבר אל %s!
השרת לא מאפשר הרשמה!
הוזמת לרשת Jabber. נא להשלים את הרשמתך למערכת.
אין חשבונות נוספים נתמכים!
הודעה מאת %s
הודעה התקבלה
%1$s בחדר %2$s
השב
סמן כנקרא
שגיאה במהלך שליחת הודעה!
הגדרות התראה
התראת הודעה
התראת צ׳אט קבוצה
צלצול מותאם
שלח התראה איזכור בלבד
התראה כאשר הכינוי שלך מאוזכר בחדר
LED מהבהב
הבהב LED טלפון בהודעות נכנסות
רטט
הרטט בהודעות נכנסות
- אף פעם
- העדפת מערכת
- תמיד
צלצול
צליל להודעות נכנסות
תצוגה מקדימה של הודעה
הצג שולח והודעה בתוך שורת מצב
הגדרות כלליות
\"אין להפריע\" במצב שקט
הגדר את המצב המקוון שלך למצב \"DND\" כאשר הטלפון שלך במצב שקט
קבע את המצב שלך
הצג תמיד את כל אנשי הקשר ברשימה
הצג אנשי קשר לא מקוונים
ארגן אנשי קשר לפי הקבוצות שלהם
הצג קבוצות איש קשר
שמור את האפליקציה בזיכרון כדי להבטיח פעילות תמידית של חיבור (שירות foreground)
סמל שורת מצב
Debugging
פלט חבילת מידע ודיבאג מבעד logcat (יכול להכיל מידע אישי)
SMACK דיבאג
שלח דיווחי קריסה
שלח דיווחי קריסה אלמוניים למפתח
מראה תצוגה
גודל גופן צ׳אט
הגדר גודל גופן צ׳אט
גודל גופן צ׳אט
ערכת נושא
כהה
בהיר
אורן
קרח
מראה תצוגה
- קטן
- רגיל
- גדול
- ענק
הוסף איש קשר
הוסף %s
הצג לא מקוונים
הסתר לא מקוונים
ערוך חשבון
הגדרות
מצב
התחבר
התנתק
אודות yaxim
אודות ברונו
הוסף / סייר…
כניסה למטריקס…
סמן הכל כנקרא
צור הזמנה
משתתפים
הוסף איש קשר
נא להזין מזהה Jabber של האיש קשר, שם לתצוגה וגם קבוצת קשר!
שם תצוגה
הוסף לקבוצה חדשה
שם לקבוצה החדשה
שנה שם קבוצה
סמן בתור נקרא
מחק איש קשר
מחק היסטוריית צ׳אט
שנה שם
בקש הרשאה
שנה קבוצה
שתף כתובת
צלצול
ערוך צ׳אט קבוצה
עזוב צ׳אט קבוצה
האם ברצונך לעזוב את %s?
מידע התחברות
הגדרות חשבון
אפשרויות חיבור
אפשרויות מתקדמות
הודעות העתק (XEP-0280)
בקש העתקים של הודעות מלקוח(ות) אחר(ים) שלך
מזהה Jabber
דוגמא: me@jabber.example.com
הזן מזהה Jabber שלך:
סיסמת חשבון
סיסמת חשבון Jabber שלך
שנה סיסמה על השרת
סיסמה ישנה:
סיסמה חדשה:
אזהרה! לכניסה מוצלחת עליך גם לקבוע את אותה הסיסמה על השרת!
נא להמתין, משנה סיסמה…
סיסמה שונתה בהצלחה.
שגיאה בשינוי סיסמה: %s
שם תצוגה
הכינוי שלך שמוצג למשתמשים אחרים
משאב לקוח
ברירת מחדל: yaxim
הזן משאב:
yaxim
עדיפות לקוח
ברירת מחדל: 0 (מותרים: -128 .. 127)
ערכים מותרים: -128 .. 127
הזן עדיפות:
פורט שרת
ברירת מחדל: 5222
הזן פורט שרת:
5222
שרת מותאם אישית
(רשות) שם מארח חלופי של שרת
הזן שם מארח שרת:
host.example.com
מצריך SSL/TLS
הצפן תמיד חיבור שרת
בחר קבוצה
הודעת מצב
קבע את המצב שלך
שנה שם קבוצה %s לשם:
שנה שם קבוצה
שנה שם %1$s (%2$s) לשם:
שנה שם איש קשר
בחר קבוצה מתוך הספינר להלן
שנה קבוצה
האם ברצונך להסיר את %1$s (%2$s)?
מחק איש קשר
האם ברצונך להסיר את כל ההודעות עם %1$s (%2$s)?
מחק היסטוריית שיחה
%1$s רוצה להוסיף אותך בתור איש קשר: \"%2$s\"
בקשת הרשמה
אשר
סרב
דחה את הכל
יכול/ה לראות את הסטטוס שלך
אני:
ההודעה אוחסנה לשידור עתידי.
הזן הודעה
צטט
ערוך הודעה
אודות yaxim
מפתחים
צור קשר
רישוי
דרגו את האפליקציה
תוכנית זו הינה תכנה חופשית; זכותכם להפיצה ו/או לשנותה בכפוף לתנאי הרשיון GNU General Public License גרסא 2 כפי שזה פורסם על ידי Free Software Foundation. קישור: http://www.gnu.org/licenses/gpl-2.0.html\n \n חלקים של תוכנה זו מסופקים תחת הרשיון MIT:\n \n זכויות יוצרים © 2009 Mads Kristiansen, Nullwire ApS\n \n רשות מוענקת בזאת, חינם אין כסף, לכל אדם אשר משיג עותק של תכנה זו וגם קבצי תיעוד מסונפים ("התכנה"), להתעסק בתכנה ללא הגבלה, לרבות ללא הגבלת הזכויות להשתמש, להעתיק, לשנות, למזג, לפרסם, להפיץ, להעניק רשיונות נגזרים, ו/או למכור עותקים של התכנה, וגם להתיר לאנשים אשר להם התוכנה מסופקת לעשות כן, כפופים ומוכנעים לתנאים שלהלן: \n הודעת זכויות יוצרים לעיל וכן הודעת היתר זו יוכללו בכל העותקים או בחלקים מהותיים של התכנה. \n התכנה הינה מסופקת "AS IS" (כמות שהיא), ללא כתב אחריות מכל סוג שהוא, בין אם באופן מפורש או בין אם באופן מרומז, כולל אך לא מוגבלת לחבויות של סחירות, התאמה לתכלית מסוימת ובלתי מפרה. בשום מקרה המחברים או המחזיקים בזכויות יוצרים לא יישאו באחריות עבור כל תובענה, נזקים או חבות אחרת, בין אם בתוך פעולה של הסכם, עוולה או אחרת, אשר עולה מן, מתוך או בנוגע לתכנה או לשימוש או דין ודברים אחרים בתכנה.
מקוון
נעדר
חופשי לשיחה
לא להפריע
לא זמין
לא מקוון
Launchpad Contributions:
GenghisKhan https://launchpad.net/~genghiskhan
כללית
כל אנשי הקשר
קבוצות צ׳אט
בחר איש קשר
הגדרות
JID צ׳אט קבוצה
שם כינוי
סיסמה (רשות)
הזמנת צ׳אט קבוצה
הזמנה מאת %s
%1$s (%2$d משתתפים)
הצטרף בתור %s
מסנכרן…
משתתפי צ׳אט קבוצה (%s)
נבעט: %s
נבעט ע״י %1$s: %2$s
נאסר: %s
נאסר ע״י %1$s: %2$s
שלח…
צלם תמונה
בחר תמונה
שלח קובץ
דוחס תמונה…
מעלה…
הקובץ גדול מדי!
%s צריך גישת אחסון כדי לשלוח קובץ!
Notifications are disabled in the Android app preferences.
תוכן הודעה
הקבוצות צ׳אט שלי
קבוצות צ׳אט ציבוריות
סייר: %s
שירות Foreground
הודעות
================================================
FILE: res/values-hi/strings.xml
================================================
याक्सिं
भालू
याक्सिं: %s
भालू: %s
सर्वर से संपर्क जारी…
सर्वर से असंबंधन जारी...
उपस्थित
अनुपस्थित
कोई संपर्क दिखाने के लिए नहीं है!
There are many ways to add contacts:\n\n
- Android Beam™: touch a friend\'s phone\n\n
- Scan a QR code\n\n
- \"Create invitation\" and share it (e-mail, SMS, QR code, …)\n\n
- \"Add contact\" if you know the JID
%d सेकंड में अगले कनेक्शन का प्रयास किया जायेगा
कनेक्शन बन्द
कोई भी नेटवर्क कनेक्शन उपलब्ध नहीं है
No response
त्रुटि: %s
बाहर निकलें
कृपया पहले कनेक्ट करें
user@yax.im
पता के प्रारूप की जाँच करें!
Welcome to yaxim!
You need to configure yaxim before you can use it. Please enter your Jabber ID and password.
पासवर्ड डालें
Show password
जैबर आईडीः
पासवर्ड:
Advanced…
Register new account
Password is too short!
सुरक्षित पासवर्ड बनाये
अपने यूज़रनेम और पासवर्ड की जांच करें!
Could not connect to %s!
Server does not allow registration!
You have been invited to Jabber. Please complete your registration.
No additional account supported!
%s से संदेश
संदेश प्राप्त हुआ
%1$s in %2$s
Reply
Mark Read
Error while sending message!
Notification Settings
Message Notification
Group Chat Notification
Custom Ringtone
Only notify on mention
Notify when your nickname is mentioned in a room
Blinking LED
Blink phone LED on incoming messages
Vibration
Vibrate on incoming messages
- Never
- System preference
- Always
Ringtone
Tone for incoming messages
Message preview
Show sender and message in status bar
General Settings
\"Do not disturb\" in silent mode
Set your online status to \"DND\" when your phone is in silent mode
Set your status
Always show all contacts in the roster
Show offline contacts
Arrange your contacts by their groups
Show contact groups
Keep app in memory to ensure always-on connection (foreground service)
Statusbar icon
Debugging
Packet and debug output via logcat (may contain personal information)
SMACK debugging
Send crash reports
Send anonymous crash reports to developer
Appearance
Chat font size
Set chat font size
Chat font size
Theme
Dark
Light
Pine
Ice
Appearance
- small
- normal
- large
- huge
Add contact
Add %s
Show offline
Hide offline
Edit account
Settings
Status
Connect
Disconnect
About yaxim
About Bruno
Add / browse…
Enter the Matrix…
Mark all as read
Create invitation
Participants
Add a Contact
Please enter the Jabber ID of your friend, the
desired screen name and choose their contact group!
Screen name
Add to a new group
Name for the new group
Rename group
Mark as read
Delete contact
Delete chat history
Rename
Request authorization
Change group
Share address
Ringtone
Edit group chat
Leave group chat
Really leave %s?
Login Information
Account Settings
Connecting Options
Advanced Options
Message Carbons (XEP-0280)
Request message copies from your other client(s)
Jabber ID
example: me@jabber.example.com
Enter your Jabber ID:
Account Password
Your Jabber account password
Change password on server
Old Password:
New Password:
WARNING! For successful login you must also set the same password on the server!
Please wait, changing password…
Password successfully changed.
Error changing password: %s
Display Name
Your nickname displayed to other users
Client Resource
Default: yaxim
Enter your resource:
याक्सिं
Client Priority
Default: 0 (allowed: -128 .. 127)
Allowed values: -128 .. 127
Enter your priority:
Server Port
Default: 5222
Enter the server port:
5222
Custom Server
(Optional) alternative server hostname
Enter server hostname:
host.example.com
Require SSL/TLS
Always encrypt server connection
Choose Group
Your status message
Set your status
Rename group %s to:
Rename group
Rename %1$s (%2$s) to:
Rename contact
Select a group from the spinner below
Change group
Really remove %1$s (%2$s)?
Delete Contact
Really remove all messages with %1$s (%2$s)?
Delete Chat History
%1$s wants to add you as a contact: \"%2$s\"
Subscription Request
Accept
Reject
Reject all
can see your status
Me:
The message has been stored for transmission.
Enter message
Quote
Edit message
About yaxim
Developers
Contact
Licensing
Rate app
This program is free software; you can redistribute
it and/or
modify it under the terms of the GNU General Public License
version 2
as published by the Free Software Foundation.
Link:
http://www.gnu.org/licenses/gpl-2.0.html\n
\n
Parts of this software are
provided under the MIT License:\n
\n
Copyright © 2009 Mads
Kristiansen, Nullwire ApS\n
\n
Permission is hereby granted, free of
charge, to any person obtaining
a copy
of this software and associated
documentation files (the
"Software"), to deal
in the Software without
restriction, including
without limitation the rights
to use, copy,
modify, merge, publish,
distribute, sublicense, and/or sell
copies of
the Software, and to
permit persons to whom the Software is
furnished to
do so, subject to
the following conditions:
\n
The above copyright notice
and this permission notice shall be
included in all
copies or
substantial portions of the Software.
\n
THE SOFTWARE IS PROVIDED "AS
IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR
IMPLIED, INCLUDING BUT NOT
LIMITED TO THE WARRANTIES OF
MERCHANTABILITY,
FITNESS FOR A PARTICULAR
PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN
AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN
CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
उपस्थित
Away
Free for chat
Do not disturb
Not available
अनुपस्थित
Launchpad Contributions:
Devendra Mani https://launchpad.net/~devmgs
Sachin https://launchpad.net/~msachin
General
All contacts
Group Chats
Choose contact
Settings
Group chat JID
Nickname
Password (optional)
Group Chat Invitation
Invitation from %s
%1$s (%2$d participants)
Join as %s
Synchronizing…
Group Chat Participants (%s)
Kicked: %s
Kicked by %1$s: %2$s
Banned: %s
Banned by %1$s: %2$s
Send…
Take picture
Choose picture
Send file
Compressing picture…
Uploading…
file too large!
%s needs storage access to send files!
Notifications are disabled in the Android app preferences.
Message content
My group chats
Public group chats
Browser: %s
Foreground service
Messages
================================================
FILE: res/values-hr/strings.xml
================================================
yaxim
Bruno
yaxim: %s
Bruno: %s
Connecting to server…
Disconnecting…
Online
Offline
No contacts to show!
There are many ways to add contacts:\n\n
- Android Beam™: touch a friend\'s phone\n\n
- Scan a QR code\n\n
- \"Create invitation\" and share it (e-mail, SMS, QR code, …)\n\n
- \"Add contact\" if you know the JID
Next connection attempt in %d seconds.
Veza je prekinuta
No network connection
No response
Error: %s
Exit
Please connect first
user@yax.im
Check address format!
Welcome to yaxim!
You need to configure yaxim before you can use it. Please enter your Jabber ID and password.
Enter password
Show password
Jabber ID:
Password:
Advanced…
Register new account
Password is too short!
Created secure password
Please check your username and password!
Could not connect to %s!
Server does not allow registration!
You have been invited to Jabber. Please complete your registration.
No additional account supported!
Message from %s
Message received
%1$s in %2$s
Reply
Mark Read
Error while sending message!
Notification Settings
Message Notification
Group Chat Notification
Custom Ringtone
Only notify on mention
Notify when your nickname is mentioned in a room
Blinking LED
Blink phone LED on incoming messages
Vibration
Vibrate on incoming messages
- Never
- System preference
- Always
Ringtone
Tone for incoming messages
Message preview
Show sender and message in status bar
General Settings
\"Do not disturb\" in silent mode
Set your online status to \"DND\" when your phone is in silent mode
Set your status
Always show all contacts in the roster
Show offline contacts
Arrange your contacts by their groups
Show contact groups
Keep app in memory to ensure always-on connection (foreground service)
Statusbar icon
Debugging
Packet and debug output via logcat (may contain personal information)
SMACK debugging
Send crash reports
Send anonymous crash reports to developer
Appearance
Chat font size
Set chat font size
Chat font size
Theme
Dark
Light
Pine
Ice
Appearance
- small
- normal
- large
- huge
Add contact
Add %s
Show offline
Hide offline
Edit account
Settings
Status
Connect
Disconnect
About yaxim
About Bruno
Add / browse…
Enter the Matrix…
Mark all as read
Create invitation
Participants
Add a Contact
Please enter the Jabber ID of your friend, the
desired screen name and choose their contact group!
Screen name
Add to a new group
Name for the new group
Rename group
Mark as read
Delete contact
Delete chat history
Rename
Request authorization
Change group
Share address
Ringtone
Edit group chat
Leave group chat
Really leave %s?
Login Information
Account Settings
Connecting Options
Advanced Options
Message Carbons (XEP-0280)
Request message copies from your other client(s)
Jabber ID
example: me@jabber.example.com
Enter your Jabber ID:
Account Password
Your Jabber account password
Change password on server
Old Password:
New Password:
WARNING! For successful login you must also set the same password on the server!
Please wait, changing password…
Password successfully changed.
Error changing password: %s
Display Name
Your nickname displayed to other users
Client Resource
Default: yaxim
Enter your resource:
yaxim
Client Priority
Default: 0 (allowed: -128 .. 127)
Allowed values: -128 .. 127
Enter your priority:
Server Port
Default: 5222
Enter the server port:
5222
Custom Server
(Optional) alternative server hostname
Enter server hostname:
host.example.com
Require SSL/TLS
Always encrypt server connection
Choose Group
Your status message
Set your status
Rename group %s to:
Rename group
Rename %1$s (%2$s) to:
Rename contact
Select a group from the spinner below
Change group
Really remove %1$s (%2$s)?
Delete Contact
Really remove all messages with %1$s (%2$s)?
Delete Chat History
%1$s wants to add you as a contact: \"%2$s\"
Subscription Request
Accept
Reject
Reject all
can see your status
Me:
The message has been stored for transmission.
Enter message
Quote
Edit message
About yaxim
Developers
Contact
Licensing
Rate app
This program is free software; you can redistribute
it and/or
modify it under the terms of the GNU General Public License
version 2
as published by the Free Software Foundation.
Link:
http://www.gnu.org/licenses/gpl-2.0.html\n
\n
Parts of this software are
provided under the MIT License:\n
\n
Copyright © 2009 Mads
Kristiansen, Nullwire ApS\n
\n
Permission is hereby granted, free of
charge, to any person obtaining
a copy
of this software and associated
documentation files (the
"Software"), to deal
in the Software without
restriction, including
without limitation the rights
to use, copy,
modify, merge, publish,
distribute, sublicense, and/or sell
copies of
the Software, and to
permit persons to whom the Software is
furnished to
do so, subject to
the following conditions:
\n
The above copyright notice
and this permission notice shall be
included in all
copies or
substantial portions of the Software.
\n
THE SOFTWARE IS PROVIDED "AS
IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR
IMPLIED, INCLUDING BUT NOT
LIMITED TO THE WARRANTIES OF
MERCHANTABILITY,
FITNESS FOR A PARTICULAR
PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN
AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN
CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Online
Away
Free for chat
Do not disturb
Not available
Offline
Launchpad Contributions:
Georg Lukas https://launchpad.net/~ge0rg
freedomrun https://launchpad.net/~freedomrun
General
All contacts
Group Chats
Choose contact
Settings
Group chat JID
Nickname
Password (optional)
Group Chat Invitation
Invitation from %s
%1$s (%2$d participants)
Join as %s
Synchronizing…
Group Chat Participants (%s)
Kicked: %s
Kicked by %1$s: %2$s
Banned: %s
Banned by %1$s: %2$s
Send…
Take picture
Choose picture
Send file
Compressing picture…
Uploading…
file too large!
%s needs storage access to send files!
Notifications are disabled in the Android app preferences.
Message content
My group chats
Public group chats
Browser: %s
Foreground service
Messages
================================================
FILE: res/values-id/strings.xml
================================================
yaxim
Bruno
yaxim: %s
Bruno: %s
Menghubungi erver
Disconnecting…
Tersambung
Terputus
Tidak ada daftar alamat
There are many ways to add contacts:\n\n
- Android Beam™: touch a friend\'s phone\n\n
- Scan a QR code\n\n
- \"Create invitation\" and share it (e-mail, SMS, QR code, …)\n\n
- \"Add contact\" if you know the JID
Next connection attempt in %d seconds.
Koneksi terputus
No network connection
No response
Error: %s
Keluar
Harus tersambung dulu
user@yax.im
Check address format!
Selamat datang
Anda harus mengkonfigurasi Yaxim terlebih dahulu. Silahkan masukan Jabber ID dan kata sandi
Masukkan kata sandi
Show password
Jabber ID:
Kata sandi:
Lanjutan...
Daftar akun baru
Password is too short!
Created secure password
Please check your username and password!
Could not connect to %s!
Server does not allow registration!
You have been invited to Jabber. Please complete your registration.
No additional account supported!
Pesan dari %s
Pesan diterima
%1$s in %2$s
Reply
Mark Read
Error while sending message!
Notification Settings
Pemberitahuan Pesan
Group Chat Notification
Custom Ringtone
Only notify on mention
Notify when your nickname is mentioned in a room
LED berkedip
LED berkedip ketika ada pesan baru
Getar
Bergetar ketika ada pesan baru
- Tidak Pernah
- System preference
- Selalu
Nada dering
Nada pesan baru
Lihat pesan
Tampilkan pengirim dan pesan di status
General Settings
\"Do not disturb\" in silent mode
Set your online status to \"DND\" when your phone is in silent mode
Atur status
Always show all contacts in the roster
Show offline contacts
Arrange your contacts by their groups
Show contact groups
Keep app in memory to ensure always-on connection (foreground service)
Statusbar icon
Debugging
Packet and debug output via logcat (may contain personal information)
SMACK debugging
Send crash reports
Send anonymous crash reports to developer
Tampilan
Ukuran huruf
Atur ukuran huruf
Ukuran huruf
Tema
Gelap
Terang
Pine
Ice
Tampilan
- kecil
- normal
- large
- huge
Add contact
Add %s
Show offline
Hide offline
Edit account
Pengaturan
Status
Sambung
Putus
Tentang Yaxim
About Bruno
Add / browse…
Enter the Matrix…
Mark all as read
Create invitation
Participants
Tambah kontak
Please enter the Jabber ID of your friend, the
desired screen name and choose their contact group!
Screen name
Add to a new group
Name for the new group
Rename group
Mark as read
Delete contact
Delete chat history
Rename
Request authorization
Change group
Share address
Nada dering
Edit group chat
Leave group chat
Really leave %s?
Login Information
Account Settings
Connecting Options
Advanced Options
Message Carbons (XEP-0280)
Request message copies from your other client(s)
Jabber ID
example: me@jabber.example.com
Enter your Jabber ID:
Account Password
Your Jabber account password
Change password on server
Old Password:
New Password:
WARNING! For successful login you must also set the same password on the server!
Please wait, changing password…
Password successfully changed.
Error changing password: %s
Display Name
Your nickname displayed to other users
Client Resource
Default: yaxim
Enter your resource:
yaxim
Client Priority
Default: 0 (allowed: -128 .. 127)
Allowed values: -128 .. 127
Enter your priority:
Server Port
Default: 5222
Enter the server port:
5222
Custom Server
(Optional) alternative server hostname
Enter server hostname:
host.example.com
Require SSL/TLS
Always encrypt server connection
Choose Group
Your status message
Atur status
Rename group %s to:
Rename group
Rename %1$s (%2$s) to:
Rename contact
Select a group from the spinner below
Change group
Really remove %1$s (%2$s)?
Delete Contact
Really remove all messages with %1$s (%2$s)?
Delete Chat History
%1$s wants to add you as a contact: \"%2$s\"
Subscription Request
Accept
Reject
Reject all
can see your status
Me:
The message has been stored for transmission.
Enter message
Quote
Edit message
Tentang Yaxim
Developers
Contact
Licensing
Rate app
This program is free software; you can redistribute
it and/or
modify it under the terms of the GNU General Public License
version 2
as published by the Free Software Foundation.
Link:
http://www.gnu.org/licenses/gpl-2.0.html\n
\n
Parts of this software are
provided under the MIT License:\n
\n
Copyright © 2009 Mads
Kristiansen, Nullwire ApS\n
\n
Permission is hereby granted, free of
charge, to any person obtaining
a copy
of this software and associated
documentation files (the
"Software"), to deal
in the Software without
restriction, including
without limitation the rights
to use, copy,
modify, merge, publish,
distribute, sublicense, and/or sell
copies of
the Software, and to
permit persons to whom the Software is
furnished to
do so, subject to
the following conditions:
\n
The above copyright notice
and this permission notice shall be
included in all
copies or
substantial portions of the Software.
\n
THE SOFTWARE IS PROVIDED "AS
IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR
IMPLIED, INCLUDING BUT NOT
LIMITED TO THE WARRANTIES OF
MERCHANTABILITY,
FITNESS FOR A PARTICULAR
PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN
AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN
CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Tersambung
Away
Free for chat
Do not disturb
Not available
Terputus
Launchpad Contributions:
Georg Lukas https://launchpad.net/~ge0rg
Wiha Sjah https://launchpad.net/~wihasjah
General
All contacts
Group Chats
Choose contact
Pengaturan
Group chat JID
Nickname
Password (optional)
Group Chat Invitation
Invitation from %s
%1$s (%2$d participants)
Join as %s
Synchronizing…
Group Chat Participants (%s)
Kicked: %s
Kicked by %1$s: %2$s
Banned: %s
Banned by %1$s: %2$s
Send…
Take picture
Choose picture
Send file
Compressing picture…
Uploading…
file too large!
%s needs storage access to send files!
Notifications are disabled in the Android app preferences.
Message content
My group chats
Public group chats
Browser: %s
Foreground service
Messages
================================================
FILE: res/values-it/strings.xml
================================================
yaxim
Bruno
yaxim: %s
Bruno: %s
Connessione al server…
Disconnessione…
Connesso
Scollegato
Nessun contatto da mostrare!
Ci sono molti modi per aggiungere contatti:\n\n - Android Beam™: tocca il telefono di un amico\n\n - Scansiona un QR code\n\n - \"Creando invito\" e condividilo (e-mail, SMS, QR code, …)\n\n - \"Aggiungi contatto\" se conosci il suo JID
Nuovo tentativo di connessione tra %d secondi.
Connessione chiusa
Nessuna connessione di rete
No response
Errore: %s
Esci
Prima è necessario connettersi
utente@yax.im
Controlla il formato dell\'indirizzo!
Benvenuto in yaxim!
È necessario configurare yaxim prima di poterlo usare. Inserisci il tuo ID Jabber e la tua password.
Inserisci la password
Mostra la password
Jabber ID:
Password:
Avanzate…
Registra un nuovo account
La password è troppo corta!
Creata password sicura
Controllare nome utente e password
Could not connect to %s!
Server does not allow registration!
You have been invited to Jabber. Please complete your registration.
No additional account supported!
Messaggio da %s
Messaggio ricevuto
%1$s in %2$s
Rispondi
Segna come letto
Errore durante l\'invio del messaggio!
Notification Settings
Notifica messaggi
Notifica conversazione di gruppo
Custom Ringtone
Notifica sono se menzionato
Notifica se il tuo soprannone viene menzionato in una stanza
Lampeggia LED
LED lampeggiante per i messaggi in arrivo
Vibrazione
Vibrazione per i messaggi in arrivo
- Mai
- Preferenze di sistema
- Sempre
Suoneria
Suono per i messaggi in arrivo
Anteprima del messaggio
Visualizza il mittente e il messaggio nella barra di stato
Impostazioni generali
"Non disturbare" in modalità silenziosa
Imposta il tuo stato in linea a \"DND\" (non disturbare) quando il telefono è in modalità silenziosa
Imposta il tuo stato
Mostra sempre tutti i contatti nella lista
Mostra contatti offline
Ordina i tuoi contatti secondo i loro gruppi
Mostra i gruppi dei contatti
Keep app in memory to ensure always-on connection (foreground service)
Icona barra di stato
Debug
Output dei pacchetti e del debug via logcat (può contenere informazioni personali)
Debug SMACK
Invia rapporti sui crash
Invia report anonimi sui crash allo sviluppatore
Aspetto
Dimensioni del carattere per la chat
Imposta le dimensioni del carattere per la chat
Dimensioni del carattere per la chat
Tema
Scuro
Chiaro
Pino
Ghiaccio
Aspetto
- piccolo
- normale
- grande
- enorme
Aggiungi contatto
Add %s
Mostra disconnesso
Nascondi disconnesso
Modifica account
Impostazioni
Stato
Connetti
Disconnetti
Informazioni su yaxim
About Bruno
Add / browse…
Enter the Matrix…
Segna tutti come letti
Crea invito
Partecipanti
Aggiungi un contatto
Inserisci l\'ID Jabber del contatto, il soprannome desiderato e scegli il gruppo in cui inserirlo!
Soprannome
Aggiungi ad un nuovo gruppo
Nome del nuovo gruppo
Rinomina gruppo
Segna come già letto
Elimina contatto
Cancella cronologia conversazione
Rinomina
Richiesta autorizzazione
Cambia gruppo
Condividi indirizzo
Suoneria
Modifica conversazione di gruppo
Abbandona conversazione di gruppo
Sicuri di voler uscire da %s?
Informazioni utente
Impostazioni account
Opzioni di connessione
Opzioni avanzate
Messagggio Carbons (XEP-0280)
Richiedi copie di messaggi da tuoi altri accreditamenti
ID Jabber
esempio: io@jabber.esempio.it
Inserisci il tuo ID Jabber:
Password dell\'account
La password del tuo account Jabber
Cambia la password sul server
Vecchia password:
Nuova password:
ATTENZIONE! Perché l\'accesso avvenga con successo, devi anche impostare la stessa password sul server!
Aspetta, per piacere. Cambio della password in corso...
Password cambiata con successo.
Errore durante il cambio della password: %s
Display Name
Your nickname displayed to other users
Risorsa del client
Predefinito: yaxim
Inserisci la risorsa:
yaxim
Priorità del client
Default: 0 (ammessi: -128 .. 127)
Valori permessi: -128 .. 127
Inserisci la priorità:
Porta del server
Predefinita: 5222
Inserisci la porta del server:
5222
Server personalizzato
(Opzionale) Nome server alternativo
Inserisci il nome del server:
host.exempio.it
Richiedi SSL/TLS
Cifra sempre la connessione
Scegli gruppo
Il tuo messaggio di stato
Imposta il tuo stato
Rinomina gruppo %s:
Rinomina gruppo
Rinomina %1$s (%2$s) in:
Rinomina contatto
Scegli un gruppo dalla casella sotto
Cambia gruppo
Vuoi veramente eliminare %1$s (%2$s)?
Elimina contatto
Rimuovere definitivamente tutti i messaggi con %1$s (%2$s)?
Cancella la cronologia della chat
%1$s vuole aggiungerti come contatto: \"%2$s\"
Richiesta di abbonamento
Accetta
Rifiuta
Reject all
può vedere il tuo stato
Io:
Il messaggio sarà trasmesso più tardi
Inserisci il messaggio
Cita
Edit message
Informazioni su yaxim
Sviluppatori
Contatto
Licenza
Valuta l\'app
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. Link: http://www.gnu.org/licenses/gpl-2.0.html\n \n Parts of this software are provided under the MIT License:\n \n Copyright © 2009 Mads Kristiansen, Nullwire ApS\n \n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: \n The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTW
Connesso
Assente
Libero
Non disturbare
Non disponibile
Scollegato
Launchpad Contributions:
Ema987 https://launchpad.net/~ema987
Georg Lukas https://launchpad.net/~ge0rg
Gianfranco Frisani https://launchpad.net/~gfrisani
Guybrush88 https://launchpad.net/~guybrush
Lorenzo J. Lucchini https://launchpad.net/~ljl
Marco Ciampa https://launchpad.net/~ciampix
Pietro Pecchi https://launchpad.net/~pietro-pecchi
SILVIO BARLETTA https://launchpad.net/~ik1bqd
Generale
Tutti i contatti
Conversazione di gruppo
Scegli il contatto
Impostazioni
JID della conversazione di gruppo
Soprannome
Password (opzionale)
Invito a conversazione di gruppo
Invito da %s
%1$s (%2$d partecipanti)
Unisciti come %s
Sincronizzazione…
Partecipanti alla conversazione di gruppo (%s)
Cacciato: %s
Cacciato da %1$s: %2$s
Bannato: %s
Bannato da %1$s: %2$s
Invia...
Fai una foto
Scegli la foto
Invia un file
Compressione immagine...
Caricamento...
file troppo grande!
%s needs storage access to send files!
Notifications are disabled in the Android app preferences.
Message content
My group chats
Public group chats
Browser: %s
Foreground service
Messages
================================================
FILE: res/values-ja/strings.xml
================================================
yaxim
Bruno
yaxim: %s
Bruno: %s
サーバーに接続しています…
切断しています…
オンライン
オフライン
連絡先はありません!
連絡先を追加する方法はたくさんあります:\n\n - Android ビーム™: 友達の電話にタッチ\n\n - QR コードをスキャン\n\n - \"招待を作成" して共有します (メール、SMS、QR コード …)\n\n - JID が分かっている場合は \"連絡先を追加\"
%d 秒後に接続します
接続が閉じられました
ネットワークに接続されていません
応答がありません
エラー: %s
終了
先に接続してください
user@yax.im
アドレスの形式を確認してください!
yaximへようこそ!
yaxim を使用する前に、yaxim を設定する必要があります。 あなたの Jabber ID とパスワードを入力してください。
パスワードを入力
パスワードを表示
Jabber ID:
パスワード:
詳細…
新しいアカウントを登録
パスワードが短すぎます!
安全なパスワードを作成しました
ユーザー名とパスワードを確認してください!
%s に接続できませんでした!
サーバーが登録を許可していません!
Jabber に招待されました。登録を完了してください。
追加のアカウントはサポートされていません!
%s さんからのメッセージ
メッセージを受信しました
%2$s の %1$s
返信
既読にする
メッセージの送信中にエラーが発生しました!
通知設定
メッセージの通知
グループチャtット通知
カスタムの着信音
メンション時のみ通知
ルームであなたのニックネームがメンションされた時に通知します
LED点滅
メッセージの受信時に LED を点滅します
振動
メッセージ受信時に振動します
- しない
- システム設定
- 常に
着信音
メッセージ受信時の着信音を選択
メッセージプレビュー
ステータスバーに送信者とメッセージを表示する
全般設定
サイレントモード時 \"取り込み中\"
お使いの電話がサイレントモードの時に、オンラインステータスを \"取り込み中\" に設定します
ステータスを設定
常にすべての連絡先を名簿に表示する
オフラインの連絡先を表示する
連絡先をグループ別に整理する
連絡先グループを表示する
アプリをメモリ上に残して常時接続を確保する (フォアグラウンドサービス)
ステータスバーアイコン
デバッグ
logcat によるパケットとデバッグ出力 (個人情報を含む場合があります)
SMACK デバッグ
クラッシュレポートを送信
開発者に匿名のクラッシュレポートを送信します
外観
チャットのフォントサイズ
チャットのフォントサイズを設定します
チャットのフォントサイズ
テーマ
ダーク
ライト
パイン
アイス
外観
- 小
- 標準
- 大
- 最大
連絡先を追加
%s を追加
オフラインを表示する
オフラインを非表示
アカウントを編集
設定
ステータス
接続
切断
yaxim について
Bruno について
追加 / 参照…
マトリックスを入力…
すべて既読にする
招待状を作成
参加者
連絡先を追加
友達の Jabber ID と希望の画面名を入力して、連絡先グループを選択してください!
画面名
新しいグループに追加
新しいグループの名前
グループ名を変更
既読にする
連絡先を削除
チャット履歴を削除
名前を変更
認証のリクエスト
グループを変更
アドレスを共有
着信音
グループチャットを編集
グループチャットを離れる
%s を離れてもよろしいですか?
ログイン情報
アカウント設定
接続オプション
詳細オプション
メッセージカーボン (XEP-0280)
他のクライアントからメッセージのコピーをリクエストします
Jabber ID
例: me@jabber.example.com
Jabber ID を入力:
アカウントのパスワード
Jabber アカウントのパスワード
サーバーのパスワードを変更
前のパスワード:
新しいパスワード:
警告! 正常に ログインするには、サーバー上と同じパスワードを設定する必要があります。
お待ちください。パスワードを変更しています…
パスワードを変更しました。
パスワードの変更時にエラーが発生しました: %s
表示名
他のユーザーに表示されるニックネーム
クライアント リソース
デフォルト: yaxim
リソースを入力してください:
yaxim
クライアントの優先度
デフォルト: 0 (可能な範囲: -128 .. 127)
可能な範囲は: -128 .. 127
優先度を入力してください:
サーバー ポート
デフォルト: 5222
サーバーのポートを入力してください:
5222
カスタムサーバー
(オプション) 代替のサーバーホスト名
サーバーのホスト名を入力してください:
host.example.com
SSL/TLS が必要
常にサーバー接続を暗号化する
グループを選択
ステータスメッセージ
ステータスを設定
グループ %s の名前を変更:
グループ名を変更
%1$s (%2$s) の名前を変更:
連絡先の名前を変更
下のスピナーからグループを選択
グループを変更
%1$s (%2$s) を削除してもよろしいですか?
連絡先を削除
%1$s (%2$s) のメッセージをすべて削除してもよろしいですか?
チャット履歴を削除
%1$s さんがあなたを連絡先に追加したいと言っています: \"%2$s\"
登録のリクエスト
承認
拒否
すべて拒否
あなたのステータスを参照可能
わたし:
メッセージが送信用に保存されています。
メッセージを入力
引用
メッセージを編集
yaxim について
開発者
連絡先
ライセンス
アプリを評価
このプログラムはフリーソフトウェアです。 フリーソフトウェア財団が公開する GNU General Public License バージョン 2 の規約の下で再配布したり、変更することができます。 リンク: http://www.gnu.org/licenses/gpl-2.0.html\n \n このソフトウェアの一部は、MIT ライセンスの下で提供されています:\n \n Copyright © 2009 Mads Kristiansen, Nullwire ApS\n \n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: \n The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
オンライン
離席中
チャットできます
取り込み中
使用不可
オフライン
Launchpad Contributions:
M. https://launchpad.net/~nbkhope
Naofumi Fukue https://launchpad.net/~naofum
一般
すべての連絡先
グループチャット
連絡先を選択
設定
グループチャット JID
ニックネーム
パスワード (オプション)
グループチャットの招待
%s からの招待
%1$s (%2$d 参加者)
%s として参加
同期しています…
グループチャット参加者 (%s)
キックしました: %s
%1$s からキックされました: %2$s
禁止しました: %s
%1$s から禁止されました: %2$s
送信…
写真を撮る
写真を選択
ファイルを送信
写真を圧縮しています…
アップロードしています…
ファイルが大きすぎます!
%s はファイルを送信するためにストレージのアクセスが必要です!
Notifications are disabled in the Android app preferences.
メッセージの内容
マイグループチャット
公開グループチャット
ブラウザー: %s
フォアグラウンドサービス
メッセージ
================================================
FILE: res/values-kn/strings.xml
================================================
ಯಾಕ್ಸಿಂ
ಭಾಲೂ
ಯಾಕ್ಸಿಂ: %s
ಭಾಲೂ: %s
ಸರ್ವರ್ಗೆ ಸಂಪರ್ಕಿಸಲಾಗುತ್ತಿದೆ…
ಸಂಪರ್ಕ ಕಡಿಸುತ್ತಾ…
ಉಪಸ್ಥಿತ
ಅನುಪಸ್ಥಿತ
ತೋರಿಸಲು ಸಂಪರ್ಕಗಳಿಲ್ಲ!
ಸಂಪರ್ಕಗಳನ್ನು ಸೇರಿಸಲು ಹಲವು ಮಾರ್ಗಗಳಿವೆ:\n\n - QR ಕೋಡ್ ಸ್ಕ್ಯಾನ್ ಮಾಡಿ\n\n - ಅನ್ವಯ ಮುಖ್ಯ ಪುಟದಲ್ಲಿ \"︙\" ಬಟ್ಟನ್ ಒಳಗೆ \"ಆಹ್ವಾನ ರಚಿಸು\" ಒತ್ತಿ ಮತ್ತು ಅದನ್ನು ಹಂಚಿಕೊಳ್ಳಿ (ಇ-ಮೇಲ್, SMS, QR ಕೋಡ್, …)\n\n - ನಿಮಗೆ JID ತಿಳಿದಿದ್ದರೆ \"ಸಂಪರ್ಕವನ್ನು ಸೇರಿಸು\" ಒತ್ತಿ
ಮುಂದಿನ ಸಂಪರ್ಕ ಪ್ರಯತ್ನ %d ಕ್ಷಣಗಳಲ್ಲಿ.
ಅಂತರ್ಜಾಲ ಸಂಪರ್ಕ ಮುಚ್ಚಲಾಗಿದೆ
ಅಂತರ್ಜಾಲ ಸಂಪರ್ಕ ಇಲ್ಲ
ಪ್ರತಿಕ್ರಿಯೆ ಇಲ್ಲ
ದೋಷ: %s
ನಿರ್ಗಮನ
ದಯವಿಟ್ಟು ಮೊದಲು ಅಂತರ್ಜಾಲಕ್ಕೆ ಸಂಪರ್ಕಿಸಿ
ಬಳಕೆದಾರ@yax.im
ವಿಳಾಸ ಸ್ವರೂಪ ಪರಿಶೀಲಿಸಿ!
ಯಾಕ್ಸಿಂ ಗೆ ಸುಸ್ವಾಗತ!
ಯಾಕ್ಸಿಂ ಬಳಸುವ ಮುನ್ನ ಖಾತೆ ಜೋಡಿಸಬೇಕು. ದಯವಿಟ್ಟು ನಿಮ್ಮ Jabber ID ಹಾಗು ಗುಪ್ತಪದ ಹಾಕಿ.
ಗುಪ್ತಪದ ಒತ್ತಿ
ಗುಪ್ತಪದ ತೋರಿಸು
Jabber ID:
ಗುಪ್ತಪದ:
ತಿಳಿದವರ…
ಹೊಸ ಖಾತೆ ನೋಂದಿಸಿ
ಗುಪ್ತಪದ ತುಂಬಾ ಚಿಕ್ಕದು!
ಬದ್ಧ ಗುಪ್ತಪದ ಸೃಷ್ಟಿಸಲಾಯಿತು
ದಯವಿಟ್ಟು ನಿಮ್ಮ ಬಳಕೆನಾಮ ಹಾಗು ಗುಪ್ತಪದ ಪರಿಶೀಲಿಸಿ!
Could not connect to %s!
Server does not allow registration!
ನಿಮ್ಮನ್ನು Jabberಗೆ ಆಹ್ವಾನಿಸಲಾಗಿದೆ. ದಯವಿಟ್ಟು ನೊಂದಣಿ ಪೂರ್ತಿ ಮಾಡಿ.
ಮತ್ತೊಂದು ಖಾತೆ ಬೆಂಬಲಿಸುವುದಿಲ್ಲ!
%s ಇಂದ ಸಂದೇಶ
ಸಂದೇಶ ಬಂದಿದೆ
%1$s %2$s ಅಲ್ಲಿ
ಉತ್ತರಿಸು
ಓದಿದೆ
ಸಂದೇಶವನ್ನು ಕಳುಹಿಸುವಾಗ ದೋಷ!
ಅಧಿಸೂಚನೆ ಬದಲಾವಣೆಗಳು
ಸಂದೇಶ ಅಧಿಸೂಚನೆ
ಗುಂಪಿನ ಅಧಿಸೂಚನೆ
ಬೇರೆ ರಿಂಗ್ಟೋನ್
ಹೆಸರಿಸಿದಾಗ ಮಾತ್ರ ತಿಳಿಸು
ಕೋಣೆಗಳಲ್ಲಿ ನಿಮ್ಮ ಉಪನಾಮವನ್ನು ಹೆಸರಿಸಿದಾಗ ತಿಳಿಸು
ಮಿಣುಕುವ LED
ಸಂದೇಶ ಬಂದಾಗ ಫೋನಿನ LED ಬೆಳಕನ್ನು ಮಿಣುಕಿಸು
ಕಂಪನ
ಸಂದೇಶಗಳು ಬಂದಾಗ ಕಂಪಿಸು
- ಎಂದಿಗೂ
- ಫೋನ್ ಆದ್ಯತೆ
- ಸದಾ
ರಿಂಗ್ಟೋನ್
ಒಳಬರುವ ಸಂದೇಶಗಳ ಧ್ವನಿ
ಸಂದೇಶ ಮುನ್ನೋಟ
ಸ್ಥಿತಿ ಪಟ್ಟಿಯಲ್ಲಿ ಸಂದೇಶವನ್ನು ಮತ್ತು ಕಳುಹಿಸಿದವರನ್ನು ತೋರಿಸು
ಸಾಮಾನ್ಯ ಆಯ್ಕೆಗಳು
ಸೈಲೆಣ್ಟ್ ಮೋಡ್ ನಲ್ಲಿ \"ತೊಂದರೆ ಕೊಡಬೇಡಿ\"
ನಿಮ್ಮ ಫೋನ್ ಸೈಲೆಂಟ್ ಮೋಡ್ನಲ್ಲಿರುವಾಗ ನಿಮ್ಮ ಉಪಸ್ಥಿತಿಯನ್ನು \"ತೊಂದರೆ ಕೊಡಬೇಡಿ\" ಗೆ ಬದಲಿಸಿ
ಸ್ಥಿತಿ ಹಾಕು
ಸಂಪರ್ಕ ಪಟ್ಟಿಯಲ್ಲಿನ ಎಲ್ಲಾ ಸಂಪರ್ಕಗಳನ್ನು ಸದಾ ತೋರಿಸು
ಅನುಪಸ್ಥಿತ ಸಂಪರ್ಕಗಳ ತೋರಿಸು
ನಿಮ್ಮ ಸಂಪರ್ಕಗಳನ್ನು ವಿಭಾಗ ಪ್ರಕಾರ ಜೋಡಿಸಿ
ಸಂಪರ್ಕ ವಿಭಾಗಗಳನ್ನು ತೋರಿಸು
ಯಾವಾಗಲೂ ಜಾಲ ಸಂಪರ್ಕವನ್ನು ಖಚಿತಪಡಿಸಿಕೊಳ್ಳಲು ಅನ್ವಯವನ್ನು ಮೆಮೊರಿಯಲ್ಲಿ ಇರಿಸಿ (ಮುನ್ನೆಲೆ ಸೇವೆ)
ಸ್ಥಿತಿಪಟ್ಟಿ ಚಿತ್ರ
ದೋಷ ನಿವಾರಣೆ
logcat ಮುಖಾಂತರ ದೋಷಕ್ಕೆ ಕಾರಣದ ವರದಿ ಹಾಗೂ ಜಾಲ ಸಂಪರ್ಕತೆ ಪಟ್ಟಣಗಳು (ವೈಯಕ್ತಿಕ ಮಾಹಿತಿಯನ್ನು ಒಳಗೊಂಡಿರಬಹುದು)
SMACK ದೋಷ ನಿವಾರಣೆ
ಅಪ್ಪಳಿಕೆ ವರದಿಗಳನ್ನು ಕಳುಹಿಸು
ಅನಾಮಿಕ ಅಪ್ಪಳಿಕೆ ವರದಿಗಳನ್ನು ಅನ್ವಯ ಅಭಿವೃದ್ಧಕರಿಗೆ ಕಳುಹಿಸಿ
ನೋಟ
ಸಂವಾದ ಅಕ್ಷರ ಗಾತ್ರ
ಸಂವಾದದ ಅಕ್ಷರ ಗಾತ್ರ ಆರಿಸಿ
ಸಂವಾದ ಅಕ್ಷರ ಗಾತ್ರ
ಬಣ್ಣ
ಕಪ್ಪು
ಬಿಳಿ
ಕಾಯಿ
ಮಂಜು
ನೋಟ
- ಚಿಕ್ಕ
- ಸಹಜ
- ದೊಡ್ಡ
- ಬೃಹತ್
ಸಂಪರ್ಕ ಸೇರಿಸು
%s ಸೇರಿಸಿಕೊ
ಅನುಪಸ್ಥಿತರನ್ನು ತೋರಿಸು
ಅನುಪಸ್ಥಿತರನ್ನು ಮರೆಮಾಡು
ಖಾತೆ ತಿದ್ದು
ಬದಲಾವಣೆ
ಸ್ಥಿತಿ
ಅಂತರ್ಜಾಲಕ್ಕೆ ಸಂಪರ್ಕಿಸು
ಅಂತರ್ಜಾಲ ಸಂಪರ್ಕ ಕಡಿಸು
ಯಾಕ್ಸಿಂ ಬಗ್ಗೆ
ಭಾಲೂ ಬಗ್ಗೆ
ಸೇರಿಸು / ಸಂಚಾರ…
ಮ್ಯಾಟ್ರಿಕ್ಸ್ ಒಳಗೆ ಹೋಗಿ
ಎಲ್ಲಾ ಓದಿದೆಯೆಂದು ಗುರುತಿಸು
ಆಹ್ವಾನ ರಚಿಸು
ಭಾಗಿಗಳು
ಸಂಪರ್ಕವನ್ನು ಸೇರಿಸು
ದಯವಿಟ್ಟು ನಿಮ್ಮ ಸ್ನೇಹಿತರ Jabber ID, ಬಯಸಿದ ಹೆಸರು ಹಾಕಿ ಮತ್ತು ಅವರ ಸಂಪರ್ಕವಿಭಾಗ ಆರಿಸಿ!
ನಿಮಗೆ ಮಾತ್ರ ಕಾಣುವ ಹೆಸರು
ಹೊಸ ವಿಭಾಗಕ್ಕೆ ಸೇರಿಸು
ಹೊಸ ವಿಭಾಗದ ಹೆಸರು
ವಿಭಾಗ ಹೆಸರು ತಿದ್ದು
ಓದಿದೆಯೆಂದು ಗುರುತಿಸು
ಸಂಪರ್ಕ ಅಳಿಸು
ಸಂವಾದ ಇತಿಹಾಸ ಅಳಿಸು
ಹೆಸರು ತಿದ್ದು
ಸ್ಥಿತಿ ಗೋಚರತೆ ಕೇಳು
ವಿಭಾಗ ಬದಲಿಸು
ವಿಳಾಸ ಹಂಚು
ರಿಂಗ್ಟೋನ್
ಗುಂಪು ತಿದ್ದು
ಗುಂಪಿನಿಂದ ಹೋಗು
ಖಚಿತವಾಗಿ %s ಇಂದ ಹೋಗು?
ಲಾಗಿನ್ ಮಾಹಿತಿ
ಖಾತೆ ಸಿದ್ಧತೆಗಳು
ಸಂಪರ್ಕಿಸುವ ಆಯ್ಕೆಗಳು
ತಿಳಿದವರ ಆಯ್ಕೆಗಳು
ಸಂದೇಶ ಪ್ರತಿಗಳು (XEP-0280)
ನಿಮ್ಮ ಇತರ ಅನ್ವಯ(ಗಳ) ಇಂದ ಸಂದೇಶ ಪ್ರತಿಗಳನ್ನು ವಿನಂತಿಸು
Jabber ID
ಉದಾಹರಣೆ: ನಾನು@jabber.example. com
ನಿಮ್ಮ Jabber ID ವಿಳಾಸ ಹಾಕಿ:
ಖಾತೆ ಗುಪ್ತಪದ
ನಿಮ್ಮ Jabber ಖಾತೆ ಗುಪ್ತಪದ
ಸರ್ವರ್ ಅಲ್ಲಿ ಗುಪ್ತಪದ ಬದಲಾಯಿಸು
ಹಳೆಯ ಗುಪ್ತಪದ:
ಹೊಸ ಗುಪ್ತಪದ:
⚠️ಎಚ್ಚರಿಕೆ!⚠️ ಯಶಸ್ವಿ ಲಾಗಿನ್ಗಾಗಿ ನೀವು ಸರ್ವರ್ನಲ್ಲಿ ಸಹ ಅದೇ ಪಾಸ್ವರ್ಡ್ಅನ್ನು ಹೊಂದಿಸಬೇಕು!
ದಯವಿಟ್ಟು ತಾಳಿ, ಗುಪ್ತಪದ ಬದಲಿಸುತ್ತಿದೆ…
ಯಶಸ್ವಿಯಾಗಿ ಗುಪ್ತಪದ ಬದಲಾಯಿತು.
ಗುಪ್ತಪದ ಬದಲಿಸುವಾಗ ದೋಷ: %s
ಪ್ರದರ್ಶನ ಹೆಸರು
ಬೇರೆ ಬಳಕೆದಾರರಿಗೆ ತೋರಿಸುವ ನಿಮ್ಮ ಉಪನಾಮ
ಅನ್ವಯ ಸಂಪನ್ಮೂಲ
ಅನ್ವಯ ಪೂರ್ವನಿಯೋಜಿತ: ಯಾಕ್ಸಿಂ
ನಿಮ್ಮ ಸಂಪನ್ಮೂಲ ಒತ್ತಿ:
ಯಾಕ್ಸಿಂ
ಅನ್ವಯ ಆದ್ಯತೆ
ಅನ್ವಯ ಪೂರ್ವನಿಯೋಜಿತ: 0 (ಅನುಮತಿಸಲಾದ: -128 .. 127)
ಅನುಮತಿಸಲಾದ ಮೌಲ್ಯಗಳು: -128 .. 127
ನಿಮ್ಮ ಆದ್ಯತೆ ನಮೂದಿಸಿ:
ಸರ್ವರ್ ಪೊರ್ಟು
ಅನ್ವಯ ಪೂರ್ವನಿಯೋಜಿತ: 5222
ಸರ್ವರ್ ಪೋರ್ಟ್ ಸಂಖ್ಯೆ ಹಾಕಿ:
5222
ಬೇರೆ ಸರ್ವರ್
(ಅನವಶ್ಯಕ) ಪರ್ಯಾಯ ಸರ್ವರ್ ಹಾಸ್ಟ್ ಹೆಸರು
ಸರ್ವರ್ ಹಾಸ್ಟ್ ಹೆಸರು ಹಾಕಿ:
host.ಉದಾಹರಣೆ.com
SSL/TLS ಬದ್ಧತೆ ಅಗತ್ಯ
ಸರ್ವರ್ ಸಂಪರ್ಕವನ್ನು ಯಾವಾಗಲೂ ಭದ್ರ ಮಾಡಿ
ವಿಭಾಗ ಆಯ್ಕೆ
ನಿಮ್ಮ ಸ್ಥಿತಿ
ಸ್ಥಿತಿ ಹಾಕು
%s ವಿಭಾಗದ ಹೆಸರು ತಿದ್ದಿ ಇದಕ್ಕೆ ಇಡು:
ವಿಭಾಗ ಹೆಸರು ತಿದ್ದು
%1$s (%2$s) ಹೆಸರು ತಿದ್ದಿ ಇದಕ್ಕೆ ಇಡು:
ಸಂಪರ್ಕ ಹೆಸರು ತಿದ್ದು
ಒಂದು ವಿಭಾಗವನ್ನು ಕೆಳಗೆ ಆಯ್ಕೆ ಮಾಡಿ
ವಿಭಾಗ ಬದಲಿಸು
ನಿಜವಾಗಲೂ %1$s (%2$s) ಅನ್ನು ತೆಗೆದುಹಾಕು?
ಸಂಪರ್ಕ ಅಳಿಸು
%1$s (%2$s)ರೊಂದಿಗೆ ಎಲ್ಲಾ ಸಂದೇಶಗಳನ್ನು ನಿಜವಾಗಿಯೂ ತೆಗೆದುಹಾಕುವುದೇ ?
ಸಂವಾದ ಇತಿಹಾಸ ಅಳಿಸು
%1$s ನಿಮ್ಮನ್ನು ಸಂಪರ್ಕವಾಗಿ ಸೇರಿಸಲು ಬಯಸುತ್ತಿದ್ದಾರೆ: \"%2$s\"
ಸಂಪರ್ಕ ವಿನಂತಿ
ಒಪ್ಪಿಕೊ
ತಿರಸ್ಕರಿಸು
ಎಲ್ಲಾ ತಿರಸ್ಕರಿಸು
ನಿಮ್ಮ ಸ್ಥಿತಿಯನ್ನು ನೋಡಬಹುದು
ನಾ:
ಸಂದೇಶವನ್ನು ಪ್ರಸಾರಕ್ಕಾಗಿ ಸಂಗ್ರಹಿಸಲಾಗಿದೆ.
ಸಂದೇಶ ಬರೆಯಿರಿ
ಉಲ್ಲೇಖಿಸು
ಸಂದೇಶ ತಿದ್ದು
ಯಾಕ್ಸಿಂ ಬಗ್ಗೆ
ಅನ್ವಯ ರಚನಾಕಾರರು
ಸಂಪರ್ಕಿಸು
ಪರವಾನಗಿ
ಅನ್ವಯ ಅಭಿಪ್ರಾಯ
ಈ ಪ್ರೋಗ್ರಾಂ (ಅನ್ವಯ) ಫ಼್ರೀ (ಸ್ವತಂತ್ರ) ಸಾಫ್ಟ್ವೇರ್ (ತಂತ್ರಾಂಶ) ಆಗಿದೆ; ಸ್ವತಂತ್ರ ತಂತ್ರಾಂಶ ಫೌಂಡೇಶನ್ (ಪ್ರತಿಷ್ಠಾನ) ಪ್ರಕಟಿಸಿದಂತೆ ನೀವು ಅದನ್ನು ಪುನರ್ವಿತರಣೆ ಮಾಡಬಹುದು ಮತ್ತು / ಅಥವಾ ಗ್ನೂ ಜನರಲ್ ಪಬ್ಲಿಕ್ ಲೈಸೆನ್ಸ್ ಆವೃತ್ತಿ 2 ರ ನಿಯಮಗಳ ಅಡಿಯಲ್ಲಿ ಮಾರ್ಪಡಿಸಬಹುದು. ಲಿಂಕ್: http://www.gnu.org/licenses/gpl-2.0.html\n\n ಈ ಸಾಫ್ಟ್ವೇರ್ನ ಭಾಗಗಳನ್ನು MIT ಪರವಾನಗಿ ಅಡಿಯಲ್ಲಿ ಒದಗಿಸಲಾಗಿದೆ:\n\n ಕೃತಿಸ್ವಾಮ್ಯ (Copyright) © 2009 ಮ್ಯಾಡ್ಸ್ ಕ್ರಿಸ್ಟಿಯೆನ್ಸೆನ್, ನಲ್ವೈಯರ್ ಎಪಿಎಸ್\n\n ಈ ಸಾಫ್ಟ್ವೇರ್ ಮತ್ತು ಅದಕ್ಕೆ ಸಂಬಂಧಿಸಿದ ದಸ್ತಾವೇಜು ಫೈಲ್ಗಳ ( \"Software\") ಪ್ರತಿಯನ್ನು ಪಡೆಯುವ ಯಾವುದೇ ವ್ಯಕ್ತಿಗೆ ಸಾಫ್ಟ್ವೇರ್ ಅನ್ನು ನಿರ್ಬಂಧವಿಲ್ಲದೆ ವ್ಯವಹರಿಸಲು ಅನುಮತಿಯನ್ನು ನಿಷುಲ್ಕವಾಗಿ ನೀಡಲಾಗುತ್ತದೆ, ಇದನ್ನು ಯಾವುದೇ ಮಿತಿಗಳಿಲ್ಲದೆ, ನಕಲಿಸಲು, ಮಾರ್ಪಡಿಸಲು, ವಿಲೀನಗೊಳಿಸಲು, ಸಾಫ್ಟ್ವೇರ್ನ ಪ್ರತಿಗಳನ್ನು ಪ್ರಕಟಿಸಲು, ವಿತರಿಸಲು, ಉಪ-ಪರವಾನಗಿ ಮತ್ತು / ಅಥವಾ ಮಾರಾಟ ಮಾಡಲು, ಮತ್ತು ಸಾಫ್ಟ್ವೇರ್ ಅನ್ನು ಒದಗಿಸಲಾಗಿರುವ ವ್ಯಕ್ತಿಗಳಿಗೆ ಈ ಕೆಳಗಿನ ಷರತ್ತುಗಳಿಗೆ ಒಳಪಟ್ಟ ಅನುಮತಿ ನೀಡುವುದು:\nಮೇಲಿನ ಹಕ್ಕುಸ್ವಾಮ್ಯ ಸೂಚನೆ ಮತ್ತು ಈ ಅನುಮತಿ ಪ್ರಕಟಣೆಯನ್ನು ಸಾಫ್ಟ್ವೇರ್ನ ಎಲ್ಲಾ ಪ್ರತಿಗಳು ಅಥವಾ ಗಣನೀಯ ಭಾಗಗಳಲ್ಲಿ ಸೇರಿಸಲಾಗುವುದು.\nಸಾಫ್ಟ್ವೇರ್ \'ಇದ್ದ ಹಾಗೆಯೇ\', ಯಾವುದೇ ರೀತಿಯ ಖಾತರಿ ಇಲ್ಲದೆ, ವ್ಯಕ್ತಪಡಿಸಿರುವುದೋ ಅಥವಾ ಅಳವಡಿಸಿರುವುದೋ, ಕೊಡಲಾಗಿದೆ, ಹಾಗೂ ಆದರೆ ಅಷ್ಟೇ ಅಲ್ಲ ವ್ಯಾಪಾರದ ಖಾತರಿ ಕರಾರುಗಳಿಗೆ ಸೀಮಿತವಾಗಿಲ್ಲ ಹಾಗೂ, ಒಂದು ನಿರ್ದಿಷ್ಟ ಉದ್ದೇಶಕ್ಕಾಗಿ ಎಂದು ಒದಗಿಸಿಲ್ಲ. ಯಾವುದೇ ಸಂದರ್ಭದಲ್ಲಿ, ಯಾವುದೇ ಹಕ್ಕು, ಹಾನಿ ಅಥವಾ ಇತರ ಹೊಣೆಗಾರಿಕೆಗಳಿಗೆ ಲೇಖಕರು ಅಥವಾ ಕಾಪಿರೈಟ್ ಹೋಲ್ಡರ್ಗಳು ಹೊಣೆಗಾರರಾಗಿರುವುದಿಲ್ಲ, ಸಂಪರ್ಕದ ಒಂದು ಕ್ರಿಯೆಯಲ್ಲಿ, ಟಾರ್ಟ್ ಅಥವಾ ಇತರವುಗಳಲ್ಲಿ, ಹೊರಹೊಮ್ಮುವ ಅಥವಾ ಹೊರಗಿನ ಅಥವಾ ಸಂಪರ್ಕದಲ್ಲಿ.
ಉಪಸ್ಥಿತ
ದೂರ
ಧಾರಾಳ ಮಾತಿಗೆ ಲಭ್ಯ
ತೊಂದರೆ ಕೊಡಬೇಡಿ
ಲಭ್ಯವಿಲ್ಲ
ಅನುಪಸ್ಥಿತ
Launchpad Contributions:
Sachin https://launchpad.net/~msachin
ಸಾಮಾನ್ಯ
ಎಲ್ಲಾ ಸಂಪರ್ಕಗಳು
ಗುಂಪುಗಳು
ಸಂಪರ್ಕ ಆಯ್ಕೆ
ಬದಲಾವಣೆ
ಗುಂಪಿನ ವಿಳಾಸ
ಉಪನಾಮ
ಗುಪ್ತ ಪದ (ಐಚ್ಛಿಕ)
ಗುಂಪಿಗೆ ಆಮಂತ್ರಣ
%s ಇಂದ ಆಮಂತ್ರಣ
%1$s (%2$d ಪ್ರತಿಭಾಗಿಗಳು)
%s ಆಗಿ ಸೇರಿ
ಒಟ್ಟಿಗೆ ಮಾಡುತ್ತಾ…
ಗುಂಪಿನ ಪ್ರತಿಭಾಗಿಗಳು (%s)
ಒದೆಯಲಾಗಿದೆ: %s
%1$s ಒದ್ದರು: %2$s
ನಿಷೇದಿಸಲಾಗಿದೆ: %s
%1$s ನಿಷೇಧಿಸಿದರು: %2$s
ಕಳಿಸು…
ಚಿತ್ರ ತೆಗೆ
ಚಿತ್ರ ಆಯ್ಕೆ
ಕಡತ ಕಳುಹಿಸು
ಚಿತ್ರ ಸಂಕುಚಿಸುತ್ತಾ…
ಜಾಲಕ್ಕೆ ಏರಿಸುತ್ತಿದೇ…
ಕಡತ ತುಂಬಾ ದೊಡ್ದದು!
%s ಗೆ ಕಡತಗಳ ಕಳುಹಿಸಲು ಶೇಖರಣಾ ಅನುಮತಿಯು ಅಗತ್ಯ!
Notifications are disabled in the Android app preferences.
ಸಂದೇಶ ವಿಷಯ
ನನ್ನ ಗುಂಪುಗಳು
ಸಾರ್ವಜನಿಕ ಗುಂಪುಗಳು
ಸಂಚಾರ: %s
ಮುನ್ನೆಲೆ ಸೇವೆ
ಸಂದೇಶಗಳು
================================================
FILE: res/values-lt/strings.xml
================================================
Yaxim
Bruno
Yaxim: %s
Bruno: %s
Jungiamasi prie serverio…
Disconnecting…
Prisijungęs (-usi)
Neprisijungęs (-usi)
Nėra rodytinų kontaktų!
There are many ways to add contacts:\n\n
- Android Beam™: touch a friend\'s phone\n\n
- Scan a QR code\n\n
- \"Create invitation\" and share it (e-mail, SMS, QR code, …)\n\n
- \"Add contact\" if you know the JID
Next connection attempt in %d seconds.
Connection closed
No network connection
No response
Error: %s
Išeiti
Pirma prisijunkite
user@yax.im
Check address format!
Sveiki atvykę į yaxim!
Prieš naudojantis Jums reikia sukonfigūruoti yaxim. Įveskite savo Jabber ID ir slaptažodį.
Įveskite slaptažodį
Show password
Jabber ID:
Slaptažodis:
Advanced…
Register new account
Password is too short!
Created secure password
Please check your username and password!
Could not connect to %s!
Server does not allow registration!
You have been invited to Jabber. Please complete your registration.
No additional account supported!
Message from %s
Message received
%1$s in %2$s
Reply
Mark Read
Error while sending message!
Notification Settings
Pranešimas apie žinutes
Group Chat Notification
Custom Ringtone
Only notify on mention
Notify when your nickname is mentioned in a room
Mirgsintis LED indikatorius
Blink phone LED on incoming messages
Vibracija
Vibrate on incoming messages
- Never
- System preference
- Always
Skambėjimo melodija
Gautų žinučių signalas
Message preview
Show sender and message in status bar
General Settings
\"Do not disturb\" in silent mode
Set your online status to \"DND\" when your phone is in silent mode
Nustatykite savo būseną
Always show all contacts in the roster
Rodyti atsijungusius adresatus
Arrange your contacts by their groups
Show contact groups
Keep app in memory to ensure always-on connection (foreground service)
Statusbar icon
Programų derinimas
Packet and debug output via logcat (may contain personal information)
SMACK derinimas
Siųsti programos sutrikimų ataskaitas
Send anonymous crash reports to developer
Appearance
Chat font size
Set chat font size
Chat font size
Theme
Dark
Light
Pine
Ice
Appearance
- small
- normal
- large
- huge
Add contact
Add %s
Show offline
Hide offline
Edit account
Nustatymai
Būsena
Prisijungti
Atsijungti
Apie yaxim
About Bruno
Add / browse…
Enter the Matrix…
Mark all as read
Create invitation
Participants
Pridėti kontaktą
Įveskite Jūsų draugo Jabber ID, rodomą vardą ir pasirinkite kontaktų grupę!
Rodomas vardas
Priskirti naujai grupei
Naujos grupės pavadinimas
Pervadinti grupę
Mark as read
Delete contact
Delete chat history
Pervardinti
Request authorization
Keisti grupę
Share address
Skambėjimo melodija
Edit group chat
Leave group chat
Really leave %s?
Prisijungimo informacija
Paskyros parametrai
Prisijungimo parinktys
Išplėstinės parinktys
Message Carbons (XEP-0280)
Request message copies from your other client(s)
Jabber ID
pvz: as@jabber.pavyzdys.com
Įveskite savo Jabber ID:
Paskyros slaptažodis
Jūsų Jabber paskyros slaptažodis
Change password on server
Old Password:
New Password:
WARNING! For successful login you must also set the same password on the server!
Please wait, changing password…
Password successfully changed.
Error changing password: %s
Display Name
Your nickname displayed to other users
Kliento resursas
Pagal nutylėjimą: yaxim
Įveskite resursą:
Yaxim
Prioritetas
Default: 0 (allowed: -128 .. 127)
Allowed values: -128 .. 127
Įveskite prioritetą:
Serverio portas
Pagal nutylėjimą: 5222
Įveskite serverio portą:
5222
Pasirenkamas serveris
Alternatyvus serverio vardas
Įveskite serverio vardą:
serveris.pavyzdys.com
Reikalauti SSL/TLS
Always encrypt server connection
Pasirinkite grupę
Jūsų vieša žinutė
Nustatykite savo būseną
Pervardinti grupę %s į:
Pervadinti grupę
Pervardinti %1$s (%2$s) į:
Pervardinti kontaktą
Pasirinkite grupę iš suktuko,esančio žemiau
Keisti grupę
Ar tikrai pašalinti %1$s (%2$s)?
Pašalinti kontaktą
Really remove all messages with %1$s (%2$s)?
Delete Chat History
%1$s wants to add you as a contact: \"%2$s\"
Subscription Request
Accept
Reject
Reject all
can see your status
Aš:
Žinutė išsaugota perdavimui.
Enter message
Quote
Edit message
Apie yaxim
Plėtotojai
Contact
Licencija
Rate app
This program is free software; you can redistribute
it and/or
modify it under the terms of the GNU General Public License
version 2
as published by the Free Software Foundation.
Link:
http://www.gnu.org/licenses/gpl-2.0.html\n
\n
Parts of this software are
provided under the MIT License:\n
\n
Copyright © 2009 Mads
Kristiansen, Nullwire ApS\n
\n
Permission is hereby granted, free of
charge, to any person obtaining
a copy
of this software and associated
documentation files (the
"Software"), to deal
in the Software without
restriction, including
without limitation the rights
to use, copy,
modify, merge, publish,
distribute, sublicense, and/or sell
copies of
the Software, and to
permit persons to whom the Software is
furnished to
do so, subject to
the following conditions:
\n
The above copyright notice
and this permission notice shall be
included in all
copies or
substantial portions of the Software.
\n
THE SOFTWARE IS PROVIDED "AS
IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR
IMPLIED, INCLUDING BUT NOT
LIMITED TO THE WARRANTIES OF
MERCHANTABILITY,
FITNESS FOR A PARTICULAR
PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN
AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN
CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Prisijungęs (-usi)
Pasitraukęs (-usi)
Laisvas pašnekesiams
Netrukdyti
Nepasiekiamas
Neprisijungęs (-usi)
Launchpad Contributions:
Antanas https://launchpad.net/~antanas
Georg Lukas https://launchpad.net/~ge0rg
General
All contacts
Group Chats
Choose contact
Nustatymai
Group chat JID
Nickname
Password (optional)
Group Chat Invitation
Invitation from %s
%1$s (%2$d participants)
Join as %s
Synchronizing…
Group Chat Participants (%s)
Kicked: %s
Kicked by %1$s: %2$s
Banned: %s
Banned by %1$s: %2$s
Send…
Take picture
Choose picture
Send file
Compressing picture…
Uploading…
file too large!
%s needs storage access to send files!
Notifications are disabled in the Android app preferences.
Message content
My group chats
Public group chats
Browser: %s
Foreground service
Messages
================================================
FILE: res/values-nb/strings.xml
================================================
yaxim
Bruno
yaxim: %s
Bruno: %s
Kobler til tjener…
Kobler fra…
Tilkoblet
Frakoblet
Ingen kontakter å vise.
Det er mange måter å legge til kontakter på:\n\n - Android Beam™: Berør en venns telefon\n\n - Skann en QR-kode\n\n - \"Opprett invitasjon\" og del den (e-post, SMS, QR-kode, …)\n\n - \"Legg til kontakt\" hvis du kjenner JID-en
Neste tilkoblingsforsøk om %d sekunder.
Tilkobling lukket
Ingen nettverkstilknytning
No response
Feil: %s
Avslutt
Koble til først
bruker@yax.im
Se over adresseformatet.
Velkommen til yaxim!
Du må sette opp yaxim før du bruker det. Skriv inn din Jabber-ID og passordet ditt.
Skriv inn passord
Show password
Jabber-ID:
Passord:
Avansert…
Registrer ny konto
Password is too short!
Opprettet sikkert passord
Se over brukernavnet og passordet ditt!
Could not connect to %s!
Server does not allow registration!
You have been invited to Jabber. Please complete your registration.
No additional account supported!
Melding fra %s
Melding mottatt
%1$s i %2$s
Svar
Merk som lest
Feil ved forsendelse av melding!
Notification Settings
Meldingsmerknad
Gruppesluddermerknad
Custom Ringtone
Kun merknad når nevnt
Merknad når kallenavnet ditt blir nevnt i et rom
Blinkende LED
Blink telefon-LED ved innkommende meldinger
Vibrasjon
Vibrer ved innkommende meldinger
- Aldri
- Systemforvalg
- Alltid
Ringetone
Tone for mottatte meldinger
Meldingsforhåndsvisning
Vis sender og melding i statusfelt
Hovedinnstillinger
\"Ikke forstyrr\" i stille-modus
Sett din påkoblede status til \"Ikke forstyrr\" når din telefon er i stille-modus
Sett din status
Alltid vis alle kontakter på kontaktlisten
Vis frakoblede kontakter
Arranger kontakter etter gruppetilhørighet
Vis kontaktgrupper
Keep app in memory to ensure always-on connection (foreground service)
Statusfeltikon
Feilsøking
Pakke og feilrettingsutdata via logcat (kan inneholde personlig informasjon)
SMACK-feilretting
Send kræsjrapporter
Send anonyme kræsjrapporter til utvikleren
Utseende
Skriftstørrelse for sludring
Sett skriftstørrelse for sludring
Skriftstørrelse for sludring
Drakt
Mørk
Lys
Pine
Ice
Utseende
- liten
- normal
- stor
- kjempestor
Legg til kontakt
Add %s
Vis frakoblede
Skjul frakoblede
Rediger konto
Innstillinger
Status
Koble til
Koble fra
Om yaxim
About Bruno
Add / browse…
Enter the Matrix…
Merk alt som lest
Opprett invitasjon
Deltagere
Legg til kontakt
Skriv inn Jabber-ID-en tilhørende din venn, ønsket skjermnavn og velg deres kontaktgruppe.
Skjermnavn
Legg til i ny gruppe
Gi ny gruppe navn
Gi gruppe nytt navn
Merk som lest
Slett kontakt
Slett sludrehistorikk
Gi nytt navn
Forespør godkjenning
Endre gruppe
Del adresse
Ringetone
Endre gruppesludring
Forlat gruppesludring
Forlat %s?
Innloggingsinformasjon
Kontoinnstillinger
Tilkoblingsvalg
Avanserte valg
Meldingskopier (XEP-0280)
Forespør meldingskopier fra dine andre klient(er)
Jabber-ID
eksempel: meg@jabber.eksempel.no
Skriv inn din Jabber-ID:
Kontopassord
Ditt Jabber-kontopassord
Endre passordet på tjeneren
Gammelt passord:
Nytt passord:
ADVARSEL! For å kunne logge inn må du også sette samme passord på tjeneren!
Vent, endrer passord…
Bytte av passord fullført.
Feil ved bytting av passord: %s
Display Name
Your nickname displayed to other users
Klientressurs
Forvalg: yaxim
Skriv inn din ressurs:
yaxim
Klientprioritet
Forvalg: 0 (tillatt: -128 .. 127)
Tillatte verdier: -128 .. 127
Skriv inn din prioritet:
Tjenerport
Forvalg: 5222
Skriv inn tjenerporten:
5222
Egendefinert tjener
(Valgfritt) alternativt tjener-vertsnavn
Skriv inn tjener-vertsnavn:
vert.eksempel.no
Krev SSL/TLS
Alltid krypter tjenertilkobling
Velg gruppe
Din meldingsstatus
Sett din status
Gi gruppen %s nytt navn:
Gi gruppe nytt navn
Endre navn på %1$s (%2$s) til:
Gi kontakt nytt navn
Velg en gruppe fra tallvelgeren nedenfor
Endre gruppe
Bekreft fjerning av %1$s (%2$s).
Slett kontakt
Fjern alle meldinger med %1$s (%2$s)?
Slett sludrehistorikk
%1$s ønsker å legge deg til som kontakt: \"%2$s\"
Abonnementsforespørsel
Godta
Avvis
Reject all
kan se din status
Meg:
Meldingen har blitt lagret i påvente av forsendelse:
Skriv inn melding
Quote
Edit message
Om yaxim
Utviklere
Contact
Lisens
Rate app
Dette programmet er fri programvare; du kan dele det og/eller endre det i henhold til kravene i GNU General Public License versjon 2 publisert av Free Software Foundation. Lenke: http://www.gnu.org/licenses/gpl-2.0.html\n \n Deler av programvaren er tilbudt under MIT-lisens :\n \n Kopirett © 2009 Mads Kristiansen, Nullwire ApS\n \n Tilgang gis herved, gratis, til enhver person som måtte få en kopi av dette programmet og tilknyttede dokumentasjonsfiler ("Programvaren"), til å bruke den uten hindring, inkludert og uten rettigheter til å bruke, kopiere, modifisere, flette, offentliggjøre, distribuere, viderelisensiere, og/eller selge kopier av programvaren, og å gi personer som programvaren kan brukes av, underlagt følgende forhold: \n Kopirettsmerknaden og tilgangsmerknaden skal inkluderes i alle kopier og bestanddeler av viktighet av Programvaren. \n PROGRAMVAREN ER TILBUDT "SOM DEN ER", UTEN NOEN FORM FOR GARANTI AV NOEN ART, UTTRYKT ELLER IMPLISERT, INKLUDERT MEN IKKE BEGRENSET TIL GARANTI FOR SALGBARHET, EGNETHET FOR ET TILTENKT FORMÅL OG IKKE-KOPIRETTSBRUDD. UNDER INGEN OMSTENDIGHETER SKAL UTVIKLERNE ELLER OPPHAVSMENNENE HOLDES ANSVARLIG FOR NOE KRAV, ERSTATNINGSANSVAR ELLER ANNEN ERSTATNING, HVORVIDT I EN HANDLING AV KONTRAKTEN, ERSTATNINGSRETT ELLER ANNET, SOM SKRIVER SEG FRA ELLER HAR TILKNYTNING TIL PROGRAMVAREN ELLER BRUKEN ELLER ANNEN OMGANG MED PROGRAMVAREN.
Tilkoblet
Borte
Ledig for samtale
Ikke forstyrr
Ikke tilgjengelig
Frakoblet
Launchpad Contributions:
Allan Nordhøy https://launchpad.net/~comradekingu
Gruppe
Alle kontakter
Gruppesamtaler
Velg kontakt
Innstillinger
Gruppesludrings-JID
Kallenavn
Passord (valgfritt)
Gruppesludringsinvitasjon
Invitasjon fra %s
%1$s (%2$d deltagere)
Ta del som %s
Synkroniserer…
Gruppesludringsdeltagere (%s)
Kastet ut: %s
Kastet ut %1$s: %2$s
Bannlyst: %s
Bannlyst av %1$s: %2$s
Send…
Take picture
Choose picture
Send file
Compressing picture…
Uploading…
file too large!
%s needs storage access to send files!
Notifications are disabled in the Android app preferences.
Message content
My group chats
Public group chats
Browser: %s
Foreground service
Messages
================================================
FILE: res/values-nl/strings.xml
================================================
yaxim
Bruno
yaxim: %s
Bruno: %s
Bezig met verbinden...
Verbinding verbreken…
Online
Offline
Er zijn geen contacten beschikbaar!
Je kunt op verschillende manieren contacten toevoegen aan je lijst: \n\n - Android Beam™: raak de telefoon van een vriend aan\n - Scan een QR-code\n\n - \"Uitnodiging maken\" en deel het (via e-mail, SMS, QR code, …)\n\n - \"Contact toevoegen\" als je de gebruikersnaam al kent.
Volgende poging in %d seconden
Verbinding verbroken
Geen netwerkverbinding
Geen antwoord
Fout: %s
Sluiten
Maak a.u.b. eerst verbinding
user@yax.im
Controleer adres!
Welkom bij yaxim!
Je moet eerst wat dingen instellen voordat je yaxim kunt gebruiken. Voer a.u.b. een gebruikersnaam en wachtwoord in.
Wachtwoord invoeren
Toon wachtwoord
Jabber ID:
Wachtwoord:
Geavanceerd…
Registreer nieuw account op server
Het wachtwoord is te kort!
Veilig wachtwoord aangemaakt
Loop je gebruikersnaam en wachtwoord na!
Kon niet verbinden met %s!
Server staat registreren niet toe!
Je bent uitgenodigd bij Jabber. Voltooi alstublieft uw registratie.
Geen extra account ondersteund!
Bericht van %s
Bericht ontvangen
%1$s in %2$s
Reageren
Markeer als gelezen
Fout bij het verzenden van bericht!
Notificatie-instellingen
Meldingen voor bericht
Meldingen voor groepsgesprek
Aangepaste beltoon
Alleen bij vermelding
Attenderen wanneer je gebruikersnaam in een groepsgesprek wordt genoemd
Knipper LED
Laat telefoon LED knipperen bij binnenkomende berichten.
Vibratie
Tril bij inkomende berichten
- Nooit
- Systeemvoorkeuren
- Altijd
Beltoon
Geluid voor inkomende berichten
Voorvertoning bericht
Toon afzender en bericht in de statusbalk
Algemene instellingen
\"Niet storen\" in stille modus
Stel je aanwezigheid in als \"niet storen\" wanneer je telefoon op stille modus staat
Stel je status in
Toon altijd alle contacten in de lijst
Offline contacten tonen
Contacten naar groep sorteren
Contactengroepen tonen
Houd applicatie in werkgeheugen om altijd verbonden te zijn
Statusbalk icoon
Fouten opsporen
Pakket en debug output via logcat (kan persoonlijke informatie bevatten)
SMACK debugging
Stuur crash rapportages
Stuur anonieme crash-rapportages naar de ontwikkelaar
Weergave
Lettertypegrootte
Stel de lettertypegrootte in van gesprekken
Lettertypegrootte
Thema
Donker
Licht
Pine
IJs
Weergave
- klein
- normaal
- groot
- extra groot
Contact toevoegen
Voeg %s toe
Offline tonen
Offline verbergen
Account bewerken
Instellingen
Status
Verbinding maken
Verbinding verbreken
Over yaxim
Over Bruno
Voeg bestand toe...
Enter the Matrix…
Markeer alles als gelezen
Uitnodiging maken
Deelnemers
Contactpersoon toevoegen
Voer de Jabber ID van een vriend in, zijn/haar schermnaam en kies een groep om hem/haar aan toe te voegen!
Schermnaam
Toevoegen aan een nieuwe groep
Naam voor de nieuwe groep
Groep hernoemen
Markeren als gelezen
Contact verwijderen
Chatgeschiedenis wissen
Naam wijzigen
Vraag om authorisering
Groep wijzigen
Adres delen
Beltoon
Groepsgesprek bewerken
Groepsgesprek verlaten
Weet je zeker dat je %s wilt verlaten?
Inloggegevens
Accountinstellingen
Verbindingsopties
Geavanceerde Opties
Message Carbons (XEP-0280)
Synchroniseer berichten met je andere apparaten
Jabber ID
Voorbeeld: ik@jabber.voorbeeld.com
Voer uw Jabber ID in:
Account wachtwoord
Uw Jabber account wachtwoord
Wachtwoord op server veranderen
Oud wachtwoord:
Nieuw wachtwoord:
LET OP! Om je te kunnen aanmelden moet je het zelfde wachtwoord op de server instellen!
Wachtwoord veranderen, even geduld a.u.b.
Wachtwoord succesvol gewijzigd.
Fout bij wijzigen wachtwoord: %s
Weergavenaam
Jouw bijnaam (openbaar voor andere gebruikers)
Naam apparaat
Standaard: yaxim
Vul nieuwe naam apparaat in
yaxim
Apparaat prioriteit
Standaard: 0
Toegestane waarden: -128 .. 127
Voer uw prioriteit in:
Serverpoort
Standaard: 5222
Voer de serverpoort in:
5222
Aangepaste Server
(Optioneel) alternatief domein
Voer server hostnaam in:
host.voorbeeld.com
SSL/TLS Vereist
Altijd de serververbinding versleutelen
Groep kiezen
Nieuwe status instellen
Stel je status in
Groep %s hernoemen naar:
Groep hernoemen
Hernoem %1$s (%2$s) naar:
Contact hernoemen
Selecteer een groep van de spinner beneden
Groep wijzigen
Weet u zeker dat u %1$s (%2$s) wilt verwijderen?
Contactpersoon verwijderen
Weet u zeker dat u alle berichten met %1$s (%2$s) wilt verwijderen?
Berichtgeschiedenis verwijderen
%1$s wil je toevogen als een contact: \"%2$s\"
Inschrijvingsverzoek
Accepteren
Weigeren
Reject all
Kan je status zien
Ik:
Het bericht is opgeslagen voor verzenden.
Typ een bericht
Citaat
Bewerk bericht
Over yaxim
Ontwikkelaars
Contact
Licentie
Beoordeel deze app
Dit Programma is vrije software; U kan het verspreiden en/of wijzigen onder de bepalingen van de GNU Algemene Publieke Licentie v 2, zoals uitgegeven door de Free Software Foundation. Zie http://www.gnu.org/licenses/gpl-2.0.html\n \n Delen van deze software zijn uitgegeven onder de MIT licentie:\n \n Copyright © 2009 Mads Kristiansen, Nullwire ApS\n \n OMDAT HET PROGRAMMA ZONDER KOSTEN IN LICENTIE GEGEVEN WORDT, IS ER GEEN GARANTIE VOOR HET PROGRAMMA, VOOR ZOVER MOGELIJK BINNEN DE GELDENDE WETGEVING. UITGEZONDERD WANNEER HET EXPLICIET GESCHREVEN STAAT LEVEREN DE
AUTEURSRECHTHOUDERS HET PROGRAMMA "ZOALS HET IS", ZONDER EENDER WELKE GARANTIE, EXPLICIET UITGEDRUKT OF IMPLICIET BEDOELD, ZOALS, MAAR NIET GELIMITEERD TOT, DE IMPLICIETE GARANTIES VAN VERKOOPBAARHEID EN GESCHIKTHEID VOOR EEN BEPAALD DOEL. HET VOLLEDIGE RISICO BETREFFENDE DE KWALITEIT EN DE PRESTATIES VAN HET
PROGRAMMA LIGT BIJ U. MOCHT HET PROGRAMMA DEFECT BLIJKEN DAN DRAAGT U DE KOSTEN VAN ALLE BENODIGDE DIENSTEN, REPARATIES OF CORRECTIES.
Online
Afwezig
Beschikbaar om te chatten
Niet storen
Niet beschikbaar
Offline
Launchpad Contributions:
Argafål https://launchpad.net/~argafal
Barry Zoot https://launchpad.net/~barryzoot
Eloy Degen https://launchpad.net/~eloydegen
Georg Lukas https://launchpad.net/~ge0rg
Jeroen Tietema https://launchpad.net/~jtietema
Mitchell Heijnen https://launchpad.net/~hi-im-mitchell
NightWhistler https://launchpad.net/~0k53dmx9cig8-alex-f830mk0e7z07
Roel RA https://launchpad.net/~roelra
Algemeen
Alle contacten
Groepsgesprekken
Kies contact
Instellingen
Schermnaam in groepsgesprek
Schermnaam
Wachtwoord (optioneel)
Uitnodiging voor groepsgesprek
Uitnodiging van %s
%1$s (%2$d deelnemers)
Deelnemen als %s
Bijwerken...
Deelnemers groepsgesprek (%s)
Verwijderd: %s
Verwijderd door %1$s: %2$s
Verbannen: %s
Verbannen door %1$s: %2$s
Verstuur...
Neem foto
Kies afbeelding
Send file
Afbeelding comprimeren...
Uploaden…
Bestand te groot!
%s needs storage access to send files!
Notifications are disabled in the Android app preferences.
Berichtinhoud
Mijn groepgesprekken
Openbare groepgesprekken
Browser: %s
Foreground service
Berichten
================================================
FILE: res/values-pl/strings.xml
================================================
yaxim
Bruno
yaxim: %s
Bruno: %s
Łączenie z serwerem…
Rozłączanie...
Połączony
Rozłączony
Brak kontaktów
Jest wiele sposobów dodania kontaktów:\n\n - Android Beam™: zetknij telefony ze sobą\n\n - Zeskanuj QR kod\n\n - \"Stwórz zaproszenie\" i udostępnij je (e-mail, SMS, QR kod, …)\n\n - \"Dodaj kontakt\" jeśli znasz identyfikator JID
Następna próba połączenia za %d sekund.
Połączenie zakończone
Brak połączenia sieciowego
Brak odpowiedzi
Błąd: %s
Wyjście
Najpierw nawiąż połączenie
użytkownik@yax.im
Sprawdź format adresu!
Witaj w yaxim!
Używanie yaxima wymaga konfiguracji. Podaj swój Jabber ID i hasło.
Wprowadź hasło
Pokaż hasło
Jabber ID:
Hasło:
Zaawansowane…
Zarejestruj nowe konto
Hasło jest zbyt krótkie!
Utworzono bezpieczne hasło
Prosze sprawdź swóją nazwę użytkownika i hasło
Could not connect to %s!
Server does not allow registration!
Zostałeś zaproszony do Jabbera. Ukończ swoją rejestrację.
Dodatkowe konta nie są wspierane!
Wiadomość od %s
Otrzymano wiadomość
%1$s w %2$s
Odpowiedz
Oznacz jako przeczytane
Błąd podczas wysyłania wiadomości!
Ustawienia powiadomień
Powiadamianie o wiadomościach
Powiadamianie o czatach
Własny dźwięk dzwonka
Powiadamiaj tylko przy wspomianiu
Powiadamiaj gdy twój pseudonim zostanie wspomniany w pokoju czatu
Powiadomienie diodą LED
Migaj diodą LED przy nowej wiadomości
Wibracje
Wibruj przy nowej wiadomości
- Nigdy
- Ustawienie systemowe
- Zawsze
Dzwonek
Dzwonek dla przychodzących wiadomości
Podgląd wiadomości
Pokazuj wiadomość i nadawcę na pasku statusu
Ustawienia ogólne
\"Nie przeszkadzać\" w trybie cichym
Ustaw status połaczenia na \"Nie przeszkadzać\" kiedy telefon jest w trybie cichym
Ustaw swój status
Zawsze pokazuj wszystkie kontakty na liście
Pokaż kontakty w trybie offline
Uporządkuj kontakty według grup
Wyświetlanie grup kontaktów
Keep app in memory to ensure always-on connection (foreground service)
Ikona na pasku powiadomień
Debugowanie
Włącz wyjście debugowania przez logcat (może zawierać informacje osobiste)
Debugowanie SMACK
Wysyłaj raporty o awariach
Wysyłanie anonimowych zgłoszeń awarii do programisty
Wygląd
Rozmiar czcionki czatu
Ustaw rozmiar czcionki czatu
Rozmiar czcionki czatu
Motyw
Ciemny
Jasny
Sosna
Lód
Wygląd
- mały
- normalny
- duży
- wielki
Dodaj kontakt
Dodaj %s
Pokaż offline
Ukryj offline
Edytuj konto
Ustawienia
Status
Połącz
Rozłącz
O programie
O programie
Dodaj / przeglądaj
Wejdź do Matrixa...
Oznacz wszystkie jako przeczytane
Utwórz zaproszenie
Uczestnicy
Dodaj kontakt
Podaj Jabber ID, nazwę kontaktu i wybierz grupę.
Wyświetlana nazwa
Dodaj do nowej grupy
Nazwa nowej grupy
Zmień nazwę grupy
Oznacz jako przeczytane
Usuń kontakt
Usuń historię czatu
Zmień nazwę
Zażądaj autoryzacji
Zmień grupę
Udostępnij adres
Dzwonek
Edytuj czat grupowy
Opuść czat grupowy
Naprawdę opuścić %s?
Informacje logowania
Ustawienia konta
Ustawienia połączenia
Zaawansowane ustawienia
Kopie wiadomości (XEP-0280)
Żądaj kopii wiadomości z innych klientów
Jabber ID
przykład: ja@jabber.serwer.com
Wprowadż swój Jabber ID:
Hasło
Hasło twojego konta Jabber
Zmień hasło na serwerze
Poprzednie hasło:
Nowe hasło:
OSTRZEŻENIE: Dla poprawnego zalogowania musisz ustawić takie samo hasło na serwerze!
Proszę czekać, zmieniam hasło…
Hasło zostało zmienione.
Błąd zmiany hasła: %s
Wyświetlana nazwa
Your nickname displayed to other users
Zasób
Domyślnie: yaxim
Podaj zasób:
yaxim
Priorytet klienta
Domyślnie: 0 (dozwolone wartości: -128 .. 127)
Dozwolone wartości: -128 .. 127
Podaj priorytet klienta:
Port serwera
Domyślnie: 5222
Podaj port serwera:
5222
Własny serwer
(Opcjonalnie) alternatywny adres serwera
Podaj adres serwera:
host.serwer.com
Wymagaj SSL/TLS
Zawsze szyfruj połączenie
Wybierz grupę
Opis
Ustaw swój status
Zmień nazwę grupy %s na:
Zmień nazwę grupy
Zmień nazwę %1$s (%2$s) na:
Zmień nazwę kontaktu
Wybierz grupę z poniższej listy
Zmień grupę
Usunąć %1$s (%2$s)?
Usuń kontakt
Usunąć wszystkie wiadomości z %1$s (%2$s)?
Usuń historię czatu
%1$s chce Cię dodać jako kontakt: \"%2$s\"
Prośba o autoryzację
Akceptuj
Odrzuć
Odrzuć wszystkie
możesz zobaczyć swój status
Ja:
Wiadomość została zapisana do wysłania.
Wpisz wiadomość
Cytuj
Edytuj wiadomość
O programie
Deweloperzy
Kontakt
Licencja
Oceń aplikację
Ten program jest wolnym oprogramowaniem; możesz go rozprowadzać dalej i/lub modyfikować na warunkach GNU General Public License wersja 2 opublikowanej przez Free Software Foundation. Link: http://www.gnu.org/licenses/gpl-2.0.html \n \n Części tego oprogramowania są dostarczane w ramach licencji MIT: \n \n Copyright © 2009 Mads Kristiansen, Nullwire ApS \n \n niniejszym udziela się bezpłatnie, każdej osobie uzyskanie kopii tego oprogramowania oraz powiązane pliki dokumentacji ("Oprogramowanie"), do czynienia w Oprogramowanie bez ograniczeń, w tym między innymi prawa do używania, kopiowania, modyfikowania , łączenia, publikowania, rozprowadzania, udzielania sublicencji, i/lub sprzedaży kopii Oprogramowania, oraz w celu umożliwienia osobom, do których jest dostarczane oprogramowanie, aby to zrobić, z zastrzeżeniem następujących warunków: \n powyższe informacje o prawach autorskich i niniejsze pozwolenie należy umieszczone we wszystkich egzemplarzach lub istotnych fragmentach oprogramowania. \n OPROGRAMOWANIE JEST DOSTARCZANE "TAK JAK JEST", BEZ JAKICHKOLWIEK GWARANCJI, WYRAŹNE LUB MIĘDZY INNYMI, LECZ NIE GWARANCJI PRZYDATNOŚCI HANDLOWEJ, PRZYDATNOŚCI DO OKREŚLONEGO CELU I NIENARUSZALNOŚCI. W ŻADNYM PRZYPADKU AUTORZY LUB WŁAŚCICIELE PRAW AUTORSKICH NIE BĘDĄ ODPOWIEDZIALNI ZA JAKIEKOLWIEK ROSZCZENIA, SZKODY LUB INNEJ ODPOWIEDZIALNOŚCI, CZY TO W RAMACH UMOWY, LUB INNYCH, WYNIKAJĄCE Z, LUB W ZWIĄZKU Z OPROGRAMOWANIEM LUB UŻYCIA LUB INNYCH ZWIĄZANYMI OPROGRAMOWANIA.
Połączony
Nieobecny
Chętny do rozmowy
Nie przeszkadzać
Niedostępny
Rozłączony
Launchpad Contributions:
Adam Maćkowiak https://launchpad.net/~admc
Antoni Kudelski https://launchpad.net/~antoni-kudelski-deactivatedaccount
Georg Lukas https://launchpad.net/~ge0rg
Paweł Jaremczak https://launchpad.net/~ak47pabl0
Piotr Kaczmarek https://launchpad.net/~szopen
Wiktor https://launchpad.net/~wiktor-k
Ogólne
Wszystkie kontakty
Czaty
Wybierz kontakt
Ustawienia
Jabber ID czatu
Pseudonim
Hasło (opcjonalnie)
Zaproszenie czatu
Zaproszenie od %s
%1$s (%2$d uczestników)
Przyłącz się jako %s
Synchronizacja…
Uczestnicy czatu (%s)
Wykopany: %s
Wykopany przez %1$s: %2$s
Zbanowany: %s
Zbanowany przez %1$s: %2$s
Wyślij...
Zrób zdjęcie
Wybierz zdjęcie
Wyślij plik
Kompresowanie zdjęcia...
Wysyłanie…
plik jest zbyt duży!
%s needs storage access to send files!
Notifications are disabled in the Android app preferences.
Message content
Moje czaty grupowe
Publiczne czaty grupowe
Browser: %s
Foreground service
Wiadomości
================================================
FILE: res/values-pt/strings.xml
================================================
yaxim
Bruno
yaxim: %s
Bruno: %s
Conectando ao servidor...
Desconectando
Ligado
Desligado
Nenhum contato para mostrar!
There are many ways to add contacts:\n\n
- Android Beam™: touch a friend\'s phone\n\n
- Scan a QR code\n\n
- \"Create invitation\" and share it (e-mail, SMS, QR code, …)\n\n
- \"Add contact\" if you know the JID
Next connection attempt in %d seconds.
Conexão encerrada
Sem conexão de rede
No response
Error: %s
Sair
Por favor, conecte antes
usuario@yax.im
Verifique o formato do endereço!
Bem vindo ao yaxim!
Você precisa configurar o yaxim antes de usá-lo. Por favor, entre seu ID de Jabber e senha.
Introduza a senha
Show password
ID de Jabber:
Senha:
Avançado...
Registar nova conta
Password is too short!
Created secure password
Please check your username and password!
Could not connect to %s!
Server does not allow registration!
You have been invited to Jabber. Please complete your registration.
No additional account supported!
Mensagem de %s
Mensagem recebida
%1$s in %2$s
Reply
Mark Read
Erro ao enviar mensagem!
Notification Settings
Notificação de mensagens
Group Chat Notification
Custom Ringtone
Only notify on mention
Notify when your nickname is mentioned in a room
Led PIsca-Pisca
Piscar o LED do telefone ao receber mensagens
Vibração
Vibra ao receber mensagens
- Nunca
- Preferencias do sistema
- Sempre
Toque de chamada
Som para mensagens de entrada
Pré-visualização da mensagem
Exibir contato e mensagem na barra de status
General Settings
\"Do not disturb\" in silent mode
Set your online status to \"DND\" when your phone is in silent mode
Alterar o seu estado
Sempre exibir todos os contatos na lista
Exibir os contactos desligados
Arrange your contacts by their groups
Show contact groups
Keep app in memory to ensure always-on connection (foreground service)
Ícone da barra de status
Depuração
Pacotes e saída da depuração via logcat (pode conter informações pessoais)
Depuração SMACK
Enviar relatórios de erro
Enviar relatórios de erro anônimos para o desenvolvedor
Aparência
Tamanho da fonte do chat
Configurar tamanho da fonte do chat
Tamanho da fonte do chat
Tema
Escuro
Claro
Pine
Ice
Aparência
- pequeno
- normal
- grande
- huge
Add contact
Add %s
Show offline
Hide offline
Edit account
Configurações
Situação
Conectar
Desconectar
Sobre yaxim
About Bruno
Add / browse…
Enter the Matrix…
Mark all as read
Create invitation
Participants
Adicionar um contato
Por favor, entre o ID do seu contato, o apelido desejado e o grupo ao qual ele pertence!
Apelido
Adicionar a um novo grupo
Nome do novo grupo
Renomear grupo
Mark as read
Delete contact
Delete chat history
Renomear
Request authorization
Alterar grupo
Share address
Toque de chamada
Edit group chat
Leave group chat
Really leave %s?
Informação de Autenticação
Configuração da Conta
Opções de conexão
Opções Avançadas
Message Carbons (XEP-0280)
Solicitar cópias de mensagens de outro(s) cliente(s)
ID de Jabber
exemplo: me@jabber.example.com
Informe o ID do seu Jabber:
Senha da conta
Senha da sua conta de Jabber
Change password on server
Old Password:
New Password:
WARNING! For successful login you must also set the same password on the server!
Please wait, changing password…
Password successfully changed.
Error changing password: %s
Display Name
Your nickname displayed to other users
Recursos do cliente
Padrão: yaxim
Entre a sua ferramenta:
yaxim
Prioridade do cliente
Padrão: 0 (permitidos: -128 .. 127)
Valores permitidos: -128 a 127
Informe sua prioridade:
Porta do Servidor
Padrão: 5222
Informe a porta do servidor:
5222
Servidor personalizado
(Opcional) nome alternativo para o endereço do servidor
Entre o endereço do servidor:
host.example.com
Requer SSL/TLS
Sempre criptografa a conexão com servidor
Selecionar Grupo
Sua mensagem de status
Alterar o seu estado
Renomear grupo %s para:
Renomear grupo
Renomear %1$s (%2$s) para:
Renomear contato:
Selecionar grupo do spinner abaixo
Alterar grupo
Deseja remover %1$s (%2$s)?
Apagar contato
Realmente remover todas as mensagens com %1$s (%2$s)?
Apagar histórico de conversas
%1$s quer adicionar você como contato: \"%2$s\"
Pedido de Inscrição
Accept
Reject
Reject all
can see your status
Eu:
A mensagem foi armazenada para transmissão.
Escreva sua mensagem
Quote
Edit message
Sobre yaxim
Desenvolvedores
Contact
Licença
Rate app
Este programa é software livre, você pode redistribuí-lo e / ou modificá-lo sob os termos da Licença Pública Geral GNU versão 2 conforme publicada pela Free Software Foundation. Link: http://www.gnu.org/licenses/gpl-2.0.html \ n \ n Partes deste software são fornecidos sob a licença MIT: \ n \ n Copyright © 2009 Mads Kristiansen, Nullwire ApS \ n \ n a permissão é concedida, a título gratuito, para qualquer pessoa que obtenha uma cópia deste software e arquivos de documentação associados (o "software"), para lidar com o Software sem restrição, incluindo, sem limitação, os direitos de usar, copiar, modificar, mesclar , publicar, distribuir, sublicenciar e / ou vender cópias do Software, e para permitir que pessoas a quem o Software é fornecido façam isso, sujeitas às seguintes condições: \ n o aviso de copyright acima e este aviso de permissão devem ser incluídos no todas as cópias ou partes substanciais do Software. \ n O SOFTWARE É FORNECIDO "COMO ESTÁ", SEM GARANTIA DE QUALQUER TIPO, EXPRESSA OU IMPLÍCITA, INCLUINDO, SEM LIMITAÇÃO, AS GARANTIAS DE COMERCIALIZAÇÃO, ADEQUAÇÃO A UMA FINALIDADE ESPECÍFICA E LEGALIDADE. EM NENHUM CASO OS AUTORES OU TITULARES DE DIREITOS AUTORAIS SERÁ RESPONSÁVEL POR QUALQUER RECLAMAÇÃO, DANOS OU RESPONSABILIDADE, SEJA EM UMA AÇÃO DO CONTRATO, OU DE OUTRA FORMA, DECORRENTES DE, OU EM CONEXÃO COM O SOFTWARE OU O USO OU OUTROS NO SOFTWARE.
Ligado
Ausente
Disponível para conversar
Não Perturbe
Indisponível
Desligado
Launchpad Contributions:
Dedeco https://launchpad.net/~dedeco
Georg Lukas https://launchpad.net/~ge0rg
Jan Kiszka https://launchpad.net/~jan-kiszka
Leandro Forain https://launchpad.net/~forain
Tatiana Al-Chueyr https://launchpad.net/~tatiana-alchueyr
Geral
All contacts
Group Chats
Selecione um contato
Configurações
Group chat JID
Nickname
Password (optional)
Group Chat Invitation
Invitation from %s
%1$s (%2$d participants)
Join as %s
Synchronizing…
Group Chat Participants (%s)
Kicked: %s
Kicked by %1$s: %2$s
Banned: %s
Banned by %1$s: %2$s
Send…
Take picture
Choose picture
Send file
Compressing picture…
Uploading…
file too large!
%s needs storage access to send files!
Notifications are disabled in the Android app preferences.
Message content
My group chats
Public group chats
Browser: %s
Foreground service
Messages
================================================
FILE: res/values-pt-rBR/strings.xml
================================================
yaxim
Bruno
yaxim: %s
Bruno: %s
Conectando ao servidor...
Desconectando...
Online
Offline
Sem contatos para mostrar!
Existem muitas formas de adicionar contatos:\n\n - Android Beam™: Tocar no telefone de um amigo\n\n - Ler um QR code\n\n - \ "Criar um convite" \ e compartilhar (e-mail, SMS, QR code...)\n\n \"Adicionar contato"\ se souber o JID
Próxima tentativa de conexão em %d segundos.
Conexão encerrada
Sem conexão de rede
Sem resposta
Erro: %s
Sair
Por favor conecte-se primeiro
usuário@yax.im
Verifique o formato de endereço!
Bem vindo ao yaxim!
Você precisa configurar o yaxim antes de poder usá-lo. Por favor coloque seu usuário XMPP e senha.
Digite a senha
Exibir senha
ID do Jabber:
Senha:
Avançado...
Registrar nova conta
Senha muito curta!
Senha segura gerada
Por favor, confirme usuário e senha!
Could not connect to %s!
Server does not allow registration!
Você foi convidado ao Jabber. Por favor, complete seu registro.
Sem suporte para contas adicionais!
Mensagem de %s
Mensagem recebida
%1$s em %2$s
Responder
Marcar como lida
Erro ao enviar mensagem!
Configurações de Notificação
Notificação de Mensagens
Notificações de chat em grupo
Toque personalizado
Notificar somente quando mencionado
Notificar quando seu apelido for mencionado em uma sala
Piscar LED
Piscar luz LED do celular quando receber mensagens
Vibração
Vibrar ao ao chegar mensagens
- Nunca
- Preferência de Sistema
- Sempre
Toque de chamada
Toque para mensagens recebidas
Prévia da mensagem
Mostrar remetente e mensagem na barra de status
Configurações Gerais
\"Não perturbe\" no modo silencioso
definir statis como \"Não perturbe\"
Definir o seu status
Sempre mostrar todos os contatos na lista
Mostra contatos desconectados
Organizar contatos por grupo
Mostrar grupos de contato
Manter o aplicativo na memória para garantir conexão constante (serviço em primeiro plano)
Ícone na barra de status
Depuração
Saída de depuração e pacotes de dados com logcat (pode conter informações pessoais)
Depuração SMACK
Enviar relatórios de erros
Enviar relatórios de erros aos desenvolvedores
Aparência
Tamanho da fonte do chat
Ajustar o tamanho da fonte do chat
Tamanho da fonte do chat
Tema
Escuro
Claro
Pinho
Gelo
Aparência
- pequeno
- normal
- grande
- enorme
Adicionar contato
Adicionar %s
Mostrar desconectados
Ocultar deconectados
Editar conta
Configurações
Status
Conectar
Desconectar
Sobre o yaxim
Sobre Bruno
Adicionar / navergar...
Entre na Matrix...
Marcar todas como lidas
Criar convite
Participantes
Adicionar um Contato
Por favor coloque o usuário XMPP de seu amigo, o apelido desejado para ele e escolha o seu grupo de contato!
Nome de tela
Adicionar a um novo grupo
Nome do novo grupo
Renomear grupo
Marcar como lida
Excluir contato
Deletar histórico de conversas
Renomear
Solicitar autorização
Alterar grupo
Compartilhar endereço
Toque de chamada
Editar grupo de bate papo
Deixar este bate papo
Deseja realmente sair %s?
Informações de Login
Configurações da Conta
Opções de conexão
Opções Avançadas
Mensagem Carbono (XEP-0280)
Pedir cópias de mensagens de seu(s) outro(s ) cliente(s)
ID do Jabber
exemplo: eu@xmpp.exemplo.org
Entre o seu Jabber ID:
Senha da Conta
Senha da sua conta do Jabber
Mudar senha no servidor
Senha antiga:
Nova senha:
AVISO! Para conseguir acessar você também precisa usar a mesma senha no servidor!
Aguarde, alterando a senha...
Senha alterada com sucesso.
Erro mudando a senha: %s
Mostrar Nome
Seu apelido exibido aos demais usuários
Cliente: Recurso
Padrão: yaxim
Escolha seu recurso:
yaxim
Prioridade do cliente
Padrão: 0 (permitido: -128 .. 127)
Valores permitidos: -128 .. 127
Digite sua prioridade:
Porta do servidor
Padrão: 5222
Digite a porta do servidor
5222
Servidor personalizado
(Opcional) nome do servidor alternativo
Digite o nome do servidor:
servidor.exemplo.com
Solicitar SSL/TLS
Sempre criptografar conexão com o servidor
Escolher grupo
Sua mensagem de status
Definir o seu status
Renomear grupo %s para:
Renomear grupo
Renomear %1$s (%2$s) para:
Renomear contaro
Selecione um grupo do seletor abaixo
Alterar grupo
Deseja realmente remover %1$s (%2$s)?
Apagar Contato
Deseja realmente remover todas as mensagens de %1$s (%2$s)?
Apagar Histórico do Chat
%1$s deseja lhe adionar como contato: \"%2$s\"
Solicitação de Inscrição
Aceitar
Recusar
Recusar todas
podem ver seu status
Eu:
A mensagem foi armazenada para transmissão.
Digite a mensagem
Citar
Editar mensagem
Sobre o yaxim
Desenvolvedores
Contato
Licensa
Avalie este app
Este programa é um software livre; você poderá redistribuí-lo, e/ou modificá-lo sob os termos da Licensa Pública Geral (GNU) versão 2 como publicada pela Fundação de Software Livre. Link: http://www.gnu.org/licenses/gpl-2.0.html\n \n Partes deste software são providas sob a licensa MIT: \n \n Copyright © 2009 Mads Kristiansen, Nullwire ApS\n \n A permissão aqui concedida, livre de encargos, para qualquer pessoa que obtenha uma cópia deste software e os arquivos de documentação associada (o "software"), para trabalhar no software sem qualquer restrição, incluindo sem limitações os direitos de uso, cópia, modificação, junção, publicação, sub-licensiamento, e/ou venda das cópias do Software, e permissão para qualquer pessoa que o tenha remodelado a fazê-lo, seguindo as seguintes condições:\n O aviso de direitos e de permissões acima deverá estar incluso em todas as cópias ou porções substanciais do Software.\n O SOFTWARE É DISPONIBILIZADO "COMO TAL", SEM QUALQUER GARANTIA DE QUALQUER TIPO, EXPRESSA OU IMPLÍCITA, INCLUINDO MAS NÃO LIMITADAS AS GARANTIAS COMERCIAIS, DE ADAPATAÇÃO PARA PROPÓSITOS PARTICULARES E NÃO INFRIGIMENTOS. SOB HIPÓTESE NENHUMA OS DETENTORES DOS DIREITOS DE USO SERÃO CULPÁVEIS DE QUAISQUER QUEIXAS DANOS OU OUTROS, SEJA POR AÇÃO CONTRATUAL, PERDAS E DANOS OU QUALQUER OUTRO, EXIMINDO-OS DE QUALQUER CONEXÃO COM O SOFTWARE OU SEU USO E OUTRAS ALTERAÇÕES NO MESMO.
Online
Ausente
Disponível
Não Perturbe
Indisponível
Offline
Launchpad Contributions:
Dedeco https://launchpad.net/~dedeco
M. https://launchpad.net/~nbkhope
ThiagoRyuuga https://launchpad.net/~thiagoryuuga
Geral
Todos os contatos
Conversa em grupo
Escolher contato
Configurações
ID do grupo de bate papo
Apelido
Senha (opcional)
Convites de bate papo em grupo
Convite de %s
%1$s (%2$d participantes)
Entrar como %s
Sincronizando...
Participantes do chat (%s)
Removido: %s
Removido por %1$s: %2$s
Banido: %s
Banido por %1$s: %2$s
Enviar...
Tirar uma foto
Escolher imagem
Enviar arquivo
Compactando imagem...
Enviando...
Arquivo muito grande!
%s necessita acesso ao armazenamento para enviar arquivos!
Notifications are disabled in the Android app preferences.
Conteúdo da mensagem
Meus grupos de bate papo
Grupos de bate papo publicos
Navegador: %s
serviço em execução
Mensagens
================================================
FILE: res/values-ro/strings.xml
================================================
yaxim
Bruno
yaxim: %s
Bruno: %s
Conectare la server…
Deconectare…
Conectat(ă)
Deconectat(ă)
Nici un contact de arătat!
Există multe moduri de a adăuga contacte:\n\n - Android Beam™: atingeți dispozitivul contactului\n\n - Scanare cod QR\n\n - \"Creeare invitație\" și partajare (e-mail, SMS, cod QR, …)\n\n - \"Adăugare contact\" dacă cunoașteți ID-ul Jabber
Următoarea încercare de conexiune în %d secunde.
Conexiune închisă
Nici o conexiune la rețea
Niciun răspuns
Eroare: %s
Ieșire
Vă rugăm să vă conectați întâi
utilizator@yax.im
Verificați formatul adresei!
Bine ați venit la yaxim!
Trebuie să configurați yaxim înainte de a-l folosi. Vă rugăm să introduceți ID-ul Jabber și parola.
Introduceți parola
Arată parola
ID Jabber:
Parolă:
Avansat…
Înregistrează un cont nou
Parola este prea scurtă!
Parola securizată a fost creată
Vă rugăm să verificați numele de utilizator și parola!
Could not connect to %s!
Server does not allow registration!
Ați fost invitați la Jabber. Vă rugăm să vă completați înregistrarea.
Nu este acceptat niciun cont suplimentar!
Mesaj de la %s
Mesaj primit
%1$s în %2$s
Răspunde
Marchează ca citit
Eroare la trimiterea mesajului!
Setări notificare
Notificări mesaje
Notificare discuție de grup
Sunet personalizat
Notificare doar la mențiuni
Notificare atunci când numele vă este menționat într-o discuție
Notificare LED
Clipește lumina de notificare la primirea mesajelor
Vibrație
Vibrează la mesajele primite
- Niciodată
- Preferință de sistem
- Mereu
Ton de apel
Sunet la mesaj primit
Previzualizare mesaj
Arată în bara de stare expeditorul și mesajul
Setări generale
\"Nu deranja\" în modul silențios
Setează starea de prezență ca \"Nu deranja\" atunci când dispozitivul este în mod silențios
Setare stare
Arată mereu toate contactele din listă
Arată contactele deconectate
Aranjare contacte în grupuri
Arată grupurile contactelor
Păstrează aplicația în memorie pentru a asigura conectarea continuă (serviciul în prim-plan)
Iconița în bara de stare
Rapoarte erori
Jurnal de erori din logcat (poate conține informații personale)
Raport erori SMACK
Trimite rapoarte opriri neașteptate
Rapoartele de erori vor ajunge la dezvoltator
Interfață
Mărime text
Setează mărimea fontului
Mărime text
Temă
Întunecată
Deschisă
Pin
Gheață
Interfață
- mic
- normal
- mare
- imens
Adaugă contact
Adaugă %s
Arată deconectate
Ascunde deconectate
Editare cont
Setări
Stare
Conectare
Deconectare
Despre yaxim
Despre Bruno
Adaugă / răsfoire...
Intră în Matrix
Marchează toate ca citite
Creare invitație
Participanți
Adaugă un contact
Vă rugăm să introduceți ID-ul Jabber al prietenului(ei), numele dorit și alegeți grupul lor!
Nume afișat
Adaugă la un grup nou
Numele noului grup
Redenumire grup
Marchează ca citit
Şterge contact
Șterge istoricul discuției
Redenumire
Solicitare autorizare
Schimbă grup
Partajare adresă
Ton de apel
Editare grup
Părăsește grup
Sigur doriți să părăsiți %s?
Informații de autentificare
Setări cont
Opțiuni conectare
Opțiuni avansate
Copii indigo mesaje (XEP-0280)
Cere copii ale mesajelor de la ceilalți clienți ai dumneavoastră
ID Jabber
examplu: eu@jabber.examplu.ro
Introduceți-vă ID-ul Jabber
Parolă cont
Parola contului dumneavoastră Jabber
Schimbă parola pe server
Parola veche:
Parola nouă:
ATENȚIE! Pentru a vă autentifica cu succes trebuie să setați aceeași parola și pe server!
Vă rugăm să așteptați, se schimbă parola...
Parola a fost schimbată cu succes.
Eroare la schimbarea parolei: %s
Nume afișat
Numele ce va fi afișat celorlalți utilizatori
Resursă client
Implicit: yaxim
Introduceți resursa:
yaxim
Prioritate client
Implicit: 0 (permis: -128 .. 127)
Valori permise: -128 .. 127
Introduceți prioritatea
Port server
Implicit: 5222
Introduceți portul serverului:
5222
Server personalizat
(Opțional) nume alternativ server gazdă
Introduceți nume server gazdă:
gazda.exemplu.ro
Necesită SSL/TLS
Criptează mereu conexiunea la server
Alegeți grup
Mesajull dumneavoastră de stare
Setare stare
Redenumire grup %s în:
Redenumire grup
Redenumire %1$s (%2$s) în:
Redenumire contact
Alegeți un grup din meniul de mai jos
Schimbă grup
Sigur doriți să eliminați %1$s (%2$s)?
Șterge contact
Sigur doriți să eliminați toate mesajele cu %1$s (%2$s)?
Ștergere istoric discuție
%1$s dorește să vă adauge în lista lor de contacte: \"%2$s\"
Cerere de abonare
Acceptă
Respinge
Respinge toate
vă poate vedea starea
Eu:
Mesajul a fost stocat pentru transmisie.
Introduceți mesajul
Citează
Editare mesaj
Despre yaxim
Dezvoltatori
Contact
Licență
Evaluează aplicația
This program is free software; you can redistribute
it and/or
modify it under the terms of the GNU General Public License
version 2
as published by the Free Software Foundation.
Link:
http://www.gnu.org/licenses/gpl-2.0.html\n
\n
Parts of this software are
provided under the MIT License:\n
\n
Copyright © 2009 Mads
Kristiansen, Nullwire ApS\n
\n
Permission is hereby granted, free of
charge, to any person obtaining
a copy
of this software and associated
documentation files (the
"Software"), to deal
in the Software without
restriction, including
without limitation the rights
to use, copy,
modify, merge, publish,
distribute, sublicense, and/or sell
copies of
the Software, and to
permit persons to whom the Software is
furnished to
do so, subject to
the following conditions:
\n
The above copyright notice
and this permission notice shall be
included in all
copies or
substantial portions of the Software.
\n
THE SOFTWARE IS PROVIDED "AS
IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR
IMPLIED, INCLUDING BUT NOT
LIMITED TO THE WARRANTIES OF
MERCHANTABILITY,
FITNESS FOR A PARTICULAR
PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN
AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN
CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Conectat(ă)
Plecat
Disponibil(ă) pentru conversație
Nu deranja
Indisponibil(ă)
Deconectat(ă)
Dezvoltatori
Launchpad Contributions:
Georg Lukas https://launchpad.net/~ge0rg
Licaon_Kter https://launchpad.net/~licaon-kter
General
Toate contactele
Grupuri de discuție
Alegeți contact
Setări
ID discuție de grup
Nume
Parolă
Invitație discuție de grup
Invitație de la %s
%1$s (%2$d participanți)
Alătură-te ca %s
Sincronizare...
Participanți discuție de grup (%s)
Ați fost dat(ă) afară: %s
Ați fost dat(ă) afară de către %1$s: %2$s
Vi s-a interzis accesul: %s
Vi s-a interzis accesul de către %1$s: %2$s
Trimite...
Fă o poză
Alege o imagine
Trimite fișier
Se comprimă imaginea...
Se încarcă...
fișier prea mare!
%s are nevoie de acces la stocare pentru a trimite fișiere!
Notifications are disabled in the Android app preferences.
Conținut mesaj
Discuțiile mele de grup
Discuții publice de grup
Răsfoire: %s
Serviciu în prim-plan
Mesaje
================================================
FILE: res/values-ru/strings.xml
================================================
yaxim
Бруно
yaxim: %s
Бруно: %s
Подключение к серверу…
Отключение…
В сети
Отключён
Нет контактов для отображения!
Можете добавить контакты несколькими способами:\n\n - Через Android Beam™ (приложите устройства друг к другу)\n\n - Сканировать QR-код\n\n - \«Создать приглашение\» и поделиться им через e-mail, SMS, QR-код и т. д.\n\n - \«Добавить контакт\», если известен JID
Следующая попытка подключения через %d секунд.
Соединение закрыто
Отсутствует сетевое подключение
Нет ответа
Ошибка: %s
Выйти
Пожалуйста, сначала соединитесь
user@yax.im
Проверьте формат адреса!
Добро пожаловать в yaxim!
Необходимо настроить yaxim перед использованием. Пожалуйста, введите Jabber ID и пароль.
Введите пароль
Показать пароль
Jabber ID:
Пароль:
Дополнительно…
Зарегистрировать новую учётную запись
Пароль слишком короткий!
Создан надёжный пароль
Проверьте учётные данные и пароль!
Не могу подключиться к %s!
Сервер не поддерживает регистрацию!
Вас пригласили в Jabber. Пожалуйста, завершите регистрацию.
Дополнительная учетная запись не поддерживается!
Сообщение от %s
Получено сообщение
%1$s в %2$s
Ответить
Отметить прочитанным
Ошибка при отправлении сообщения
Настройки параметров уведомлений
Контакт ростера
Конференция
Индивидуальные параметры
Только уведомить об упоминании
Уведомлять при упоминании вашего ника в конференции
LED-индикация
LED-индикация входящих сообщений
Вибрация
Вибрировать при входящих сообщениях
- Никогда
- Системные настройки
- Всегда
Звук сообщения
Проигрывать звук при получении сообщения
Предпросмотр сообщения
Показывать отправителя и сообщение в статусной строке
Общие настройки
\«Не беспокоить\» в беззвучном режиме
Установить статус \«Не беспокоить\», если телефон в беззвучном режиме
Установить ваш статус
Всегда показывать все контакты в списке собеседников
Показывать отключённые контакты
Упорядочить контакты по группам
Показывать группы
Держать приложение в памяти, чтобы обеспечить постоянное соединение (служба на переднем плане)
Значок в статусной строке
Отладка
Пакетная и отладочная информация через logcat (может содержать личную информацию)
Отладка с помощью SMACK
Отправлять отчёты об ошибках
Посылать анонимные отчёты о падениях разработчику
Внешний вид
Размер шрифта в чате
Установить размер шрифта в чате
Размер шрифта в чате
Оформление
Тёмное
Светлое
Сосна
Лёд
Внешний вид
- маленький
- обычный
- большой
- огромный
Добавить контакт
Добавить %s
Показать отключённых
Скрыть отключённых
Редактировать учётную запись
Настройки
Статус
Подключиться
Отключиться
О yaxim
О Бруно
Добавить / просмотреть…
Войти в Matrix…
Отметить все как прочитанные
Создать приглашение
Участники
Добавить контакт
Пожалуйста, введите Jabber ID друга, желаемое имя для отображения и выберите его группу!
Имя для отображения
Добавить в новую группу
Название новой группы
Переименовать группу
Отметить как прочитанное
Удалить контакт
Удалить историю чата
Переименовать
Запросить авторизацию
Изменить группу
Поделиться адресом
Звук сообщения
Изменить закладку
Покинуть конференцию
Действительно покинуть %s?
Информация об учётной записи
Настройки учётной записи
Настройки подключения
Расширенные настройки
Копирование сообщений (XEP-0280)
Запрашивать копии сообщений от других ваших клиентов
Jabber ID
пример: me@jabber.example.com
Введите свой Jabber ID:
Пароль учётной записи
Пароль вашей учётной записи Jabber
Изменить пароль на сервере
Старый пароль:
Новый пароль:
ПРЕДУПРЕЖДЕНИЕ! Вводимые пароли должны совпадать!
Подождите, пожалуйста, изменение пароля…
Пароль успешно изменён.
Ошибка изменения пароля: %s
Отображаемое имя
Ваш ник показывается другим пользователям
Ресурс клиента
По умолчанию: yaxim
Введите ресурс:
yaxim
Приоритет клиента
По умолчанию: 0 (разрешено от -128 до 127)
Допустимые значения: -128…127
Введите приоритет:
Порт сервера
По умолчанию: 5222
Введите порт сервера:
5222
Пользовательский сервер
(Опционально) альтернативный адрес сервера
Введите имя сервера:
host.example.com
Требовать SSL/TLS
Всегда шифровать соединение с сервером
Выберите группу
Ваш статус
Установить ваш статус
Переименовать группу %s в:
Переименовать группу
Переименовать %1$s (%2$s) в:
Переименовать контакт
Выберите группу из списка ниже
Изменить группу
Действительно удалить %1$s (%2$s)?
Удалить контакт
Действительно удалить всю историю сообщений с %1$s (%2$s)?
Удалить историю сообщений
%1$s хочет добавить вас в контакты: \"%2$s\"
Запрос подписки
Принять
Отклонить
Отклонить все
может видеть ваш статус
Я:
Сообщение было сохранено для отправки.
Введите сообщение
Цитировать
Редактировать
О yaxim
Разработчики
Контакт
Лицензирование
Оцените приложение
Эта программа является свободным программным обеспечением; вы можете распространять и/или изменять его в соответствии с условиями лицензии GNU General Public версии 2, опубликованной Фондом свободного программного обеспечения. Ссылка: https://www.gnu.org/licenses/old-licenses/gpl-2.0.ru.html\n \n Отдельные части этого программного обеспечения предоставляются в соответствии с лицензией MIT:\n \n Copyright © 2009 Mads Kristiansen, Nullwire ApS\n \n Настоящим предоставляется разрешение, бесплатно, любому лицу, получившему копию этого программного обеспечения и связанных файлов документации, («Программное обеспечение»), работать с Программным обеспечением без ограничений, включая, без ограничений, права на использование, копирование, изменение, объединение, публикацию, распространение, сублицензию и/или продажу копий Программного обеспечения и разрешать лицам, которым предоставляется Программное обеспечение, делать это, при соблюдении следующих условий: \n Вышеупомянутое уведомление об авторских правах и это уведомление о разрешении должны быть включены во все копии или существенные части Программного обеспечения. \n ПРОГРАММНОЕ ОБЕСПЕЧЕНИЕ ПРЕДОСТАВЛЯЕТСЯ «КАК ЕСТЬ», БЕЗ КАКИХ-ЛИБО ГАРАНТИЙ, ЯВНЫХ ИЛИ ПОДРАЗУМЕВАЕМЫХ, ВКЛЮЧАЯ, НО НЕ ОГРАНИЧИВАЯСЬ ГАРАНТИЯМИ КОММЕРЧЕСКОЙ ЦЕННОСТИ, ПРИГОДНОСТИ ДЛЯ ОПРЕДЕЛЕННОЙ ЦЕЛИ И НЕНАРУШЕНИЯ. НИ ПРИ КАКИХ ОБСТОЯТЕЛЬСТВАХ АВТОРЫ ИЛИ АВТОРСКИЕ ПАРТНЕРЫ НЕ НЕСУТ ОТВЕТСТВЕННОСТИ ЗА ЛЮБЫЕ ПРЕТЕНЗИИ, УБЫТКИ ИЛИ ДРУГИЕ ОТВЕТСТВЕННОСТИ, КАКИЕ-ЛИБО ДЕЙСТВИЯ КОНТРАКТА, ОТЛИЧНЫЕ ИЛИ ДРУГИЕ, ВОЗНИКАЮЩИЕ ИЗ, ВНЕ ИЛИ В СВЯЗИ С ПРОГРАММНЫМ ОБЕСПЕЧЕНИЕМ ИЛИ ИСПОЛЬЗОВАНИЕМ ИЛИ ДРУГИМИ РАБОТАМИ В ПРОГРАММНОМ ОБЕСПЕЧЕНИИ.
В сети
Отсутствую
Готов поболтать
Не беспокоить
Недоступен
Отключён
Launchpad Contributions:
Alexandr https://launchpad.net/~k.a.a.
Drow_Ranger https://launchpad.net/~d3jow9y5j
Georg Lukas https://launchpad.net/~ge0rg
Ilya https://launchpad.net/~me-detected
Paul F. https://launchpad.net/~ultimius
Sergey Ponomarev https://launchpad.net/~stokito
Xiong Sung https://launchpad.net/~xiongsung
snm https://launchpad.net/~zastava-boty
Кощеев https://launchpad.net/~kashcheyeu
Кощеев https://launchpad.net/~zowenko
Общие
Все контакты
Конференции
Выберите контакт
Настройки
JID конференции
Никнейм
Пароль (опционально)
Приглашение в конференцию
Приглашение от %s
%1$s (%2$d участников)
Присоединиться как %s
Синхронизация…
Участники конференции (%s)
Выгнан: %s
Выгнан %1$s: %2$s
Забанен: %s
Забанен %1$s: %2$s
Отправка...
Камера
Выбрать фото
Отправить файл
Сжатие...
Загрузка...
Слишком большой файл!
%s нужен доступ к хранилищу для отправки файлов!
Notifications are disabled in the Android app preferences.
Cодержимое сообщения
Мои групповые чаты
Публичные групповые чаты
Просмотр: %s
Служба на переднем плане
Сообщения
================================================
FILE: res/values-sk/strings.xml
================================================
yaxim
Bruno
yaxim: %s
Bruno: %s
Pripájanie k serveru...
Odpájanie...
Pripojené
Odpojené
Žiadne kontakty na zobrazenie!
There are many ways to add contacts:\n\n
- Android Beam™: touch a friend\'s phone\n\n
- Scan a QR code\n\n
- \"Create invitation\" and share it (e-mail, SMS, QR code, …)\n\n
- \"Add contact\" if you know the JID
Pokus o ďalšie pripojenie o %d sekúnd.
Spojenie ukončené
Bez sieťového pripojenia
No response
Error: %s
Ukončiť
Prosím, najprv sa pripojte
user@yax.im
Overte formát adresy!
Vitajte v yaxim!
Pred používaním musíte yaxim nastaviť. Prosím, zadajte vaše Jabber ID a heslo.
Zadajte heslo
Show password
Jabber ID:
Heslo:
Pokročilé...
Zaregistrovať nový účet
Password is too short!
Created secure password
Please check your username and password!
Could not connect to %s!
Server does not allow registration!
You have been invited to Jabber. Please complete your registration.
No additional account supported!
Správa od %s
Prijatá správa
%1$s in %2$s
Reply
Mark Read
Chyba počas odosielania správy!
Notification Settings
Upozornenie na správu
Group Chat Notification
Custom Ringtone
Only notify on mention
Notify when your nickname is mentioned in a room
Blikanie LED
Blikanie LED pri prijatí správy
Vibrovanie
Vibrovať pri prijatí správy
- Nikdy
- Systémové nastavenia
- Vždy
Zvonenie
Zvuk pre prichádzajúce správy
Zobrazenie správy
Zobraziť odosielateľa a správu v stavovom riadku
General Settings
\"Do not disturb\" in silent mode
Set your online status to \"DND\" when your phone is in silent mode
Nastavenie statusu
Vždy zobraziť všetky kontakty v zozname
Zobraziť odpojené kontakty
Usporiadanie kontaktov do skupín
Zobraziť skupiny kontaktov
Keep app in memory to ensure always-on connection (foreground service)
Ikona v stavovom riadku
Ladenie
Packet and debug output via logcat (may contain personal information)
SMACK debugging
Odoslať správu o zlyhaní
Odoslať anonymnú správu o zlyhaní vývojárom
Vzhľad
Veľkosť písma chatu
Nastaviť veľkosť písma chatu
Veľkosť písma chatu
Téma vzhľadu
Tmavá
Svetlá
Pine
Ice
Vzhľad
- malé
- normálne
- veľké
- obrovské
Add contact
Add %s
Show offline
Hide offline
Edit account
Nastavenia
Status
Pripojiť
Odpojiť
O aplikácii yaxim
About Bruno
Add / browse…
Enter the Matrix…
Mark all as read
Create invitation
Participants
Pridať kontakt
Prosím, zadajte Jabber ID vášho priateľa, jeho meno a vyberte skupinu kontaktov
Zobrazené meno
Pridať do novej skupiny
Názov novej skupiny
Premenovať skupinu
Označiť ako prečítané
Delete contact
Delete chat history
Premenovať
Request authorization
Zmeniť skupinu
Share address
Zvonenie
Edit group chat
Leave group chat
Really leave %s?
Prihlasovacie informácie
Nastavenia účtu
Nastavenie pripojenia
Rozšírené nastavenia
Message Carbons (XEP-0280)
Request message copies from your other client(s)
Jabber ID
príklad: ja@jabber.example.com
Zadajte vaše Jabber ID
Heslo
Vaše heslo k Jabber účtu
Zmeniť heslo na serveri
Staré heslo:
Nové heslo:
Varovanie! Pre úspešné prihlásenie musíte zadať rovnaké heslo na serveri kde máte Jabber účet!
Prosím čakajte, mení sa heslo...
Heslo bolo úspešne zmenené.
Chyba pri zmene hesla: %s
Display Name
Your nickname displayed to other users
Client Resource
Štandardné: yaxim
Enter your resource:
yaxim
Client Priority
Základné: 0 (allowed: -128 .. 127)
Povolené hodnoty: -128 .. 127
Enter your priority:
Port servera
Štandardný: 5222
Zadajte port servera:
5222
Iný server
(Voliteľné) alternatívny server hostname
Zadajte hostname
host.example.com
Vyžadovať SSL/TLS
Vždy šifrovať pripojenie na server
Vybrať skupinu
Váš status
Nastavenie statusu
Premenovať skupinu %s na:
Premenovať skupinu
Premenovať %1$s (%2$s) na:
Premenovať kontakt
Vyberte skupinu z nižšie uvedených
Zmeniť skupinu
Naozaj odstrániť %1$s (%2$s)?
Vymazať kontakt
Naozaj odstrániť všetky správy s %1$s (%2$s)?
Vymazať históriu chatu
%1$s si vás chce pridať ako kontakt: \"%2$s\"
Požiadavka o zapísanie
Accept
Reject
Reject all
can see your status
Ja:
Správa bola uložená na odoslanie
Napíšte správu
Quote
Edit message
O aplikácii yaxim
Vývojári
Contact
Licencia
Rate app
This program is free software; you can redistribute
it and/or
modify it under the terms of the GNU General Public License
version 2
as published by the Free Software Foundation.
Link:
http://www.gnu.org/licenses/gpl-2.0.html\n
\n
Parts of this software are
provided under the MIT License:\n
\n
Copyright © 2009 Mads
Kristiansen, Nullwire ApS\n
\n
Permission is hereby granted, free of
charge, to any person obtaining
a copy
of this software and associated
documentation files (the
"Software"), to deal
in the Software without
restriction, including
without limitation the rights
to use, copy,
modify, merge, publish,
distribute, sublicense, and/or sell
copies of
the Software, and to
permit persons to whom the Software is
furnished to
do so, subject to
the following conditions:
\n
The above copyright notice
and this permission notice shall be
included in all
copies or
substantial portions of the Software.
\n
THE SOFTWARE IS PROVIDED "AS
IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR
IMPLIED, INCLUDING BUT NOT
LIMITED TO THE WARRANTIES OF
MERCHANTABILITY,
FITNESS FOR A PARTICULAR
PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN
AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN
CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Pripojené
Preč
Pripravený na chat
Nerušiť
Nedostupný
Odpojené
Launchpad Contributions:
Linuxfan https://launchpad.net/~linuxfan-timo
Všeobecné
Všetky kontakty
Group Chats
Vybrať kontakt
Nastavenia
Group chat JID
Nickname
Password (optional)
Group Chat Invitation
Invitation from %s
%1$s (%2$d participants)
Join as %s
Synchronizing…
Group Chat Participants (%s)
Kicked: %s
Kicked by %1$s: %2$s
Banned: %s
Banned by %1$s: %2$s
Send…
Take picture
Choose picture
Send file
Compressing picture…
Uploading…
file too large!
%s needs storage access to send files!
Notifications are disabled in the Android app preferences.
Message content
My group chats
Public group chats
Browser: %s
Foreground service
Messages
================================================
FILE: res/values-sr/strings.xml
================================================
yaxim
Bruno
yaxim: %s
Bruno: %s
Connecting to server…
Disconnecting…
На мрежи
Ван мреже
No contacts to show!
There are many ways to add contacts:\n\n
- Android Beam™: touch a friend\'s phone\n\n
- Scan a QR code\n\n
- \"Create invitation\" and share it (e-mail, SMS, QR code, …)\n\n
- \"Add contact\" if you know the JID
Next connection attempt in %d seconds.
Веза је затворена.
Нема мрежне везе
No response
Error: %s
Изађи
Please connect first
korisnik@yax.im
Check address format!
Welcome to yaxim!
You need to configure yaxim before you can use it. Please enter your Jabber ID and password.
Упишите лозинку
Show password
Џабер ИД:
Лозинка:
Advanced…
Register new account
Password is too short!
Created secure password
Please check your username and password!
Could not connect to %s!
Server does not allow registration!
You have been invited to Jabber. Please complete your registration.
No additional account supported!
Message from %s
Message received
%1$s in %2$s
Reply
Mark Read
Error while sending message!
Notification Settings
Message Notification
Group Chat Notification
Custom Ringtone
Only notify on mention
Notify when your nickname is mentioned in a room
Blinking LED
Blink phone LED on incoming messages
Vibration
Vibrate on incoming messages
- Never
- System preference
- Always
Ringtone
Tone for incoming messages
Message preview
Show sender and message in status bar
General Settings
\"Do not disturb\" in silent mode
Set your online status to \"DND\" when your phone is in silent mode
Set your status
Always show all contacts in the roster
Show offline contacts
Arrange your contacts by their groups
Show contact groups
Keep app in memory to ensure always-on connection (foreground service)
Statusbar icon
Debugging
Packet and debug output via logcat (may contain personal information)
SMACK debugging
Send crash reports
Send anonymous crash reports to developer
Appearance
Chat font size
Set chat font size
Chat font size
Theme
Dark
Light
Pine
Ice
Appearance
- small
- normal
- large
- huge
Add contact
Add %s
Show offline
Hide offline
Edit account
Settings
Status
Connect
Disconnect
About yaxim
About Bruno
Add / browse…
Enter the Matrix…
Mark all as read
Create invitation
Participants
Add a Contact
Please enter the Jabber ID of your friend, the
desired screen name and choose their contact group!
Screen name
Add to a new group
Name for the new group
Rename group
Mark as read
Delete contact
Delete chat history
Rename
Request authorization
Change group
Share address
Ringtone
Edit group chat
Leave group chat
Really leave %s?
Login Information
Account Settings
Connecting Options
Advanced Options
Message Carbons (XEP-0280)
Request message copies from your other client(s)
Jabber ID
example: me@jabber.example.com
Enter your Jabber ID:
Account Password
Your Jabber account password
Change password on server
Old Password:
New Password:
WARNING! For successful login you must also set the same password on the server!
Please wait, changing password…
Password successfully changed.
Error changing password: %s
Display Name
Your nickname displayed to other users
Client Resource
Default: yaxim
Enter your resource:
yaxim
Client Priority
Default: 0 (allowed: -128 .. 127)
Allowed values: -128 .. 127
Enter your priority:
Server Port
Default: 5222
Enter the server port:
5222
Custom Server
(Optional) alternative server hostname
Enter server hostname:
host.example.com
Require SSL/TLS
Always encrypt server connection
Choose Group
Your status message
Set your status
Rename group %s to:
Rename group
Rename %1$s (%2$s) to:
Rename contact
Select a group from the spinner below
Change group
Really remove %1$s (%2$s)?
Delete Contact
Really remove all messages with %1$s (%2$s)?
Delete Chat History
%1$s wants to add you as a contact: \"%2$s\"
Subscription Request
Accept
Reject
Reject all
can see your status
Me:
The message has been stored for transmission.
Enter message
Quote
Edit message
About yaxim
Developers
Contact
Licensing
Rate app
This program is free software; you can redistribute
it and/or
modify it under the terms of the GNU General Public License
version 2
as published by the Free Software Foundation.
Link:
http://www.gnu.org/licenses/gpl-2.0.html\n
\n
Parts of this software are
provided under the MIT License:\n
\n
Copyright © 2009 Mads
Kristiansen, Nullwire ApS\n
\n
Permission is hereby granted, free of
charge, to any person obtaining
a copy
of this software and associated
documentation files (the
"Software"), to deal
in the Software without
restriction, including
without limitation the rights
to use, copy,
modify, merge, publish,
distribute, sublicense, and/or sell
copies of
the Software, and to
permit persons to whom the Software is
furnished to
do so, subject to
the following conditions:
\n
The above copyright notice
and this permission notice shall be
included in all
copies or
substantial portions of the Software.
\n
THE SOFTWARE IS PROVIDED "AS
IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR
IMPLIED, INCLUDING BUT NOT
LIMITED TO THE WARRANTIES OF
MERCHANTABILITY,
FITNESS FOR A PARTICULAR
PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN
AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN
CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
На мрежи
Away
Free for chat
Do not disturb
Not available
Ван мреже
Launchpad Contributions:
Мирослав Николић https://launchpad.net/~lipek
General
All contacts
Group Chats
Choose contact
Settings
Group chat JID
Nickname
Password (optional)
Group Chat Invitation
Invitation from %s
%1$s (%2$d participants)
Join as %s
Synchronizing…
Group Chat Participants (%s)
Kicked: %s
Kicked by %1$s: %2$s
Banned: %s
Banned by %1$s: %2$s
Send…
Take picture
Choose picture
Send file
Compressing picture…
Uploading…
file too large!
%s needs storage access to send files!
Notifications are disabled in the Android app preferences.
Message content
My group chats
Public group chats
Browser: %s
Foreground service
Messages
================================================
FILE: res/values-sv/strings.xml
================================================
yaxim
Bruno
yaxim: %s
Bruno: %s
Ansluter till server…
Kopplar från…
Ansluten
Ej ansluten
Inga kontakter att visa!
Det finns många sätt att lägg till kontakter:\n\n - Android Beam™: klicka på en väns telefon\n\n - Läs av en QR-kod\n\n - \"Skapa inbjudan\" och dela den (datorpost, SMS, QR-kod, …)\n\n - \"Lägg till kontakt\" om du känner till användarens JID
Nytt anslutningsförsök om %d sekunder.
Anslutning stängd
Ingen nätverksanslutning
Inget svar
Fel: %s
Avsluta
Du behöver ansluta först
user@yax.im
Kontrollera adressformat!
Välkommen till yaxim!
Vissa inställningar måste göras innan du kan börja använda programmet. Ange ditt Jabber-ID och lösenord.
Ange lösenord
Visa lösenord
Jabber-ID:
Lösenord:
Avancerat…
Registrera nytt konto
För kort lösenord!
Skapade säkert lösenord
Kontrollera ditt användarnamn och lösenord!
Could not connect to %s!
Server does not allow registration!
Du har fått en inbjudan till Jabber. Var vänlig slutför din registrering.
Flera konton stöds ej!
Meddelande från %s
Meddelande mottaget
%1$s i %2$s
Svara
Markera läst
Fel när meddelandet skickades!
Aviseringsinställningar
Meddelandeavisering
Gruppavisering
Anpassad ringsignal
Avisera bara om nämnd
Avisera även när ditt kortnamn är nämnt i ett rum
Blinkande lysdiod
Blinka LED vid inkommande meddelande
Vibration
Vibrera vid inkommande meddelande
- Aldrig
- Systeminställning
- Alltid
Ringsignal
Ljud vid inkommande meddelande
Förhandsgranskning
Visa avsändare och meddelande i statusfältet
Allmänna inställningar
\"Stör ej\" i tyst läge
Sätt din status till \"DND\" när din telefon är i tyst läge
Ange din status
Visa alltid alla kontakter i listan
Visa frånkopplade kontakter
Arrangera dina kontakter efter grupp
Visa kontaktgrupper
Lås appen i minnet så att den är garanterat ansluten (förgrundstjänst)
Statusfältikon
Felsökning
Paket- och felsökningsinfo via logcat (kan innehålla privata data)
SMACK-felsökning
Skicka rapport vid programkrasch
Skicka anonyma kraschrapporter till utvecklare
Utseende
Fontstorlek chatt
Välj fontstorlek för chatt
Fontstorlek chatt
Tema
Mörk
Ljus
Tall
Is
Utseende
- liten
- normal
- stor
- enorm
Lägg till kontakt
Lägg till %s
Visa frånkopplat
Dölj frånkopplat
Redigera konto
Inställningar
Status
Anslut
Koppla från
Om yaxim
Om Bruno
Lägg till / bläddra...
Träd in i Matrisen...
Markera allt som läst
Skapa en inbjudan
Deltagare
Lägg till kontakt
Skriv in kontaktens Jabber-ID samt vilket namn som ska visas på skärmen och välj vilken grupp kontakten ska tillhöra!
Visningsnamn
Lägg till i en ny grupp
Den nya gruppens namn
Döp om grupp
Markera som läst
Radera kontakt
Radera chatthistoriken
Byt namn
Begär åtkomst
Byt grupp
Dela adress
Ringsignal
Redigera chattgrupp
Lämna chattgrupp
Verkligen lämna %s?
Inloggningsuppgifter
Kontoinställningar
Anslutningsalternativ
Avancerade alternativ
"Message Carbons" (XEP-0280)
Begär kopior av meddelanden från andra klienter
Jabber-ID
example: jag@jabber.exempel.com
Ange ditt Jabber-ID:
Lösenord
Jabberkontots lösenord
Byt lösenord hos servern
Gammalt lösenord:
Nytt lösenord:
VARNING! För att kunna ansluta så måste du ange samma lösenord som hos servern!
Var vänlig vänta, byter lösenord...
Lösenordet har ändrats.
Misslyckade att ändra lösenordet: %s
Visningsnamn
Ditt kortnamn visas för andra användare
Instans
Förvalt: yaxim
Ange instans:
yaxim
Prioritet
Förvalt: 0 (tillåtet: -128 .. 127)
Tillåtna värden: -128 .. 127
Ange prioritet:
Serverport
Förvalt: 5222
Ange port:
5222
Ange annan server
Ange alternativt namn på server (valfritt)
Ange serverns namn:
host.exempel.com
Kräver SSL/TLS
Krypterar alltid anslutning till servern
Välj grupp
Statusmeddelande
Ange din status
Ändra namn på gruppen %s till:
Döp om grupp
Döp om %1$s (%2$s) till:
Döp om kontakt
Välj en grupp nedan
Byt grupp
Verkligen radera %1$s (%2$s)?
Radera kontakt
Verkligen radera alla meddelanden för %1$s (%2$s)?
Radera chatthistorik
%1$s vill lägga till dig som kontakt: \"%2$s\"
Prenumerationsförfrågan
Godkänn
Avvisa
Avvisa alla
kan se din status
Jag:
Meddelandet har lagrats för att kunna skickas senare.
Skriv meddelande
Citat
Redigera meddelande
Om yaxim
Utvecklare
Kontakt
Licens
Bedöm app
Denna text har avsiktligt lämnats i sin helhet på orginalspråk: This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. Link: http://www.gnu.org/licenses/gpl-2.0.html\n \n Parts of this software are provided under the MIT License:\n \n Copyright © 2009 Mads Kristiansen, Nullwire ApS\n \n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: \n The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Ansluten
Frånvarande
Ledig för chatt
Stör ej
Inte tillgänglig
Ej ansluten
Launchpad Contributions:
Anders Jackson https://launchpad.net/~anders-jackson
Argafål https://launchpad.net/~argafal
Fredrik Wendt https://launchpad.net/~fredrik-wendt
Förnamn Eftr https://launchpad.net/~erikl-deactivatedaccount
Generell
Alla kontakter
Gruppchatt
Välj kontakt
Inställningar
JID till gruppchat
Smeknamn
Lösenord (valfritt)
Inbjudan till gruppchatt
Inbjudan från %s
%1$s (%2$d deltagare)
Går med som %s
Synkroniserar...
Deltagare i gruppchatt (%s)
Utsparkad: %s
Utsparkade av %1$s: %2$s
Blockad: %s
Blockad av %1$s: %2$s
Skickar...
Tag ett foto
Välj ett foto
Skicka fil
Komprimerar foto...
Skickar upp…
Filen är för stor!
%s behöver tillgång till filsystem för att sända filer!
Notifications are disabled in the Android app preferences.
Meddelandeinnehåll
Mina gruppchatter
Publika gruppchatter
Letar: %s
Förgrundstjänst
Meddelanden
================================================
FILE: res/values-tr/strings.xml
================================================
yaxim
Bruno
yaxim: %s
Bruno: %s
Sunucuya bağlanılıyor…
Bağlantı kesiliyor…
Çevirimiçi
Çevrimdışı
Görüntülenecek kişi yok!
There are many ways to add contacts:\n\n
- Android Beam™: touch a friend\'s phone\n\n
- Scan a QR code\n\n
- \"Create invitation\" and share it (e-mail, SMS, QR code, …)\n\n
- \"Add contact\" if you know the JID
%d saniye sonra yeni bağlantı teşebbüsü.
Bağlantı kesildi
Ağ bağlantısı yok
No response
Error: %s
Çıkış
Lütfen önce bağlanınız
kullanıcı@yax.im
Adres biçimini kontrol ediniz!
Yaxim\'e hoş geldiniz!
Kullanabilmek için yaxim\'i yapılandırmanız lazımdır. Jabber kimliğinizi ve parolanızı giriniz.
Parola girin
Show password
Jabber kimliği:
Parola:
Gelişmiş:
Yeni hesap kaydet
Password is too short!
Created secure password
Please check your username and password!
Could not connect to %s!
Server does not allow registration!
You have been invited to Jabber. Please complete your registration.
No additional account supported!
%s mesajı
Mesaj alındı
%1$s in %2$s
Reply
Mark Read
Mesajın gönderilmesinde hata!
Notification Settings
Mesaj Uyarısı
Group Chat Notification
Custom Ringtone
Only notify on mention
Notify when your nickname is mentioned in a room
Yanıp sönen LED
Gelen mesajlar için telefonun LED\'ini yanıp söndür
Titreşim
Gelen mesaj olduğunda titre
- Asla
- Sistem tercihi
- Daima
Melodi
Gelen mesajlar için ses
Mesaj önizlemesi
Göndereni ve mesajı durum çubuğunda göster
General Settings
\"Do not disturb\" in silent mode
Set your online status to \"DND\" when your phone is in silent mode
Durumunuzu ayarlayın
Listede daima tüm kişileri göster
Çevrimdışı kişileri göster
Kişileri gruplara göre sıralandır
Kişi gruplarını göster
Keep app in memory to ensure always-on connection (foreground service)
Durum çubuğu ikonu
Hata ayıklama
Logcat aracılığıyla paket ve hata ayıklama çıktısı (kişisel bilgiler içerebilir)
SMACK hata ayıklama
Çökme raporları gönder
Geliştiriciye anonim çökme raporları gönder
Görünüm
Sohbet yazıtipi boyutu
Yazı tipi boyutunu ayarla
Sohbet yazıtipi boyutu
Tema
Koyu
Açık
Pine
Ice
Görünüm
- küçük
- normal
- büyük
- çok büyük
Add contact
Add %s
Show offline
Hide offline
Edit account
Ayarlar
Durum
Bağlan
Bağlantıyı kes
Yaxim hakkında
About Bruno
Add / browse…
Enter the Matrix…
Mark all as read
Create invitation
Participants
Kişi ekle
Arkadaşınızın Jabber kimliğini ve istediğiniz rumuzu girip kişi grubunu seçiniz!
Rumuz
Yeni gruba ekle
Yeni grup için isim
Grubu yeniden adlandır
Okunmuş olarak işaretle
Delete contact
Delete chat history
Yeniden adlandır
Request authorization
Grup değiştir
Share address
Melodi
Edit group chat
Leave group chat
Really leave %s?
Giriş Verileri
Hesap Ayarları
Bağlantı Seçenekleri
Gelişmiş Seçenekler
Mesajların Karbon Kopyaları (XEP-0280)
Diğer istemcilerden mesaj kopyaları talep et
Jabber Kimliği
örnek: ben@jabber.misal.com
Jabber kimliğinizi girin:
Hesap Parolası
Jabber hesabınızın parolası
Parolayı sunucuda değiştir
Eski Parola:
Yeni Parola:
İKAZ! Başarılı giriş için aynı parolayı sunucuda da ayarlamanız lazımdır!
Bekleyiniz, parola değiştiriliyor…
Parola başarıyla değiştirildi.
Parolanın değiştirilmesinde hata: %s
Display Name
Your nickname displayed to other users
İstemci Kaynağı
Varsayılan: yaxim
Kaynağınızı giriniz:
yaxim
İstemci Önceliği
Varsayılan: 0 (izin verilen: -128 ilâ 127)
İzin verilen değerler: -128 ilâ 127
Önceliğinizi girin:
Sunucu Portu
Varsayılan: 5222
Sunucu portunu girin:
5222
Özel Sunucu
(Seçime dayalı) alternatif sunucu makine ismi
Sunucu makine ismini girin:
host.misal.com
SSL/TLS iste
Sunucu bağlantısını daima şifrele
Grup Seç
Durum mesajınız
Durumunuzu ayarlayın
%s grubunu şöyle adlandır:
Grubu yeniden adlandır
%1$s (%2$s) şöyle adlandırılsın:
Kişiyi yeniden adlandır
Aşağıdan bir grup seçin
Grup değiştir
%1$s (%2$s) gerçekten kaldırılsın mı?
Kişiyi Sil
%1$s (%2$s) ile tüm mesajlar silinsin mi?
Sohbet Tarihçesini Sil
%1$s sizi kişi olarak eklemek istiyor: \"%2$s\"
Abone olma talebi
Accept
Reject
Reject all
can see your status
Ben:
Mesaj gönderilmek için kaydedilmiştir.
Mesaj girin
Quote
Edit message
Yaxim hakkında
Geliştiriciler
Contact
Lisans
Rate app
Bu program özgür yazılımdır; onu Özgür Yazılım Vakfının yayınladığı GNU Genel Kamu Lisansının 2. sürümü kapsamında dağıtabilir ve/veya değiştirebilirsiniz. Bağlantı: http://www.gnu.org/licenses/gpl-2.0.html\n \n Bu yazılımın bazı parçaları MIT lisansı kapsamındadır:\n \n Telif hakkı © 2009 Mads Kristiansen, Nullwire ApS\n \n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: \n The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Çevirimiçi
Uzakta
Sohbete açık
Rahatsız etmeyin
Meşgul
Çevrimdışı
Launchpad Contributions:
Georg Lukas https://launchpad.net/~ge0rg
zapman https://launchpad.net/~zapman
zeugma https://launchpad.net/~sunder67
Genel
Tüm kişiler
Group Chats
Kİşi seç
Ayarlar
Group chat JID
Nickname
Password (optional)
Group Chat Invitation
Invitation from %s
%1$s (%2$d participants)
Join as %s
Synchronizing…
Group Chat Participants (%s)
Kicked: %s
Kicked by %1$s: %2$s
Banned: %s
Banned by %1$s: %2$s
Send…
Take picture
Choose picture
Send file
Compressing picture…
Uploading…
file too large!
%s needs storage access to send files!
Notifications are disabled in the Android app preferences.
Message content
My group chats
Public group chats
Browser: %s
Foreground service
Messages
================================================
FILE: res/values-uk/strings.xml
================================================
yaxim
Бруно
yaxim: %s
Бруно: %s
Підключення до сервера...
Відключення...
На зв’язку
Відключено
Не має контактів для відображення!
Можете додати контакти декількома способами:\n\n - Android Beam™: прикладіть пристрої один до одного\n\n - Сканувати QR код\n\n - \"Створити запрошення\" та поділіться ним (e-mail, SMS, QR code, …)\n\n - \"Додати контакт\" якщо відомий JID
Наступна спроба підключення через %d секунд.
З’єднання закрито
Не має підключення до мережі
Немає відповіді
Помилка: %s
Вийти
Будь ласка, спочатку під’єднайтесь
user@yax.im
Перевірте формат!
Вітаємо в yaxim
Для початку користування вам необхідно налаштувати програму. Будь ласка, введіть ваш Jabber ID та пароль.
Введіть пароль
Показати пароль
Jabber ID
Пароль
Додатково...
Створити новий обліковий запис
Пароль занадто короткий
Створено надійний пароль
Перевірте облікові дані і пароль!
Не вдалося підключитися до %s!
Сервер не дозволяє реєстрацію!
Вас запросили в Jabber. Будь ласка, завершіть реєстрацію.
Додатковий обліковий запис не дозволений!
Повідомлення від %s
Отримано повідомлення
%1$s в %2$s
Відповісти
Відмітити як прочитане
Помилка при відправленні повідомлення!
Налаштування сповіщень
Сповіщення про повідомлення
Повідомлення конференції
Користувацький рингтон
Тільки повідомити про згадку
Повідомляти при згадці вашого ника в конференції
Сповіщення LED
Сповіщати про повідомлення морганням
Режим вібрації
Сповіщати про повідомлення вібрацією
- Ніколи
- Системні налаштунки
- Завжди
Звук повідомлення
Програвати звук для вхідних повідомлень
Попередній перегляд повідомлення
Відображати відправника та повідомлення у статусному рядку
Загальні налаштування
\"Не турбувати\" в беззвучному режимі
Встановити статус \"Не турбувати\" якщо телефон в беззвучному режимі
Вкажіть ваш статус
Завжди показувати всі контакти у ростері
Показувати співрозмовників, що відключені
Впорядкувати контакти по групам
Показувати групи контактів
Тримати додаток в пам\'яті, щоб забезпечити постійне з\'єднання (служба на передньому плані)
Іконка в статусному рідку
Діагностика
Пакетна і діагностична інформація через logcat (може містити персональні дані)
Діагностика за допомогою SMACK
Відправляти звіти про падіння
Відправляти анонімні звіти про падіння розробнику
Зовнішній вигляд
Розмір шрифту в чаті
Встановити розмір шрифту в чаті
Розмір шрифту в чаті
Тема
Темна
Світла
Сосна
Лід
Зовнішній вигляд
- малий
- звичайний
- великий
- величезний
Додати контакт
Додати %s
Показати відключених
Приховати відключених
Правка облікового запису
Налаштування
Статус
З’єднатися
Від’єднатися
Про yaxim
Про Бруно
Додати / подивитись...
Увійти в Matrix...
Позначити всі як прочитані
Створити запрошення
Учасники
Додати контакт
Будь ласка, введіть Jabber ID співрозмовника, бажаний псевдонім для відображення та оберіть групу!
Ім\'я для відображення
Додати в нову групу
Назва нової групи
Перейменувати групу
Позначити як прочитане
Видалити контакт
Видалити історію переписки
Перейменувати
Запит авторизації
Змінити групу
Поділитись адресою
Звук повідомлення
Перезайти в конференцію
Покинути конференцію
Дійсно покинути %s?
Реєстраційні відомості
Налаштування облікового запису
Налаштування підключення
Додаткові параметри
Копіювання повідомлень (XEP-0280)
Запитувати копії повідомлень від інших ваших клієнтів
Jabber ID:
наприклад: me@jabber.example.com
введіть ваш Jabber ID:
Пароль облікового запису
Пароль вашого облікового запису Jabber
Змінити пароль на сервері
Старий пароль:
Новий Пароль:
УВАГА! Для успішної реєстрації необхідно також встановити один і той же пароль на сервері!
Будь ласка, зачекайте, пароль змінюється...
Пароль успішно змінено.
Помилка зміни пароля: %s
Показуване ім’я
Ваш ник показується іншим користувачам
Ресурс
За замовчування: yaxim
Введіть ваш ресурс:
yaxim
Приоритет
За замовчуванням: 0 (дозволено: -128 .. 127)
Допустимі значення: -128 .. 127
Введіть пріоритет:
Порт сервера
За замовчування: 5222
Введіть порт сервера:
5222
Опційний сервер
Альтернативна адреса сервера (опційно)
Введіть адресу сервера:
host.example.com
Вимагати SSL/TLS
Завжди вимагати шифрування з’єднання
Змінити групу
Ваш статус
Вкажіть ваш статус
Перейменувати групу %s у:
Перейменувати групу
Перейменувати %1$s (%2$s) у:
Прейменувати контакт
Виберіть групу зі списку нижче
Змінити групу
Дійсно видалити %1$s (%2$s)?
Видалити контакт
Дійсно видалити всю історію повідомлень з %1$s (%2$s)?
Очистити історію чату
%1$s хоче додати вас в контакти: \"%2$s\"
Запит на підписку
Прийняти
Відхилити
Відхилити всі
може бачити ваш статус
Я:
Повідомлення було збережено для відправлення.
Введіть повідомлення
Цитата
Редагувати повідомлення
Про yaxim
Розробники
Контакт
Ліцензія
Оцініть додаток
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. Link: http://www.gnu.org/licenses/gpl-2.0.html\n \n Parts of this software are provided under the MIT License:\n \n Copyright © 2009 Mads Kristiansen, Nullwire ApS\n \n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: \n The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
На зв’язку
Немає на місці
Готовий спілкуватись
Не турбувати
Недоступний
Відключено
Launchpad Contributions:
baytuch https://launchpad.net/~baytuch
Загальна
Всі контакти
Конференції
Змінити контакт
Налаштування
JID конференції
Нікнейм
Пароль (опціонально)
Запрошення в конференцію
Запрошення від %s
%1$s (%2$d учасники)
Реєстрація в якості %s
Синхронізація...
Учасники конференції (%s)
Виключено: %s
Виключено з %1$s: %2$s
Заблоковано: %s
Заблоковано з %1$s: %2$s
Відправлення...
Камера
Обрати фото
Надіслати файл
Стиснення картинки…
Вивантаження...
Занадто великий файл!
%s потрібен доступ до сховища для відправки файлів!
Notifications are disabled in the Android app preferences.
Вміст повідомлення
Мої групові чати
Публічні групові чати
Перегляд: %s
Служба на передньому плані
Повідомлення
================================================
FILE: res/values-uz/strings.xml
================================================
yaxim
Bruno
yaxim: %s
Bruno: %s
Connecting to server…
Disconnecting…
Online
Offline
No contacts to show!
There are many ways to add contacts:\n\n
- Android Beam™: touch a friend\'s phone\n\n
- Scan a QR code\n\n
- \"Create invitation\" and share it (e-mail, SMS, QR code, …)\n\n
- \"Add contact\" if you know the JID
Next connection attempt in %d seconds.
Connection closed
No network connection
No response
Error: %s
Exit
Please connect first
user@yax.im
Check address format!
Welcome to yaxim!
You need to configure yaxim before you can use it. Please enter your Jabber ID and password.
Enter password
Show password
Jabber ID:
Password:
Advanced…
Register new account
Password is too short!
Created secure password
Please check your username and password!
Could not connect to %s!
Server does not allow registration!
You have been invited to Jabber. Please complete your registration.
No additional account supported!
Message from %s
Message received
%1$s in %2$s
Reply
Mark Read
Error while sending message!
Notification Settings
Message Notification
Group Chat Notification
Custom Ringtone
Only notify on mention
Notify when your nickname is mentioned in a room
Blinking LED
Blink phone LED on incoming messages
Vibration
Vibrate on incoming messages
- Hech qachon
- System preference
- Hamisha
Ringtone
Tone for incoming messages
Message preview
Show sender and message in status bar
General Settings
\"Do not disturb\" in silent mode
Set your online status to \"DND\" when your phone is in silent mode
Set your status
Always show all contacts in the roster
Show offline contacts
Arrange your contacts by their groups
Show contact groups
Keep app in memory to ensure always-on connection (foreground service)
Statusbar icon
Debugging
Packet and debug output via logcat (may contain personal information)
SMACK debugging
Send crash reports
Send anonymous crash reports to developer
Tashqi koʻrinishi
Chat font size
Set chat font size
Chat font size
Theme
Dark
Light
Pine
Ice
Tashqi koʻrinishi
- small
- normal
- large
- huge
Add contact
Add %s
Show offline
Hide offline
Edit account
Settings
Status
Connect
Disconnect
About yaxim
About Bruno
Add / browse…
Enter the Matrix…
Mark all as read
Create invitation
Participants
Add a Contact
Please enter the Jabber ID of your friend, the
desired screen name and choose their contact group!
Screen name
Add to a new group
Name for the new group
Rename group
Mark as read
Delete contact
Delete chat history
Rename
Request authorization
Change group
Share address
Ringtone
Edit group chat
Leave group chat
Really leave %s?
Login Information
Account Settings
Connecting Options
Advanced Options
Message Carbons (XEP-0280)
Request message copies from your other client(s)
Jabber ID
example: me@jabber.example.com
Enter your Jabber ID:
Account Password
Your Jabber account password
Change password on server
Old Password:
New Password:
WARNING! For successful login you must also set the same password on the server!
Please wait, changing password…
Password successfully changed.
Error changing password: %s
Display Name
Your nickname displayed to other users
Client Resource
Default: yaxim
Enter your resource:
yaxim
Client Priority
Default: 0 (allowed: -128 .. 127)
Allowed values: -128 .. 127
Enter your priority:
Server Port
Default: 5222
Enter the server port:
5222
Custom Server
(Optional) alternative server hostname
Enter server hostname:
host.example.com
Require SSL/TLS
Always encrypt server connection
Choose Group
Your status message
Set your status
Rename group %s to:
Rename group
Rename %1$s (%2$s) to:
Rename contact
Select a group from the spinner below
Change group
Really remove %1$s (%2$s)?
Delete Contact
Really remove all messages with %1$s (%2$s)?
Delete Chat History
%1$s wants to add you as a contact: \"%2$s\"
Subscription Request
Accept
Reject
Reject all
can see your status
Me:
The message has been stored for transmission.
Enter message
Quote
Edit message
About yaxim
Developers
Contact
Licensing
Rate app
TATU talabasi
Online
Away
Free for chat
Do not disturb
Not available
Offline
Launchpad Contributions:
bekzod https://launchpad.net/~buranov-bekzod
General
All contacts
Group Chats
Choose contact
Settings
Group chat JID
Nickname
Password (optional)
Group Chat Invitation
Invitation from %s
%1$s (%2$d participants)
Join as %s
Synchronizing…
Group Chat Participants (%s)
Kicked: %s
Kicked by %1$s: %2$s
Banned: %s
Banned by %1$s: %2$s
Send…
Take picture
Choose picture
Send file
Compressing picture…
Uploading…
file too large!
%s needs storage access to send files!
Notifications are disabled in the Android app preferences.
Message content
My group chats
Public group chats
Browser: %s
Foreground service
Messages
================================================
FILE: res/values-zh-rCN/strings.xml
================================================
yaxim
Bruno
yaxim: %s
Bruno: %s
正在连接到服务器…
正在断开连接…
在线
离线
没有可显示的联系人!
添加联系人的方法有多种:\n\n - Android Beam™:使用朋友的手机\n\n - 扫描二维码\n\n - \“创建邀请\”并分享(电子邮件、短信、二维码…)\n\n - 如果您知道 JID,则“添加联系人”
%d 秒后尝试下一次连接。
连接已关闭
无网络连接
无响应
错误:%s
退出
请先连接
user@yax.im
请检查地址格式!
欢迎使用 yaxim!
在使用 yaxim 之前,您需要对其进行配置。请输入您的 Jabber ID 和密码。
输入密码
显示密码
Jabber ID:
密码:
高级…
注册新账号
密码太短!
已创建安全密码
请检查您的用户名和密码!
无法连接到 %s!
服务器不允许注册!
您已受邀加入 Jabber。请完成您的注册。
不支持额外账号!
来自 %s 的消息
消息已收到
%1$s 在 %2$s
回复
标记为已读
发送消息时出错!
通知设置
消息通知
群聊通知
自定义铃声
仅在提及时通知
当群聊中提及您的昵称时通知
闪烁 LED
收到消息时手机 LED 闪烁
振动
收到消息时振动
- 永不
- 系统首选项
- 始终
铃声
收到消息的提示音
消息预览
在状态栏中显示发送者和消息
常规设置
静音模式时“请勿打扰”
当您的手机处于静音模式时,将您的在线状态设置为“请勿打扰”
设置您的状态
始终显示联系人列表中的所有联系人
显示离线联系人
按联系人所在的组排列联系人
显示联系人分组
将应用保留在内存中以确保始终处于连接状态(前台服务)
状态栏图标
调试
通过 logcat 进行数据包和调试输出(可能包含个人信息)
SMACK 调试
发送崩溃报告
向开发人员发送匿名崩溃报告
外观
聊天字体大小
设置聊天字体大小
聊天字体大小
主题
深色
浅色
松绿
冰蓝
外观
- 小
- 中
- 大
- 巨大
添加联系人
添加 %s
显示离线
隐藏离线
编辑账号
设置
状态
连接
断开连接
关于 yaxim
关于 Bruno
添加/浏览…
进入 Matrix…
全部标记为已读
创建邀请
参与者
添加联系人
请输入您好友的 Jabber ID、所需的屏幕名称并选择他们的联系人分组!
屏幕名称
添加到新分组
新的分组名
重命名分组
标记为已读
删除联系人
删除聊天记录
重命名
请求授权
更改分组
分享地址
铃声
编辑群聊
离开群聊
确定离开 %s?
登录信息
账号设置
连接选项
高级选项
消息抄送(XEP-0280)
从其他客户端请求消息副本
Jabber ID
example: me@jabber.example.com
输入 Jabber ID:
账号密码
您的 Jabber 账号密码
在服务器上更改密码
旧密码:
新密码:
警告!要成功登录,您还必须在服务器上设置相同的密码!
请稍候,正在更改密码…
密码已成功更改。
更改密码时出错:%s
显示名称
您向其他用户显示的昵称
客户端资源
默认:yaxim
输入资源:
yaxim
客户端优先级
默认:0(允许:-128 … 127)
允许值:-128 … 127
输入优先级:
服务器端口
默认:5222
输入服务器端口:
5222
自定义服务器
(可选)备用服务器主机名
输入服务器主机名:
host.example.com
需要 SSL/TLS
始终加密服务器连接
选择分组
您的状态信息
设置您的状态
将分组 %s 重命名为:
重命名分组
重命名 %1$s (%2$s) 为:
重命名联系人
从下方选择分组
更改分组
确定移除 %1$s (%2$s)?
删除联系人
确定移除所有与 %1$s (%2$s) 的消息?
删除聊天记录
%1$s 想将您添加为联系人:“%2$s”
订阅请求
接受
拒绝
全部拒绝
可以看到您的状态
我:
此消息已存储以供传输。
输入消息
引用
编辑消息
关于 yaxim
开发人员
联系
许可
评价此应用
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. Link: http://www.gnu.org/licenses/gpl-2.0.html\n \n Parts of this software are provided under the MIT License:\n \n Copyright © 2009 Mads Kristiansen, Nullwire ApS\n \n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: \n The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. \n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
在线
离开
有空聊天
请勿打扰
没空
离线
Launchpad Contributions:
Chasel Li https://launchpad.net/~chasel-java
Frank Tang https://launchpad.net/~roadtang
Mariotaku https://launchpad.net/~mariotaku
Strongman6987 https://launchpad.net/~strongman6987
wangbin https://launchpad.net/~wangbin-zibo
常规
全部联系人
群聊
选择联系人
设置
群聊 JID
昵称
密码(可选)
群聊邀请
来自 %s 的邀请
%1$s(%2$d 位参与者)
作为 %s 加入
正在同步…
群聊参与者(%s)
已踢出:%s
由 %1$s 踢出:%2$s
已封禁:%s
由 %1$s 封禁:%2$s
发送…
拍摄照片
选择图片
发送文件
正在压缩图片…
正在上传…
文件太大!
%s 需要访问存储权限才能发送文件!
Notifications are disabled in the Android app preferences.
消息内容
我的群聊
公开群聊
浏览:%s
前台服务
消息
================================================
FILE: res/xml/accountprefs.xml
================================================
================================================
FILE: res/xml/automotive_app_desc.xml
================================================
================================================
FILE: res/xml/mainprefs.xml
================================================
================================================
FILE: res/xml/notificationprefs.xml
================================================
================================================
FILE: res/xml/provider_paths.xml
================================================
================================================
FILE: settings.gradle
================================================
include ':MemorizingTrustManager'
================================================
FILE: src/eu/siacs/conversations/ui/text/DividerSpan.java
================================================
package eu.siacs.conversations.ui.text;
import android.text.TextPaint;
import android.text.style.MetricAffectingSpan;
public class DividerSpan extends MetricAffectingSpan {
private static final float PROPORTION = 0.3f;
private final boolean large;
public DividerSpan(boolean large) {
this.large = large;
}
public boolean isLarge() {
return large;
}
@Override
public void updateDrawState(TextPaint tp) {
tp.setTextSize(tp.getTextSize() * PROPORTION);
}
@Override
public void updateMeasureState(TextPaint p) {
p.setTextSize(p.getTextSize() * PROPORTION);
}
}
================================================
FILE: src/eu/siacs/conversations/ui/text/QuoteSpan.java
================================================
package eu.siacs.conversations.ui.text;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.support.annotation.ColorInt;
import android.text.Layout;
import android.text.TextPaint;
import android.text.style.CharacterStyle;
import android.text.style.LeadingMarginSpan;
import android.util.DisplayMetrics;
import android.util.TypedValue;
public class QuoteSpan extends CharacterStyle implements LeadingMarginSpan {
private final int color;
private final int width;
private final int paddingLeft;
private final int paddingRight;
private static final float WIDTH_SP = 2f;
private static final float PADDING_LEFT_SP = 1.5f;
private static final float PADDING_RIGHT_SP = 8f;
public QuoteSpan(int color, DisplayMetrics metrics) {
this.color = color;
this.width = (int) TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_SP, WIDTH_SP, metrics);
this.paddingLeft = (int) TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_SP, PADDING_LEFT_SP, metrics);
this.paddingRight = (int) TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_SP, PADDING_RIGHT_SP, metrics);
}
@Override
public void updateDrawState(TextPaint tp) {
tp.setColor(this.color);
}
@Override
public int getLeadingMargin(boolean first) {
return paddingLeft + width + paddingRight;
}
@Override
public void drawLeadingMargin(Canvas c, Paint p, int x, int dir, int top, int baseline, int bottom,
CharSequence text, int start, int end, boolean first, Layout layout) {
Paint.Style style = p.getStyle();
int color = p.getColor();
p.setStyle(Paint.Style.FILL);
p.setColor(this.color);
c.drawRect(x + dir * paddingLeft, top, x + dir * (paddingLeft + width), bottom, p);
p.setStyle(style);
p.setColor(color);
}
@ColorInt
public int getColor() {
return this.color;
}
}
================================================
FILE: src/eu/siacs/conversations/utils/ImStyleParser.java
================================================
/*
* Copyright (c) 2017, Daniel Gultsch All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this
* list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright notice,
* this list of conditions and the following disclaimer in the documentation and/or
* other materials provided with the distribution.
*
* 3. Neither the name of the copyright holder nor the names of its contributors
* may be used to endorse or promote products derived from this software without
* specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
* ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package eu.siacs.conversations.utils;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
public class ImStyleParser {
private final static List KEYWORDS = Arrays.asList('*', '_', '~', '`');
private final static List NO_SUB_PARSING_KEYWORDS = Arrays.asList('`');
private final static List BLOCK_KEYWORDS = Arrays.asList('`');
private final static boolean ALLOW_EMPTY = false;
public static List